From 0a6c185965205938455e97eb38f71fc9520a18ea Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sun, 8 Mar 2015 15:05:24 -0700 Subject: [PATCH] Restructure static files into a single directory --- Gruntfile.coffee | 102 +++++------- {src/design => design}/arrow.graffle | Bin {src/design => design}/pages.graffle | Bin {src/design => design}/remove.graffle | Bin {src/marketing => marketing}/forum-posts.txt | 0 scripts/prerender | 2 +- scripts/serve-prerendered | 41 ----- scripts/server | 21 ++- src/{scripts => coffee}/constants.coffee | 5 +- .../controllers/base_controller.coffee | 0 .../controllers/browse_page_controller.coffee | 0 .../configure_page_controller.coffee | 0 .../controllers/craft_page_controller.coffee | 0 .../crafting_grid_controller.coffee | 0 .../crafting_table_controller.coffee | 0 .../controllers/feedback_controller.coffee | 0 .../controllers/full_recipe_controller.coffee | 0 .../controllers/header_controller.coffee | 0 .../controllers/home_page_controller.coffee | 0 .../controllers/image_loader.coffee | 0 .../controllers/inventory_controller.coffee | 0 .../inventory_table_controller.coffee | 0 .../controllers/item_controller.coffee | 0 .../controllers/item_group_controller.coffee | 0 .../controllers/item_page_controller.coffee | 0 .../minimal_recipe_controller.coffee | 0 .../controllers/mod_controller.coffee | 2 +- .../controllers/mod_pack_controller.coffee | 0 .../controllers/mod_page_controller.coffee | 2 +- .../mod_selector_controller.coffee | 0 .../controllers/page_controller.coffee | 0 .../controllers/recipe_step_controller.coffee | 0 .../controllers/stack_controller.coffee | 0 .../crafting_guide_router.coffee | 0 src/{scripts => coffee}/logger.coffee | 0 src/{scripts => coffee}/main.coffee | 0 .../models/base_model.coffee | 0 .../models/craft_page.coffee | 0 .../models/crafting_plan.coffee | 0 .../models/crafting_table.coffee | 0 .../models/email_client.coffee | 0 .../models/inventory.coffee | 2 +- src/{scripts => coffee}/models/item.coffee | 3 + .../models/item_page.coffee | 0 .../models/item_slug.coffee | 0 src/{scripts => coffee}/models/mod.coffee | 0 .../models/mod_pack.coffee | 0 .../models/mod_parser.coffee | 0 .../models/mod_version.coffee | 0 .../models/mod_version_parser.coffee | 0 .../models/name_finder.coffee | 0 .../command_parser_version_base.coffee | 36 +++- .../parser_versions/item_parser_v1.coffee | 45 +++++ .../parser_versions/mod_parser_v1.coffee | 2 +- .../mod_version_parser_v1.coffee | 0 src/{scripts => coffee}/models/recipe.coffee | 0 .../models/recipe_step.coffee | 0 .../models/simple_stack.coffee | 0 src/{scripts => coffee}/models/stack.coffee | 0 src/{scripts => coffee}/models/storage.coffee | 0 .../models/string_builder.coffee | 0 .../models/versioned_parser_base.coffee | 0 src/{scripts => coffee}/polyfill.coffee | 0 .../coffee/test}/crafting_plan.test.coffee | 10 +- .../coffee/test}/event_recorder.coffee | 0 .../coffee/test}/inventory.test.coffee | 10 +- .../coffee/test}/item_slug.test.coffee | 2 +- {test => src/coffee/test}/mod.test.coffee | 2 +- .../coffee/test}/mod_pack.test.coffee | 22 +-- .../coffee/test}/mod_version.test.coffee | 6 +- .../command_parser_version_base.test.coffee | 45 +++++ .../mod_version_parser_v1.test.coffee | 8 +- {test => src/coffee/test}/recipe.test.coffee | 8 +- .../coffee/test}/string_builder.test.coffee | 2 +- {test => src/coffee/test}/test.coffee | 7 +- .../underscore_mixins.coffee | 0 src/{scripts => coffee}/url_params.coffee | 0 src/coffee/views.js | 157 ++++++++++++++++++ src/{pages => jade}/includes/_addthis.jade | 0 src/{pages => jade}/includes/_footer.jade | 0 .../includes/_google_analytics.jade | 0 src/{pages => jade}/includes/_header.jade | 0 src/{pages => jade}/index.jade | 0 src/{pages => jade}/layouts/basic.jade | 0 src/{ => jade}/templates/browse_page.jade | 0 src/{ => jade}/templates/configure_page.jade | 0 src/{ => jade}/templates/craft_page.jade | 0 src/{ => jade}/templates/crafting_grid.jade | 0 src/{ => jade}/templates/crafting_table.jade | 0 src/{ => jade}/templates/feedback.jade | 0 src/{ => jade}/templates/full_recipe.jade | 0 src/{ => jade}/templates/home_page.jade | 14 +- .../includes/_sidebar_skyscraper.html | 0 src/{ => jade}/templates/inventory.jade | 0 src/{ => jade}/templates/inventory_table.jade | 0 src/{ => jade}/templates/item.jade | 0 src/{ => jade}/templates/item_group.jade | 0 src/{ => jade}/templates/item_page.jade | 0 src/{ => jade}/templates/minimal_recipe.jade | 0 src/{ => jade}/templates/mod.jade | 0 src/{ => jade}/templates/mod_pack.jade | 0 src/{ => jade}/templates/mod_page.jade | 0 src/{ => jade}/templates/mod_selector.jade | 0 src/{ => jade}/templates/stack.jade | 0 src/{pages => jade}/test.jade | 2 +- src/{css => scss}/addthis.scss | 0 src/{css => scss}/classes.scss | 0 src/{css => scss}/main.scss | 0 src/{css => scss}/mixins.scss | 0 src/{css => scss}/reset.scss | 0 src/{css => scss}/tags.scss | 0 src/{css => scss}/templates/browse_page.scss | 0 src/{css => scss}/templates/craft_page.scss | 0 .../templates/crafting_grid.scss | 0 .../templates/crafting_table.scss | 0 src/{css => scss}/templates/feedback.scss | 0 src/{css => scss}/templates/full_recipe.scss | 0 src/{css => scss}/templates/home_page.scss | 0 src/{css => scss}/templates/index.scss | 0 src/{css => scss}/templates/inventory.scss | 0 .../templates/inventory_table.scss | 0 src/{css => scss}/templates/item.scss | 0 src/{css => scss}/templates/item_page.scss | 0 .../templates/minimal_recipe.scss | 0 src/{css => scss}/templates/mod.scss | 0 src/{css => scss}/templates/mod_pack.scss | 0 src/{css => scss}/templates/mod_page.scss | 0 src/{css => scss}/templates/mod_selector.scss | 0 src/{css => scss}/templates/stack.scss | 0 src/{css => scss}/views.scss | 0 .../128_spatial_component/icon.png | Bin .../128_spatial_component/index.html | 0 .../128_spatial_storage_cell/icon.png | Bin .../128_spatial_storage_cell/index.html | 0 .../16_spatial_component/icon.png | Bin .../16_spatial_component/index.html | 0 .../16_spatial_storage_cell/icon.png | Bin .../16_spatial_storage_cell/index.html | 0 .../16k_crafting_storage/icon.png | Bin .../16k_crafting_storage/index.html | 0 .../16k_me_storage_cell/icon.png | Bin .../16k_me_storage_cell/index.html | 0 .../16k_me_storage_component/icon.png | Bin .../16k_me_storage_component/index.html | 0 .../1k_crafting_storage/icon.png | Bin .../1k_crafting_storage/index.html | 0 .../1k_me_storage_cell/icon.png | Bin .../1k_me_storage_cell/index.html | 0 .../1k_me_storage_component/icon.png | Bin .../1k_me_storage_component/index.html | 0 .../2_spatial_component/icon.png | Bin .../2_spatial_component/index.html | 0 .../2_spatial_storage_cell/icon.png | Bin .../2_spatial_storage_cell/index.html | 0 .../4k_crafting_storage/icon.png | Bin .../4k_crafting_storage/index.html | 0 .../4k_me_storage_cell/icon.png | Bin .../4k_me_storage_cell/index.html | 0 .../4k_me_storage_component/icon.png | Bin .../4k_me_storage_component/index.html | 0 .../64k_crafting_storage/icon.png | Bin .../64k_crafting_storage/index.html | 0 .../64k_me_storage_cell/icon.png | Bin .../64k_me_storage_cell/index.html | 0 .../64k_me_storage_component/icon.png | Bin .../64k_me_storage_component/index.html | 0 .../acceleration_card/icon.png | Bin .../acceleration_card/index.html | 0 .../advanced_card/icon.png | Bin .../advanced_card/index.html | 0 .../annihilation_core/icon.png | Bin .../annihilation_core/index.html | 0 .../applied_energistics_2/basic_card/icon.png | Bin .../basic_card/index.html | 0 .../biometric_card/icon.png | Bin .../biometric_card/index.html | 0 .../blank_pattern/icon.png | Bin .../blank_pattern/index.html | 0 .../bright_illuminated_panel/icon.png | Bin .../bright_illuminated_panel/index.html | 0 .../cable_anchor/icon.png | Bin .../cable_anchor/index.html | 0 .../cable_facade_stone/icon.png | Bin .../cable_facade_stone/index.html | 0 .../calculation_processor/icon.png | Bin .../calculation_processor/index.html | 0 .../capacity_card/icon.png | Bin .../capacity_card/index.html | 0 .../cell_workbench/icon.png | Bin .../cell_workbench/index.html | 0 .../certus_quartz_axe/icon.png | Bin .../certus_quartz_axe/index.html | 0 .../certus_quartz_block/icon.png | Bin .../certus_quartz_block/index.html | 0 .../certus_quartz_crystal/icon.png | Bin .../certus_quartz_crystal/index.html | 0 .../certus_quartz_cutting_knife/icon.png | Bin .../certus_quartz_cutting_knife/index.html | 0 .../certus_quartz_dust/icon.png | Bin .../certus_quartz_dust/index.html | 0 .../certus_quartz_hoe/icon.png | Bin .../certus_quartz_hoe/index.html | 0 .../certus_quartz_ore/icon.png | Bin .../certus_quartz_pickaxe/icon.png | Bin .../certus_quartz_pickaxe/index.html | 0 .../certus_quartz_pillar/icon.png | Bin .../certus_quartz_pillar/index.html | 0 .../certus_quartz_seed/icon.png | Bin .../certus_quartz_seed/index.html | 0 .../certus_quartz_shovel/icon.png | Bin .../certus_quartz_shovel/index.html | 0 .../certus_quartz_sword/icon.png | Bin .../certus_quartz_sword/index.html | 0 .../certus_quartz_wrench/icon.png | Bin .../certus_quartz_wrench/index.html | 0 .../charged_certus_quartz_crystal/icon.png | Bin .../charged_certus_quartz_crystal/index.html | 0 .../charged_certus_quartz_ore/icon.png | Bin .../charged_quartz_fixture/icon.png | Bin .../charged_quartz_fixture/index.html | 0 .../charged_staff/icon.png | Bin .../charged_staff/index.html | 0 .../applied_energistics_2/charger/icon.png | Bin .../applied_energistics_2/charger/index.html | 0 .../chiseled_certus_quartz_block/icon.png | Bin .../chiseled_certus_quartz_block/index.html | 0 .../color_applicator/icon.png | Bin .../color_applicator/index.html | 0 .../crafting_card/icon.png | Bin .../crafting_card/index.html | 0 .../crafting_co_processing_unit/icon.png | Bin .../crafting_co_processing_unit/index.html | 0 .../crafting_monitor/icon.png | Bin .../crafting_monitor/index.html | 0 .../crafting_unit/icon.png | Bin .../crafting_unit/index.html | 0 .../crystal_growth_accelerator/icon.png | Bin .../crystal_growth_accelerator/index.html | 0 .../dark_illuminated_panel/icon.png | Bin .../dark_illuminated_panel/index.html | 0 .../dense_energy_cell/icon.png | Bin .../dense_energy_cell/index.html | 0 .../encoded_pattern/icon.png | Bin .../applied_energistics_2/ender_dust/icon.png | Bin .../ender_dust/index.html | 0 .../energy_acceptor/icon.png | Bin .../energy_acceptor/index.html | 0 .../energy_cell/icon.png | Bin .../energy_cell/index.html | 0 .../engineering_processor/icon.png | Bin .../engineering_processor/index.html | 0 .../entropy_manipulator/icon.png | Bin .../entropy_manipulator/index.html | 0 .../applied_energistics_2/flour/icon.png | Bin .../applied_energistics_2/flour/index.html | 0 .../fluix_block/icon.png | Bin .../fluix_block/index.html | 0 .../fluix_crystal/icon.png | Bin .../fluix_crystal/index.html | 0 .../applied_energistics_2/fluix_dust/icon.png | Bin .../fluix_dust/index.html | 0 .../fluix_pearl/icon.png | Bin .../fluix_pearl/index.html | 0 .../applied_energistics_2/fluix_seed/icon.png | Bin .../fluix_seed/index.html | 0 .../formation_core/icon.png | Bin .../formation_core/index.html | 0 .../applied_energistics_2/fuzzy_card/icon.png | Bin .../fuzzy_card/index.html | 0 .../browse/applied_energistics_2/icon.png | Bin .../illuminated_panel/icon.png | Bin .../illuminated_panel/index.html | 0 .../browse/applied_energistics_2/index.html | 0 .../applied_energistics_2/inscriber/icon.png | Bin .../inscriber/index.html | 0 .../inscriber_calculation_press/icon.png | Bin .../inscriber_calculation_press/index.html | 0 .../inscriber_engineering_press/icon.png | Bin .../inscriber_engineering_press/index.html | 0 .../inscriber_logic_press/icon.png | Bin .../inscriber_logic_press/index.html | 0 .../inscriber_name_press/icon.png | Bin .../inscriber_name_press/index.html | 0 .../inscriber_silicon_press/icon.png | Bin .../inscriber_silicon_press/index.html | 0 .../inverter_card/icon.png | Bin .../inverter_card/index.html | 0 .../iron_nugget/icon.png | Bin .../iron_nugget/index.html | 0 .../light_detecting_fixture/icon.png | Bin .../light_detecting_fixture/index.html | 0 .../logic_processor/icon.png | Bin .../logic_processor/index.html | 0 .../matter_ball/icon.png | Bin .../matter_cannon/icon.png | Bin .../matter_cannon/index.html | 0 .../matter_condenser/icon.png | Bin .../matter_condenser/index.html | 0 .../me_annihilation_plane/icon.png | Bin .../me_annihilation_plane/index.html | 0 .../applied_energistics_2/me_chest/icon.png | Bin .../applied_energistics_2/me_chest/index.html | 0 .../me_controller/icon.png | Bin .../me_controller/index.html | 0 .../me_conversion_monitor/icon.png | Bin .../me_conversion_monitor/index.html | 0 .../me_covered_cable/icon.png | Bin .../me_covered_cable_fluix/icon.png | Bin .../me_covered_cable_fluix/index.html | 0 .../me_crafting_terminal/icon.png | Bin .../me_crafting_terminal/index.html | 0 .../me_dense_cable/icon.png | Bin .../me_dense_cable_fluix/icon.png | Bin .../me_dense_cable_fluix/index.html | 0 .../applied_energistics_2/me_drive/icon.png | Bin .../applied_energistics_2/me_drive/index.html | 0 .../me_export_bus/icon.png | Bin .../me_export_bus/index.html | 0 .../me_formation_plane/icon.png | Bin .../me_formation_plane/index.html | 0 .../me_glass_cable/icon.png | Bin .../me_glass_cable/index.html | 0 .../me_import_bus/icon.png | Bin .../me_import_bus/index.html | 0 .../me_interface/icon.png | Bin .../me_interface_block/icon.png | Bin .../me_interface_block/index.html | 0 .../me_interface_panel/icon.png | Bin .../me_interface_panel/index.html | 0 .../me_interface_terminal/icon.png | Bin .../me_interface_terminal/index.html | 0 .../me_inverted_toggle_bus/icon.png | Bin .../me_inverted_toggle_bus/index.html | 0 .../applied_energistics_2/me_io_port/icon.png | Bin .../me_io_port/index.html | 0 .../me_level_emitter/icon.png | Bin .../me_level_emitter/index.html | 0 .../me_pattern_terminal/icon.png | Bin .../me_pattern_terminal/index.html | 0 .../me_quantum_link_chamber/icon.png | Bin .../me_quantum_link_chamber/index.html | 0 .../me_quantum_ring/icon.png | Bin .../me_quantum_ring/index.html | 0 .../me_security_terminal/icon.png | Bin .../me_security_terminal/index.html | 0 .../me_smart_cable/icon.png | Bin .../me_smart_cable/index.html | 0 .../me_storage_bus/icon.png | Bin .../me_storage_bus/index.html | 0 .../me_storage_housing/icon.png | Bin .../me_storage_housing/index.html | 0 .../me_storage_monitor/icon.png | Bin .../me_storage_monitor/index.html | 0 .../me_terminal/icon.png | Bin .../me_terminal/index.html | 0 .../me_toggle_bus/icon.png | Bin .../me_toggle_bus/index.html | 0 .../me_wireless_access_point/icon.png | Bin .../me_wireless_access_point/index.html | 0 .../memory_card/icon.png | Bin .../memory_card/index.html | 0 .../meteorite_compass/icon.png | Bin .../meteorite_compass/index.html | 0 .../molecular_assembler/icon.png | Bin .../molecular_assembler/index.html | 0 .../nether_quartz_axe/icon.png | Bin .../nether_quartz_axe/index.html | 0 .../nether_quartz_cutting_knife/icon.png | Bin .../nether_quartz_cutting_knife/index.html | 0 .../nether_quartz_dust/icon.png | Bin .../nether_quartz_dust/index.html | 0 .../nether_quartz_hoe/icon.png | Bin .../nether_quartz_hoe/index.html | 0 .../nether_quartz_pickaxe/icon.png | Bin .../nether_quartz_pickaxe/index.html | 0 .../nether_quartz_seed/icon.png | Bin .../nether_quartz_seed/index.html | 0 .../nether_quartz_shovel/icon.png | Bin .../nether_quartz_shovel/index.html | 0 .../nether_quartz_sword/icon.png | Bin .../nether_quartz_sword/index.html | 0 .../nether_quartz_wrench/icon.png | Bin .../nether_quartz_wrench/index.html | 0 .../network_tool/icon.png | Bin .../network_tool/index.html | 0 .../p2p_tunnel_fluid/icon.png | Bin .../p2p_tunnel_item/icon.png | Bin .../p2p_tunnel_light/icon.png | Bin .../p2p_tunnel_me/icon.png | Bin .../p2p_tunnel_me/index.html | 0 .../p2p_tunnel_redstone/icon.png | Bin .../p2p_tunnel_rf/icon.png | Bin .../paint_ball_lumen_white/icon.png | Bin .../paint_ball_lumen_white/index.html | 0 .../paint_ball_white/icon.png | Bin .../paint_ball_white/index.html | 0 .../portable_cell/icon.png | Bin .../portable_cell/index.html | 0 .../printed_calculation_circuit/icon.png | Bin .../printed_calculation_circuit/index.html | 0 .../printed_engineering_circuit/icon.png | Bin .../printed_engineering_circuit/index.html | 0 .../printed_logic_circuit/icon.png | Bin .../printed_logic_circuit/index.html | 0 .../printed_silicon/icon.png | Bin .../printed_silicon/index.html | 0 .../pure_certus_quartz_crystal/icon.png | Bin .../pure_certus_quartz_crystal/index.html | 0 .../pure_fluix_crystal/icon.png | Bin .../pure_fluix_crystal/index.html | 0 .../pure_nether_quartz_crystal/icon.png | Bin .../pure_nether_quartz_crystal/index.html | 0 .../quantum_entangled_singularity/icon.png | Bin .../quantum_entangled_singularity/index.html | 0 .../quartz_fiber/icon.png | Bin .../quartz_fiber/index.html | 0 .../quartz_glass/icon.png | Bin .../quartz_glass/index.html | 0 .../quartz_grindstone/icon.png | Bin .../quartz_grindstone/index.html | 0 .../redstone_card/icon.png | Bin .../redstone_card/index.html | 0 .../applied_energistics_2/silicon/icon.png | Bin .../applied_energistics_2/silicon/index.html | 0 .../singularity/icon.png | Bin .../singularity/index.html | 0 .../applied_energistics_2/sky_stone/icon.png | Bin .../sky_stone_block/icon.png | Bin .../sky_stone_block/index.html | 0 .../sky_stone_block_chest/icon.png | Bin .../sky_stone_block_chest/index.html | 0 .../sky_stone_brick/icon.png | Bin .../sky_stone_brick/index.html | 0 .../sky_stone_chest/icon.png | Bin .../sky_stone_chest/index.html | 0 .../sky_stone_dust/icon.png | Bin .../sky_stone_dust/index.html | 0 .../sky_stone_small_brick/icon.png | Bin .../sky_stone_small_brick/index.html | 0 .../spatial_io_port/icon.png | Bin .../spatial_io_port/index.html | 0 .../spatial_pylon/icon.png | Bin .../spatial_pylon/index.html | 0 .../applied_energistics_2/tiny_tnt/icon.png | Bin .../applied_energistics_2/tiny_tnt/index.html | 0 .../vibrant_quartz_glass/icon.png | Bin .../vibrant_quartz_glass/index.html | 0 .../vibration_chamber/icon.png | Bin .../vibration_chamber/index.html | 0 .../applied_energistics_2/view_cell/icon.png | Bin .../view_cell/index.html | 0 .../wireless_booster/icon.png | Bin .../wireless_booster/index.html | 0 .../wireless_receiver/icon.png | Bin .../wireless_receiver/index.html | 0 .../wireless_terminal/icon.png | Bin .../wireless_terminal/index.html | 0 .../wooden_crank/icon.png | Bin .../wooden_crank/index.html | 0 .../advanced_crafting_table/icon.png | Bin .../advanced_crafting_table/index.html | 0 .../buildcraft/architect_table/icon.png | Bin .../buildcraft/architect_table/index.html | 0 .../browse/buildcraft/assembly_table/icon.png | Bin .../buildcraft/assembly_table/index.html | 0 .../browse/buildcraft/auto_workbench/icon.png | Bin .../buildcraft/auto_workbench/index.html | 0 .../browse/buildcraft/basic_gate/icon.png | Bin .../browse/buildcraft/basic_gate/index.html | 0 .../browse/buildcraft/basic_gate_2/icon.png | Bin .../browse/buildcraft/basic_gate_3/icon.png | Bin .../browse/buildcraft/basic_gate_4/icon.png | Bin .../browse/buildcraft/blue_pipe_wire/icon.png | Bin .../buildcraft/blue_pipe_wire/index.html | 0 .../browse/buildcraft/blueprint/icon.png | Bin .../browse/buildcraft/blueprint/index.html | 0 .../buildcraft/blueprint_library/icon.png | Bin .../buildcraft/blueprint_library/index.html | 0 .../browse/buildcraft/builder/icon.png | Bin .../browse/buildcraft/builder/index.html | 0 .../browse/buildcraft/charging_table/icon.png | Bin .../buildcraft/charging_table/index.html | 0 .../browse/buildcraft/chute/icon.png | Bin .../browse/buildcraft/chute/index.html | 0 .../buildcraft/clay_transport_pipe/icon.png | Bin .../cobblestone_fluid_pipe/icon.png | Bin .../cobblestone_fluid_pipe/index.html | 0 .../cobblestone_kinesis_pipe/icon.png | Bin .../cobblestone_kinesis_pipe/index.html | 0 .../cobblestone_structure_pipe/icon.png | Bin .../cobblestone_structure_pipe/index.html | 0 .../cobblestone_transport_pipe/icon.png | Bin .../cobblestone_transport_pipe/index.html | 0 .../buildcraft/combustion_engine/icon.png | Bin .../buildcraft/combustion_engine/index.html | 0 .../buildcraft/construction_mark/icon.png | Bin .../buildcraft/creative_engine/icon.png | Bin .../daizuli_transport_pipe/icon.png | Bin .../daizuli_transport_pipe/index.html | 0 .../buildcraft/diamond_and_gate/icon.png | Bin .../buildcraft/diamond_and_gate/index.html | 0 .../buildcraft/diamond_and_gate_2/icon.png | Bin .../buildcraft/diamond_and_gate_3/icon.png | Bin .../buildcraft/diamond_and_gate_4/icon.png | Bin .../buildcraft/diamond_chipset/icon.png | Bin .../buildcraft/diamond_chipset/index.html | 0 .../buildcraft/diamond_fluid_pipe/icon.png | Bin .../buildcraft/diamond_fluid_pipe/index.html | 0 .../browse/buildcraft/diamond_gear/icon.png | Bin .../browse/buildcraft/diamond_gear/index.html | 0 .../buildcraft/diamond_kinesis_pipe/icon.png | Bin .../diamond_kinesis_pipe/index.html | 0 .../buildcraft/diamond_or_gate/icon.png | Bin .../buildcraft/diamond_or_gate/index.html | 0 .../buildcraft/diamond_or_gate_2/icon.png | Bin .../buildcraft/diamond_or_gate_3/icon.png | Bin .../buildcraft/diamond_or_gate_4/icon.png | Bin .../diamond_transport_pipe/icon.png | Bin .../diamond_transport_pipe/index.html | 0 .../buildcraft/docking_station/icon.png | Bin .../buildcraft/docking_station/index.html | 0 .../buildcraft/emerald_and_gate/icon.png | Bin .../buildcraft/emerald_and_gate_2/icon.png | Bin .../buildcraft/emerald_and_gate_3/icon.png | Bin .../buildcraft/emerald_and_gate_4/icon.png | Bin .../buildcraft/emerald_chipset/icon.png | Bin .../buildcraft/emerald_chipset/index.html | 0 .../buildcraft/emerald_fluid_pipe/icon.png | Bin .../buildcraft/emerald_fluid_pipe/index.html | 0 .../buildcraft/emerald_kinesis_pipe/icon.png | Bin .../emerald_kinesis_pipe/index.html | 0 .../buildcraft/emerald_or_gate/icon.png | Bin .../buildcraft/emerald_or_gate_2/icon.png | Bin .../buildcraft/emerald_or_gate_3/icon.png | Bin .../buildcraft/emerald_or_gate_4/icon.png | Bin .../emerald_transport_pipe/icon.png | Bin .../emerald_transport_pipe/index.html | 0 .../buildcraft/emzuli_transport_pipe/icon.png | Bin .../emzuli_transport_pipe/index.html | 0 .../browse/buildcraft/facade_stone/icon.png | Bin .../browse/buildcraft/facade_stone/index.html | 0 .../browse/buildcraft/filler/icon.png | Bin .../browse/buildcraft/filler/index.html | 0 .../buildcraft/filtered_buffer/icon.png | Bin .../buildcraft/filtered_buffer/index.html | 0 .../browse/buildcraft/flood_gate/icon.png | Bin .../browse/buildcraft/flood_gate/index.html | 0 .../browse/buildcraft/frame/icon.png | Bin .../browse/buildcraft/fuel/icon.png | Bin .../browse/buildcraft/fuel_bucket/icon.png | Bin .../browse/buildcraft/gate_copier/icon.png | Bin .../browse/buildcraft/gate_copier/index.html | 0 .../browse/buildcraft/gold_and_gate/icon.png | Bin .../buildcraft/gold_and_gate/index.html | 0 .../buildcraft/gold_and_gate_2/icon.png | Bin .../buildcraft/gold_and_gate_3/icon.png | Bin .../buildcraft/gold_and_gate_4/icon.png | Bin .../browse/buildcraft/gold_gear/icon.png | Bin .../browse/buildcraft/gold_gear/index.html | 0 .../browse/buildcraft/gold_or_gate/icon.png | Bin .../browse/buildcraft/gold_or_gate/index.html | 0 .../browse/buildcraft/gold_or_gate_2/icon.png | Bin .../browse/buildcraft/gold_or_gate_3/icon.png | Bin .../browse/buildcraft/gold_or_gate_4/icon.png | Bin .../browse/buildcraft/golden_chipset/icon.png | Bin .../buildcraft/golden_chipset/index.html | 0 .../buildcraft/golden_fluid_pipe/icon.png | Bin .../buildcraft/golden_fluid_pipe/index.html | 0 .../buildcraft/golden_kinesis_pipe/icon.png | Bin .../buildcraft/golden_kinesis_pipe/index.html | 0 .../buildcraft/golden_transport_pipe/icon.png | Bin .../golden_transport_pipe/index.html | 0 .../buildcraft/green_pipe_wire/icon.png | Bin .../buildcraft/green_pipe_wire/index.html | 0 .../browse/buildcraft/icon.png | Bin .../browse/buildcraft/index.html | 0 .../buildcraft/integration_table/icon.png | Bin .../buildcraft/integration_table/index.html | 0 .../browse/buildcraft/iron_and_gate/icon.png | Bin .../buildcraft/iron_and_gate/index.html | 0 .../buildcraft/iron_and_gate_2/icon.png | Bin .../buildcraft/iron_and_gate_3/icon.png | Bin .../buildcraft/iron_and_gate_4/icon.png | Bin .../browse/buildcraft/iron_chipset/icon.png | Bin .../browse/buildcraft/iron_chipset/index.html | 0 .../buildcraft/iron_fluid_pipe/icon.png | Bin .../buildcraft/iron_fluid_pipe/index.html | 0 .../browse/buildcraft/iron_gear/icon.png | Bin .../browse/buildcraft/iron_gear/index.html | 0 .../buildcraft/iron_kinesis_pipe/icon.png | Bin .../buildcraft/iron_kinesis_pipe/index.html | 0 .../browse/buildcraft/iron_or_gate/icon.png | Bin .../browse/buildcraft/iron_or_gate/index.html | 0 .../browse/buildcraft/iron_or_gate_2/icon.png | Bin .../browse/buildcraft/iron_or_gate_3/icon.png | Bin .../browse/buildcraft/iron_or_gate_4/icon.png | Bin .../buildcraft/iron_transport_pipe/icon.png | Bin .../buildcraft/iron_transport_pipe/index.html | 0 .../browse/buildcraft/land_mark/icon.png | Bin .../browse/buildcraft/land_mark/index.html | 0 .../browse/buildcraft/laser/icon.png | Bin .../browse/buildcraft/laser/index.html | 0 .../buildcraft/lazuli_transport_pipe/icon.png | Bin .../lazuli_transport_pipe/index.html | 0 .../browse/buildcraft/list/icon.png | Bin .../browse/buildcraft/map_location/icon.png | Bin .../browse/buildcraft/mining_pipe/icon.png | Bin .../browse/buildcraft/mining_well/icon.png | Bin .../browse/buildcraft/mining_well/index.html | 0 .../obsidian_transport_pipe/icon.png | Bin .../obsidian_transport_pipe/index.html | 0 .../browse/buildcraft/oil/icon.png | Bin .../browse/buildcraft/oil_bucket/icon.png | Bin .../browse/buildcraft/oil_spring/icon.png | Bin .../browse/buildcraft/path_mark/icon.png | Bin .../browse/buildcraft/path_mark/index.html | 0 .../browse/buildcraft/pipe_plug/icon.png | Bin .../browse/buildcraft/pipe_plug/index.html | 0 .../browse/buildcraft/pipe_sealant/icon.png | Bin .../browse/buildcraft/pipe_sealant/index.html | 0 .../buildcraft/pulsating_chipset/icon.png | Bin .../buildcraft/pulsating_chipset/index.html | 0 .../browse/buildcraft/pump/icon.png | Bin .../browse/buildcraft/pump/index.html | 0 .../browse/buildcraft/quarry/icon.png | Bin .../browse/buildcraft/quarry/index.html | 0 .../browse/buildcraft/quartz_chipset/icon.png | Bin .../buildcraft/quartz_chipset/index.html | 0 .../buildcraft/quartz_fluid_pipe/icon.png | Bin .../buildcraft/quartz_kinesis_pipe/icon.png | Bin .../buildcraft/quartz_kinesis_pipe/index.html | 0 .../buildcraft/quartz_transport_pipe/icon.png | Bin .../quartz_transport_pipe/index.html | 0 .../browse/buildcraft/red_pipe_wire/icon.png | Bin .../buildcraft/red_pipe_wire/index.html | 0 .../browse/buildcraft/redstone_board/icon.png | Bin .../buildcraft/redstone_chipset/icon.png | Bin .../buildcraft/redstone_chipset/index.html | 0 .../buildcraft/redstone_comp_chipset/icon.png | Bin .../redstone_comp_chipset/index.html | 0 .../buildcraft/redstone_crystal/icon.png | Bin .../buildcraft/redstone_engine/icon.png | Bin .../buildcraft/redstone_engine/index.html | 0 .../browse/buildcraft/refinery/icon.png | Bin .../browse/buildcraft/refinery/index.html | 0 .../browse/buildcraft/requester/icon.png | Bin .../browse/buildcraft/requester/index.html | 0 .../browse/buildcraft/robot/icon.png | Bin .../buildcraft/sandstone_fluid_pipe/icon.png | Bin .../sandstone_fluid_pipe/index.html | 0 .../sandstone_kinesis_pipe/icon.png | Bin .../sandstone_transport_pipe/icon.png | Bin .../sandstone_transport_pipe/index.html | 0 .../buildcraft/stirling_engine/icon.png | Bin .../buildcraft/stirling_engine/index.html | 0 .../buildcraft/stone_fluid_pipe/icon.png | Bin .../buildcraft/stone_fluid_pipe/index.html | 0 .../browse/buildcraft/stone_gear/icon.png | Bin .../browse/buildcraft/stone_gear/index.html | 0 .../buildcraft/stone_kinesis_pipe/icon.png | Bin .../buildcraft/stone_kinesis_pipe/index.html | 0 .../buildcraft/stone_transport_pipe/icon.png | Bin .../stone_transport_pipe/index.html | 0 .../stripes_transport_pipe/icon.png | Bin .../stripes_transport_pipe/index.html | 0 .../browse/buildcraft/tank/icon.png | Bin .../browse/buildcraft/tank/index.html | 0 .../browse/buildcraft/template/icon.png | Bin .../browse/buildcraft/template/index.html | 0 .../buildcraft/void_fluid_pipe/icon.png | Bin .../buildcraft/void_fluid_pipe/index.html | 0 .../buildcraft/void_transport_pipe/icon.png | Bin .../buildcraft/void_transport_pipe/index.html | 0 .../browse/buildcraft/water_spring/icon.png | Bin .../browse/buildcraft/wood_gear/icon.png | Bin .../browse/buildcraft/wood_gear/index.html | 0 .../buildcraft/wooden_fluid_pipe/icon.png | Bin .../buildcraft/wooden_fluid_pipe/index.html | 0 .../buildcraft/wooden_kinesis_pipe/icon.png | Bin .../buildcraft/wooden_kinesis_pipe/index.html | 0 .../buildcraft/wooden_transport_pipe/icon.png | Bin .../wooden_transport_pipe/index.html | 0 .../browse/buildcraft/wrench/icon.png | Bin .../browse/buildcraft/wrench/index.html | 0 .../buildcraft/yellow_pipe_wire/icon.png | Bin .../buildcraft/yellow_pipe_wire/index.html | 0 .../browse/buildcraft/zone_planner/icon.png | Bin .../browse/buildcraft/zone_planner/index.html | 0 .../enderio/advanced_item_filter/icon.png | Bin .../enderio/advanced_item_filter/index.html | 0 .../advanced_photovoltaic_cell/icon.png | Bin .../advanced_photovoltaic_cell/index.html | 0 .../browse/enderio/alloy_smelter/icon.png | Bin .../browse/enderio/alloy_smelter/index.html | 0 .../browse/enderio/attractor_obelisk/icon.png | Bin .../enderio/attractor_obelisk/index.html | 0 .../browse/enderio/aversion_obelisk/icon.png | Bin .../enderio/aversion_obelisk/index.html | 0 .../browse/enderio/basic_capacitor/icon.png | Bin .../browse/enderio/basic_capacitor/index.html | 0 .../enderio/basic_capacitor_bank/icon.png | Bin .../enderio/basic_capacitor_bank/index.html | 0 .../enderio/basic_capacitor_bank_2/icon.png | Bin .../browse/enderio/basic_gear/icon.png | Bin .../browse/enderio/basic_gear/index.html | 0 .../browse/enderio/basic_item_filter/icon.png | Bin .../enderio/basic_item_filter/index.html | 0 .../browse/enderio/binder_composite/icon.png | Bin .../enderio/binder_composite/index.html | 0 .../browse/enderio/broken_spawner/icon.png | Bin .../browse/enderio/broken_spawner/index.html | 0 .../browse/enderio/broken_spawner_2/icon.png | Bin .../browse/enderio/broken_spawner_3/icon.png | Bin .../browse/enderio/broken_spawner_4/icon.png | Bin .../browse/enderio/broken_spawner_5/icon.png | Bin .../browse/enderio/broken_spawner_6/icon.png | Bin .../browse/enderio/broken_spawner_7/icon.png | Bin .../browse/enderio/capacitor_bank/icon.png | Bin .../browse/enderio/capacitor_bank/index.html | 0 .../browse/enderio/capacitor_bank_2/icon.png | Bin .../capacitor_bank_deprecated/icon.png | Bin .../capacitor_bank_deprecated_2/icon.png | Bin .../enderio/chargeable_item_filter/icon.png | Bin .../enderio/chargeable_item_filter/index.html | 0 .../browse/enderio/coal_powder/icon.png | Bin .../browse/enderio/coal_powder/index.html | 0 .../enderio/combustion_generator/icon.png | Bin .../enderio/combustion_generator/index.html | 0 .../browse/enderio/conductive_iron/icon.png | Bin .../browse/enderio/conductive_iron/index.html | 0 .../enderio/conductive_iron_block/icon.png | Bin .../enderio/conductive_iron_block/index.html | 0 .../browse/enderio/conduit_binder/icon.png | Bin .../browse/enderio/conduit_binder/index.html | 0 .../browse/enderio/conduit_connector/icon.png | Bin .../browse/enderio/conduit_facade/icon.png | Bin .../browse/enderio/conduit_facade/index.html | 0 .../browse/enderio/conduit_probe/icon.png | Bin .../browse/enderio/conduit_probe/index.html | 0 .../browse/enderio/conduit_switch/icon.png | Bin .../browse/enderio/conduit_switch/index.html | 0 .../browse/enderio/crafter/icon.png | Bin .../browse/enderio/crafter/index.html | 0 .../browse/enderio/creative_buffer/icon.png | Bin .../enderio/creative_capacitor_bank/icon.png | Bin .../icon.png | Bin .../browse/enderio/dark_axe/icon.png | Bin .../browse/enderio/dark_axe/index.html | 0 .../browse/enderio/dark_axe_2/icon.png | Bin .../browse/enderio/dark_boots/icon.png | Bin .../browse/enderio/dark_boots/index.html | 0 .../browse/enderio/dark_boots_2/icon.png | Bin .../browse/enderio/dark_helm/icon.png | Bin .../browse/enderio/dark_helm/index.html | 0 .../browse/enderio/dark_helm_2/icon.png | Bin .../browse/enderio/dark_iron_bars/icon.png | Bin .../browse/enderio/dark_iron_bars/index.html | 0 .../browse/enderio/dark_leggings/icon.png | Bin .../browse/enderio/dark_leggings/index.html | 0 .../browse/enderio/dark_leggings_2/icon.png | Bin .../browse/enderio/dark_pick/icon.png | Bin .../browse/enderio/dark_pick/index.html | 0 .../browse/enderio/dark_pick_2/icon.png | Bin .../browse/enderio/dark_plate/icon.png | Bin .../browse/enderio/dark_plate/index.html | 0 .../browse/enderio/dark_plate_2/icon.png | Bin .../enderio/dark_pressure_plate/icon.png | Bin .../enderio/dark_pressure_plate/index.html | 0 .../enderio/dark_pressure_plate_2/icon.png | Bin .../browse/enderio/dark_steel/icon.png | Bin .../browse/enderio/dark_steel/index.html | 0 .../browse/enderio/dark_steel_anvil/icon.png | Bin .../enderio/dark_steel_anvil/index.html | 0 .../browse/enderio/dark_steel_ball/icon.png | Bin .../browse/enderio/dark_steel_ball/index.html | 0 .../browse/enderio/dark_steel_block/icon.png | Bin .../enderio/dark_steel_block/index.html | 0 .../browse/enderio/dark_steel_ladder/icon.png | Bin .../enderio/dark_steel_ladder/index.html | 0 .../enderio/dimensional_transceiver/icon.png | Bin .../dimensional_transceiver/index.html | 0 .../enderio/double_layer_capacitor/icon.png | Bin .../enderio/double_layer_capacitor/index.html | 0 .../browse/enderio/electrical_steel/icon.png | Bin .../enderio/electrical_steel/index.html | 0 .../enderio/electrical_steel_block/icon.png | Bin .../enderio/electrical_steel_block/index.html | 0 .../browse/enderio/electromagnet/icon.png | Bin .../browse/enderio/electromagnet/index.html | 0 .../browse/enderio/electromagnet_2/icon.png | Bin .../browse/enderio/enchanter/icon.png | Bin .../browse/enderio/enchanter/index.html | 0 .../browse/enderio/ender_crystal/icon.png | Bin .../browse/enderio/ender_crystal/index.html | 0 .../enderio/ender_energy_conduit/icon.png | Bin .../enderio/ender_energy_conduit/index.html | 0 .../enderio/ender_fluid_conduit/icon.png | Bin .../enderio/ender_fluid_conduit/index.html | 0 .../browse/enderio/ender_io/icon.png | Bin .../browse/enderio/ender_io/index.html | 0 .../browse/enderio/ender_rail/icon.png | Bin .../browse/enderio/ender_rail/index.html | 0 .../browse/enderio/ender_resonator/icon.png | Bin .../browse/enderio/ender_resonator/index.html | 0 .../browse/enderio/enderman_head/icon.png | Bin .../browse/enderio/enderman_head/index.html | 0 .../browse/enderio/energetic_alloy/icon.png | Bin .../browse/enderio/energetic_alloy/index.html | 0 .../enderio/energetic_alloy_block/icon.png | Bin .../enderio/energetic_alloy_block/index.html | 0 .../browse/enderio/energy_conduit/icon.png | Bin .../browse/enderio/energy_conduit/index.html | 0 .../enderio/enhanced_energy_conduit/icon.png | Bin .../enhanced_energy_conduit/index.html | 0 .../enderio/enlightened_clear_glass/icon.png | Bin .../enlightened_clear_glass/index.html | 0 .../enderio/enlightened_fused_quartz/icon.png | Bin .../enlightened_fused_quartz/index.html | 0 .../browse/enderio/enticing_crystal/icon.png | Bin .../enderio/enticing_crystal/index.html | 0 .../enderio/existing_item_filter/icon.png | Bin .../enderio/existing_item_filter/index.html | 0 .../enderio/experience_obelisk/icon.png | Bin .../enderio/experience_obelisk/index.html | 0 .../browse/enderio/experience_rod/icon.png | Bin .../browse/enderio/experience_rod/index.html | 0 .../browse/enderio/farming_station/icon.png | Bin .../browse/enderio/farming_station/index.html | 0 .../browse/enderio/fire_water/icon.png | Bin .../browse/enderio/fire_water/index.html | 0 .../browse/enderio/fire_water_bucket/icon.png | Bin .../enderio/fire_water_bucket/index.html | 0 .../browse/enderio/fluid_conduit/icon.png | Bin .../browse/enderio/fluid_conduit/index.html | 0 .../browse/enderio/fluid_tank/icon.png | Bin .../browse/enderio/fluid_tank/index.html | 0 .../browse/enderio/frank_n_zombie/icon.png | Bin .../browse/enderio/frank_n_zombie/index.html | 0 .../browse/enderio/fused_quartz/icon.png | Bin .../browse/enderio/fused_quartz/index.html | 0 .../enderio/fused_quartz_frame/icon.png | Bin .../enderio/fused_quartz_frame/index.html | 0 .../browse/enderio/glider_wing/icon.png | Bin .../browse/enderio/glider_wing/index.html | 0 .../browse/enderio/glider_wings/icon.png | Bin .../browse/enderio/glider_wings/index.html | 0 .../browse/enderio/gold_powder/icon.png | Bin .../browse/enderio/gold_powder/index.html | 0 .../browse/enderio/hootch/icon.png | Bin .../browse/enderio/hootch/index.html | 0 .../browse/enderio/hootch_bucket/icon.png | Bin .../browse/enderio/hootch_bucket/index.html | 0 .../browse/enderio/icon.png | Bin .../browse/enderio/index.html | 0 .../insulated_redstone_conduit/icon.png | Bin .../insulated_redstone_conduit/index.html | 0 .../browse/enderio/iron_powder/icon.png | Bin .../browse/enderio/iron_powder/index.html | 0 .../browse/enderio/item_buffer/icon.png | Bin .../browse/enderio/item_buffer/index.html | 0 .../browse/enderio/item_conduit/icon.png | Bin .../browse/enderio/item_conduit/index.html | 0 .../item_conduit_speed_upgrade/icon.png | Bin .../item_conduit_speed_upgrade/index.html | 0 .../browse/enderio/killer_joe/icon.png | Bin .../browse/enderio/killer_joe/index.html | 0 .../browse/enderio/light/icon.png | Bin .../browse/enderio/light/index.html | 0 .../browse/enderio/light_inverted/icon.png | Bin .../browse/enderio/light_inverted/index.html | 0 .../browse/enderio/liquid_xp/icon.png | Bin .../browse/enderio/liquid_xp/index.html | 0 .../browse/enderio/machine_chassis/icon.png | Bin .../browse/enderio/machine_chassis/index.html | 0 .../browse/enderio/mod_item_filter/icon.png | Bin .../browse/enderio/mod_item_filter/index.html | 0 .../enderio/nutrient_distillation/icon.png | Bin .../enderio/nutrient_distillation/index.html | 0 .../nutrient_distillation_bucket/icon.png | Bin .../nutrient_distillation_bucket/index.html | 0 .../browse/enderio/octadic_capacitor/icon.png | Bin .../enderio/octadic_capacitor/index.html | 0 .../browse/enderio/omni_buffer/icon.png | Bin .../browse/enderio/omni_buffer/index.html | 0 .../browse/enderio/painting_machine/icon.png | Bin .../enderio/painting_machine/index.html | 0 .../browse/enderio/photovoltaic_cell/icon.png | Bin .../enderio/photovoltaic_cell/index.html | 0 .../browse/enderio/power_buffer/icon.png | Bin .../browse/enderio/power_buffer/index.html | 0 .../browse/enderio/power_monitor/icon.png | Bin .../browse/enderio/power_monitor/index.html | 0 .../browse/enderio/powered_light/icon.png | Bin .../browse/enderio/powered_light/index.html | 0 .../enderio/powered_light_inverted/icon.png | Bin .../enderio/powered_light_inverted/index.html | 0 .../browse/enderio/powered_spawner/icon.png | Bin .../browse/enderio/powered_spawner/index.html | 0 .../browse/enderio/powered_spawner_2/icon.png | Bin .../browse/enderio/powered_spawner_3/icon.png | Bin .../pressurized_fluid_conduit/icon.png | Bin .../pressurized_fluid_conduit/index.html | 0 .../enderio/pressurized_fluid_tank/icon.png | Bin .../enderio/pressurized_fluid_tank/index.html | 0 .../browse/enderio/pulsating_crystal/icon.png | Bin .../enderio/pulsating_crystal/index.html | 0 .../browse/enderio/pulsating_iron/icon.png | Bin .../browse/enderio/pulsating_iron/index.html | 0 .../enderio/pulsating_iron_block/icon.png | Bin .../enderio/pulsating_iron_block/index.html | 0 .../enderio/pulsating_iron_nugget/icon.png | Bin .../enderio/pulsating_iron_nugget/index.html | 0 .../browse/enderio/quite_clear_glass/icon.png | Bin .../enderio/quite_clear_glass/index.html | 0 .../browse/enderio/redstone_alloy/icon.png | Bin .../browse/enderio/redstone_alloy/index.html | 0 .../enderio/redstone_alloy_block/icon.png | Bin .../enderio/redstone_alloy_block/index.html | 0 .../browse/enderio/redstone_conduit/icon.png | Bin .../enderio/redstone_conduit/index.html | 0 .../enderio/reinforced_obsidian/icon.png | Bin .../enderio/reinforced_obsidian/index.html | 0 .../browse/enderio/reservoir/icon.png | Bin .../browse/enderio/reservoir/index.html | 0 .../browse/enderio/rocket_fuel/icon.png | Bin .../browse/enderio/rocket_fuel/index.html | 0 .../enderio/rocket_fuel_bucket/icon.png | Bin .../enderio/rocket_fuel_bucket/index.html | 0 .../browse/enderio/sag_mill/icon.png | Bin .../browse/enderio/sag_mill/index.html | 0 .../browse/enderio/silicon/icon.png | Bin .../browse/enderio/silicon/index.html | 0 .../browse/enderio/slice_n_splice/icon.png | Bin .../browse/enderio/slice_n_splice/index.html | 0 .../icon.png | Bin .../browse/enderio/soul_binder/icon.png | Bin .../browse/enderio/soul_binder/index.html | 0 .../browse/enderio/soul_vial/icon.png | Bin .../browse/enderio/soul_vial/index.html | 0 .../browse/enderio/soul_vial_filled/icon.png | Bin .../enderio/soul_vial_filled/index.html | 0 .../browse/enderio/soularium/icon.png | Bin .../browse/enderio/soularium/index.html | 0 .../browse/enderio/soularium_block/icon.png | Bin .../browse/enderio/soularium_block/index.html | 0 .../enderio/staff_of_traveling/icon.png | Bin .../enderio/staff_of_traveling/index.html | 0 .../enderio/staff_of_traveling_2/icon.png | Bin .../enderio/stirling_generator/icon.png | Bin .../enderio/stirling_generator/index.html | 0 .../browse/enderio/the_ender/icon.png | Bin .../browse/enderio/the_ender/index.html | 0 .../browse/enderio/the_ender_2/icon.png | Bin .../browse/enderio/the_vat/icon.png | Bin .../browse/enderio/the_vat/index.html | 0 .../enderio/tile_blocklightnode_name/icon.png | Bin .../enderio/tormented_enderman_head/icon.png | Bin .../tormented_enderman_head/index.html | 0 .../browse/enderio/travel_anchor/icon.png | Bin .../browse/enderio/travel_anchor/index.html | 0 .../browse/enderio/vacuum_chest/icon.png | Bin .../browse/enderio/vacuum_chest/index.html | 0 .../very_damaged_dark_steel_anvil/icon.png | Bin .../browse/enderio/vibrant_alloy/icon.png | Bin .../browse/enderio/vibrant_alloy/index.html | 0 .../enderio/vibrant_alloy_block/icon.png | Bin .../enderio/vibrant_alloy_block/index.html | 0 .../enderio/vibrant_alloy_nugget/icon.png | Bin .../enderio/vibrant_alloy_nugget/index.html | 0 .../enderio/vibrant_capacitor_bank/icon.png | Bin .../enderio/vibrant_capacitor_bank/index.html | 0 .../enderio/vibrant_capacitor_bank_2/icon.png | Bin .../browse/enderio/vibrant_crystal/icon.png | Bin .../browse/enderio/vibrant_crystal/index.html | 0 .../browse/enderio/wireless_charger/icon.png | Bin .../enderio/wireless_charger/index.html | 0 .../enderio/wireless_powered_light/icon.png | Bin .../enderio/wireless_powered_light/index.html | 0 .../wireless_powered_light_inverted/icon.png | Bin .../index.html | 0 .../browse/enderio/xp_bucket/icon.png | Bin .../browse/enderio/xp_bucket/index.html | 0 .../browse/enderio/yeta_wrench/icon.png | Bin .../browse/enderio/yeta_wrench/index.html | 0 .../enderio/z_logic_controller/icon.png | Bin .../enderio/z_logic_controller/index.html | 0 .../browse/enderio/zombie_electrode/icon.png | Bin .../enderio/zombie_electrode/index.html | 0 .../browse/enderio/zombie_generator/icon.png | Bin .../enderio/zombie_generator/index.html | 0 {prerender => static}/browse/index.html | 0 .../10k_coolant_cell/icon.png | Bin .../10k_coolant_cell/index.html | 0 .../2x_ins_gold_cable/index.html | 0 .../2x_ins_hv_cable/index.html | 0 .../30k_coolant_cell/icon.png | Bin .../30k_coolant_cell/index.html | 0 .../4x_ins_hv_cable/index.html | 0 .../60k_coolant_cell/icon.png | Bin .../60k_coolant_cell/index.html | 0 .../advanced_alloy/icon.png | Bin .../advanced_alloy/index.html | 0 .../advanced_batpack/icon.png | Bin .../advanced_batpack/index.html | 0 .../advanced_circuit/icon.png | Bin .../advanced_circuit/index.html | 0 .../advanced_heat_exchanger/icon.png | Bin .../advanced_heat_exchanger/index.html | 0 .../advanced_heat_vent/icon.png | Bin .../advanced_heat_vent/index.html | 0 .../advanced_machine_block/index.html | 0 .../advanced_machine_casing/icon.png | Bin .../advanced_machine_casing/index.html | 0 .../advanced_miner/icon.png | Bin .../advanced_miner/index.html | 0 .../advanced_re_battery/icon.png | Bin .../advanced_re_battery/index.html | 0 .../browse/industrial_craft_2/ashes/icon.png | Bin .../industrial_craft_2/ashes/index.html | 0 .../industrial_craft_2/aurelia_seeds/icon.png | Bin .../browse/industrial_craft_2/basalt/icon.png | Bin .../industrial_craft_2/basalt/index.html | 0 .../basic_machine_casing/icon.png | Bin .../basic_machine_casing/index.html | 0 .../browse/industrial_craft_2/batbox/icon.png | Bin .../industrial_craft_2/batbox/index.html | 0 .../industrial_craft_2/batpack/icon.png | Bin .../industrial_craft_2/batpack/index.html | 0 .../industrial_craft_2/bio_cell/index.html | 0 .../industrial_craft_2/bio_chaff/icon.png | Bin .../industrial_craft_2/bio_chaff/index.html | 0 .../biofuel_cell/index.html | 0 .../browse/industrial_craft_2/biogas/icon.png | Bin .../industrial_craft_2/biogas/index.html | 0 .../industrial_craft_2/biogas_cell/icon.png | Bin .../industrial_craft_2/biogas_cell/index.html | 0 .../industrial_craft_2/biomass/icon.png | Bin .../industrial_craft_2/biomass/index.html | 0 .../industrial_craft_2/biomass_cell/icon.png | Bin .../biomass_cell/index.html | 0 .../industrial_craft_2/black_painter/icon.png | Bin .../black_painter/index.html | 0 .../blackthorn_seeds/icon.png | Bin .../industrial_craft_2/blast_furnace/icon.png | Bin .../blast_furnace/index.html | 0 .../block_cutting_blade_diamond/icon.png | Bin .../block_cutting_blade_diamond/index.html | 0 .../block_cutting_blade_iron/icon.png | Bin .../block_cutting_blade_iron/index.html | 0 .../block_cutting_blade_refined_iron/icon.png | Bin .../index.html | 0 .../block_cutting_machine/icon.png | Bin .../block_cutting_machine/index.html | 0 .../industrial_craft_2/blue_painter/icon.png | Bin .../blue_painter/index.html | 0 .../bottling_plant/icon.png | Bin .../bottling_plant/index.html | 0 .../industrial_craft_2/bronze_axe/icon.png | Bin .../industrial_craft_2/bronze_axe/index.html | 0 .../industrial_craft_2/bronze_block/icon.png | Bin .../bronze_block/index.html | 0 .../industrial_craft_2/bronze_boots/icon.png | Bin .../bronze_boots/index.html | 0 .../bronze_chestplate/icon.png | Bin .../bronze_chestplate/index.html | 0 .../industrial_craft_2/bronze_dust/icon.png | Bin .../industrial_craft_2/bronze_dust/index.html | 0 .../industrial_craft_2/bronze_helmet/icon.png | Bin .../bronze_helmet/index.html | 0 .../industrial_craft_2/bronze_hoe/icon.png | Bin .../industrial_craft_2/bronze_hoe/index.html | 0 .../industrial_craft_2/bronze_ingot/icon.png | Bin .../bronze_ingot/index.html | 0 .../bronze_item_casing/icon.png | Bin .../bronze_item_casing/index.html | 0 .../bronze_leggings/icon.png | Bin .../bronze_leggings/index.html | 0 .../bronze_pickaxe/icon.png | Bin .../bronze_pickaxe/index.html | 0 .../industrial_craft_2/bronze_plate/icon.png | Bin .../bronze_plate/index.html | 0 .../industrial_craft_2/bronze_shovel/icon.png | Bin .../bronze_shovel/index.html | 0 .../industrial_craft_2/bronze_sword/icon.png | Bin .../bronze_sword/index.html | 0 .../industrial_craft_2/brown_painter/icon.png | Bin .../brown_painter/index.html | 0 .../brownmushroom_seeds/icon.png | Bin .../canning_machine/index.html | 0 .../carbon_fiber_canoe/icon.png | Bin .../carbon_fiber_canoe/index.html | 0 .../industrial_craft_2/carbon_plate/icon.png | Bin .../carbon_plate/index.html | 0 .../carbon_rotor_blade/icon.png | Bin .../carbon_rotor_blade/index.html | 0 .../industrial_craft_2/carrots_seeds/icon.png | Bin .../browse/industrial_craft_2/cesu/icon.png | Bin .../browse/industrial_craft_2/cesu/index.html | 0 .../industrial_craft_2/cf_backpack/icon.png | Bin .../industrial_craft_2/cf_backpack/index.html | 0 .../industrial_craft_2/cf_pellet/index.html | 0 .../industrial_craft_2/cf_powder/icon.png | Bin .../industrial_craft_2/cf_powder/index.html | 0 .../industrial_craft_2/cf_sprayer/icon.png | Bin .../industrial_craft_2/cf_sprayer/index.html | 0 .../industrial_craft_2/chainsaw/icon.png | Bin .../industrial_craft_2/chainsaw/index.html | 0 .../charge_pad_batbox/icon.png | Bin .../charge_pad_batbox/index.html | 0 .../charge_pad_cesu/icon.png | Bin .../charge_pad_cesu/index.html | 0 .../charge_pad_mfe/icon.png | Bin .../charge_pad_mfe/index.html | 0 .../charge_pad_mfsu/icon.png | Bin .../charge_pad_mfsu/index.html | 0 .../10k_coolant_cell/icon.png | Bin .../2x_ins_gold_cable/icon.png | Bin .../classic-1.7.10-6/2x_ins_hv_cable/icon.png | Bin .../30k_coolant_cell/icon.png | Bin .../classic-1.7.10-6/4x_ins_hv_cable/icon.png | Bin .../60k_coolant_cell/icon.png | Bin .../classic-1.7.10-6/advanced_alloy/icon.png | Bin .../advanced_circuit/icon.png | Bin .../advanced_heat_exchanger/icon.png | Bin .../advanced_heat_vent/icon.png | Bin .../advanced_machine_block/icon.png | Bin .../classic-1.7.10-6/aurelia_seeds/icon.png | Bin .../classic-1.7.10-6/batbox/icon.png | Bin .../classic-1.7.10-6/batpack/icon.png | Bin .../classic-1.7.10-6/bio_cell/icon.png | Bin .../classic-1.7.10-6/biofuel_cell/icon.png | Bin .../blackthorn_seeds/icon.png | Bin .../classic-1.7.10-6/bronze_axe/icon.png | Bin .../classic-1.7.10-6/bronze_block/icon.png | Bin .../classic-1.7.10-6/bronze_boots/icon.png | Bin .../bronze_chestplate/icon.png | Bin .../classic-1.7.10-6/bronze_dust/icon.png | Bin .../classic-1.7.10-6/bronze_helmet/icon.png | Bin .../classic-1.7.10-6/bronze_hoe/icon.png | Bin .../classic-1.7.10-6/bronze_ingot/icon.png | Bin .../classic-1.7.10-6/bronze_leggings/icon.png | Bin .../classic-1.7.10-6/bronze_pickaxe/icon.png | Bin .../classic-1.7.10-6/bronze_shovel/icon.png | Bin .../classic-1.7.10-6/bronze_sword/icon.png | Bin .../classic-1.7.10-6/canning_machine/icon.png | Bin .../classic-1.7.10-6/carbon_plate/icon.png | Bin .../classic-1.7.10-6/carrots_seeds/icon.png | Bin .../classic-1.7.10-6/cf_backpack/icon.png | Bin .../classic-1.7.10-6/cf_pellet/icon.png | Bin .../classic-1.7.10-6/cf_sprayer/icon.png | Bin .../classic-1.7.10-6/chainsaw/icon.png | Bin .../classic-1.7.10-6/clay_dust/icon.png | Bin .../classic-1.7.10-6/coal_ball/icon.png | Bin .../classic-1.7.10-6/coal_chunk/icon.png | Bin .../classic-1.7.10-6/coal_dust/icon.png | Bin .../classic-1.7.10-6/coalfuel_cell/icon.png | Bin .../classic-1.7.10-6/cocoa_seeds/icon.png | Bin .../classic-1.7.10-6/coffee/icon.png | Bin .../classic-1.7.10-6/coffee_beans/icon.png | Bin .../classic-1.7.10-6/coffee_powder/icon.png | Bin .../classic-1.7.10-6/coffee_seeds/icon.png | Bin .../classic-1.7.10-6/cold_coffee/icon.png | Bin .../component_heat_exchanger/icon.png | Bin .../component_heat_vent/icon.png | Bin .../classic-1.7.10-6/composite_vest/icon.png | Bin .../compressed_air_cell/icon.png | Bin .../compressed_coal_ball/icon.png | Bin .../compressed_hyd_coalclump/icon.png | Bin .../compressed_plants/icon.png | Bin .../classic-1.7.10-6/compressor/icon.png | Bin .../construction_foam/icon.png | Bin .../containment_reactor_plating/icon.png | Bin .../classic-1.7.10-6/copper_block/icon.png | Bin .../classic-1.7.10-6/copper_cable/icon.png | Bin .../classic-1.7.10-6/copper_dust/icon.png | Bin .../classic-1.7.10-6/copper_ingot/icon.png | Bin .../classic-1.7.10-6/copper_ore/icon.png | Bin .../classic-1.7.10-6/crop/icon.png | Bin .../classic-1.7.10-6/crop_matron/icon.png | Bin .../classic-1.7.10-6/cropnalyzer/icon.png | Bin .../classic-1.7.10-6/cyazint_seeds/icon.png | Bin .../classic-1.7.10-6/dandelion_seeds/icon.png | Bin .../classic-1.7.10-6/dark_coffee/icon.png | Bin .../dense_copper_plate/icon.png | Bin .../depleted_isotope_cell/icon.png | Bin .../classic-1.7.10-6/diamond_drill/icon.png | Bin .../diamond_industrial/icon.png | Bin .../dual_uranium_cell/icon.png | Bin .../classic-1.7.10-6/dynamite/icon.png | Bin .../classic-1.7.10-6/dynamite_o_mote/icon.png | Bin .../electric_furnace/icon.png | Bin .../classic-1.7.10-6/electric_hoe/icon.png | Bin .../electric_jetpack/icon.png | Bin .../electric_treetap/icon.png | Bin .../classic-1.7.10-6/electric_wrench/icon.png | Bin .../electrolyzed_water_cell/icon.png | Bin .../classic-1.7.10-6/electrolyzer/icon.png | Bin .../electronic_circuit/icon.png | Bin .../empty_booze_barrel/icon.png | Bin .../classic-1.7.10-6/empty_cell/icon.png | Bin .../classic-1.7.10-6/empty_fuel_can/icon.png | Bin .../classic-1.7.10-6/energy_crystal/icon.png | Bin .../classic-1.7.10-6/energy_o_mat/icon.png | Bin .../energy_storage_upgrade/icon.png | Bin .../eu_detector_cable/icon.png | Bin .../classic-1.7.10-6/eu_reader/icon.png | Bin .../eu_splitter_cable/icon.png | Bin .../classic-1.7.10-6/extractor/icon.png | Bin .../classic-1.7.10-6/ferru_seeds/icon.png | Bin .../classic-1.7.10-6/fertilizer/icon.png | Bin .../classic-1.7.10-6/filled_fuel_can/icon.png | Bin .../classic-1.7.10-6/filled_tin_can/icon.png | Bin .../frequency_transmitter/icon.png | Bin .../classic-1.7.10-6/generator/icon.png | Bin .../geothermal_generator/icon.png | Bin .../glass_fibre_cable/icon.png | Bin .../classic-1.7.10-6/gold_cable/icon.png | Bin .../classic-1.7.10-6/gold_dust/icon.png | Bin .../classic-1.7.10-6/grin_powder/icon.png | Bin .../classic-1.7.10-6/h_coal_cell/icon.png | Bin .../classic-1.7.10-6/hazmat_suit/icon.png | Bin .../hazmat_suit_leggings/icon.png | Bin .../heat_capacity_reactor_plating/icon.png | Bin .../classic-1.7.10-6/heat_exchanger/icon.png | Bin .../classic-1.7.10-6/heat_vent/icon.png | Bin .../classic-1.7.10-6/heating_cell/icon.png | Bin .../classic-1.7.10-6/hops/icon.png | Bin .../classic-1.7.10-6/hops_seeds/icon.png | Bin .../classic-1.7.10-6/hv_cable/icon.png | Bin .../classic-1.7.10-6/hv_transformer/icon.png | Bin .../hydrated_coal_dust/icon.png | Bin .../classic-1.7.10-6/hydration_cell/icon.png | Bin .../induction_furnace/icon.png | Bin .../industrial_credit/icon.png | Bin .../classic-1.7.10-6/industrial_tnt/icon.png | Bin .../insulated_copper_cable/icon.png | Bin .../insulated_gold_cable/icon.png | Bin .../insulated_hv_cable/icon.png | Bin .../insulation_cutter/icon.png | Bin .../classic-1.7.10-6/iridium_ore/icon.png | Bin .../classic-1.7.10-6/iridium_plate/icon.png | Bin .../classic-1.7.10-6/iron_dust/icon.png | Bin .../classic-1.7.10-6/iron_fence/icon.png | Bin .../classic-1.7.10-6/iron_furnace/icon.png | Bin .../classic-1.7.10-6/iron_scaffold/icon.png | Bin .../classic-1.7.10-6/jetpack/icon.png | Bin .../lapotron_crystal/icon.png | Bin .../classic-1.7.10-6/lappack/icon.png | Bin .../classic-1.7.10-6/lava_cell/icon.png | Bin .../classic-1.7.10-6/luminator/icon.png | Bin .../classic-1.7.10-6/lv_transformer/icon.png | Bin .../classic-1.7.10-6/lzh_condensator/icon.png | Bin .../classic-1.7.10-6/macerator/icon.png | Bin .../classic-1.7.10-6/machine_block/icon.png | Bin .../classic-1.7.10-6/magnetizer/icon.png | Bin .../classic-1.7.10-6/mass_fabricator/icon.png | Bin .../classic-1.7.10-6/melon_seeds/icon.png | Bin .../classic-1.7.10-6/mfe/icon.png | Bin .../classic-1.7.10-6/mfsu/icon.png | Bin .../classic-1.7.10-6/miner/icon.png | Bin .../classic-1.7.10-6/mining_drill/icon.png | Bin .../classic-1.7.10-6/mining_laser/icon.png | Bin .../classic-1.7.10-6/mining_pipe/icon.png | Bin .../mixed_metal_ingot/icon.png | Bin .../classic-1.7.10-6/mv_transformer/icon.png | Bin .../classic-1.7.10-6/nano_saber/icon.png | Bin .../nanosuit_bodyarmor/icon.png | Bin .../classic-1.7.10-6/nanosuit_boots/icon.png | Bin .../classic-1.7.10-6/nanosuit_helmet/icon.png | Bin .../nanosuit_leggings/icon.png | Bin .../near_depleted_uranium_cell/icon.png | Bin .../nether_wart_seeds/icon.png | Bin .../neutron_reflector/icon.png | Bin .../classic-1.7.10-6/nuclear_reactor/icon.png | Bin .../classic-1.7.10-6/nuke/icon.png | Bin .../classic-1.7.10-6/od_scanner/icon.png | Bin .../classic-1.7.10-6/ov_scanner/icon.png | Bin .../overclocked_heat_vent/icon.png | Bin .../overclocker_upgrade/icon.png | Bin .../classic-1.7.10-6/painter/icon.png | Bin .../classic-1.7.10-6/personal_safe/icon.png | Bin .../classic-1.7.10-6/plantball/icon.png | Bin .../classic-1.7.10-6/potato_seeds/icon.png | Bin .../classic-1.7.10-6/pump/icon.png | Bin .../classic-1.7.10-6/pumpkin_seeds/icon.png | Bin .../quad_uranium_cell/icon.png | Bin .../quantumsuit_bodyarmor/icon.png | Bin .../quantumsuit_boots/icon.png | Bin .../quantumsuit_helmet/icon.png | Bin .../quantumsuit_leggings/icon.png | Bin .../raw_carbon_fibre/icon.png | Bin .../classic-1.7.10-6/raw_carbon_mesh/icon.png | Bin .../classic-1.7.10-6/re_battery/icon.png | Bin .../re_enriched_uranium_cell/icon.png | Bin .../classic-1.7.10-6/reactor_chamber/icon.png | Bin .../reactor_heat_exchanger/icon.png | Bin .../reactor_heat_vent/icon.png | Bin .../classic-1.7.10-6/reactor_plating/icon.png | Bin .../classic-1.7.10-6/recycler/icon.png | Bin .../classic-1.7.10-6/redwheat_seeds/icon.png | Bin .../classic-1.7.10-6/reed_seeds/icon.png | Bin .../classic-1.7.10-6/refined_iron/icon.png | Bin .../classic-1.7.10-6/refined_uranium/icon.png | Bin .../classic-1.7.10-6/reinforced_door/icon.png | Bin .../reinforced_glass/icon.png | Bin .../reinforced_stone/icon.png | Bin .../classic-1.7.10-6/rose_seeds/icon.png | Bin .../classic-1.7.10-6/rsh_condensator/icon.png | Bin .../classic-1.7.10-6/rubber/icon.png | Bin .../classic-1.7.10-6/rubber_boots/icon.png | Bin .../classic-1.7.10-6/rubber_sheet/icon.png | Bin .../rubber_tree_sapling/icon.png | Bin .../classic-1.7.10-6/rubber_wood/icon.png | Bin .../classic-1.7.10-6/scaffold/icon.png | Bin .../classic-1.7.10-6/scrap/icon.png | Bin .../classic-1.7.10-6/scrap_box/icon.png | Bin .../classic-1.7.10-6/scuba_helmet/icon.png | Bin .../single_use_battery/icon.png | Bin .../small_pile_of_iron_dust/icon.png | Bin .../classic-1.7.10-6/solar_helmet/icon.png | Bin .../classic-1.7.10-6/solar_panel/icon.png | Bin .../classic-1.7.10-6/static_boots/icon.png | Bin .../classic-1.7.10-6/stickreed_seeds/icon.png | Bin .../classic-1.7.10-6/sticky_dynamite/icon.png | Bin .../classic-1.7.10-6/sticky_resin/icon.png | Bin .../classic-1.7.10-6/stone_mug/icon.png | Bin .../classic-1.7.10-6/teleporter/icon.png | Bin .../classic-1.7.10-6/terra_wart/icon.png | Bin .../terra_wart_seeds/icon.png | Bin .../classic-1.7.10-6/terraformer/icon.png | Bin .../classic-1.7.10-6/tesla_coil/icon.png | Bin .../classic-1.7.10-6/tfbp_chilling/icon.png | Bin .../tfbp_cultivation/icon.png | Bin .../tfbp_desertification/icon.png | Bin .../classic-1.7.10-6/tfbp_empty/icon.png | Bin .../tfbp_flatification/icon.png | Bin .../classic-1.7.10-6/tfbp_irrigation/icon.png | Bin .../thick_neutron_reflector/icon.png | Bin .../classic-1.7.10-6/tin_block/icon.png | Bin .../classic-1.7.10-6/tin_can/icon.png | Bin .../classic-1.7.10-6/tin_dust/icon.png | Bin .../classic-1.7.10-6/tin_ingot/icon.png | Bin .../classic-1.7.10-6/tin_ore/icon.png | Bin .../classic-1.7.10-6/tool_box/icon.png | Bin .../classic-1.7.10-6/trade_o_mat/icon.png | Bin .../transformer_upgrade/icon.png | Bin .../classic-1.7.10-6/treetap/icon.png | Bin .../classic-1.7.10-6/tulip_seeds/icon.png | Bin .../ultra_low_current_cable/icon.png | Bin .../classic-1.7.10-6/uranium/icon.png | Bin .../classic-1.7.10-6/uranium_block/icon.png | Bin .../classic-1.7.10-6/uranium_cell/icon.png | Bin .../classic-1.7.10-6/uranium_ore/icon.png | Bin .../classic-1.7.10-6/uu_matter/icon.png | Bin .../classic-1.7.10-6/venomilia_seeds/icon.png | Bin .../classic-1.7.10-6/water_cell/icon.png | Bin .../classic-1.7.10-6/water_mill/icon.png | Bin .../classic-1.7.10-6/weed_ex/icon.png | Bin .../classic-1.7.10-6/weed_seeds/icon.png | Bin .../classic-1.7.10-6/wheat_seeds/icon.png | Bin .../classic-1.7.10-6/wind_mill/icon.png | Bin .../classic-1.7.10-6/wrench/icon.png | Bin .../classic-1.7.10-6/zero/icon.png | Bin .../industrial_craft_2/clay_dust/icon.png | Bin .../industrial_craft_2/clay_dust/index.html | 0 .../industrial_craft_2/coal_ball/icon.png | Bin .../industrial_craft_2/coal_ball/index.html | 0 .../industrial_craft_2/coal_chunk/icon.png | Bin .../industrial_craft_2/coal_chunk/index.html | 0 .../industrial_craft_2/coal_dust/icon.png | Bin .../industrial_craft_2/coal_dust/index.html | 0 .../coalfuel_cell/index.html | 0 .../industrial_craft_2/cocoa_seeds/icon.png | Bin .../browse/industrial_craft_2/coffee/icon.png | Bin .../industrial_craft_2/coffee/index.html | 0 .../industrial_craft_2/coffee_beans/icon.png | Bin .../coffee_beans/index.html | 0 .../industrial_craft_2/coffee_powder/icon.png | Bin .../coffee_powder/index.html | 0 .../industrial_craft_2/coffee_seeds/icon.png | Bin .../browse/industrial_craft_2/coil/icon.png | Bin .../browse/industrial_craft_2/coil/index.html | 0 .../industrial_craft_2/cold_coffee/icon.png | Bin .../industrial_craft_2/cold_coffee/index.html | 0 .../component_heat_exchanger/icon.png | Bin .../component_heat_exchanger/index.html | 0 .../component_heat_vent/icon.png | Bin .../component_heat_vent/index.html | 0 .../composite_vest/icon.png | Bin .../composite_vest/index.html | 0 .../compressed_air_cell/icon.png | Bin .../compressed_air_cell/index.html | 0 .../compressed_coal_ball/icon.png | Bin .../compressed_coal_ball/index.html | 0 .../compressed_hyd_coalclump/index.html | 0 .../compressed_plants/index.html | 0 .../industrial_craft_2/compressor/icon.png | Bin .../industrial_craft_2/compressor/index.html | 0 .../industrial_craft_2/condenser/icon.png | Bin .../industrial_craft_2/condenser/index.html | 0 .../construction_foam/icon.png | Bin .../construction_foam/index.html | 0 .../construction_foam_2/icon.png | Bin .../construction_foam_cell/icon.png | Bin .../construction_foam_cell/index.html | 0 .../containment_box/icon.png | Bin .../containment_box/index.html | 0 .../containment_reactor_plating/icon.png | Bin .../containment_reactor_plating/index.html | 0 .../industrial_craft_2/coolant_cell/icon.png | Bin .../coolant_cell/index.html | 0 .../industrial_craft_2/copper_block/icon.png | Bin .../copper_block/index.html | 0 .../industrial_craft_2/copper_boiler/icon.png | Bin .../copper_boiler/index.html | 0 .../industrial_craft_2/copper_cable/icon.png | Bin .../copper_cable/index.html | 0 .../industrial_craft_2/copper_dust/icon.png | Bin .../industrial_craft_2/copper_dust/index.html | 0 .../industrial_craft_2/copper_ingot/icon.png | Bin .../copper_ingot/index.html | 0 .../copper_item_casing/icon.png | Bin .../copper_item_casing/index.html | 0 .../industrial_craft_2/copper_ore/icon.png | Bin .../industrial_craft_2/copper_ore/index.html | 0 .../industrial_craft_2/copper_plate/icon.png | Bin .../copper_plate/index.html | 0 .../browse/industrial_craft_2/crop/icon.png | Bin .../browse/industrial_craft_2/crop/index.html | 0 .../crop_harvester/icon.png | Bin .../crop_harvester/index.html | 0 .../industrial_craft_2/crop_matron/icon.png | Bin .../industrial_craft_2/crop_matron/index.html | 0 .../industrial_craft_2/cropnalyzer/icon.png | Bin .../industrial_craft_2/cropnalyzer/index.html | 0 .../crushed_copper_ore/icon.png | Bin .../crushed_copper_ore/index.html | 0 .../crushed_gold_ore/icon.png | Bin .../crushed_gold_ore/index.html | 0 .../crushed_iron_ore/icon.png | Bin .../crushed_iron_ore/index.html | 0 .../crushed_lead_ore/icon.png | Bin .../crushed_lead_ore/index.html | 0 .../crushed_silver_ore/icon.png | Bin .../crushed_silver_ore/index.html | 0 .../crushed_tin_ore/icon.png | Bin .../crushed_tin_ore/index.html | 0 .../crushed_uranium_ore/icon.png | Bin .../crushed_uranium_ore/index.html | 0 .../crystal_memory/icon.png | Bin .../crystal_memory/index.html | 0 .../crystal_memory_raw/icon.png | Bin .../crystal_memory_raw/index.html | 0 .../browse/industrial_craft_2/cutter/icon.png | Bin .../industrial_craft_2/cutter/index.html | 0 .../industrial_craft_2/cyan_painter/icon.png | Bin .../cyan_painter/index.html | 0 .../industrial_craft_2/cyazint_seeds/icon.png | Bin .../damaged_rubber_dinghy/icon.png | Bin .../damaged_rubber_dinghy/index.html | 0 .../dandelion_seeds/icon.png | Bin .../industrial_craft_2/dark_coffee/icon.png | Bin .../industrial_craft_2/dark_coffee/index.html | 0 .../dark_grey_painter/icon.png | Bin .../dark_grey_painter/index.html | 0 .../industrial_craft_2/debug_item/icon.png | Bin .../dense_bronze_plate/icon.png | Bin .../dense_bronze_plate/index.html | 0 .../dense_copper_plate/icon.png | Bin .../dense_copper_plate/index.html | 0 .../dense_gold_plate/icon.png | Bin .../dense_gold_plate/index.html | 0 .../dense_iron_plate/icon.png | Bin .../dense_iron_plate/index.html | 0 .../dense_lapis_lazuli_plate/icon.png | Bin .../dense_lapis_lazuli_plate/index.html | 0 .../dense_lead_plate/icon.png | Bin .../dense_lead_plate/index.html | 0 .../dense_obsidian_plate/icon.png | Bin .../dense_obsidian_plate/index.html | 0 .../dense_refined_iron_plate/icon.png | Bin .../dense_refined_iron_plate/index.html | 0 .../dense_tin_plate/icon.png | Bin .../dense_tin_plate/index.html | 0 .../depleted_isotope_cell/index.html | 0 .../industrial_craft_2/diamond_drill/icon.png | Bin .../diamond_drill/index.html | 0 .../industrial_craft_2/diamond_dust/icon.png | Bin .../diamond_dust/index.html | 0 .../diamond_industrial/index.html | 0 .../distilled_water/icon.png | Bin .../distilled_water/index.html | 0 .../distilled_water_cell/icon.png | Bin .../distilled_water_cell/index.html | 0 .../dual_fuel_rod_depleted_mox/icon.png | Bin .../dual_fuel_rod_depleted_mox/index.html | 0 .../dual_fuel_rod_depleted_uranium/icon.png | Bin .../dual_fuel_rod_depleted_uranium/index.html | 0 .../dual_fuel_rod_mox/icon.png | Bin .../dual_fuel_rod_mox/index.html | 0 .../dual_fuel_rod_uranium/icon.png | Bin .../dual_fuel_rod_uranium/index.html | 0 .../dual_uranium_cell/index.html | 0 .../industrial_craft_2/dynamite/icon.png | Bin .../industrial_craft_2/dynamite/index.html | 0 .../dynamite_o_mote/icon.png | Bin .../dynamite_o_mote/index.html | 0 .../ejector_upgrade/icon.png | Bin .../ejector_upgrade/index.html | 0 .../industrial_craft_2/electric_boat/icon.png | Bin .../electric_boat/index.html | 0 .../electric_furnace/icon.png | Bin .../electric_furnace/index.html | 0 .../electric_heat_generator/icon.png | Bin .../electric_heat_generator/index.html | 0 .../industrial_craft_2/electric_hoe/icon.png | Bin .../electric_hoe/index.html | 0 .../electric_jetpack/icon.png | Bin .../electric_jetpack/index.html | 0 .../electric_kinetic_generator/icon.png | Bin .../electric_kinetic_generator/index.html | 0 .../electric_motor/icon.png | Bin .../electric_motor/index.html | 0 .../electric_sorting_machine/icon.png | Bin .../electric_sorting_machine/index.html | 0 .../electric_treetap/icon.png | Bin .../electric_treetap/index.html | 0 .../electric_wrench/icon.png | Bin .../electric_wrench/index.html | 0 .../electrolyzed_water_cell/icon.png | Bin .../electrolyzed_water_cell/index.html | 0 .../industrial_craft_2/electrolyzer/icon.png | Bin .../electrolyzer/index.html | 0 .../electronic_circuit/icon.png | Bin .../electronic_circuit/index.html | 0 .../empty_booze_barrel/icon.png | Bin .../empty_booze_barrel/index.html | 0 .../industrial_craft_2/empty_cell/icon.png | Bin .../industrial_craft_2/empty_cell/index.html | 0 .../empty_fuel_can/index.html | 0 .../industrial_craft_2/energium_dust/icon.png | Bin .../energium_dust/index.html | 0 .../energy_crystal/icon.png | Bin .../energy_crystal/index.html | 0 .../industrial_craft_2/energy_o_mat/icon.png | Bin .../energy_o_mat/index.html | 0 .../energy_storage_upgrade/icon.png | Bin .../energy_storage_upgrade/index.html | 0 .../industrial_craft_2/energypack/icon.png | Bin .../industrial_craft_2/energypack/index.html | 0 .../enriched_uranium_nuclear_fuel/icon.png | Bin .../enriched_uranium_nuclear_fuel/index.html | 0 .../eu_detector_cable/icon.png | Bin .../eu_detector_cable/index.html | 0 .../industrial_craft_2/eu_reader/icon.png | Bin .../industrial_craft_2/eu_reader/index.html | 0 .../eu_splitter_cable/icon.png | Bin .../eu_splitter_cable/index.html | 0 .../ev_transformer/icon.png | Bin .../ev_transformer/index.html | 0 .../industrial_craft_2/extractor/icon.png | Bin .../industrial_craft_2/extractor/index.html | 0 .../industrial_craft_2/fermenter/icon.png | Bin .../industrial_craft_2/fermenter/index.html | 0 .../industrial_craft_2/ferru_seeds/icon.png | Bin .../industrial_craft_2/fertilizer/icon.png | Bin .../industrial_craft_2/fertilizer/index.html | 0 .../filled_fuel_can/index.html | 0 .../filled_tin_can/icon.png | Bin .../filled_tin_can/index.html | 0 .../fluid_distributor/icon.png | Bin .../fluid_distributor/index.html | 0 .../fluid_ejector_upgrade/icon.png | Bin .../fluid_ejector_upgrade/index.html | 0 .../fluid_heat_generator/icon.png | Bin .../fluid_heat_generator/index.html | 0 .../fluid_regulator/icon.png | Bin .../fluid_regulator/index.html | 0 .../fluid_solid_canning_machine/icon.png | Bin .../fluid_solid_canning_machine/index.html | 0 .../industrial_craft_2/forge_hammer/icon.png | Bin .../forge_hammer/index.html | 0 .../frequency_transmitter/icon.png | Bin .../frequency_transmitter/index.html | 0 .../fuel_rod_depleted_mox/icon.png | Bin .../fuel_rod_depleted_mox/index.html | 0 .../fuel_rod_depleted_uranium/icon.png | Bin .../fuel_rod_depleted_uranium/index.html | 0 .../fuel_rod_empty/icon.png | Bin .../fuel_rod_empty/index.html | 0 .../fuel_rod_lithium/icon.png | Bin .../fuel_rod_lithium/index.html | 0 .../industrial_craft_2/fuel_rod_mox/icon.png | Bin .../fuel_rod_mox/index.html | 0 .../fuel_rod_tritium/icon.png | Bin .../fuel_rod_tritium/index.html | 0 .../fuel_rod_uranium/icon.png | Bin .../fuel_rod_uranium/index.html | 0 .../industrial_craft_2/generator/icon.png | Bin .../industrial_craft_2/generator/index.html | 0 .../geothermal_generator/icon.png | Bin .../geothermal_generator/index.html | 0 .../glass_fibre_cable/icon.png | Bin .../glass_fibre_cable/index.html | 0 .../industrial_craft_2/gold_cable/icon.png | Bin .../industrial_craft_2/gold_cable/index.html | 0 .../industrial_craft_2/gold_dust/icon.png | Bin .../industrial_craft_2/gold_dust/index.html | 0 .../gold_item_casing/icon.png | Bin .../gold_item_casing/index.html | 0 .../industrial_craft_2/gold_plate/icon.png | Bin .../industrial_craft_2/gold_plate/index.html | 0 .../industrial_craft_2/green_painter/icon.png | Bin .../green_painter/index.html | 0 .../industrial_craft_2/grin_powder/icon.png | Bin .../industrial_craft_2/grin_powder/index.html | 0 .../industrial_craft_2/h_coal_cell/index.html | 0 .../industrial_craft_2/hazmat_suit/icon.png | Bin .../industrial_craft_2/hazmat_suit/index.html | 0 .../hazmat_suit_leggings/icon.png | Bin .../hazmat_suit_leggings/index.html | 0 .../heat_capacity_reactor_plating/icon.png | Bin .../heat_capacity_reactor_plating/index.html | 0 .../heat_conductor/icon.png | Bin .../heat_conductor/index.html | 0 .../heat_exchanger/icon.png | Bin .../heat_exchanger/index.html | 0 .../industrial_craft_2/heat_vent/icon.png | Bin .../industrial_craft_2/heat_vent/index.html | 0 .../heating_cell/index.html | 0 .../browse/industrial_craft_2/hops/icon.png | Bin .../browse/industrial_craft_2/hops/index.html | 0 .../industrial_craft_2/hops_seeds/icon.png | Bin .../hot_coolant_cell/icon.png | Bin .../hot_coolant_cell/index.html | 0 .../industrial_craft_2/hv_cable/icon.png | Bin .../industrial_craft_2/hv_cable/index.html | 0 .../hv_transformer/icon.png | Bin .../hv_transformer/index.html | 0 .../hydrated_coal_dust/icon.png | Bin .../hydrated_coal_dust/index.html | 0 .../hydration_cell/icon.png | Bin .../hydration_cell/index.html | 0 .../ic2_blockbarrel/icon.png | Bin .../ic2_blockcable/icon.png | Bin .../ic2_blockdynamite/icon.png | Bin .../ic2_blockdynamiteremote/icon.png | Bin .../industrial_craft_2/ic2_blockharz/icon.png | Bin .../industrial_craft_2/ic2_blockwall/icon.png | Bin .../ic2_blockwall_10/icon.png | Bin .../ic2_blockwall_11/icon.png | Bin .../ic2_blockwall_12/icon.png | Bin .../ic2_blockwall_13/icon.png | Bin .../ic2_blockwall_14/icon.png | Bin .../ic2_blockwall_15/icon.png | Bin .../ic2_blockwall_16/icon.png | Bin .../ic2_blockwall_2/icon.png | Bin .../ic2_blockwall_3/icon.png | Bin .../ic2_blockwall_4/icon.png | Bin .../ic2_blockwall_5/icon.png | Bin .../ic2_blockwall_6/icon.png | Bin .../ic2_blockwall_7/icon.png | Bin .../ic2_blockwall_8/icon.png | Bin .../ic2_blockwall_9/icon.png | Bin .../industrial_craft_2/ic2_coolant/icon.png | Bin .../ic2_hot_coolant/icon.png | Bin .../ic2_hot_coolant/index.html | 0 .../ic2_plasmalauncher/icon.png | Bin .../browse/industrial_craft_2/icon.png | Bin .../browse/industrial_craft_2/index.html | 0 .../induction_furnace/icon.png | Bin .../induction_furnace/index.html | 0 .../industrial_credit/icon.png | Bin .../industrial_credit/index.html | 0 .../industrial_diamond/icon.png | Bin .../industrial_tnt/icon.png | Bin .../industrial_tnt/index.html | 0 .../insulated_copper_cable/icon.png | Bin .../insulated_copper_cable/index.html | 0 .../insulated_gold_cable/icon.png | Bin .../insulated_gold_cable/index.html | 0 .../insulated_hv_cable/icon.png | Bin .../insulated_hv_cable/index.html | 0 .../insulated_tin_cable/icon.png | Bin .../insulated_tin_cable/index.html | 0 .../insulation_cutter/index.html | 0 .../industrial_craft_2/iridium_drill/icon.png | Bin .../iridium_drill/index.html | 0 .../industrial_craft_2/iridium_ore/icon.png | Bin .../industrial_craft_2/iridium_ore/index.html | 0 .../iridium_plate/index.html | 0 .../iridium_reinforced_plate/icon.png | Bin .../iridium_reinforced_plate/index.html | 0 .../industrial_craft_2/iron_dust/icon.png | Bin .../industrial_craft_2/iron_dust/index.html | 0 .../industrial_craft_2/iron_fence/icon.png | Bin .../industrial_craft_2/iron_fence/index.html | 0 .../industrial_craft_2/iron_furnace/icon.png | Bin .../iron_furnace/index.html | 0 .../iron_item_casing/icon.png | Bin .../iron_item_casing/index.html | 0 .../industrial_craft_2/iron_plate/icon.png | Bin .../industrial_craft_2/iron_plate/index.html | 0 .../iron_rotor_blade/icon.png | Bin .../iron_rotor_blade/index.html | 0 .../industrial_craft_2/iron_scaffold/icon.png | Bin .../iron_scaffold/index.html | 0 .../iron_turning_blank/icon.png | Bin .../iron_turning_blank/index.html | 0 .../industrial_craft_2/item_buffer/icon.png | Bin .../industrial_craft_2/item_buffer/index.html | 0 .../industrial_craft_2/jetpack/icon.png | Bin .../industrial_craft_2/jetpack/index.html | 0 .../kinetic_generator/icon.png | Bin .../kinetic_generator/index.html | 0 .../kinetic_steam_generator/icon.png | Bin .../kinetic_steam_generator/index.html | 0 .../kinetic_wind_generator/icon.png | Bin .../kinetic_wind_generator/index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../lapis_lazuli_dust/icon.png | Bin .../lapis_lazuli_dust/index.html | 0 .../lapis_lazuli_plate/icon.png | Bin .../lapis_lazuli_plate/index.html | 0 .../lapotron_crystal/icon.png | Bin .../lapotron_crystal/index.html | 0 .../industrial_craft_2/lappack/index.html | 0 .../industrial_craft_2/lathing_tool/icon.png | Bin .../lathing_tool/index.html | 0 .../industrial_craft_2/lava_cell/icon.png | Bin .../industrial_craft_2/lava_cell/index.html | 0 .../industrial_craft_2/lead_block/icon.png | Bin .../industrial_craft_2/lead_block/index.html | 0 .../industrial_craft_2/lead_dust/icon.png | Bin .../industrial_craft_2/lead_dust/index.html | 0 .../industrial_craft_2/lead_ingot/icon.png | Bin .../industrial_craft_2/lead_ingot/index.html | 0 .../lead_item_casing/icon.png | Bin .../lead_item_casing/index.html | 0 .../industrial_craft_2/lead_ore/icon.png | Bin .../industrial_craft_2/lead_ore/index.html | 0 .../industrial_craft_2/lead_plate/icon.png | Bin .../industrial_craft_2/lead_plate/index.html | 0 .../light_blue_painter/icon.png | Bin .../light_blue_painter/index.html | 0 .../light_grey_painter/icon.png | Bin .../light_grey_painter/index.html | 0 .../industrial_craft_2/lime_painter/icon.png | Bin .../lime_painter/index.html | 0 .../liquid_heat_exchanger/icon.png | Bin .../liquid_heat_exchanger/index.html | 0 .../industrial_craft_2/lithium_dust/icon.png | Bin .../lithium_dust/index.html | 0 .../industrial_craft_2/luminator/icon.png | Bin .../industrial_craft_2/luminator/index.html | 0 .../lv_transformer/icon.png | Bin .../lv_transformer/index.html | 0 .../lzh_condensator/icon.png | Bin .../lzh_condensator/index.html | 0 .../industrial_craft_2/macerator/icon.png | Bin .../industrial_craft_2/macerator/index.html | 0 .../machine_block/index.html | 0 .../magenta_painter/icon.png | Bin .../magenta_painter/index.html | 0 .../industrial_craft_2/magnetizer/icon.png | Bin .../industrial_craft_2/magnetizer/index.html | 0 .../manual_kinetic_generator/icon.png | Bin .../manual_kinetic_generator/index.html | 0 .../mass_fabricator/icon.png | Bin .../mass_fabricator/index.html | 0 .../industrial_craft_2/melon_seeds/icon.png | Bin .../industrial_craft_2/metal_former/icon.png | Bin .../metal_former/index.html | 0 .../browse/industrial_craft_2/mfe/icon.png | Bin .../browse/industrial_craft_2/mfe/index.html | 0 .../browse/industrial_craft_2/mfsu/icon.png | Bin .../browse/industrial_craft_2/mfsu/index.html | 0 .../mfsu_upgrade_kit/icon.png | Bin .../mfsu_upgrade_kit/index.html | 0 .../browse/industrial_craft_2/miner/icon.png | Bin .../industrial_craft_2/miner/index.html | 0 .../industrial_craft_2/mining_drill/icon.png | Bin .../mining_drill/index.html | 0 .../industrial_craft_2/mining_laser/icon.png | Bin .../mining_laser/index.html | 0 .../industrial_craft_2/mining_pipe/icon.png | Bin .../industrial_craft_2/mining_pipe/index.html | 0 .../mixed_metal_ingot/icon.png | Bin .../mixed_metal_ingot/index.html | 0 .../mox_nuclear_fuel/icon.png | Bin .../mox_nuclear_fuel/index.html | 0 .../mv_transformer/icon.png | Bin .../mv_transformer/index.html | 0 .../industrial_craft_2/nano_saber/icon.png | Bin .../industrial_craft_2/nano_saber/index.html | 0 .../nanosuit_bodyarmor/icon.png | Bin .../nanosuit_bodyarmor/index.html | 0 .../nanosuit_boots/icon.png | Bin .../nanosuit_boots/index.html | 0 .../nanosuit_helmet/icon.png | Bin .../nanosuit_helmet/index.html | 0 .../nanosuit_leggings/icon.png | Bin .../nanosuit_leggings/index.html | 0 .../near_depleted_uranium_cell/index.html | 0 .../nether_wart_seeds/icon.png | Bin .../neutron_reflector/icon.png | Bin .../neutron_reflector/index.html | 0 .../nightvision_goggles/icon.png | Bin .../nightvision_goggles/index.html | 0 .../nuclear_reactor/icon.png | Bin .../nuclear_reactor/index.html | 0 .../browse/industrial_craft_2/nuke/icon.png | Bin .../browse/industrial_craft_2/nuke/index.html | 0 .../industrial_craft_2/obscurator/icon.png | Bin .../industrial_craft_2/obscurator/index.html | 0 .../industrial_craft_2/obsidian_dust/icon.png | Bin .../obsidian_dust/index.html | 0 .../obsidian_plate/icon.png | Bin .../obsidian_plate/index.html | 0 .../industrial_craft_2/od_scanner/icon.png | Bin .../industrial_craft_2/od_scanner/index.html | 0 .../orange_painter/icon.png | Bin .../orange_painter/index.html | 0 .../ore_washing_plant/icon.png | Bin .../ore_washing_plant/index.html | 0 .../industrial_craft_2/ov_scanner/icon.png | Bin .../industrial_craft_2/ov_scanner/index.html | 0 .../overclocked_heat_vent/icon.png | Bin .../overclocked_heat_vent/index.html | 0 .../overclocker_upgrade/icon.png | Bin .../overclocker_upgrade/index.html | 0 .../industrial_craft_2/pahoehoe_lava/icon.png | Bin .../pahoehoe_lava/index.html | 0 .../pahoehoe_lava_cell/icon.png | Bin .../pahoehoe_lava_cell/index.html | 0 .../industrial_craft_2/painter/icon.png | Bin .../industrial_craft_2/painter/index.html | 0 .../pattern_storage/icon.png | Bin .../pattern_storage/index.html | 0 .../pellets_of_rtg_fuel/icon.png | Bin .../pellets_of_rtg_fuel/index.html | 0 .../industrial_craft_2/personal_safe/icon.png | Bin .../personal_safe/index.html | 0 .../industrial_craft_2/pink_painter/icon.png | Bin .../pink_painter/index.html | 0 .../industrial_craft_2/plantball/icon.png | Bin .../industrial_craft_2/plantball/index.html | 0 .../industrial_craft_2/plutonium/icon.png | Bin .../industrial_craft_2/plutonium/index.html | 0 .../industrial_craft_2/potato_seeds/icon.png | Bin .../industrial_craft_2/power_unit/icon.png | Bin .../industrial_craft_2/power_unit/index.html | 0 .../browse/industrial_craft_2/pump/icon.png | Bin .../browse/industrial_craft_2/pump/index.html | 0 .../industrial_craft_2/pumpkin_seeds/icon.png | Bin .../purified_crushed_copper_ore/icon.png | Bin .../purified_crushed_copper_ore/index.html | 0 .../purified_crushed_gold_ore/icon.png | Bin .../purified_crushed_gold_ore/index.html | 0 .../purified_crushed_iron_ore/icon.png | Bin .../purified_crushed_iron_ore/index.html | 0 .../purified_crushed_lead_ore/icon.png | Bin .../purified_crushed_lead_ore/index.html | 0 .../purified_crushed_silver_ore/icon.png | Bin .../purified_crushed_silver_ore/index.html | 0 .../purified_crushed_tin_ore/icon.png | Bin .../purified_crushed_tin_ore/index.html | 0 .../purified_crushed_uranium_ore/icon.png | Bin .../purified_crushed_uranium_ore/index.html | 0 .../purple_painter/icon.png | Bin .../purple_painter/index.html | 0 .../quad_fuel_rod_depleted_mox/icon.png | Bin .../quad_fuel_rod_depleted_mox/index.html | 0 .../quad_fuel_rod_depleted_uranium/icon.png | Bin .../quad_fuel_rod_depleted_uranium/index.html | 0 .../quad_fuel_rod_mox/icon.png | Bin .../quad_fuel_rod_mox/index.html | 0 .../quad_fuel_rod_uranium/icon.png | Bin .../quad_fuel_rod_uranium/index.html | 0 .../quad_uranium_cell/index.html | 0 .../quantumsuit_bodyarmor/icon.png | Bin .../quantumsuit_bodyarmor/index.html | 0 .../quantumsuit_boots/icon.png | Bin .../quantumsuit_boots/index.html | 0 .../quantumsuit_helmet/icon.png | Bin .../quantumsuit_helmet/index.html | 0 .../quantumsuit_leggings/icon.png | Bin .../quantumsuit_leggings/index.html | 0 .../radioisotope_heat_generator/icon.png | Bin .../radioisotope_heat_generator/index.html | 0 .../icon.png | Bin .../index.html | 0 .../raw_carbon_fibre/icon.png | Bin .../raw_carbon_fibre/index.html | 0 .../raw_carbon_mesh/icon.png | Bin .../raw_carbon_mesh/index.html | 0 .../industrial_craft_2/re_battery/icon.png | Bin .../industrial_craft_2/re_battery/index.html | 0 .../reactor_access_hatch/icon.png | Bin .../reactor_access_hatch/index.html | 0 .../reactor_chamber/icon.png | Bin .../reactor_chamber/index.html | 0 .../reactor_fluid_port/icon.png | Bin .../reactor_fluid_port/index.html | 0 .../reactor_heat_exchanger/icon.png | Bin .../reactor_heat_exchanger/index.html | 0 .../reactor_heat_vent/icon.png | Bin .../reactor_heat_vent/index.html | 0 .../reactor_plating/icon.png | Bin .../reactor_plating/index.html | 0 .../reactor_pressure_vessel/icon.png | Bin .../reactor_pressure_vessel/index.html | 0 .../reactor_redstone_port/icon.png | Bin .../reactor_redstone_port/index.html | 0 .../industrial_craft_2/recycler/icon.png | Bin .../industrial_craft_2/recycler/index.html | 0 .../industrial_craft_2/red_painter/icon.png | Bin .../industrial_craft_2/red_painter/index.html | 0 .../redmushroom_seeds/icon.png | Bin .../redstone_signal_inverter_upgrade/icon.png | Bin .../index.html | 0 .../redwheat_seeds/icon.png | Bin .../industrial_craft_2/reed_seeds/icon.png | Bin .../refined_iron/index.html | 0 .../refined_iron_block/icon.png | Bin .../refined_iron_block/index.html | 0 .../refined_iron_ingot/icon.png | Bin .../refined_iron_ingot/index.html | 0 .../refined_iron_item_casing/icon.png | Bin .../refined_iron_item_casing/index.html | 0 .../refined_iron_plate/icon.png | Bin .../refined_iron_plate/index.html | 0 .../refined_uranium/index.html | 0 .../reinforced_construction_foam/icon.png | Bin .../reinforced_construction_foam/index.html | 0 .../reinforced_door/icon.png | Bin .../reinforced_door/index.html | 0 .../reinforced_glass/icon.png | Bin .../reinforced_glass/index.html | 0 .../reinforced_stone/icon.png | Bin .../reinforced_stone/index.html | 0 .../industrial_craft_2/replicator/icon.png | Bin .../industrial_craft_2/replicator/index.html | 0 .../industrial_craft_2/rose_seeds/icon.png | Bin .../rsh_condensator/icon.png | Bin .../rsh_condensator/index.html | 0 .../browse/industrial_craft_2/rubber/icon.png | Bin .../industrial_craft_2/rubber/index.html | 0 .../industrial_craft_2/rubber_boots/icon.png | Bin .../rubber_boots/index.html | 0 .../industrial_craft_2/rubber_dinghy/icon.png | Bin .../rubber_dinghy/index.html | 0 .../industrial_craft_2/rubber_sheet/icon.png | Bin .../rubber_sheet/index.html | 0 .../rubber_tree_leaves/icon.png | Bin .../rubber_tree_leaves/index.html | 0 .../rubber_tree_sapling/icon.png | Bin .../rubber_tree_sapling/index.html | 0 .../industrial_craft_2/rubber_wood/icon.png | Bin .../industrial_craft_2/rubber_wood/index.html | 0 .../industrial_craft_2/scaffold/icon.png | Bin .../industrial_craft_2/scaffold/index.html | 0 .../industrial_craft_2/scanner/icon.png | Bin .../industrial_craft_2/scanner/index.html | 0 .../browse/industrial_craft_2/scrap/icon.png | Bin .../industrial_craft_2/scrap/index.html | 0 .../industrial_craft_2/scrap_box/icon.png | Bin .../industrial_craft_2/scrap_box/index.html | 0 .../industrial_craft_2/scuba_helmet/icon.png | Bin .../scuba_helmet/index.html | 0 .../semifluid_generator/icon.png | Bin .../semifluid_generator/index.html | 0 .../industrial_craft_2/shaft_iron/icon.png | Bin .../industrial_craft_2/shaft_iron/index.html | 0 .../shaft_refined_iron/icon.png | Bin .../shaft_refined_iron/index.html | 0 .../silicon_dioxide/icon.png | Bin .../silicon_dioxide/index.html | 0 .../industrial_craft_2/silver_dust/icon.png | Bin .../industrial_craft_2/silver_dust/index.html | 0 .../industrial_craft_2/silver_ingot/icon.png | Bin .../silver_ingot/index.html | 0 .../single_use_battery/icon.png | Bin .../single_use_battery/index.html | 0 .../browse/industrial_craft_2/slag/icon.png | Bin .../browse/industrial_craft_2/slag/index.html | 0 .../small_power_unit/icon.png | Bin .../small_power_unit/index.html | 0 .../solar_distiller/icon.png | Bin .../solar_distiller/index.html | 0 .../industrial_craft_2/solar_helmet/icon.png | Bin .../solar_helmet/index.html | 0 .../industrial_craft_2/solar_panel/icon.png | Bin .../industrial_craft_2/solar_panel/index.html | 0 .../solid_canning_machine/icon.png | Bin .../solid_canning_machine/index.html | 0 .../solid_heat_generator/icon.png | Bin .../solid_heat_generator/index.html | 0 .../industrial_craft_2/static_boots/icon.png | Bin .../static_boots/index.html | 0 .../browse/industrial_craft_2/steam/icon.png | Bin .../industrial_craft_2/steam/index.html | 0 .../industrial_craft_2/steam_cell/icon.png | Bin .../industrial_craft_2/steam_cell/index.html | 0 .../steam_generator/icon.png | Bin .../steam_generator/index.html | 0 .../industrial_craft_2/steam_turbine/icon.png | Bin .../steam_turbine/index.html | 0 .../steam_turbine_blade/icon.png | Bin .../steam_turbine_blade/index.html | 0 .../steel_rotor_blade/icon.png | Bin .../steel_rotor_blade/index.html | 0 .../stickreed_seeds/icon.png | Bin .../sticky_dynamite/icon.png | Bin .../sticky_dynamite/index.html | 0 .../industrial_craft_2/sticky_resin/icon.png | Bin .../sticky_resin/index.html | 0 .../stirling_generator/icon.png | Bin .../stirling_generator/index.html | 0 .../industrial_craft_2/stone_dust/icon.png | Bin .../industrial_craft_2/stone_dust/index.html | 0 .../industrial_craft_2/stone_mug/icon.png | Bin .../industrial_craft_2/stone_mug/index.html | 0 .../industrial_craft_2/sulfur_dust/icon.png | Bin .../industrial_craft_2/sulfur_dust/index.html | 0 .../superheated_steam/icon.png | Bin .../superheated_steam/index.html | 0 .../superheated_steam_cell/icon.png | Bin .../superheated_steam_cell/index.html | 0 .../industrial_craft_2/teleporter/icon.png | Bin .../industrial_craft_2/teleporter/index.html | 0 .../industrial_craft_2/terra_wart/icon.png | Bin .../industrial_craft_2/terra_wart/index.html | 0 .../terra_wart_seeds/icon.png | Bin .../industrial_craft_2/terraformer/icon.png | Bin .../industrial_craft_2/terraformer/index.html | 0 .../industrial_craft_2/tesla_coil/icon.png | Bin .../industrial_craft_2/tesla_coil/index.html | 0 .../industrial_craft_2/tfbp_chilling/icon.png | Bin .../tfbp_chilling/index.html | 0 .../tfbp_cultivation/icon.png | Bin .../tfbp_cultivation/index.html | 0 .../tfbp_desertification/icon.png | Bin .../tfbp_desertification/index.html | 0 .../industrial_craft_2/tfbp_empty/icon.png | Bin .../industrial_craft_2/tfbp_empty/index.html | 0 .../tfbp_flatification/icon.png | Bin .../tfbp_flatification/index.html | 0 .../tfbp_irrigation/icon.png | Bin .../tfbp_irrigation/index.html | 0 .../industrial_craft_2/tfbp_mushroom/icon.png | Bin .../tfbp_mushroom/index.html | 0 .../thermal_centrifuge/icon.png | Bin .../thermal_centrifuge/index.html | 0 .../thick_neutron_reflector/icon.png | Bin .../thick_neutron_reflector/index.html | 0 .../tile_blockdooralloy_name/icon.png | Bin .../industrial_craft_2/tin_block/icon.png | Bin .../industrial_craft_2/tin_block/index.html | 0 .../industrial_craft_2/tin_cable/icon.png | Bin .../industrial_craft_2/tin_cable/index.html | 0 .../industrial_craft_2/tin_can/icon.png | Bin .../industrial_craft_2/tin_can/index.html | 0 .../industrial_craft_2/tin_dust/icon.png | Bin .../industrial_craft_2/tin_dust/index.html | 0 .../industrial_craft_2/tin_ingot/icon.png | Bin .../industrial_craft_2/tin_ingot/index.html | 0 .../tin_item_casing/icon.png | Bin .../tin_item_casing/index.html | 0 .../industrial_craft_2/tin_ore/icon.png | Bin .../industrial_craft_2/tin_ore/index.html | 0 .../industrial_craft_2/tin_plate/icon.png | Bin .../industrial_craft_2/tin_plate/index.html | 0 .../tiny_pile_of_bronze_dust/icon.png | Bin .../tiny_pile_of_bronze_dust/index.html | 0 .../tiny_pile_of_copper_dust/icon.png | Bin .../tiny_pile_of_copper_dust/index.html | 0 .../tiny_pile_of_gold_dust/icon.png | Bin .../tiny_pile_of_gold_dust/index.html | 0 .../tiny_pile_of_iron_dust/icon.png | Bin .../tiny_pile_of_iron_dust/index.html | 0 .../tiny_pile_of_lapis_dust/icon.png | Bin .../tiny_pile_of_lapis_dust/index.html | 0 .../tiny_pile_of_lead_dust/icon.png | Bin .../tiny_pile_of_lead_dust/index.html | 0 .../tiny_pile_of_lithium_dust/icon.png | Bin .../tiny_pile_of_lithium_dust/index.html | 0 .../tiny_pile_of_obsidian_dust/icon.png | Bin .../tiny_pile_of_obsidian_dust/index.html | 0 .../tiny_pile_of_plutonium/icon.png | Bin .../tiny_pile_of_plutonium/index.html | 0 .../tiny_pile_of_silver_dust/icon.png | Bin .../tiny_pile_of_silver_dust/index.html | 0 .../tiny_pile_of_sulfur_dust/icon.png | Bin .../tiny_pile_of_sulfur_dust/index.html | 0 .../tiny_pile_of_tin_dust/icon.png | Bin .../tiny_pile_of_tin_dust/index.html | 0 .../tiny_pile_of_uranium_235/icon.png | Bin .../tiny_pile_of_uranium_235/index.html | 0 .../industrial_craft_2/tool_box/icon.png | Bin .../industrial_craft_2/tool_box/index.html | 0 .../industrial_craft_2/trade_o_mat/icon.png | Bin .../industrial_craft_2/trade_o_mat/index.html | 0 .../transformer_upgrade/icon.png | Bin .../transformer_upgrade/index.html | 0 .../industrial_craft_2/treetap/icon.png | Bin .../industrial_craft_2/treetap/index.html | 0 .../industrial_craft_2/tulip_seeds/icon.png | Bin .../industrial_craft_2/turning_table/icon.png | Bin .../turning_table/index.html | 0 .../ultra_low_current_cable/index.html | 0 .../universal_fluid_cell/icon.png | Bin .../universal_fluid_cell/index.html | 0 .../universal_fluid_cell_10/icon.png | Bin .../universal_fluid_cell_11/icon.png | Bin .../universal_fluid_cell_12/icon.png | Bin .../universal_fluid_cell_13/icon.png | Bin .../universal_fluid_cell_2/icon.png | Bin .../universal_fluid_cell_3/icon.png | Bin .../universal_fluid_cell_4/icon.png | Bin .../universal_fluid_cell_5/icon.png | Bin .../universal_fluid_cell_6/icon.png | Bin .../universal_fluid_cell_7/icon.png | Bin .../universal_fluid_cell_8/icon.png | Bin .../universal_fluid_cell_9/icon.png | Bin .../industrial_craft_2/uranium/index.html | 0 .../industrial_craft_2/uranium_235/icon.png | Bin .../industrial_craft_2/uranium_235/index.html | 0 .../industrial_craft_2/uranium_238/icon.png | Bin .../industrial_craft_2/uranium_238/index.html | 0 .../industrial_craft_2/uranium_block/icon.png | Bin .../uranium_block/index.html | 0 .../uranium_cell/index.html | 0 .../industrial_craft_2/uranium_ore/icon.png | Bin .../industrial_craft_2/uranium_ore/index.html | 0 .../industrial_craft_2/uu_matter/icon.png | Bin .../industrial_craft_2/uu_matter/index.html | 0 .../industrial_craft_2/uumatter_cell/icon.png | Bin .../uumatter_cell/index.html | 0 .../venomilia_seeds/icon.png | Bin .../industrial_craft_2/water_cell/icon.png | Bin .../industrial_craft_2/water_cell/index.html | 0 .../industrial_craft_2/water_mill/icon.png | Bin .../industrial_craft_2/water_mill/index.html | 0 .../browse/industrial_craft_2/weed/icon.png | Bin .../industrial_craft_2/weed_ex/icon.png | Bin .../industrial_craft_2/weed_ex/index.html | 0 .../industrial_craft_2/weed_seeds/icon.png | Bin .../weeding_trowel/icon.png | Bin .../weeding_trowel/index.html | 0 .../industrial_craft_2/wheat_seeds/icon.png | Bin .../industrial_craft_2/white_painter/icon.png | Bin .../white_painter/index.html | 0 .../industrial_craft_2/wind_mill/icon.png | Bin .../industrial_craft_2/wind_mill/index.html | 0 .../industrial_craft_2/windmeter/icon.png | Bin .../industrial_craft_2/windmeter/index.html | 0 .../wood_rotor_blade/icon.png | Bin .../wood_rotor_blade/index.html | 0 .../wooden_turning_blank/icon.png | Bin .../wooden_turning_blank/index.html | 0 .../browse/industrial_craft_2/wrench/icon.png | Bin .../industrial_craft_2/wrench/index.html | 0 .../yellow_painter/icon.png | Bin .../yellow_painter/index.html | 0 .../browse/minecraft/acacia_leaves/icon.png | Bin .../browse/minecraft/acacia_leaves/index.html | 0 .../browse/minecraft/acacia_sapling/icon.png | Bin .../minecraft/acacia_sapling/index.html | 0 .../browse/minecraft/acacia_wood/icon.png | Bin .../browse/minecraft/acacia_wood/index.html | 0 .../minecraft/acacia_wood_planks/icon.png | Bin .../minecraft/acacia_wood_planks/index.html | 0 .../minecraft/acacia_wood_slab/icon.png | Bin .../minecraft/acacia_wood_slab/index.html | 0 .../minecraft/acacia_wood_stairs/icon.png | Bin .../minecraft/acacia_wood_stairs/index.html | 0 .../browse/minecraft/activator_rail/icon.png | Bin .../minecraft/activator_rail/index.html | 0 .../browse/minecraft/allium/icon.png | Bin .../browse/minecraft/allium/index.html | 0 .../browse/minecraft/anvil/icon.png | Bin .../browse/minecraft/anvil/index.html | 0 .../browse/minecraft/apple/icon.png | Bin .../browse/minecraft/apple/index.html | 0 .../browse/minecraft/arrow/icon.png | Bin .../browse/minecraft/arrow/index.html | 0 .../browse/minecraft/awkward_potion/icon.png | Bin .../minecraft/awkward_potion/index.html | 0 .../browse/minecraft/azure_bluet/icon.png | Bin .../browse/minecraft/azure_bluet/index.html | 0 .../browse/minecraft/baked_potato/icon.png | Bin .../browse/minecraft/baked_potato/index.html | 0 .../browse/minecraft/beacon/icon.png | Bin .../browse/minecraft/beacon/index.html | 0 .../browse/minecraft/bed/icon.png | Bin .../browse/minecraft/bed/index.html | 0 .../browse/minecraft/bedrock/icon.png | Bin .../browse/minecraft/bedrock/index.html | 0 .../browse/minecraft/birch_leaves/icon.png | Bin .../browse/minecraft/birch_leaves/index.html | 0 .../browse/minecraft/birch_sapling/icon.png | Bin .../browse/minecraft/birch_sapling/index.html | 0 .../browse/minecraft/birch_wood/icon.png | Bin .../browse/minecraft/birch_wood/index.html | 0 .../minecraft/birch_wood_planks/icon.png | Bin .../minecraft/birch_wood_planks/index.html | 0 .../browse/minecraft/birch_wood_slab/icon.png | Bin .../minecraft/birch_wood_slab/index.html | 0 .../minecraft/birch_wood_stairs/icon.png | Bin .../minecraft/birch_wood_stairs/index.html | 0 .../browse/minecraft/black_carpet/icon.png | Bin .../browse/minecraft/black_carpet/index.html | 0 .../minecraft/black_stained_clay/icon.png | Bin .../minecraft/black_stained_clay/index.html | 0 .../minecraft/black_stained_glass/icon.png | Bin .../minecraft/black_stained_glass/index.html | 0 .../black_stained_glass_pane/icon.png | Bin .../black_stained_glass_pane/index.html | 0 .../browse/minecraft/black_wool/icon.png | Bin .../browse/minecraft/black_wool/index.html | 0 .../browse/minecraft/blaze_powder/icon.png | Bin .../browse/minecraft/blaze_powder/index.html | 0 .../browse/minecraft/blaze_rod/icon.png | Bin .../browse/minecraft/blaze_rod/index.html | 0 .../browse/minecraft/block_of_coal/icon.png | Bin .../browse/minecraft/block_of_coal/index.html | 0 .../minecraft/block_of_diamond/icon.png | Bin .../minecraft/block_of_diamond/index.html | 0 .../minecraft/block_of_emerald/icon.png | Bin .../minecraft/block_of_emerald/index.html | 0 .../browse/minecraft/block_of_gold/icon.png | Bin .../browse/minecraft/block_of_gold/index.html | 0 .../browse/minecraft/block_of_iron/icon.png | Bin .../browse/minecraft/block_of_iron/index.html | 0 .../browse/minecraft/block_of_quartz/icon.png | Bin .../minecraft/block_of_quartz/index.html | 0 .../minecraft/block_of_redstone/icon.png | Bin .../minecraft/block_of_redstone/index.html | 0 .../browse/minecraft/blue_carpet/icon.png | Bin .../browse/minecraft/blue_carpet/index.html | 0 .../browse/minecraft/blue_orchid/icon.png | Bin .../browse/minecraft/blue_orchid/index.html | 0 .../minecraft/blue_stained_clay/icon.png | Bin .../minecraft/blue_stained_clay/index.html | 0 .../minecraft/blue_stained_glass/icon.png | Bin .../minecraft/blue_stained_glass/index.html | 0 .../blue_stained_glass_pane/icon.png | Bin .../blue_stained_glass_pane/index.html | 0 .../browse/minecraft/blue_wool/icon.png | Bin .../browse/minecraft/blue_wool/index.html | 0 .../browse/minecraft/boat/icon.png | Bin .../browse/minecraft/boat/index.html | 0 .../browse/minecraft/bone/icon.png | Bin .../browse/minecraft/bone/index.html | 0 .../browse/minecraft/bone_meal/icon.png | Bin .../browse/minecraft/bone_meal/index.html | 0 .../browse/minecraft/book/icon.png | Bin .../browse/minecraft/book/index.html | 0 .../browse/minecraft/book_and_quill/icon.png | Bin .../minecraft/book_and_quill/index.html | 0 .../browse/minecraft/bookshelf/icon.png | Bin .../browse/minecraft/bookshelf/index.html | 0 .../minecraft/bottle_o_enchanting/icon.png | Bin .../minecraft/bottle_o_enchanting/index.html | 0 .../browse/minecraft/bow/icon.png | Bin .../browse/minecraft/bow/index.html | 0 .../browse/minecraft/bowl/icon.png | Bin .../browse/minecraft/bowl/index.html | 0 .../browse/minecraft/bread/icon.png | Bin .../browse/minecraft/bread/index.html | 0 .../browse/minecraft/brewing_stand/icon.png | Bin .../browse/minecraft/brewing_stand/index.html | 0 .../browse/minecraft/brick/icon.png | Bin .../browse/minecraft/brick/index.html | 0 .../browse/minecraft/brick_stairs/icon.png | Bin .../browse/minecraft/brick_stairs/index.html | 0 .../browse/minecraft/bricks/icon.png | Bin .../browse/minecraft/bricks/index.html | 0 .../browse/minecraft/bricks_slab/icon.png | Bin .../browse/minecraft/bricks_slab/index.html | 0 .../browse/minecraft/brown_carpet/icon.png | Bin .../browse/minecraft/brown_carpet/index.html | 0 .../minecraft/brown_stained_clay/icon.png | Bin .../minecraft/brown_stained_clay/index.html | 0 .../minecraft/brown_stained_glass/icon.png | Bin .../minecraft/brown_stained_glass/index.html | 0 .../brown_stained_glass_pane/icon.png | Bin .../brown_stained_glass_pane/index.html | 0 .../browse/minecraft/brown_wool/icon.png | Bin .../browse/minecraft/brown_wool/index.html | 0 .../browse/minecraft/bucket/icon.png | Bin .../browse/minecraft/bucket/index.html | 0 .../browse/minecraft/button/icon.png | Bin .../browse/minecraft/button_stone/icon.png | Bin .../browse/minecraft/button_stone/index.html | 0 .../browse/minecraft/button_wood/icon.png | Bin .../browse/minecraft/button_wood/index.html | 0 .../browse/minecraft/cactus/icon.png | Bin .../browse/minecraft/cactus/index.html | 0 .../browse/minecraft/cactus_green/icon.png | Bin .../browse/minecraft/cactus_green/index.html | 0 .../browse/minecraft/cake/icon.png | Bin .../browse/minecraft/cake/index.html | 0 .../browse/minecraft/carpet/icon.png | Bin .../browse/minecraft/carpet/index.html | 0 .../browse/minecraft/carrot/icon.png | Bin .../browse/minecraft/carrot/index.html | 0 .../minecraft/carrot_on_a_stick/icon.png | Bin .../minecraft/carrot_on_a_stick/index.html | 0 .../browse/minecraft/cauldron/icon.png | Bin .../browse/minecraft/cauldron/index.html | 0 .../browse/minecraft/chain_boots/icon.png | Bin .../browse/minecraft/chain_boots/index.html | 0 .../minecraft/chain_chestplate/icon.png | Bin .../minecraft/chain_chestplate/index.html | 0 .../browse/minecraft/chain_helmet/icon.png | Bin .../browse/minecraft/chain_helmet/index.html | 0 .../browse/minecraft/chain_leggings/icon.png | Bin .../minecraft/chain_leggings/index.html | 0 .../browse/minecraft/charcoal/icon.png | Bin .../browse/minecraft/charcoal/index.html | 0 .../browse/minecraft/chest/icon.png | Bin .../browse/minecraft/chest/index.html | 0 .../minecraft/chiseled_quartz_block/icon.png | Bin .../chiseled_quartz_block/index.html | 0 .../minecraft/chiseled_sandstone/icon.png | Bin .../minecraft/chiseled_sandstone/index.html | 0 .../chiseled_stone_brick_monster_egg/icon.png | Bin .../minecraft/chiseled_stone_bricks/icon.png | Bin .../chiseled_stone_bricks/index.html | 0 .../browse/minecraft/clay/icon.png | Bin .../browse/minecraft/clay_block/icon.png | Bin .../browse/minecraft/clay_block/index.html | 0 .../browse/minecraft/clock/icon.png | Bin .../browse/minecraft/clock/index.html | 0 .../browse/minecraft/clownfish/icon.png | Bin .../browse/minecraft/clownfish/index.html | 0 .../browse/minecraft/coal/icon.png | Bin .../browse/minecraft/coal/index.html | 0 .../browse/minecraft/coal_ore/icon.png | Bin .../browse/minecraft/coal_ore/index.html | 0 .../browse/minecraft/cobblestone/icon.png | Bin .../browse/minecraft/cobblestone/index.html | 0 .../cobblestone_monster_egg/icon.png | Bin .../minecraft/cobblestone_slab/icon.png | Bin .../minecraft/cobblestone_slab/index.html | 0 .../minecraft/cobblestone_wall/icon.png | Bin .../minecraft/cobblestone_wall/index.html | 0 .../browse/minecraft/cobweb/icon.png | Bin .../browse/minecraft/cobweb/index.html | 0 .../browse/minecraft/cocoa_beans/icon.png | Bin .../browse/minecraft/cocoa_beans/index.html | 0 .../browse/minecraft/command_block/icon.png | Bin .../browse/minecraft/command_block/index.html | 0 .../browse/minecraft/compass/icon.png | Bin .../browse/minecraft/compass/index.html | 0 .../browse/minecraft/cooked_chicken/icon.png | Bin .../minecraft/cooked_chicken/index.html | 0 .../browse/minecraft/cooked_fish/icon.png | Bin .../browse/minecraft/cooked_fish/index.html | 0 .../browse/minecraft/cooked_porkchop/icon.png | Bin .../minecraft/cooked_porkchop/index.html | 0 .../browse/minecraft/cooked_salmon/icon.png | Bin .../browse/minecraft/cooked_salmon/index.html | 0 .../browse/minecraft/cookie/icon.png | Bin .../browse/minecraft/cookie/index.html | 0 .../cracked_stone_brick_monster_egg/icon.png | Bin .../minecraft/cracked_stone_bricks/icon.png | Bin .../minecraft/cracked_stone_bricks/index.html | 0 .../browse/minecraft/crafting_table/icon.png | Bin .../minecraft/crafting_table/index.html | 0 .../browse/minecraft/creeper_head/icon.png | Bin .../browse/minecraft/creeper_head/index.html | 0 .../browse/minecraft/cyan_carpet/icon.png | Bin .../browse/minecraft/cyan_carpet/index.html | 0 .../browse/minecraft/cyan_dye/icon.png | Bin .../browse/minecraft/cyan_dye/index.html | 0 .../minecraft/cyan_stained_clay/icon.png | Bin .../minecraft/cyan_stained_clay/index.html | 0 .../minecraft/cyan_stained_glass/icon.png | Bin .../minecraft/cyan_stained_glass/index.html | 0 .../cyan_stained_glass_pane/icon.png | Bin .../cyan_stained_glass_pane/index.html | 0 .../browse/minecraft/cyan_wool/icon.png | Bin .../browse/minecraft/cyan_wool/index.html | 0 .../browse/minecraft/dandelion/icon.png | Bin .../browse/minecraft/dandelion/index.html | 0 .../minecraft/dandelion_yellow/icon.png | Bin .../minecraft/dandelion_yellow/index.html | 0 .../browse/minecraft/dark_oak_leaves/icon.png | Bin .../minecraft/dark_oak_leaves/index.html | 0 .../minecraft/dark_oak_sapling/icon.png | Bin .../minecraft/dark_oak_sapling/index.html | 0 .../browse/minecraft/dark_oak_wood/icon.png | Bin .../browse/minecraft/dark_oak_wood/index.html | 0 .../minecraft/dark_oak_wood_planks/icon.png | Bin .../minecraft/dark_oak_wood_planks/index.html | 0 .../minecraft/dark_oak_wood_slab/icon.png | Bin .../minecraft/dark_oak_wood_slab/index.html | 0 .../minecraft/dark_oak_wood_stairs/icon.png | Bin .../minecraft/dark_oak_wood_stairs/index.html | 0 .../browse/minecraft/daylight_sensor/icon.png | Bin .../minecraft/daylight_sensor/index.html | 0 .../browse/minecraft/dead_bush/icon.png | Bin .../browse/minecraft/dead_bush/index.html | 0 .../browse/minecraft/detector_rail/icon.png | Bin .../browse/minecraft/detector_rail/index.html | 0 .../browse/minecraft/diamond/icon.png | Bin .../browse/minecraft/diamond/index.html | 0 .../browse/minecraft/diamond_axe/icon.png | Bin .../browse/minecraft/diamond_axe/index.html | 0 .../browse/minecraft/diamond_boots/icon.png | Bin .../browse/minecraft/diamond_boots/index.html | 0 .../minecraft/diamond_chestplate/icon.png | Bin .../minecraft/diamond_chestplate/index.html | 0 .../browse/minecraft/diamond_helmet/icon.png | Bin .../minecraft/diamond_helmet/index.html | 0 .../browse/minecraft/diamond_hoe/icon.png | Bin .../browse/minecraft/diamond_hoe/index.html | 0 .../minecraft/diamond_horse_armor/icon.png | Bin .../minecraft/diamond_horse_armor/index.html | 0 .../minecraft/diamond_leggings/icon.png | Bin .../minecraft/diamond_leggings/index.html | 0 .../browse/minecraft/diamond_ore/icon.png | Bin .../browse/minecraft/diamond_ore/index.html | 0 .../browse/minecraft/diamond_pickaxe/icon.png | Bin .../minecraft/diamond_pickaxe/index.html | 0 .../browse/minecraft/diamond_shovel/icon.png | Bin .../minecraft/diamond_shovel/index.html | 0 .../browse/minecraft/diamond_sword/icon.png | Bin .../browse/minecraft/diamond_sword/index.html | 0 .../browse/minecraft/dirt/icon.png | Bin .../browse/minecraft/dirt/index.html | 0 .../browse/minecraft/dispenser/icon.png | Bin .../browse/minecraft/dispenser/index.html | 0 .../minecraft/double_tallgrass/icon.png | Bin .../minecraft/double_tallgrass/index.html | 0 .../browse/minecraft/dragon_egg/icon.png | Bin .../browse/minecraft/dragon_egg/index.html | 0 .../browse/minecraft/dropper/icon.png | Bin .../browse/minecraft/dropper/index.html | 0 .../browse/minecraft/egg/icon.png | Bin .../browse/minecraft/egg/index.html | 0 .../browse/minecraft/emerald/icon.png | Bin .../browse/minecraft/emerald/index.html | 0 .../browse/minecraft/emerald_ore/icon.png | Bin .../browse/minecraft/emerald_ore/index.html | 0 .../browse/minecraft/empty_map/icon.png | Bin .../browse/minecraft/empty_map/index.html | 0 .../browse/minecraft/enchanted_book/icon.png | Bin .../minecraft/enchanted_book/index.html | 0 .../minecraft/enchantment_table/icon.png | Bin .../minecraft/enchantment_table/index.html | 0 .../browse/minecraft/end_portal/icon.png | Bin .../browse/minecraft/end_stone/icon.png | Bin .../browse/minecraft/end_stone/index.html | 0 .../browse/minecraft/ender_chest/icon.png | Bin .../browse/minecraft/ender_chest/index.html | 0 .../browse/minecraft/ender_pearl/icon.png | Bin .../browse/minecraft/ender_pearl/index.html | 0 .../browse/minecraft/eye_of_ender/icon.png | Bin .../browse/minecraft/eye_of_ender/index.html | 0 .../browse/minecraft/farmland/icon.png | Bin .../browse/minecraft/feather/icon.png | Bin .../browse/minecraft/feather/index.html | 0 .../browse/minecraft/fence/icon.png | Bin .../browse/minecraft/fence/index.html | 0 .../browse/minecraft/fence_gate/icon.png | Bin .../browse/minecraft/fence_gate/index.html | 0 .../minecraft/fermented_spider_eye/icon.png | Bin .../minecraft/fermented_spider_eye/index.html | 0 .../browse/minecraft/fern/icon.png | Bin .../browse/minecraft/fern/index.html | 0 .../browse/minecraft/fire/icon.png | Bin .../browse/minecraft/fire/index.html | 0 .../browse/minecraft/fire_charge/icon.png | Bin .../browse/minecraft/fire_charge/index.html | 0 .../firework_rocket_duration_1/icon.png | Bin .../firework_rocket_duration_1/index.html | 0 .../firework_rocket_duration_2/icon.png | Bin .../firework_rocket_duration_2/index.html | 0 .../firework_rocket_duration_3/icon.png | Bin .../firework_rocket_duration_3/index.html | 0 .../browse/minecraft/firework_star/icon.png | Bin .../browse/minecraft/firework_star/index.html | 0 .../browse/minecraft/fishing_rod/icon.png | Bin .../browse/minecraft/fishing_rod/index.html | 0 .../browse/minecraft/flint/icon.png | Bin .../browse/minecraft/flint/index.html | 0 .../browse/minecraft/flint_and_steel/icon.png | Bin .../minecraft/flint_and_steel/index.html | 0 .../browse/minecraft/flower_pot/icon.png | Bin .../browse/minecraft/flower_pot/index.html | 0 .../browse/minecraft/furnace/icon.png | Bin .../browse/minecraft/furnace/index.html | 0 .../browse/minecraft/furnace_fuel/icon.png | Bin .../browse/minecraft/ghast_tear/icon.png | Bin .../browse/minecraft/ghast_tear/index.html | 0 .../browse/minecraft/glass/icon.png | Bin .../browse/minecraft/glass/index.html | 0 .../browse/minecraft/glass_bottle/icon.png | Bin .../browse/minecraft/glass_bottle/index.html | 0 .../browse/minecraft/glass_pane/icon.png | Bin .../browse/minecraft/glass_pane/index.html | 0 .../minecraft/glistering_melon/icon.png | Bin .../minecraft/glistering_melon/index.html | 0 .../browse/minecraft/glowstone/icon.png | Bin .../browse/minecraft/glowstone/index.html | 0 .../browse/minecraft/glowstone_dust/icon.png | Bin .../minecraft/glowstone_dust/index.html | 0 .../minecraft/gold_horse_armor/icon.png | Bin .../minecraft/gold_horse_armor/index.html | 0 .../browse/minecraft/gold_ingot/icon.png | Bin .../browse/minecraft/gold_ingot/index.html | 0 .../browse/minecraft/gold_nugget/icon.png | Bin .../browse/minecraft/gold_nugget/index.html | 0 .../browse/minecraft/gold_ore/icon.png | Bin .../browse/minecraft/gold_ore/index.html | 0 .../browse/minecraft/golden_apple/icon.png | Bin .../browse/minecraft/golden_apple/index.html | 0 .../minecraft/golden_apple_magic/icon.png | Bin .../minecraft/golden_apple_magic/index.html | 0 .../browse/minecraft/golden_axe/icon.png | Bin .../browse/minecraft/golden_axe/index.html | 0 .../browse/minecraft/golden_boots/icon.png | Bin .../browse/minecraft/golden_boots/index.html | 0 .../browse/minecraft/golden_carrot/icon.png | Bin .../browse/minecraft/golden_carrot/index.html | 0 .../minecraft/golden_chestplate/icon.png | Bin .../minecraft/golden_chestplate/index.html | 0 .../browse/minecraft/golden_helmet/icon.png | Bin .../browse/minecraft/golden_helmet/index.html | 0 .../browse/minecraft/golden_hoe/icon.png | Bin .../browse/minecraft/golden_hoe/index.html | 0 .../browse/minecraft/golden_leggings/icon.png | Bin .../minecraft/golden_leggings/index.html | 0 .../browse/minecraft/golden_pickaxe/icon.png | Bin .../minecraft/golden_pickaxe/index.html | 0 .../browse/minecraft/golden_shovel/icon.png | Bin .../browse/minecraft/golden_shovel/index.html | 0 .../browse/minecraft/golden_sword/icon.png | Bin .../browse/minecraft/golden_sword/index.html | 0 .../browse/minecraft/grass/icon.png | Bin .../browse/minecraft/grass/index.html | 0 .../browse/minecraft/grass_block/icon.png | Bin .../browse/minecraft/grass_block/index.html | 0 .../browse/minecraft/gravel/icon.png | Bin .../browse/minecraft/gravel/index.html | 0 .../browse/minecraft/gray_carpet/icon.png | Bin .../browse/minecraft/gray_carpet/index.html | 0 .../browse/minecraft/gray_dye/icon.png | Bin .../browse/minecraft/gray_dye/index.html | 0 .../minecraft/gray_stained_clay/icon.png | Bin .../minecraft/gray_stained_clay/index.html | 0 .../minecraft/gray_stained_glass/icon.png | Bin .../minecraft/gray_stained_glass/index.html | 0 .../gray_stained_glass_pane/icon.png | Bin .../gray_stained_glass_pane/index.html | 0 .../browse/minecraft/gray_wool/icon.png | Bin .../browse/minecraft/gray_wool/index.html | 0 .../browse/minecraft/green_carpet/icon.png | Bin .../browse/minecraft/green_carpet/index.html | 0 .../minecraft/green_stained_clay/icon.png | Bin .../minecraft/green_stained_clay/index.html | 0 .../minecraft/green_stained_glass/icon.png | Bin .../minecraft/green_stained_glass/index.html | 0 .../green_stained_glass_pane/icon.png | Bin .../green_stained_glass_pane/index.html | 0 .../browse/minecraft/green_wool/icon.png | Bin .../browse/minecraft/green_wool/index.html | 0 .../browse/minecraft/gunpowder/icon.png | Bin .../browse/minecraft/gunpowder/index.html | 0 .../browse/minecraft/hardened_clay/icon.png | Bin .../browse/minecraft/hardened_clay/index.html | 0 .../browse/minecraft/hay_bale/icon.png | Bin .../browse/minecraft/hay_bale/index.html | 0 .../browse/minecraft/head/icon.png | Bin .../browse/minecraft/head/index.html | 0 .../browse/minecraft/hopper/icon.png | Bin .../browse/minecraft/hopper/index.html | 0 .../browse/minecraft/ice/icon.png | Bin .../browse/minecraft/ice/index.html | 0 .../browse/minecraft/icon.png | Bin .../browse/minecraft/index.html | 0 .../browse/minecraft/ink_sac/icon.png | Bin .../browse/minecraft/ink_sac/index.html | 0 .../browse/minecraft/iron_axe/icon.png | Bin .../browse/minecraft/iron_axe/index.html | 0 .../browse/minecraft/iron_bars/icon.png | Bin .../browse/minecraft/iron_bars/index.html | 0 .../browse/minecraft/iron_boots/icon.png | Bin .../browse/minecraft/iron_boots/index.html | 0 .../browse/minecraft/iron_chestplate/icon.png | Bin .../minecraft/iron_chestplate/index.html | 0 .../browse/minecraft/iron_door/icon.png | Bin .../browse/minecraft/iron_door/index.html | 0 .../browse/minecraft/iron_helmet/icon.png | Bin .../browse/minecraft/iron_helmet/index.html | 0 .../browse/minecraft/iron_hoe/icon.png | Bin .../browse/minecraft/iron_hoe/index.html | 0 .../minecraft/iron_horse_armor/icon.png | Bin .../minecraft/iron_horse_armor/index.html | 0 .../browse/minecraft/iron_ingot/icon.png | Bin .../browse/minecraft/iron_ingot/index.html | 0 .../browse/minecraft/iron_leggings/icon.png | Bin .../browse/minecraft/iron_leggings/index.html | 0 .../browse/minecraft/iron_ore/icon.png | Bin .../browse/minecraft/iron_ore/index.html | 0 .../browse/minecraft/iron_pickaxe/icon.png | Bin .../browse/minecraft/iron_pickaxe/index.html | 0 .../browse/minecraft/iron_shovel/icon.png | Bin .../browse/minecraft/iron_shovel/index.html | 0 .../browse/minecraft/iron_sword/icon.png | Bin .../browse/minecraft/iron_sword/index.html | 0 .../browse/minecraft/item_frame/icon.png | Bin .../browse/minecraft/item_frame/index.html | 0 .../browse/minecraft/jack_o_lantern/icon.png | Bin .../minecraft/jack_o_lantern/index.html | 0 .../browse/minecraft/jukebox/icon.png | Bin .../browse/minecraft/jukebox/index.html | 0 .../browse/minecraft/jungle_leaves/icon.png | Bin .../browse/minecraft/jungle_leaves/index.html | 0 .../browse/minecraft/jungle_sapling/icon.png | Bin .../minecraft/jungle_sapling/index.html | 0 .../browse/minecraft/jungle_wood/icon.png | Bin .../browse/minecraft/jungle_wood/index.html | 0 .../minecraft/jungle_wood_planks/icon.png | Bin .../minecraft/jungle_wood_planks/index.html | 0 .../minecraft/jungle_wood_slab/icon.png | Bin .../minecraft/jungle_wood_slab/index.html | 0 .../minecraft/jungle_wood_stairs/icon.png | Bin .../minecraft/jungle_wood_stairs/index.html | 0 .../browse/minecraft/ladder/icon.png | Bin .../browse/minecraft/ladder/index.html | 0 .../browse/minecraft/lapis_lazuli/icon.png | Bin .../browse/minecraft/lapis_lazuli/index.html | 0 .../minecraft/lapis_lazuli_block/icon.png | Bin .../minecraft/lapis_lazuli_block/index.html | 0 .../minecraft/lapis_lazuli_ore/icon.png | Bin .../minecraft/lapis_lazuli_ore/index.html | 0 .../browse/minecraft/large_fern/icon.png | Bin .../browse/minecraft/large_fern/index.html | 0 .../browse/minecraft/lava/icon.png | Bin .../browse/minecraft/lava/index.html | 0 .../browse/minecraft/lava_bucket/icon.png | Bin .../browse/minecraft/lava_bucket/index.html | 0 .../browse/minecraft/lead/icon.png | Bin .../browse/minecraft/lead/index.html | 0 .../browse/minecraft/leather/icon.png | Bin .../browse/minecraft/leather/index.html | 0 .../browse/minecraft/leather_boots/icon.png | Bin .../browse/minecraft/leather_boots/index.html | 0 .../browse/minecraft/leather_cap/icon.png | Bin .../browse/minecraft/leather_cap/index.html | 0 .../browse/minecraft/leather_pants/icon.png | Bin .../browse/minecraft/leather_pants/index.html | 0 .../browse/minecraft/leather_tunic/icon.png | Bin .../browse/minecraft/leather_tunic/index.html | 0 .../browse/minecraft/lever/icon.png | Bin .../browse/minecraft/lever/index.html | 0 .../minecraft/light_blue_carpet/icon.png | Bin .../minecraft/light_blue_carpet/index.html | 0 .../browse/minecraft/light_blue_dye/icon.png | Bin .../minecraft/light_blue_dye/index.html | 0 .../light_blue_stained_clay/icon.png | Bin .../light_blue_stained_clay/index.html | 0 .../light_blue_stained_glass/icon.png | Bin .../light_blue_stained_glass/index.html | 0 .../light_blue_stained_glass_pane/icon.png | Bin .../light_blue_stained_glass_pane/index.html | 0 .../browse/minecraft/light_blue_wool/icon.png | Bin .../minecraft/light_blue_wool/index.html | 0 .../minecraft/light_gray_carpet/icon.png | Bin .../minecraft/light_gray_carpet/index.html | 0 .../browse/minecraft/light_gray_dye/icon.png | Bin .../minecraft/light_gray_dye/index.html | 0 .../light_gray_stained_clay/icon.png | Bin .../light_gray_stained_clay/index.html | 0 .../light_gray_stained_glass/icon.png | Bin .../light_gray_stained_glass/index.html | 0 .../light_gray_stained_glass_pane/icon.png | Bin .../light_gray_stained_glass_pane/index.html | 0 .../browse/minecraft/light_gray_wool/icon.png | Bin .../minecraft/light_gray_wool/index.html | 0 .../browse/minecraft/lilac/icon.png | Bin .../browse/minecraft/lilac/index.html | 0 .../browse/minecraft/lily_pad/icon.png | Bin .../browse/minecraft/lily_pad/index.html | 0 .../browse/minecraft/lime_carpet/icon.png | Bin .../browse/minecraft/lime_carpet/index.html | 0 .../browse/minecraft/lime_dye/icon.png | Bin .../browse/minecraft/lime_dye/index.html | 0 .../minecraft/lime_stained_clay/icon.png | Bin .../minecraft/lime_stained_clay/index.html | 0 .../minecraft/lime_stained_glass/icon.png | Bin .../minecraft/lime_stained_glass/index.html | 0 .../lime_stained_glass_pane/icon.png | Bin .../lime_stained_glass_pane/index.html | 0 .../browse/minecraft/lime_wool/icon.png | Bin .../browse/minecraft/lime_wool/index.html | 0 .../browse/minecraft/magenta_carpet/icon.png | Bin .../minecraft/magenta_carpet/index.html | 0 .../browse/minecraft/magenta_dye/icon.png | Bin .../browse/minecraft/magenta_dye/index.html | 0 .../minecraft/magenta_stained_clay/icon.png | Bin .../minecraft/magenta_stained_clay/index.html | 0 .../minecraft/magenta_stained_glass/icon.png | Bin .../magenta_stained_glass/index.html | 0 .../magenta_stained_glass_pane/icon.png | Bin .../magenta_stained_glass_pane/index.html | 0 .../browse/minecraft/magenta_wool/icon.png | Bin .../browse/minecraft/magenta_wool/index.html | 0 .../browse/minecraft/magma_cream/icon.png | Bin .../browse/minecraft/magma_cream/index.html | 0 .../browse/minecraft/map_0/icon.png | Bin .../browse/minecraft/melon/icon.png | Bin .../browse/minecraft/melon/index.html | 0 .../browse/minecraft/melon_block/icon.png | Bin .../browse/minecraft/melon_block/index.html | 0 .../browse/minecraft/melon_seeds/icon.png | Bin .../browse/minecraft/melon_seeds/index.html | 0 .../browse/minecraft/milk/icon.png | Bin .../browse/minecraft/milk/index.html | 0 .../browse/minecraft/minecart/icon.png | Bin .../browse/minecraft/minecart/index.html | 0 .../minecraft/minecart_with_chest/icon.png | Bin .../minecraft/minecart_with_chest/index.html | 0 .../minecart_with_command_block/icon.png | Bin .../minecart_with_command_block/index.html | 0 .../minecraft/minecart_with_furnace/icon.png | Bin .../minecart_with_furnace/index.html | 0 .../minecraft/minecart_with_hopper/icon.png | Bin .../minecraft/minecart_with_hopper/index.html | 0 .../minecraft/minecart_with_tnt/icon.png | Bin .../minecraft/minecart_with_tnt/index.html | 0 .../browse/minecraft/monster_spawner/icon.png | Bin .../minecraft/monster_spawner/index.html | 0 .../browse/minecraft/moss_stone/icon.png | Bin .../browse/minecraft/moss_stone/index.html | 0 .../minecraft/mossy_cobblestone_wall/icon.png | Bin .../mossy_cobblestone_wall/index.html | 0 .../mossy_stone_brick_monster_egg/icon.png | Bin .../minecraft/mossy_stone_bricks/icon.png | Bin .../minecraft/mossy_stone_bricks/index.html | 0 .../browse/minecraft/mundane_potion/icon.png | Bin .../minecraft/mundane_potion/index.html | 0 .../minecraft/mundane_splash_potion/icon.png | Bin .../mundane_splash_potion/index.html | 0 .../browse/minecraft/mushroom/icon.png | Bin .../browse/minecraft/mushroom_brown/icon.png | Bin .../browse/minecraft/mushroom_red/icon.png | Bin .../browse/minecraft/mushroom_stew/icon.png | Bin .../browse/minecraft/mushroom_stew/index.html | 0 .../browse/minecraft/music_disc/icon.png | Bin .../browse/minecraft/music_disc/index.html | 0 .../browse/minecraft/mycelium/icon.png | Bin .../browse/minecraft/mycelium/index.html | 0 .../browse/minecraft/name_tag/icon.png | Bin .../browse/minecraft/name_tag/index.html | 0 .../browse/minecraft/nether_brick/icon.png | Bin .../browse/minecraft/nether_brick/index.html | 0 .../minecraft/nether_brick_block/icon.png | Bin .../minecraft/nether_brick_block/index.html | 0 .../minecraft/nether_brick_fence/icon.png | Bin .../minecraft/nether_brick_fence/index.html | 0 .../minecraft/nether_brick_slab/icon.png | Bin .../minecraft/nether_brick_slab/index.html | 0 .../minecraft/nether_brick_stairs/icon.png | Bin .../minecraft/nether_brick_stairs/index.html | 0 .../browse/minecraft/nether_quartz/icon.png | Bin .../browse/minecraft/nether_quartz/index.html | 0 .../minecraft/nether_quartz_ore/icon.png | Bin .../minecraft/nether_quartz_ore/index.html | 0 .../browse/minecraft/nether_star/icon.png | Bin .../browse/minecraft/nether_star/index.html | 0 .../browse/minecraft/nether_wart/icon.png | Bin .../browse/minecraft/nether_wart/index.html | 0 .../browse/minecraft/netherrack/icon.png | Bin .../browse/minecraft/netherrack/index.html | 0 .../browse/minecraft/note_block/icon.png | Bin .../browse/minecraft/note_block/index.html | 0 .../browse/minecraft/oak_leaves/icon.png | Bin .../browse/minecraft/oak_leaves/index.html | 0 .../browse/minecraft/oak_sapling/icon.png | Bin .../browse/minecraft/oak_sapling/index.html | 0 .../browse/minecraft/oak_wood/icon.png | Bin .../browse/minecraft/oak_wood/index.html | 0 .../browse/minecraft/oak_wood_planks/icon.png | Bin .../minecraft/oak_wood_planks/index.html | 0 .../browse/minecraft/oak_wood_slab/icon.png | Bin .../browse/minecraft/oak_wood_slab/index.html | 0 .../browse/minecraft/oak_wood_stairs/icon.png | Bin .../minecraft/oak_wood_stairs/index.html | 0 .../browse/minecraft/obsidian/icon.png | Bin .../browse/minecraft/obsidian/index.html | 0 .../browse/minecraft/orange_carpet/icon.png | Bin .../browse/minecraft/orange_carpet/index.html | 0 .../browse/minecraft/orange_dye/icon.png | Bin .../browse/minecraft/orange_dye/index.html | 0 .../minecraft/orange_stained_clay/icon.png | Bin .../minecraft/orange_stained_clay/index.html | 0 .../minecraft/orange_stained_glass/icon.png | Bin .../minecraft/orange_stained_glass/index.html | 0 .../orange_stained_glass_pane/icon.png | Bin .../orange_stained_glass_pane/index.html | 0 .../browse/minecraft/orange_tulip/icon.png | Bin .../browse/minecraft/orange_tulip/index.html | 0 .../browse/minecraft/orange_wool/icon.png | Bin .../browse/minecraft/orange_wool/index.html | 0 .../browse/minecraft/oxeye_daisy/icon.png | Bin .../browse/minecraft/oxeye_daisy/index.html | 0 .../browse/minecraft/packed_ice/icon.png | Bin .../browse/minecraft/packed_ice/index.html | 0 .../browse/minecraft/painting/icon.png | Bin .../browse/minecraft/painting/index.html | 0 .../browse/minecraft/paper/icon.png | Bin .../browse/minecraft/paper/index.html | 0 .../browse/minecraft/peony/icon.png | Bin .../browse/minecraft/peony/index.html | 0 .../minecraft/pillar_quartz_block/icon.png | Bin .../minecraft/pillar_quartz_block/index.html | 0 .../browse/minecraft/pink_carpet/icon.png | Bin .../browse/minecraft/pink_carpet/index.html | 0 .../browse/minecraft/pink_dye/icon.png | Bin .../browse/minecraft/pink_dye/index.html | 0 .../minecraft/pink_stained_clay/icon.png | Bin .../minecraft/pink_stained_clay/index.html | 0 .../minecraft/pink_stained_glass/icon.png | Bin .../minecraft/pink_stained_glass/index.html | 0 .../pink_stained_glass_pane/icon.png | Bin .../pink_stained_glass_pane/index.html | 0 .../browse/minecraft/pink_tulip/icon.png | Bin .../browse/minecraft/pink_tulip/index.html | 0 .../browse/minecraft/pink_wool/icon.png | Bin .../browse/minecraft/pink_wool/index.html | 0 .../browse/minecraft/piston/icon.png | Bin .../browse/minecraft/piston/index.html | 0 .../browse/minecraft/podzol/icon.png | Bin .../browse/minecraft/podzol/index.html | 0 .../minecraft/poisonous_potato/icon.png | Bin .../minecraft/poisonous_potato/index.html | 0 .../browse/minecraft/poppy/icon.png | Bin .../browse/minecraft/poppy/index.html | 0 .../browse/minecraft/potato/icon.png | Bin .../browse/minecraft/potato/index.html | 0 .../potion_of_fire_resistance_3_00/icon.png | Bin .../potion_of_fire_resistance_3_00/index.html | 0 .../potion_of_fire_resistance_8_00/icon.png | Bin .../potion_of_fire_resistance_8_00/index.html | 0 .../minecraft/potion_of_harming/icon.png | Bin .../minecraft/potion_of_harming/index.html | 0 .../minecraft/potion_of_harming_ii/icon.png | Bin .../minecraft/potion_of_harming_ii/index.html | 0 .../minecraft/potion_of_healing/icon.png | Bin .../minecraft/potion_of_healing/index.html | 0 .../minecraft/potion_of_healing_ii/icon.png | Bin .../minecraft/potion_of_healing_ii/index.html | 0 .../minecraft/potion_of_invisibility/icon.png | Bin .../potion_of_invisibility_3_00/icon.png | Bin .../potion_of_invisibility_3_00/index.html | 0 .../potion_of_invisibility_8_00/icon.png | Bin .../potion_of_invisibility_8_00/index.html | 0 .../potion_of_night_vision_3_00/icon.png | Bin .../potion_of_night_vision_3_00/index.html | 0 .../potion_of_night_vision_8_00/icon.png | Bin .../potion_of_night_vision_8_00/index.html | 0 .../minecraft/potion_of_poison_0_45/icon.png | Bin .../potion_of_poison_0_45/index.html | 0 .../minecraft/potion_of_poison_2_00/icon.png | Bin .../potion_of_poison_ii_0_22/icon.png | Bin .../potion_of_poison_ii_0_22/index.html | 0 .../potion_of_regeneration_0_45/icon.png | Bin .../potion_of_regeneration_0_45/index.html | 0 .../potion_of_regeneration_2_00/icon.png | Bin .../potion_of_regeneration_2_00/index.html | 0 .../potion_of_regeneration_ii_0_22/icon.png | Bin .../potion_of_regeneration_ii_0_22/index.html | 0 .../potion_of_slowness_1_30/icon.png | Bin .../potion_of_slowness_1_30/index.html | 0 .../potion_of_slowness_4_00/icon.png | Bin .../potion_of_slowness_4_00/index.html | 0 .../potion_of_strength_3_00/icon.png | Bin .../potion_of_strength_3_00/index.html | 0 .../potion_of_strength_8_00/icon.png | Bin .../potion_of_strength_8_00/index.html | 0 .../potion_of_strength_ii_1_30/icon.png | Bin .../potion_of_strength_ii_1_30/index.html | 0 .../potion_of_swiftness_3_00/icon.png | Bin .../potion_of_swiftness_3_00/index.html | 0 .../potion_of_swiftness_8_00/icon.png | Bin .../potion_of_swiftness_8_00/index.html | 0 .../potion_of_swiftness_ii_1_30/icon.png | Bin .../potion_of_swiftness_ii_1_30/index.html | 0 .../potion_of_water_breathing_3_00/icon.png | Bin .../potion_of_water_breathing_3_00/index.html | 0 .../potion_of_water_breathing_8_00/icon.png | Bin .../potion_of_water_breathing_8_00/index.html | 0 .../potion_of_weakness_1_30/icon.png | Bin .../potion_of_weakness_1_30/index.html | 0 .../potion_of_weakness_4_00/icon.png | Bin .../potion_of_weakness_4_00/index.html | 0 .../browse/minecraft/powered_rail/icon.png | Bin .../browse/minecraft/powered_rail/index.html | 0 .../browse/minecraft/pressure_plate/icon.png | Bin .../minecraft/pressure_plate_stone/icon.png | Bin .../minecraft/pressure_plate_stone/index.html | 0 .../minecraft/pressure_plate_wood/icon.png | Bin .../minecraft/pressure_plate_wood/index.html | 0 .../browse/minecraft/pufferfish/icon.png | Bin .../browse/minecraft/pufferfish/index.html | 0 .../browse/minecraft/pumpkin/icon.png | Bin .../browse/minecraft/pumpkin/index.html | 0 .../browse/minecraft/pumpkin_pie/icon.png | Bin .../browse/minecraft/pumpkin_pie/index.html | 0 .../browse/minecraft/pumpkin_seeds/icon.png | Bin .../browse/minecraft/pumpkin_seeds/index.html | 0 .../browse/minecraft/purple_carpet/icon.png | Bin .../browse/minecraft/purple_carpet/index.html | 0 .../browse/minecraft/purple_dye/icon.png | Bin .../browse/minecraft/purple_dye/index.html | 0 .../minecraft/purple_stained_clay/icon.png | Bin .../minecraft/purple_stained_clay/index.html | 0 .../minecraft/purple_stained_glass/icon.png | Bin .../minecraft/purple_stained_glass/index.html | 0 .../purple_stained_glass_pane/icon.png | Bin .../purple_stained_glass_pane/index.html | 0 .../browse/minecraft/purple_wool/icon.png | Bin .../browse/minecraft/purple_wool/index.html | 0 .../browse/minecraft/quartz_slab/icon.png | Bin .../browse/minecraft/quartz_slab/index.html | 0 .../browse/minecraft/quartz_stairs/icon.png | Bin .../browse/minecraft/quartz_stairs/index.html | 0 .../browse/minecraft/rail/icon.png | Bin .../browse/minecraft/rail/index.html | 0 .../browse/minecraft/raw_beef/icon.png | Bin .../browse/minecraft/raw_beef/index.html | 0 .../browse/minecraft/raw_chicken/icon.png | Bin .../browse/minecraft/raw_chicken/index.html | 0 .../browse/minecraft/raw_fish/icon.png | Bin .../browse/minecraft/raw_fish/index.html | 0 .../browse/minecraft/raw_porkchop/icon.png | Bin .../browse/minecraft/raw_porkchop/index.html | 0 .../browse/minecraft/raw_salmon/icon.png | Bin .../browse/minecraft/raw_salmon/index.html | 0 .../browse/minecraft/red_carpet/icon.png | Bin .../browse/minecraft/red_carpet/index.html | 0 .../browse/minecraft/red_sand/icon.png | Bin .../browse/minecraft/red_sand/index.html | 0 .../minecraft/red_stained_clay/icon.png | Bin .../minecraft/red_stained_clay/index.html | 0 .../minecraft/red_stained_glass/icon.png | Bin .../minecraft/red_stained_glass/index.html | 0 .../minecraft/red_stained_glass_pane/icon.png | Bin .../red_stained_glass_pane/index.html | 0 .../browse/minecraft/red_tulip/icon.png | Bin .../browse/minecraft/red_tulip/index.html | 0 .../browse/minecraft/red_wool/icon.png | Bin .../browse/minecraft/red_wool/index.html | 0 .../browse/minecraft/redstone/icon.png | Bin .../browse/minecraft/redstone/index.html | 0 .../minecraft/redstone_comparator/icon.png | Bin .../minecraft/redstone_comparator/index.html | 0 .../browse/minecraft/redstone_lamp/icon.png | Bin .../browse/minecraft/redstone_lamp/index.html | 0 .../browse/minecraft/redstone_ore/icon.png | Bin .../browse/minecraft/redstone_ore/index.html | 0 .../minecraft/redstone_repeater/icon.png | Bin .../minecraft/redstone_repeater/index.html | 0 .../browse/minecraft/redstone_torch/icon.png | Bin .../minecraft/redstone_torch/index.html | 0 .../browse/minecraft/rose_bush/icon.png | Bin .../browse/minecraft/rose_bush/index.html | 0 .../browse/minecraft/rose_red/icon.png | Bin .../browse/minecraft/rose_red/index.html | 0 .../browse/minecraft/rotten_flesh/icon.png | Bin .../browse/minecraft/rotten_flesh/index.html | 0 .../browse/minecraft/saddle/icon.png | Bin .../browse/minecraft/saddle/index.html | 0 .../browse/minecraft/sand/icon.png | Bin .../browse/minecraft/sand/index.html | 0 .../browse/minecraft/sandstone/icon.png | Bin .../browse/minecraft/sandstone/index.html | 0 .../browse/minecraft/sandstone_slab/icon.png | Bin .../minecraft/sandstone_slab/index.html | 0 .../minecraft/sandstone_stairs/icon.png | Bin .../minecraft/sandstone_stairs/index.html | 0 .../browse/minecraft/seeds/icon.png | Bin .../browse/minecraft/seeds/index.html | 0 .../browse/minecraft/shears/icon.png | Bin .../browse/minecraft/shears/index.html | 0 .../browse/minecraft/sign/icon.png | Bin .../browse/minecraft/sign/index.html | 0 .../browse/minecraft/skeleton_skull/icon.png | Bin .../minecraft/skeleton_skull/index.html | 0 .../minecraft/slightly_damaged_anvil/icon.png | Bin .../browse/minecraft/slimeball/icon.png | Bin .../browse/minecraft/slimeball/index.html | 0 .../minecraft/smooth_sandstone/icon.png | Bin .../minecraft/smooth_sandstone/index.html | 0 .../browse/minecraft/snow/icon.png | Bin .../browse/minecraft/snow_block/icon.png | Bin .../browse/minecraft/snow_block/index.html | 0 .../browse/minecraft/snow_carpet/icon.png | Bin .../browse/minecraft/snow_carpet/index.html | 0 .../browse/minecraft/snowball/icon.png | Bin .../browse/minecraft/snowball/index.html | 0 .../browse/minecraft/soul_sand/icon.png | Bin .../browse/minecraft/soul_sand/index.html | 0 .../browse/minecraft/spawn_bat/icon.png | Bin .../browse/minecraft/spawn_bat/index.html | 0 .../browse/minecraft/spawn_blaze/icon.png | Bin .../browse/minecraft/spawn_blaze/index.html | 0 .../browse/minecraft/spawn_blizz/icon.png | Bin .../minecraft/spawn_cave_spider/icon.png | Bin .../minecraft/spawn_cave_spider/index.html | 0 .../browse/minecraft/spawn_chicken/icon.png | Bin .../browse/minecraft/spawn_chicken/index.html | 0 .../browse/minecraft/spawn_cow/icon.png | Bin .../browse/minecraft/spawn_cow/index.html | 0 .../browse/minecraft/spawn_creeper/icon.png | Bin .../browse/minecraft/spawn_creeper/index.html | 0 .../browse/minecraft/spawn_enderman/icon.png | Bin .../minecraft/spawn_enderman/index.html | 0 .../browse/minecraft/spawn_ghast/icon.png | Bin .../browse/minecraft/spawn_ghast/index.html | 0 .../browse/minecraft/spawn_horse/icon.png | Bin .../browse/minecraft/spawn_horse/index.html | 0 .../minecraft/spawn_iron_golem/icon.png | Bin .../minecraft/spawn_iron_golem/index.html | 0 .../minecraft/spawn_magma_cube/icon.png | Bin .../minecraft/spawn_magma_cube/index.html | 0 .../browse/minecraft/spawn_mooshroom/icon.png | Bin .../minecraft/spawn_mooshroom/index.html | 0 .../browse/minecraft/spawn_ocelot/icon.png | Bin .../browse/minecraft/spawn_ocelot/index.html | 0 .../browse/minecraft/spawn_pig/icon.png | Bin .../browse/minecraft/spawn_pig/index.html | 0 .../browse/minecraft/spawn_sheep/icon.png | Bin .../browse/minecraft/spawn_sheep/index.html | 0 .../minecraft/spawn_silverfish/icon.png | Bin .../minecraft/spawn_silverfish/index.html | 0 .../browse/minecraft/spawn_skeleton/icon.png | Bin .../minecraft/spawn_skeleton/index.html | 0 .../browse/minecraft/spawn_slime/icon.png | Bin .../browse/minecraft/spawn_slime/index.html | 0 .../minecraft/spawn_snow_golem/icon.png | Bin .../minecraft/spawn_snow_golem/index.html | 0 .../browse/minecraft/spawn_spider/icon.png | Bin .../browse/minecraft/spawn_spider/index.html | 0 .../browse/minecraft/spawn_squid/icon.png | Bin .../browse/minecraft/spawn_squid/index.html | 0 .../browse/minecraft/spawn_villager/icon.png | Bin .../minecraft/spawn_villager/index.html | 0 .../browse/minecraft/spawn_witch/icon.png | Bin .../browse/minecraft/spawn_witch/index.html | 0 .../browse/minecraft/spawn_wolf/icon.png | Bin .../browse/minecraft/spawn_wolf/index.html | 0 .../browse/minecraft/spawn_zombie/icon.png | Bin .../browse/minecraft/spawn_zombie/index.html | 0 .../minecraft/spawn_zombie_pigman/icon.png | Bin .../minecraft/spawn_zombie_pigman/index.html | 0 .../browse/minecraft/spider_eye/icon.png | Bin .../browse/minecraft/spider_eye/index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../splash_potion_of_harming/icon.png | Bin .../splash_potion_of_harming/index.html | 0 .../splash_potion_of_harming_ii/icon.png | Bin .../splash_potion_of_harming_ii/index.html | 0 .../splash_potion_of_healing/icon.png | Bin .../splash_potion_of_healing/index.html | 0 .../splash_potion_of_healing_ii/icon.png | Bin .../splash_potion_of_healing_ii/index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../splash_potion_of_poison_0_33/icon.png | Bin .../splash_potion_of_poison_0_33/index.html | 0 .../splash_potion_of_poison_1_30/icon.png | Bin .../splash_potion_of_poison_1_30/index.html | 0 .../splash_potion_of_poison_ii_0_16/icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../splash_potion_of_slowness_1_07/icon.png | Bin .../splash_potion_of_slowness_1_07/index.html | 0 .../splash_potion_of_slowness_3_00/icon.png | Bin .../splash_potion_of_slowness_3_00/index.html | 0 .../splash_potion_of_strength_2_15/icon.png | Bin .../splash_potion_of_strength_2_15/index.html | 0 .../splash_potion_of_strength_6_00/icon.png | Bin .../splash_potion_of_strength_6_00/index.html | 0 .../icon.png | Bin .../index.html | 0 .../splash_potion_of_swiftness_2_15/icon.png | Bin .../index.html | 0 .../splash_potion_of_swiftness_6_00/icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../splash_potion_of_weakness_1_07/icon.png | Bin .../splash_potion_of_weakness_1_07/index.html | 0 .../splash_potion_of_weakness_3_00/icon.png | Bin .../splash_potion_of_weakness_3_00/index.html | 0 .../browse/minecraft/sponge/icon.png | Bin .../browse/minecraft/sponge/index.html | 0 .../browse/minecraft/spruce_leaves/icon.png | Bin .../browse/minecraft/spruce_leaves/index.html | 0 .../browse/minecraft/spruce_sapling/icon.png | Bin .../minecraft/spruce_sapling/index.html | 0 .../browse/minecraft/spruce_wood/icon.png | Bin .../browse/minecraft/spruce_wood/index.html | 0 .../minecraft/spruce_wood_planks/icon.png | Bin .../minecraft/spruce_wood_planks/index.html | 0 .../minecraft/spruce_wood_slab/icon.png | Bin .../minecraft/spruce_wood_slab/index.html | 0 .../minecraft/spruce_wood_stairs/icon.png | Bin .../minecraft/spruce_wood_stairs/index.html | 0 .../browse/minecraft/steak/icon.png | Bin .../browse/minecraft/steak/index.html | 0 .../browse/minecraft/stick/icon.png | Bin .../browse/minecraft/stick/index.html | 0 .../browse/minecraft/sticky_piston/icon.png | Bin .../browse/minecraft/sticky_piston/index.html | 0 .../browse/minecraft/stone/icon.png | Bin .../browse/minecraft/stone/index.html | 0 .../browse/minecraft/stone_axe/icon.png | Bin .../browse/minecraft/stone_axe/index.html | 0 .../stone_brick_monster_egg/icon.png | Bin .../minecraft/stone_brick_stairs/icon.png | Bin .../minecraft/stone_brick_stairs/index.html | 0 .../browse/minecraft/stone_bricks/icon.png | Bin .../browse/minecraft/stone_bricks/index.html | 0 .../minecraft/stone_bricks_slab/icon.png | Bin .../minecraft/stone_bricks_slab/index.html | 0 .../browse/minecraft/stone_hoe/icon.png | Bin .../browse/minecraft/stone_hoe/index.html | 0 .../minecraft/stone_monster_egg/icon.png | Bin .../browse/minecraft/stone_pickaxe/icon.png | Bin .../browse/minecraft/stone_pickaxe/index.html | 0 .../browse/minecraft/stone_shovel/icon.png | Bin .../browse/minecraft/stone_shovel/index.html | 0 .../browse/minecraft/stone_slab/icon.png | Bin .../browse/minecraft/stone_slab/index.html | 0 .../browse/minecraft/stone_stairs/icon.png | Bin .../browse/minecraft/stone_stairs/index.html | 0 .../browse/minecraft/stone_sword/icon.png | Bin .../browse/minecraft/stone_sword/index.html | 0 .../browse/minecraft/string/icon.png | Bin .../browse/minecraft/string/index.html | 0 .../browse/minecraft/sugar/icon.png | Bin .../browse/minecraft/sugar/index.html | 0 .../browse/minecraft/sugar_canes/icon.png | Bin .../browse/minecraft/sugar_canes/index.html | 0 .../browse/minecraft/sunflower/icon.png | Bin .../browse/minecraft/sunflower/index.html | 0 .../browse/minecraft/thick_potion/icon.png | Bin .../browse/minecraft/thick_potion/index.html | 0 .../browse/minecraft/tnt/icon.png | Bin .../browse/minecraft/tnt/index.html | 0 .../browse/minecraft/torch/icon.png | Bin .../browse/minecraft/torch/index.html | 0 .../browse/minecraft/trapdoor/icon.png | Bin .../browse/minecraft/trapdoor/index.html | 0 .../browse/minecraft/trapped_chest/icon.png | Bin .../browse/minecraft/trapped_chest/index.html | 0 .../browse/minecraft/tripwire_hook/icon.png | Bin .../browse/minecraft/tripwire_hook/index.html | 0 .../minecraft/very_damaged_anvil/icon.png | Bin .../browse/minecraft/vines/icon.png | Bin .../browse/minecraft/vines/index.html | 0 .../browse/minecraft/water/icon.png | Bin .../browse/minecraft/water/index.html | 0 .../browse/minecraft/water_bottle/icon.png | Bin .../browse/minecraft/water_bottle/index.html | 0 .../browse/minecraft/water_bucket/icon.png | Bin .../browse/minecraft/water_bucket/index.html | 0 .../weighted_pressure_plate_heavy/icon.png | Bin .../weighted_pressure_plate_heavy/index.html | 0 .../weighted_pressure_plate_light/icon.png | Bin .../weighted_pressure_plate_light/index.html | 0 .../browse/minecraft/wheat/icon.png | Bin .../browse/minecraft/wheat/index.html | 0 .../minecraft/white_stained_clay/icon.png | Bin .../minecraft/white_stained_clay/index.html | 0 .../minecraft/white_stained_glass/icon.png | Bin .../minecraft/white_stained_glass/index.html | 0 .../white_stained_glass_pane/icon.png | Bin .../white_stained_glass_pane/index.html | 0 .../browse/minecraft/white_tulip/icon.png | Bin .../browse/minecraft/white_tulip/index.html | 0 .../minecraft/wither_skeleton_skull/icon.png | Bin .../wither_skeleton_skull/index.html | 0 .../browse/minecraft/wooden_axe/icon.png | Bin .../browse/minecraft/wooden_axe/index.html | 0 .../browse/minecraft/wooden_door/icon.png | Bin .../browse/minecraft/wooden_door/index.html | 0 .../browse/minecraft/wooden_hoe/icon.png | Bin .../browse/minecraft/wooden_hoe/index.html | 0 .../browse/minecraft/wooden_pickaxe/icon.png | Bin .../minecraft/wooden_pickaxe/index.html | 0 .../browse/minecraft/wooden_shovel/icon.png | Bin .../browse/minecraft/wooden_shovel/index.html | 0 .../browse/minecraft/wooden_sword/icon.png | Bin .../browse/minecraft/wooden_sword/index.html | 0 .../browse/minecraft/wool/icon.png | Bin .../browse/minecraft/wool/index.html | 0 .../browse/minecraft/written_book/icon.png | Bin .../browse/minecraft/written_book/index.html | 0 .../browse/minecraft/yellow_carpet/icon.png | Bin .../browse/minecraft/yellow_carpet/index.html | 0 .../minecraft/yellow_stained_clay/icon.png | Bin .../minecraft/yellow_stained_clay/index.html | 0 .../minecraft/yellow_stained_glass/icon.png | Bin .../minecraft/yellow_stained_glass/index.html | 0 .../yellow_stained_glass_pane/icon.png | Bin .../yellow_stained_glass_pane/index.html | 0 .../browse/minecraft/yellow_wool/icon.png | Bin .../browse/minecraft/yellow_wool/index.html | 0 .../browse/minecraft/zombie_head/icon.png | Bin .../browse/minecraft/zombie_head/index.html | 0 .../railcraft/1000mb_creosote_oil/icon.png | Bin .../railcraft/1000mb_creosote_oil/index.html | 0 .../railcraft/500mb_creosote_oil/icon.png | Bin .../railcraft/500mb_creosote_oil/index.html | 0 .../browse/railcraft/abyssal_block/icon.png | Bin .../browse/railcraft/abyssal_block/index.html | 0 .../railcraft/abyssal_block_slab/icon.png | Bin .../railcraft/abyssal_block_slab/index.html | 0 .../railcraft/abyssal_block_stairs/icon.png | Bin .../railcraft/abyssal_block_stairs/index.html | 0 .../browse/railcraft/abyssal_brick/icon.png | Bin .../browse/railcraft/abyssal_brick/index.html | 0 .../railcraft/abyssal_brick_slab/icon.png | Bin .../railcraft/abyssal_brick_slab/index.html | 0 .../railcraft/abyssal_brick_stairs/icon.png | Bin .../railcraft/abyssal_brick_stairs/index.html | 0 .../railcraft/abyssal_brick_wall/icon.png | Bin .../railcraft/abyssal_brick_wall/index.html | 0 .../railcraft/abyssal_cobble_slab/icon.png | Bin .../railcraft/abyssal_cobble_slab/index.html | 0 .../railcraft/abyssal_cobble_stairs/icon.png | Bin .../abyssal_cobble_stairs/index.html | 0 .../railcraft/abyssal_cobblestone/icon.png | Bin .../railcraft/abyssal_cobblestone/index.html | 0 .../browse/railcraft/abyssal_stone/icon.png | Bin .../browse/railcraft/abyssal_stone/index.html | 0 .../railcraft/abyssal_stone_lantern/icon.png | Bin .../abyssal_stone_lantern/index.html | 0 .../browse/railcraft/admin_anchor/icon.png | Bin .../browse/railcraft/admin_anchor/index.html | 0 .../railcraft/admin_anchor_cart/icon.png | Bin .../railcraft/admin_anchor_cart/index.html | 0 .../railcraft/admin_feeder_unit/icon.png | Bin .../railcraft/admin_feeder_unit/index.html | 0 .../railcraft/admin_steam_producer/icon.png | Bin .../railcraft/admin_steam_producer/index.html | 0 .../browse/railcraft/adv_item_loader/icon.png | Bin .../railcraft/adv_item_loader/index.html | 0 .../railcraft/adv_item_unloader/icon.png | Bin .../railcraft/adv_item_unloader/index.html | 0 .../browse/railcraft/advanced_rail/icon.png | Bin .../browse/railcraft/advanced_rail/index.html | 0 .../analog_signal_controller_box/icon.png | Bin .../analog_signal_controller_box/index.html | 0 .../browse/railcraft/anchor_cart/icon.png | Bin .../browse/railcraft/anchor_cart/index.html | 0 .../browse/railcraft/anchor_sentinel/icon.png | Bin .../railcraft/anchor_sentinel/index.html | 0 .../railcraft/automated_steam_trap/icon.png | Bin .../railcraft/automated_steam_trap/index.html | 0 .../railcraft/black_metal_platform/icon.png | Bin .../railcraft/black_metal_platform/index.html | 0 .../railcraft/black_metal_post/icon.png | Bin .../railcraft/black_metal_post/index.html | 0 .../browse/railcraft/blast_furnace/icon.png | Bin .../browse/railcraft/blast_furnace/index.html | 0 .../blast_furnace_bottom_half/icon.png | Bin .../blast_furnace_bottom_half/index.html | 0 .../railcraft/blast_furnace_brick/icon.png | Bin .../railcraft/blast_furnace_brick/index.html | 0 .../blast_furnace_inner_layer/icon.png | Bin .../blast_furnace_inner_layer/index.html | 0 .../blast_furnace_outer_layer/icon.png | Bin .../blast_furnace_outer_layer/index.html | 0 .../railcraft/bleached_bone_block/icon.png | Bin .../railcraft/bleached_bone_block/index.html | 0 .../bleached_bone_block_slab/icon.png | Bin .../bleached_bone_block_slab/index.html | 0 .../bleached_bone_block_stairs/icon.png | Bin .../bleached_bone_block_stairs/index.html | 0 .../railcraft/bleached_bone_brick/icon.png | Bin .../railcraft/bleached_bone_brick/index.html | 0 .../bleached_bone_brick_slab/icon.png | Bin .../bleached_bone_brick_slab/index.html | 0 .../bleached_bone_brick_stairs/icon.png | Bin .../bleached_bone_brick_stairs/index.html | 0 .../bleached_bone_brick_wall/icon.png | Bin .../bleached_bone_brick_wall/index.html | 0 .../bleached_bone_cobble_slab/icon.png | Bin .../bleached_bone_cobble_slab/index.html | 0 .../bleached_bone_cobble_stairs/icon.png | Bin .../bleached_bone_cobble_stairs/index.html | 0 .../bleached_bone_cobblestone/icon.png | Bin .../bleached_bone_cobblestone/index.html | 0 .../bleached_bone_stone_lantern/icon.png | Bin .../bleached_bone_stone_lantern/index.html | 0 .../browse/railcraft/bleached_clay/icon.png | Bin .../browse/railcraft/bleached_clay/index.html | 0 .../railcraft/block_of_coal_coke/icon.png | Bin .../railcraft/block_of_coal_coke/index.html | 0 .../railcraft/block_of_concrete/icon.png | Bin .../railcraft/block_of_concrete/index.html | 0 .../browse/railcraft/block_of_copper/icon.png | Bin .../railcraft/block_of_copper/index.html | 0 .../browse/railcraft/block_of_lead/icon.png | Bin .../browse/railcraft/block_of_lead/index.html | 0 .../browse/railcraft/block_of_steel/icon.png | Bin .../railcraft/block_of_steel/index.html | 0 .../browse/railcraft/block_of_tin/icon.png | Bin .../browse/railcraft/block_of_tin/index.html | 0 .../browse/railcraft/block_signal/icon.png | Bin .../browse/railcraft/block_signal/index.html | 0 .../railcraft/blood_stained_block/icon.png | Bin .../railcraft/blood_stained_block/index.html | 0 .../blood_stained_block_slab/icon.png | Bin .../blood_stained_block_slab/index.html | 0 .../blood_stained_block_stairs/icon.png | Bin .../blood_stained_block_stairs/index.html | 0 .../railcraft/blood_stained_brick/icon.png | Bin .../railcraft/blood_stained_brick/index.html | 0 .../blood_stained_brick_slab/icon.png | Bin .../blood_stained_brick_slab/index.html | 0 .../blood_stained_brick_stairs/icon.png | Bin .../blood_stained_brick_stairs/index.html | 0 .../blood_stained_brick_wall/icon.png | Bin .../blood_stained_brick_wall/index.html | 0 .../blood_stained_cobble_slab/icon.png | Bin .../blood_stained_cobble_slab/index.html | 0 .../blood_stained_cobble_stairs/icon.png | Bin .../blood_stained_cobble_stairs/index.html | 0 .../blood_stained_cobblestone/icon.png | Bin .../blood_stained_cobblestone/index.html | 0 .../bloodstained_stone_lantern/icon.png | Bin .../bloodstained_stone_lantern/index.html | 0 .../railcraft/blue_metal_platform/icon.png | Bin .../railcraft/blue_metal_platform/index.html | 0 .../browse/railcraft/blue_metal_post/icon.png | Bin .../railcraft/blue_metal_post/index.html | 0 .../browse/railcraft/brick_wall/icon.png | Bin .../browse/railcraft/brick_wall/index.html | 0 .../railcraft/brown_metal_platform/icon.png | Bin .../railcraft/brown_metal_platform/index.html | 0 .../railcraft/brown_metal_post/icon.png | Bin .../railcraft/brown_metal_post/index.html | 0 .../railcraft/buffer_stop_track/icon.png | Bin .../railcraft/buffer_stop_track/index.html | 0 .../browse/railcraft/cart_dispenser/icon.png | Bin .../railcraft/cart_dispenser/index.html | 0 .../browse/railcraft/charcoal_dust/icon.png | Bin .../browse/railcraft/charcoal_dust/index.html | 0 .../railcraft/chiseled_quartz_wall/icon.png | Bin .../railcraft/chiseled_quartz_wall/index.html | 0 .../chiseled_sandstone_wall/icon.png | Bin .../chiseled_sandstone_wall/index.html | 0 .../chiseled_stone_brick_wall/icon.png | Bin .../chiseled_stone_brick_wall/index.html | 0 .../browse/railcraft/coal_coke/icon.png | Bin .../browse/railcraft/coal_coke/index.html | 0 .../browse/railcraft/coke_oven/icon.png | Bin .../browse/railcraft/coke_oven/index.html | 0 .../browse/railcraft/coke_oven_brick/icon.png | Bin .../railcraft/coke_oven_brick/index.html | 0 .../browse/railcraft/coke_oven_layer/icon.png | Bin .../railcraft/coke_oven_layer/index.html | 0 .../commercial_steam_engine/icon.png | Bin .../commercial_steam_engine/index.html | 0 .../browse/railcraft/concrete_slab/icon.png | Bin .../browse/railcraft/concrete_slab/index.html | 0 .../browse/railcraft/concrete_stairs/icon.png | Bin .../railcraft/concrete_stairs/index.html | 0 .../browse/railcraft/concrete_wall/icon.png | Bin .../browse/railcraft/concrete_wall/index.html | 0 .../browse/railcraft/control_track/icon.png | Bin .../browse/railcraft/control_track/index.html | 0 .../railcraft/controller_circuit/icon.png | Bin .../railcraft/controller_circuit/index.html | 0 .../browse/railcraft/copper_ingot/icon.png | Bin .../browse/railcraft/copper_ingot/index.html | 0 .../browse/railcraft/copper_lantern/icon.png | Bin .../railcraft/copper_lantern/index.html | 0 .../browse/railcraft/copper_nugget/icon.png | Bin .../browse/railcraft/copper_nugget/index.html | 0 .../browse/railcraft/copper_plate/icon.png | Bin .../browse/railcraft/copper_plate/index.html | 0 .../browse/railcraft/copper_slab/icon.png | Bin .../browse/railcraft/copper_slab/index.html | 0 .../browse/railcraft/copper_stairs/icon.png | Bin .../browse/railcraft/copper_stairs/index.html | 0 .../browse/railcraft/coupler_track/icon.png | Bin .../browse/railcraft/coupler_track/index.html | 0 .../railcraft/cracked_firestone/icon.png | Bin .../railcraft/cracked_firestone/index.html | 0 .../railcraft/cracked_firestone_2/icon.png | Bin .../cracked_stone_brick_wall/icon.png | Bin .../cracked_stone_brick_wall/index.html | 0 .../railcraft/creosote_block_slab/icon.png | Bin .../railcraft/creosote_block_slab/index.html | 0 .../railcraft/creosote_block_stairs/icon.png | Bin .../creosote_block_stairs/index.html | 0 .../browse/railcraft/creosote_bottle/icon.png | Bin .../railcraft/creosote_bottle/index.html | 0 .../browse/railcraft/creosote_bucket/icon.png | Bin .../railcraft/creosote_bucket/index.html | 0 .../browse/railcraft/creosote_can/icon.png | Bin .../browse/railcraft/creosote_can/index.html | 0 .../railcraft/creosote_capsule/icon.png | Bin .../railcraft/creosote_capsule/index.html | 0 .../railcraft/creosote_capsule_2/icon.png | Bin .../browse/railcraft/creosote_cell/icon.png | Bin .../browse/railcraft/creosote_cell/index.html | 0 .../railcraft/creosote_wood_block/icon.png | Bin .../railcraft/creosote_wood_block/index.html | 0 .../browse/railcraft/crowbar/icon.png | Bin .../browse/railcraft/crowbar/index.html | 0 .../railcraft/crushed_obsidian/icon.png | Bin .../railcraft/crushed_obsidian/index.html | 0 .../browse/railcraft/cut_firestone/icon.png | Bin .../browse/railcraft/cut_firestone/index.html | 0 .../railcraft/cyan_metal_platform/icon.png | Bin .../railcraft/cyan_metal_platform/index.html | 0 .../browse/railcraft/cyan_metal_post/icon.png | Bin .../railcraft/cyan_metal_post/index.html | 0 .../railcraft/dark_diamond_ore/icon.png | Bin .../railcraft/dark_diamond_ore/index.html | 0 .../railcraft/dark_emerald_ore/icon.png | Bin .../railcraft/dark_emerald_ore/index.html | 0 .../railcraft/dark_lapis_lazuli_ore/icon.png | Bin .../dark_lapis_lazuli_ore/index.html | 0 .../railcraft/detector_advanced/icon.png | Bin .../railcraft/detector_advanced/index.html | 0 .../browse/railcraft/detector_age/icon.png | Bin .../browse/railcraft/detector_age/index.html | 0 .../browse/railcraft/detector_animal/icon.png | Bin .../railcraft/detector_animal/index.html | 0 .../browse/railcraft/detector_any/icon.png | Bin .../browse/railcraft/detector_any/index.html | 0 .../browse/railcraft/detector_empty/icon.png | Bin .../railcraft/detector_empty/index.html | 0 .../browse/railcraft/detector_energy/icon.png | Bin .../railcraft/detector_energy/index.html | 0 .../railcraft/detector_explosive/icon.png | Bin .../railcraft/detector_explosive/index.html | 0 .../browse/railcraft/detector_item/icon.png | Bin .../browse/railcraft/detector_item/index.html | 0 .../railcraft/detector_locomotive/icon.png | Bin .../railcraft/detector_locomotive/index.html | 0 .../browse/railcraft/detector_mob/icon.png | Bin .../browse/railcraft/detector_mob/index.html | 0 .../browse/railcraft/detector_player/icon.png | Bin .../railcraft/detector_player/index.html | 0 .../railcraft/detector_powered/icon.png | Bin .../railcraft/detector_powered/index.html | 0 .../railcraft/detector_routing/icon.png | Bin .../railcraft/detector_routing/index.html | 0 .../browse/railcraft/detector_sheep/icon.png | Bin .../railcraft/detector_sheep/index.html | 0 .../browse/railcraft/detector_tank/icon.png | Bin .../browse/railcraft/detector_tank/index.html | 0 .../browse/railcraft/detector_train/icon.png | Bin .../railcraft/detector_train/index.html | 0 .../railcraft/detector_villager/icon.png | Bin .../railcraft/detector_villager/index.html | 0 .../railcraft/diamond_bore_head/icon.png | Bin .../railcraft/diamond_bore_head/index.html | 0 .../browse/railcraft/diamond_slab/icon.png | Bin .../browse/railcraft/diamond_slab/index.html | 0 .../browse/railcraft/diamond_stairs/icon.png | Bin .../railcraft/diamond_stairs/index.html | 0 .../browse/railcraft/diamond_wall/icon.png | Bin .../browse/railcraft/diamond_wall/index.html | 0 .../directional_detector_track/icon.png | Bin .../directional_detector_track/index.html | 0 .../railcraft/disembarking_track/icon.png | Bin .../railcraft/disembarking_track/index.html | 0 .../browse/railcraft/disposal_track/icon.png | Bin .../railcraft/disposal_track/index.html | 0 .../browse/railcraft/distant_signal/icon.png | Bin .../railcraft/distant_signal/index.html | 0 .../railcraft/dual_head_block_signal/icon.png | Bin .../dual_head_block_signal/index.html | 0 .../dual_head_distant_signal/icon.png | Bin .../dual_head_distant_signal/index.html | 0 .../railcraft/electric_feeder_unit/icon.png | Bin .../railcraft/electric_feeder_unit/index.html | 0 .../electric_junction_track/icon.png | Bin .../electric_junction_track/index.html | 0 .../railcraft/electric_locomotive/icon.png | Bin .../railcraft/electric_locomotive/index.html | 0 .../browse/railcraft/electric_meter/icon.png | Bin .../railcraft/electric_meter/index.html | 0 .../browse/railcraft/electric_rail/icon.png | Bin .../browse/railcraft/electric_rail/index.html | 0 .../railcraft/electric_shunting_wire/icon.png | Bin .../electric_shunting_wire/index.html | 0 .../railcraft/electric_switch_track/icon.png | Bin .../electric_switch_track/index.html | 0 .../browse/railcraft/electric_track/icon.png | Bin .../railcraft/electric_track/index.html | 0 .../railcraft/electric_wye_track/icon.png | Bin .../railcraft/electric_wye_track/index.html | 0 .../browse/railcraft/elevator_track/icon.png | Bin .../railcraft/elevator_track/index.html | 0 .../browse/railcraft/embarking_track/icon.png | Bin .../railcraft/embarking_track/index.html | 0 .../browse/railcraft/emblem/icon.png | Bin .../browse/railcraft/emblem/index.html | 0 .../railcraft/engineer_s_overalls/icon.png | Bin .../railcraft/engineer_s_overalls/index.html | 0 .../browse/railcraft/engraving_bench/icon.png | Bin .../railcraft/engraving_bench/index.html | 0 .../railcraft/etched_abyssal_stone/icon.png | Bin .../railcraft/etched_abyssal_stone/index.html | 0 .../etched_bleached_bone_stone/icon.png | Bin .../etched_bleached_bone_stone/index.html | 0 .../etched_blood_stained_stone/icon.png | Bin .../etched_blood_stained_stone/index.html | 0 .../etched_frost_bound_stone/icon.png | Bin .../etched_frost_bound_stone/index.html | 0 .../railcraft/etched_infernal_stone/icon.png | Bin .../etched_infernal_stone/index.html | 0 .../railcraft/etched_nether_stone/icon.png | Bin .../railcraft/etched_nether_stone/index.html | 0 .../railcraft/etched_quarried_stone/icon.png | Bin .../etched_quarried_stone/index.html | 0 .../railcraft/etched_sandy_stone/icon.png | Bin .../railcraft/etched_sandy_stone/index.html | 0 .../browse/railcraft/feed_station/icon.png | Bin .../browse/railcraft/feed_station/index.html | 0 .../browse/railcraft/firestone_ore/icon.png | Bin .../browse/railcraft/firestone_ore/index.html | 0 .../railcraft/fitted_abyssal_stone/icon.png | Bin .../railcraft/fitted_abyssal_stone/index.html | 0 .../fitted_abyssal_stone_slab/icon.png | Bin .../fitted_abyssal_stone_slab/index.html | 0 .../fitted_abyssal_stone_stairs/icon.png | Bin .../fitted_abyssal_stone_stairs/index.html | 0 .../fitted_bleached_bone_stone/icon.png | Bin .../fitted_bleached_bone_stone/index.html | 0 .../fitted_bleached_bone_stone_slab/icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../fitted_blood_stained_stone/icon.png | Bin .../fitted_blood_stained_stone/index.html | 0 .../fitted_blood_stained_stone_slab/icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../fitted_frost_bound_stone/icon.png | Bin .../fitted_frost_bound_stone/index.html | 0 .../fitted_frost_bound_stone_slab/icon.png | Bin .../fitted_frost_bound_stone_slab/index.html | 0 .../fitted_frost_bound_stone_stairs/icon.png | Bin .../index.html | 0 .../railcraft/fitted_infernal_stone/icon.png | Bin .../fitted_infernal_stone/index.html | 0 .../fitted_infernal_stone_slab/icon.png | Bin .../fitted_infernal_stone_slab/index.html | 0 .../fitted_infernal_stone_stairs/icon.png | Bin .../fitted_infernal_stone_stairs/index.html | 0 .../railcraft/fitted_nether_stone/icon.png | Bin .../railcraft/fitted_nether_stone/index.html | 0 .../fitted_nether_stone_slab/icon.png | Bin .../fitted_nether_stone_slab/index.html | 0 .../fitted_nether_stone_stairs/icon.png | Bin .../fitted_nether_stone_stairs/index.html | 0 .../railcraft/fitted_quarried_stone/icon.png | Bin .../fitted_quarried_stone/index.html | 0 .../fitted_quarried_stone_slab/icon.png | Bin .../fitted_quarried_stone_slab/index.html | 0 .../fitted_quarried_stone_stairs/icon.png | Bin .../fitted_quarried_stone_stairs/index.html | 0 .../railcraft/fitted_sandy_stone/icon.png | Bin .../railcraft/fitted_sandy_stone/index.html | 0 .../fitted_sandy_stone_slab/icon.png | Bin .../fitted_sandy_stone_slab/index.html | 0 .../fitted_sandy_stone_stairs/icon.png | Bin .../fitted_sandy_stone_stairs/index.html | 0 .../browse/railcraft/fluid_loader/icon.png | Bin .../browse/railcraft/fluid_loader/index.html | 0 .../browse/railcraft/fluid_unloader/icon.png | Bin .../railcraft/fluid_unloader/index.html | 0 .../railcraft/flux_transformer/icon.png | Bin .../railcraft/flux_transformer/index.html | 0 .../railcraft/force_track_emitter/icon.png | Bin .../railcraft/force_track_emitter/index.html | 0 .../railcraft/frost_bound_block/icon.png | Bin .../railcraft/frost_bound_block/index.html | 0 .../railcraft/frost_bound_block_slab/icon.png | Bin .../frost_bound_block_slab/index.html | 0 .../frost_bound_block_stairs/icon.png | Bin .../frost_bound_block_stairs/index.html | 0 .../railcraft/frost_bound_brick/icon.png | Bin .../railcraft/frost_bound_brick/index.html | 0 .../railcraft/frost_bound_brick_slab/icon.png | Bin .../frost_bound_brick_slab/index.html | 0 .../frost_bound_brick_stairs/icon.png | Bin .../frost_bound_brick_stairs/index.html | 0 .../railcraft/frost_bound_brick_wall/icon.png | Bin .../frost_bound_brick_wall/index.html | 0 .../frost_bound_cobble_slab/icon.png | Bin .../frost_bound_cobble_slab/index.html | 0 .../frost_bound_cobble_stairs/icon.png | Bin .../frost_bound_cobble_stairs/index.html | 0 .../frost_bound_cobblestone/icon.png | Bin .../frost_bound_cobblestone/index.html | 0 .../frostbound_stone_lantern/icon.png | Bin .../frostbound_stone_lantern/index.html | 0 .../railcraft/gated_one_way_track/icon.png | Bin .../railcraft/gated_one_way_track/index.html | 0 .../browse/railcraft/gated_track/icon.png | Bin .../browse/railcraft/gated_track/index.html | 0 .../browse/railcraft/gift_cart/icon.png | Bin .../browse/railcraft/gift_cart/index.html | 0 .../browse/railcraft/gold_lantern/icon.png | Bin .../browse/railcraft/gold_lantern/index.html | 0 .../browse/railcraft/gold_plate_gear/icon.png | Bin .../railcraft/gold_plate_gear/index.html | 0 .../browse/railcraft/gold_slab/icon.png | Bin .../browse/railcraft/gold_slab/index.html | 0 .../browse/railcraft/gold_stairs/icon.png | Bin .../browse/railcraft/gold_stairs/index.html | 0 .../browse/railcraft/gold_wall/icon.png | Bin .../browse/railcraft/gold_wall/index.html | 0 .../railcraft/golden_railway_ticket/icon.png | Bin .../golden_railway_ticket/index.html | 0 .../railcraft/gray_metal_platform/icon.png | Bin .../railcraft/gray_metal_platform/index.html | 0 .../browse/railcraft/gray_metal_post/icon.png | Bin .../railcraft/gray_metal_post/index.html | 0 .../railcraft/green_metal_platform/icon.png | Bin .../railcraft/green_metal_platform/index.html | 0 .../railcraft/green_metal_post/icon.png | Bin .../railcraft/green_metal_post/index.html | 0 .../railcraft/h_s_booster_track/icon.png | Bin .../railcraft/h_s_booster_track/index.html | 0 .../browse/railcraft/h_s_rail/icon.png | Bin .../browse/railcraft/h_s_rail/index.html | 0 .../railcraft/h_s_switch_track/icon.png | Bin .../railcraft/h_s_switch_track/index.html | 0 .../browse/railcraft/h_s_track/icon.png | Bin .../browse/railcraft/h_s_track/index.html | 0 .../railcraft/h_s_transition_track/icon.png | Bin .../railcraft/h_s_transition_track/index.html | 0 .../browse/railcraft/h_s_wye_track/icon.png | Bin .../browse/railcraft/h_s_wye_track/index.html | 0 .../high_pressure_boiler_tank/icon.png | Bin .../high_pressure_boiler_tank/index.html | 0 .../hobbyist_s_steam_engine/icon.png | Bin .../hobbyist_s_steam_engine/index.html | 0 .../browse/railcraft/ice_slab/icon.png | Bin .../browse/railcraft/ice_slab/index.html | 0 .../browse/railcraft/ice_stairs/icon.png | Bin .../browse/railcraft/ice_stairs/index.html | 0 .../browse/railcraft/ice_wall/icon.png | Bin .../browse/railcraft/ice_wall/index.html | 0 .../browse/railcraft/icon.png | Bin .../browse/railcraft/index.html | 0 .../industrial_steam_engine/icon.png | Bin .../industrial_steam_engine/index.html | 0 .../browse/railcraft/infernal_block/icon.png | Bin .../railcraft/infernal_block/index.html | 0 .../railcraft/infernal_block_slab/icon.png | Bin .../railcraft/infernal_block_slab/index.html | 0 .../railcraft/infernal_block_stairs/icon.png | Bin .../infernal_block_stairs/index.html | 0 .../browse/railcraft/infernal_brick/icon.png | Bin .../railcraft/infernal_brick/index.html | 0 .../railcraft/infernal_brick_slab/icon.png | Bin .../railcraft/infernal_brick_slab/index.html | 0 .../railcraft/infernal_brick_stairs/icon.png | Bin .../infernal_brick_stairs/index.html | 0 .../railcraft/infernal_brick_wall/icon.png | Bin .../railcraft/infernal_brick_wall/index.html | 0 .../railcraft/infernal_cobble_slab/icon.png | Bin .../railcraft/infernal_cobble_slab/index.html | 0 .../railcraft/infernal_cobble_stairs/icon.png | Bin .../infernal_cobble_stairs/index.html | 0 .../railcraft/infernal_cobblestone/icon.png | Bin .../railcraft/infernal_cobblestone/index.html | 0 .../railcraft/infernal_stone_lantern/icon.png | Bin .../infernal_stone_lantern/index.html | 0 .../browse/railcraft/iron_bore_head/icon.png | Bin .../railcraft/iron_bore_head/index.html | 0 .../browse/railcraft/iron_gear/icon.png | Bin .../browse/railcraft/iron_gear/index.html | 0 .../browse/railcraft/iron_lantern/icon.png | Bin .../browse/railcraft/iron_lantern/index.html | 0 .../browse/railcraft/iron_nugget/icon.png | Bin .../browse/railcraft/iron_nugget/index.html | 0 .../browse/railcraft/iron_plate/icon.png | Bin .../browse/railcraft/iron_plate/index.html | 0 .../browse/railcraft/iron_slab/icon.png | Bin .../browse/railcraft/iron_slab/index.html | 0 .../browse/railcraft/iron_stairs/icon.png | Bin .../browse/railcraft/iron_stairs/index.html | 0 .../browse/railcraft/iron_tank_gauge/icon.png | Bin .../railcraft/iron_tank_gauge/index.html | 0 .../browse/railcraft/iron_tank_valve/icon.png | Bin .../railcraft/iron_tank_valve/index.html | 0 .../browse/railcraft/iron_tank_wall/icon.png | Bin .../railcraft/iron_tank_wall/index.html | 0 .../browse/railcraft/iron_wall/icon.png | Bin .../browse/railcraft/iron_wall/index.html | 0 .../browse/railcraft/item_loader/icon.png | Bin .../browse/railcraft/item_loader/index.html | 0 .../browse/railcraft/item_unloader/icon.png | Bin .../browse/railcraft/item_unloader/index.html | 0 .../browse/railcraft/junction_track/icon.png | Bin .../railcraft/junction_track/index.html | 0 .../browse/railcraft/launcher_track/icon.png | Bin .../railcraft/launcher_track/index.html | 0 .../browse/railcraft/lead_ingot/icon.png | Bin .../browse/railcraft/lead_ingot/index.html | 0 .../browse/railcraft/lead_lantern/icon.png | Bin .../browse/railcraft/lead_lantern/index.html | 0 .../browse/railcraft/lead_nugget/icon.png | Bin .../browse/railcraft/lead_nugget/index.html | 0 .../browse/railcraft/lead_slab/icon.png | Bin .../browse/railcraft/lead_slab/index.html | 0 .../browse/railcraft/lead_stairs/icon.png | Bin .../browse/railcraft/lead_stairs/index.html | 0 .../light_blue_metal_platform/icon.png | Bin .../light_blue_metal_platform/index.html | 0 .../railcraft/light_blue_metal_post/icon.png | Bin .../light_blue_metal_post/index.html | 0 .../light_gray_metal_platform/icon.png | Bin .../light_gray_metal_platform/index.html | 0 .../railcraft/light_gray_metal_post/icon.png | Bin .../light_gray_metal_post/index.html | 0 .../railcraft/lime_metal_platform/icon.png | Bin .../railcraft/lime_metal_platform/index.html | 0 .../browse/railcraft/lime_metal_post/icon.png | Bin .../railcraft/lime_metal_post/index.html | 0 .../browse/railcraft/limiter_track/icon.png | Bin .../browse/railcraft/limiter_track/index.html | 0 .../liquid_fueled_boiler_firebox/icon.png | Bin .../liquid_fueled_boiler_firebox/index.html | 0 .../browse/railcraft/locking_track/icon.png | Bin .../browse/railcraft/locking_track/index.html | 0 .../railcraft/locomotive_track/icon.png | Bin .../railcraft/locomotive_track/index.html | 0 .../low_pressure_boiler_tank/icon.png | Bin .../low_pressure_boiler_tank/index.html | 0 .../railcraft/magenta_metal_platform/icon.png | Bin .../magenta_metal_platform/index.html | 0 .../railcraft/magenta_metal_post/icon.png | Bin .../railcraft/magenta_metal_post/index.html | 0 .../railcraft/magnifying_glass/icon.png | Bin .../railcraft/magnifying_glass/index.html | 0 .../railcraft/manual_steam_trap/icon.png | Bin .../railcraft/manual_steam_trap/index.html | 0 .../browse/railcraft/metal_platform/icon.png | Bin .../railcraft/metal_platform/index.html | 0 .../browse/railcraft/metal_post/icon.png | Bin .../browse/railcraft/metal_post/index.html | 0 .../browse/railcraft/metals_chest/icon.png | Bin .../browse/railcraft/metals_chest/index.html | 0 .../railcraft/mossy_stone_brick_wall/icon.png | Bin .../mossy_stone_brick_wall/index.html | 0 .../browse/railcraft/nether_block/icon.png | Bin .../browse/railcraft/nether_block/index.html | 0 .../railcraft/nether_block_slab/icon.png | Bin .../railcraft/nether_block_slab/index.html | 0 .../railcraft/nether_block_stairs/icon.png | Bin .../railcraft/nether_block_stairs/index.html | 0 .../railcraft/nether_brick_wall/icon.png | Bin .../railcraft/nether_brick_wall/index.html | 0 .../railcraft/nether_cobble_slab/icon.png | Bin .../railcraft/nether_cobble_slab/index.html | 0 .../railcraft/nether_cobble_stairs/icon.png | Bin .../railcraft/nether_cobble_stairs/index.html | 0 .../railcraft/nether_cobblestone/icon.png | Bin .../railcraft/nether_cobblestone/index.html | 0 .../railcraft/nether_stone_lantern/icon.png | Bin .../railcraft/nether_stone_lantern/index.html | 0 .../browse/railcraft/obsidian_dust/icon.png | Bin .../browse/railcraft/obsidian_dust/index.html | 0 .../browse/railcraft/obsidian_slab/icon.png | Bin .../browse/railcraft/obsidian_slab/index.html | 0 .../browse/railcraft/obsidian_stairs/icon.png | Bin .../railcraft/obsidian_stairs/index.html | 0 .../browse/railcraft/obsidian_wall/icon.png | Bin .../browse/railcraft/obsidian_wall/index.html | 0 .../browse/railcraft/one_way_track/icon.png | Bin .../browse/railcraft/one_way_track/index.html | 0 .../railcraft/orange_metal_platform/icon.png | Bin .../orange_metal_platform/index.html | 0 .../railcraft/orange_metal_post/icon.png | Bin .../railcraft/orange_metal_post/index.html | 0 .../railcraft/ornate_abyssal_stone/icon.png | Bin .../railcraft/ornate_abyssal_stone/index.html | 0 .../ornate_bleached_bone_stone/icon.png | Bin .../ornate_bleached_bone_stone/index.html | 0 .../ornate_blood_stained_stone/icon.png | Bin .../ornate_blood_stained_stone/index.html | 0 .../ornate_frost_bound_stone/icon.png | Bin .../ornate_frost_bound_stone/index.html | 0 .../railcraft/ornate_infernal_stone/icon.png | Bin .../ornate_infernal_stone/index.html | 0 .../railcraft/ornate_nether_stone/icon.png | Bin .../railcraft/ornate_nether_stone/index.html | 0 .../railcraft/ornate_quarried_stone/icon.png | Bin .../ornate_quarried_stone/index.html | 0 .../railcraft/ornate_sandy_stone/icon.png | Bin .../railcraft/ornate_sandy_stone/index.html | 0 .../browse/railcraft/packed_ice_slab/icon.png | Bin .../railcraft/packed_ice_slab/index.html | 0 .../railcraft/packed_ice_stairs/icon.png | Bin .../railcraft/packed_ice_stairs/index.html | 0 .../browse/railcraft/personal_anchor/icon.png | Bin .../railcraft/personal_anchor/index.html | 0 .../railcraft/personal_anchor_cart/icon.png | Bin .../railcraft/personal_anchor_cart/index.html | 0 .../railcraft/pink_metal_platform/icon.png | Bin .../railcraft/pink_metal_platform/index.html | 0 .../browse/railcraft/pink_metal_post/icon.png | Bin .../railcraft/pink_metal_post/index.html | 0 .../browse/railcraft/poor_copper_ore/icon.png | Bin .../railcraft/poor_copper_ore/index.html | 0 .../browse/railcraft/poor_gold_ore/icon.png | Bin .../browse/railcraft/poor_gold_ore/index.html | 0 .../browse/railcraft/poor_iron_ore/icon.png | Bin .../browse/railcraft/poor_iron_ore/index.html | 0 .../browse/railcraft/poor_lead_ore/icon.png | Bin .../browse/railcraft/poor_lead_ore/index.html | 0 .../browse/railcraft/poor_tin_ore/icon.png | Bin .../browse/railcraft/poor_tin_ore/index.html | 0 .../browse/railcraft/priming_track/icon.png | Bin .../browse/railcraft/priming_track/index.html | 0 .../browse/railcraft/pumpkin_cart/icon.png | Bin .../browse/railcraft/pumpkin_cart/index.html | 0 .../railcraft/purple_metal_platform/icon.png | Bin .../purple_metal_platform/index.html | 0 .../railcraft/purple_metal_post/icon.png | Bin .../railcraft/purple_metal_post/index.html | 0 .../browse/railcraft/quarried_block/icon.png | Bin .../railcraft/quarried_block/index.html | 0 .../railcraft/quarried_block_slab/icon.png | Bin .../railcraft/quarried_block_slab/index.html | 0 .../railcraft/quarried_block_stairs/icon.png | Bin .../quarried_block_stairs/index.html | 0 .../browse/railcraft/quarried_brick/icon.png | Bin .../railcraft/quarried_brick/index.html | 0 .../railcraft/quarried_brick_slab/icon.png | Bin .../railcraft/quarried_brick_slab/index.html | 0 .../railcraft/quarried_brick_stairs/icon.png | Bin .../quarried_brick_stairs/index.html | 0 .../railcraft/quarried_brick_wall/icon.png | Bin .../railcraft/quarried_brick_wall/index.html | 0 .../railcraft/quarried_cobble_slab/icon.png | Bin .../railcraft/quarried_cobble_slab/index.html | 0 .../railcraft/quarried_cobble_stairs/icon.png | Bin .../quarried_cobble_stairs/index.html | 0 .../railcraft/quarried_cobblestone/icon.png | Bin .../railcraft/quarried_cobblestone/index.html | 0 .../browse/railcraft/quarried_stone/icon.png | Bin .../railcraft/quarried_stone/index.html | 0 .../railcraft/quarried_stone_lantern/icon.png | Bin .../quarried_stone_lantern/index.html | 0 .../browse/railcraft/quartz_wall/icon.png | Bin .../browse/railcraft/quartz_wall/index.html | 0 .../browse/railcraft/railway_ticket/icon.png | Bin .../railcraft/railway_ticket/index.html | 0 .../browse/railcraft/raw_firestone/icon.png | Bin .../browse/railcraft/raw_firestone/index.html | 0 .../browse/railcraft/rebar/icon.png | Bin .../browse/railcraft/rebar/index.html | 0 .../railcraft/receiver_circuit/icon.png | Bin .../railcraft/receiver_circuit/index.html | 0 .../railcraft/recharging_firestone/icon.png | Bin .../railcraft/red_metal_platform/icon.png | Bin .../railcraft/red_metal_platform/index.html | 0 .../browse/railcraft/red_metal_post/icon.png | Bin .../railcraft/red_metal_post/index.html | 0 .../railcraft/refined_firestone/icon.png | Bin .../railcraft/refined_firestone/index.html | 0 .../railcraft/refined_firestone_2/icon.png | Bin .../reinforced_booster_track/icon.png | Bin .../reinforced_booster_track/index.html | 0 .../railcraft/reinforced_crowbar/icon.png | Bin .../railcraft/reinforced_crowbar/index.html | 0 .../reinforced_junction_track/icon.png | Bin .../reinforced_junction_track/index.html | 0 .../browse/railcraft/reinforced_rail/icon.png | Bin .../railcraft/reinforced_rail/index.html | 0 .../reinforced_switch_track/icon.png | Bin .../reinforced_switch_track/index.html | 0 .../railcraft/reinforced_track/icon.png | Bin .../railcraft/reinforced_track/index.html | 0 .../railcraft/reinforced_wye_track/icon.png | Bin .../railcraft/reinforced_wye_track/index.html | 0 .../browse/railcraft/residual_heat/icon.png | Bin .../browse/railcraft/rock_crusher/icon.png | Bin .../browse/railcraft/rock_crusher/index.html | 0 .../railcraft/rock_crusher_block/icon.png | Bin .../railcraft/rock_crusher_block/index.html | 0 .../railcraft/rock_crusher_layer/icon.png | Bin .../railcraft/rock_crusher_layer/index.html | 0 .../browse/railcraft/rolling_machine/icon.png | Bin .../railcraft/rolling_machine/index.html | 0 .../railcraft/routing_switch_motor/icon.png | Bin .../railcraft/routing_switch_motor/index.html | 0 .../browse/railcraft/routing_table/icon.png | Bin .../browse/railcraft/routing_table/index.html | 0 .../browse/railcraft/routing_track/icon.png | Bin .../browse/railcraft/routing_track/index.html | 0 .../browse/railcraft/saltpeter/icon.png | Bin .../browse/railcraft/saltpeter/index.html | 0 .../browse/railcraft/saltpeter_ore/icon.png | Bin .../browse/railcraft/saltpeter_ore/index.html | 0 .../railcraft/saltpeter_ore_spawner/icon.png | Bin .../railcraft/sandstone_lantern/icon.png | Bin .../railcraft/sandstone_lantern/index.html | 0 .../browse/railcraft/sandstone_wall/icon.png | Bin .../railcraft/sandstone_wall/index.html | 0 .../browse/railcraft/sandy_block/icon.png | Bin .../browse/railcraft/sandy_block/index.html | 0 .../railcraft/sandy_block_slab/icon.png | Bin .../railcraft/sandy_block_slab/index.html | 0 .../railcraft/sandy_block_stairs/icon.png | Bin .../railcraft/sandy_block_stairs/index.html | 0 .../browse/railcraft/sandy_brick/icon.png | Bin .../browse/railcraft/sandy_brick/index.html | 0 .../railcraft/sandy_brick_slab/icon.png | Bin .../railcraft/sandy_brick_slab/index.html | 0 .../railcraft/sandy_brick_stairs/icon.png | Bin .../railcraft/sandy_brick_stairs/index.html | 0 .../railcraft/sandy_brick_wall/icon.png | Bin .../railcraft/sandy_brick_wall/index.html | 0 .../railcraft/sandy_cobble_slab/icon.png | Bin .../railcraft/sandy_cobble_slab/index.html | 0 .../railcraft/sandy_cobble_stairs/icon.png | Bin .../railcraft/sandy_cobble_stairs/index.html | 0 .../railcraft/sandy_cobblestone/icon.png | Bin .../railcraft/sandy_cobblestone/index.html | 0 .../railcraft/sandy_stone_lantern/icon.png | Bin .../railcraft/sandy_stone_lantern/index.html | 0 .../railcraft/signal_block_relay_box/icon.png | Bin .../signal_block_relay_box/index.html | 0 .../railcraft/signal_block_surveyor/icon.png | Bin .../signal_block_surveyor/index.html | 0 .../railcraft/signal_capacitor_box/icon.png | Bin .../railcraft/signal_capacitor_box/index.html | 0 .../browse/railcraft/signal_circuit/icon.png | Bin .../railcraft/signal_circuit/index.html | 0 .../railcraft/signal_controller_box/icon.png | Bin .../signal_controller_box/index.html | 0 .../railcraft/signal_interlock_box/icon.png | Bin .../railcraft/signal_interlock_box/index.html | 0 .../browse/railcraft/signal_lamp/icon.png | Bin .../browse/railcraft/signal_lamp/index.html | 0 .../railcraft/signal_receiver_box/icon.png | Bin .../railcraft/signal_receiver_box/index.html | 0 .../railcraft/signal_sequencer_box/icon.png | Bin .../railcraft/signal_sequencer_box/index.html | 0 .../browse/railcraft/signal_tuner/icon.png | Bin .../browse/railcraft/signal_tuner/index.html | 0 .../railcraft/slightly_damaged_anvil/icon.png | Bin .../browse/railcraft/smoker/icon.png | Bin .../browse/railcraft/smoker/index.html | 0 .../railcraft/smooth_sandstone_wall/icon.png | Bin .../smooth_sandstone_wall/index.html | 0 .../browse/railcraft/snow_slab/icon.png | Bin .../browse/railcraft/snow_slab/index.html | 0 .../browse/railcraft/snow_stairs/icon.png | Bin .../browse/railcraft/snow_stairs/index.html | 0 .../browse/railcraft/snow_wall/icon.png | Bin .../browse/railcraft/snow_wall/index.html | 0 .../solid_fueled_boiler_firebox/icon.png | Bin .../solid_fueled_boiler_firebox/index.html | 0 .../browse/railcraft/standard_rail/icon.png | Bin .../browse/railcraft/standard_rail/index.html | 0 .../browse/railcraft/steam/icon.png | Bin .../browse/railcraft/steam/index.html | 0 .../railcraft/steam_boiler_simple/icon.png | Bin .../railcraft/steam_boiler_simple/index.html | 0 .../browse/railcraft/steam_bottle/icon.png | Bin .../browse/railcraft/steam_bottle/index.html | 0 .../railcraft/steam_locomotive/icon.png | Bin .../railcraft/steam_locomotive/index.html | 0 .../browse/railcraft/steam_oven/icon.png | Bin .../browse/railcraft/steam_oven/index.html | 0 .../railcraft/steam_turbine_housing/icon.png | Bin .../steam_turbine_housing/index.html | 0 .../browse/railcraft/steel_anvil/icon.png | Bin .../browse/railcraft/steel_anvil/index.html | 0 .../browse/railcraft/steel_axe/icon.png | Bin .../browse/railcraft/steel_axe/index.html | 0 .../browse/railcraft/steel_boots/icon.png | Bin .../browse/railcraft/steel_boots/index.html | 0 .../browse/railcraft/steel_bore_head/icon.png | Bin .../railcraft/steel_bore_head/index.html | 0 .../railcraft/steel_chestplate/icon.png | Bin .../railcraft/steel_chestplate/index.html | 0 .../browse/railcraft/steel_gear/icon.png | Bin .../browse/railcraft/steel_gear/index.html | 0 .../browse/railcraft/steel_helmet/icon.png | Bin .../browse/railcraft/steel_helmet/index.html | 0 .../browse/railcraft/steel_hoe/icon.png | Bin .../browse/railcraft/steel_hoe/index.html | 0 .../browse/railcraft/steel_ingot/icon.png | Bin .../browse/railcraft/steel_ingot/index.html | 0 .../browse/railcraft/steel_lantern/icon.png | Bin .../browse/railcraft/steel_lantern/index.html | 0 .../browse/railcraft/steel_leggings/icon.png | Bin .../railcraft/steel_leggings/index.html | 0 .../browse/railcraft/steel_nugget/icon.png | Bin .../browse/railcraft/steel_nugget/index.html | 0 .../browse/railcraft/steel_pickaxe/icon.png | Bin .../browse/railcraft/steel_pickaxe/index.html | 0 .../browse/railcraft/steel_plate/icon.png | Bin .../browse/railcraft/steel_plate/index.html | 0 .../browse/railcraft/steel_shears/icon.png | Bin .../browse/railcraft/steel_shears/index.html | 0 .../browse/railcraft/steel_shovel/icon.png | Bin .../browse/railcraft/steel_shovel/index.html | 0 .../browse/railcraft/steel_slab/icon.png | Bin .../browse/railcraft/steel_slab/index.html | 0 .../browse/railcraft/steel_stairs/icon.png | Bin .../browse/railcraft/steel_stairs/index.html | 0 .../browse/railcraft/steel_sword/icon.png | Bin .../browse/railcraft/steel_sword/index.html | 0 .../railcraft/steel_tank_gauge/icon.png | Bin .../railcraft/steel_tank_gauge/index.html | 0 .../railcraft/steel_tank_valve/icon.png | Bin .../railcraft/steel_tank_valve/index.html | 0 .../browse/railcraft/steel_tank_wall/icon.png | Bin .../railcraft/steel_tank_wall/index.html | 0 .../railcraft/stone_brick_wall/icon.png | Bin .../railcraft/stone_brick_wall/index.html | 0 .../browse/railcraft/stone_lantern/icon.png | Bin .../browse/railcraft/stone_lantern/index.html | 0 .../browse/railcraft/stone_platform/icon.png | Bin .../railcraft/stone_platform/index.html | 0 .../browse/railcraft/stone_post/icon.png | Bin .../browse/railcraft/stone_post/index.html | 0 .../browse/railcraft/stone_railbed/icon.png | Bin .../browse/railcraft/stone_railbed/index.html | 0 .../browse/railcraft/stone_tie/icon.png | Bin .../browse/railcraft/stone_tie/index.html | 0 .../railcraft/strengthened_glass/icon.png | Bin .../railcraft/strengthened_glass/index.html | 0 .../railcraft/strengthened_glass_10/icon.png | Bin .../railcraft/strengthened_glass_11/icon.png | Bin .../railcraft/strengthened_glass_12/icon.png | Bin .../railcraft/strengthened_glass_13/icon.png | Bin .../railcraft/strengthened_glass_14/icon.png | Bin .../railcraft/strengthened_glass_15/icon.png | Bin .../railcraft/strengthened_glass_16/icon.png | Bin .../railcraft/strengthened_glass_2/icon.png | Bin .../railcraft/strengthened_glass_3/icon.png | Bin .../railcraft/strengthened_glass_4/icon.png | Bin .../railcraft/strengthened_glass_5/icon.png | Bin .../railcraft/strengthened_glass_6/icon.png | Bin .../railcraft/strengthened_glass_7/icon.png | Bin .../railcraft/strengthened_glass_8/icon.png | Bin .../railcraft/strengthened_glass_9/icon.png | Bin .../browse/railcraft/sulfur/icon.png | Bin .../browse/railcraft/sulfur/index.html | 0 .../browse/railcraft/sulfur_ore/icon.png | Bin .../browse/railcraft/sulfur_ore/index.html | 0 .../browse/railcraft/suspended_track/icon.png | Bin .../railcraft/suspended_track/index.html | 0 .../browse/railcraft/switch_lever/icon.png | Bin .../browse/railcraft/switch_lever/index.html | 0 .../browse/railcraft/switch_motor/icon.png | Bin .../browse/railcraft/switch_motor/index.html | 0 .../browse/railcraft/switch_track/icon.png | Bin .../browse/railcraft/switch_track/index.html | 0 .../browse/railcraft/tank_cart/icon.png | Bin .../browse/railcraft/tank_cart/index.html | 0 .../railcraft/tin_gear_bushing/icon.png | Bin .../railcraft/tin_gear_bushing/index.html | 0 .../browse/railcraft/tin_ingot/icon.png | Bin .../browse/railcraft/tin_ingot/index.html | 0 .../browse/railcraft/tin_lantern/icon.png | Bin .../browse/railcraft/tin_lantern/index.html | 0 .../browse/railcraft/tin_nugget/icon.png | Bin .../browse/railcraft/tin_nugget/index.html | 0 .../browse/railcraft/tin_plate/icon.png | Bin .../browse/railcraft/tin_plate/index.html | 0 .../browse/railcraft/tin_slab/icon.png | Bin .../browse/railcraft/tin_slab/index.html | 0 .../browse/railcraft/tin_stairs/icon.png | Bin .../browse/railcraft/tin_stairs/index.html | 0 .../browse/railcraft/track/icon.png | Bin .../browse/railcraft/track/index.html | 0 .../railcraft/track_layer_cart/icon.png | Bin .../railcraft/track_layer_cart/index.html | 0 .../railcraft/track_relayer_cart/icon.png | Bin .../railcraft/track_relayer_cart/index.html | 0 .../railcraft/track_remover_cart/icon.png | Bin .../railcraft/track_remover_cart/index.html | 0 .../railcraft/trackman_s_goggles/icon.png | Bin .../railcraft/trackman_s_goggles/index.html | 0 .../browse/railcraft/trade_station/icon.png | Bin .../browse/railcraft/trade_station/index.html | 0 .../browse/railcraft/train_dispenser/icon.png | Bin .../railcraft/train_dispenser/index.html | 0 .../browse/railcraft/tunnel_bore/icon.png | Bin .../browse/railcraft/tunnel_bore/index.html | 0 .../browse/railcraft/turbine_blade/icon.png | Bin .../browse/railcraft/turbine_blade/index.html | 0 .../browse/railcraft/turbine_disk/icon.png | Bin .../browse/railcraft/turbine_disk/index.html | 0 .../browse/railcraft/turbine_rotor/icon.png | Bin .../browse/railcraft/turbine_rotor/index.html | 0 .../railcraft/undercutter_cart/icon.png | Bin .../railcraft/undercutter_cart/index.html | 0 .../railcraft/very_damaged_anvil/icon.png | Bin .../browse/railcraft/void_chest/icon.png | Bin .../browse/railcraft/void_chest/index.html | 0 .../railcraft/water_tank_siding/icon.png | Bin .../railcraft/water_tank_siding/index.html | 0 .../browse/railcraft/whistle_track/icon.png | Bin .../browse/railcraft/whistle_track/index.html | 0 .../browse/railcraft/whistle_tuner/icon.png | Bin .../browse/railcraft/whistle_tuner/index.html | 0 .../railcraft/white_metal_platform/icon.png | Bin .../railcraft/white_metal_platform/index.html | 0 .../railcraft/white_metal_post/icon.png | Bin .../railcraft/white_metal_post/index.html | 0 .../railcraft/wire_support_frame/icon.png | Bin .../railcraft/wire_support_frame/index.html | 0 .../railcraft/wooden_booster_track/icon.png | Bin .../railcraft/wooden_booster_track/index.html | 0 .../railcraft/wooden_junction_track/icon.png | Bin .../wooden_junction_track/index.html | 0 .../browse/railcraft/wooden_platform/icon.png | Bin .../railcraft/wooden_platform/index.html | 0 .../browse/railcraft/wooden_post/icon.png | Bin .../browse/railcraft/wooden_post/index.html | 0 .../browse/railcraft/wooden_rail/icon.png | Bin .../browse/railcraft/wooden_rail/index.html | 0 .../browse/railcraft/wooden_railbed/icon.png | Bin .../railcraft/wooden_railbed/index.html | 0 .../railcraft/wooden_switch_track/icon.png | Bin .../railcraft/wooden_switch_track/index.html | 0 .../browse/railcraft/wooden_tie/icon.png | Bin .../browse/railcraft/wooden_tie/index.html | 0 .../browse/railcraft/wooden_tnt_cart/icon.png | Bin .../railcraft/wooden_tnt_cart/index.html | 0 .../browse/railcraft/wooden_track/icon.png | Bin .../browse/railcraft/wooden_track/index.html | 0 .../railcraft/wooden_wye_track/icon.png | Bin .../railcraft/wooden_wye_track/index.html | 0 .../browse/railcraft/work_cart/icon.png | Bin .../browse/railcraft/work_cart/index.html | 0 .../browse/railcraft/world_anchor/icon.png | Bin .../browse/railcraft/world_anchor/index.html | 0 .../browse/railcraft/wye_track/icon.png | Bin .../browse/railcraft/wye_track/index.html | 0 .../railcraft/yellow_metal_platform/icon.png | Bin .../yellow_metal_platform/index.html | 0 .../railcraft/yellow_metal_post/icon.png | Bin .../railcraft/yellow_metal_post/index.html | 0 .../1000mb_blazing_pyrotheum/icon.png | Bin .../1000mb_blazing_pyrotheum/index.html | 0 .../1000mb_destabilized_redstone/icon.png | Bin .../1000mb_destabilized_redstone/index.html | 0 .../1000mb_energized_glowstone/icon.png | Bin .../1000mb_energized_glowstone/index.html | 0 .../1000mb_gelid_cryotheum/icon.png | Bin .../1000mb_gelid_cryotheum/index.html | 0 .../1000mb_liquifacted_coal/icon.png | Bin .../1000mb_liquifacted_coal/index.html | 0 .../1000mb_primal_mana/icon.png | Bin .../1000mb_primal_mana/index.html | 0 .../1000mb_resonant_ender/icon.png | Bin .../1000mb_resonant_ender/index.html | 0 .../500mb_blazing_pyrotheum/icon.png | Bin .../500mb_blazing_pyrotheum/index.html | 0 .../500mb_destabilized_redstone/icon.png | Bin .../500mb_destabilized_redstone/index.html | 0 .../500mb_gelid_cryotheum/icon.png | Bin .../500mb_gelid_cryotheum/index.html | 0 .../500mb_liquifacted_coal/icon.png | Bin .../500mb_liquifacted_coal/index.html | 0 .../aqueous_accumulator/icon.png | Bin .../aqueous_accumulator/index.html | 0 .../aqueous_accumulator_hardened/icon.png | Bin .../aqueous_accumulator_hardened/index.html | 0 .../aqueous_accumulator_reinforced/icon.png | Bin .../aqueous_accumulator_reinforced/index.html | 0 .../aqueous_accumulator_resonant/icon.png | Bin .../aqueous_accumulator_resonant/index.html | 0 .../augment_cryocoil_flux_amplifier/icon.png | Bin .../index.html | 0 .../augment_cryocoil_regulator/icon.png | Bin .../augment_cryocoil_regulator/index.html | 0 .../icon.png | Bin .../index.html | 0 .../augment_flux_modulation_booster/icon.png | Bin .../index.html | 0 .../augment_gyroservo_feedback/icon.png | Bin .../augment_gyroservo_feedback/index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../icon.png | Bin .../index.html | 0 .../augment_secondary_gearbox/icon.png | Bin .../augment_secondary_gearbox/index.html | 0 .../augment_secondary_reception_coil/icon.png | Bin .../index.html | 0 .../augment_secondary_sieve/icon.png | Bin .../augment_secondary_sieve/index.html | 0 .../icon.png | Bin .../index.html | 0 .../augment_space_time_flux_unifier/icon.png | Bin .../index.html | 0 .../augment_stabilized_frame/icon.png | Bin .../augment_stabilized_frame/index.html | 0 .../icon.png | Bin .../index.html | 0 .../autonomous_activator/icon.png | Bin .../autonomous_activator/index.html | 0 .../thermal_expansion/basic_cache/icon.png | Bin .../thermal_expansion/basic_cache/index.html | 0 .../thermal_expansion/black_rockwool/icon.png | Bin .../black_rockwool/index.html | 0 .../blazing_pyrotheum_bucket/icon.png | Bin .../blazing_pyrotheum_bucket/index.html | 0 .../thermal_expansion/blizz_powder/icon.png | Bin .../thermal_expansion/blizz_powder/index.html | 0 .../thermal_expansion/blizz_rod/icon.png | Bin .../thermal_expansion/blizz_rod/index.html | 0 .../thermal_expansion/blue_rockwool/icon.png | Bin .../blue_rockwool/index.html | 0 .../thermal_expansion/brown_rockwool/icon.png | Bin .../brown_rockwool/index.html | 0 .../thermal_expansion/cinnabar/icon.png | Bin .../thermal_expansion/cinnabar/index.html | 0 .../compressed_sawdust/icon.png | Bin .../compressed_sawdust/index.html | 0 .../compression_dynamo/icon.png | Bin .../compression_dynamo/index.html | 0 .../thermal_expansion/copper_block/icon.png | Bin .../thermal_expansion/copper_block/index.html | 0 .../thermal_expansion/copper_gear/icon.png | Bin .../thermal_expansion/copper_gear/index.html | 0 .../thermal_expansion/copper_ingot/icon.png | Bin .../thermal_expansion/copper_ingot/index.html | 0 .../thermal_expansion/copper_nugget/icon.png | Bin .../copper_nugget/index.html | 0 .../thermal_expansion/copper_ore/icon.png | Bin .../thermal_expansion/copper_ore/index.html | 0 .../crescent_hammer/icon.png | Bin .../crescent_hammer/index.html | 0 .../thermal_expansion/cryotheum_dust/icon.png | Bin .../cryotheum_dust/index.html | 0 .../thermal_expansion/cyan_rockwool/icon.png | Bin .../cyan_rockwool/index.html | 0 .../cyclic_assembler/icon.png | Bin .../cyclic_assembler/index.html | 0 .../cyclic_assembler_hardened/icon.png | Bin .../cyclic_assembler_hardened/index.html | 0 .../cyclic_assembler_reinforced/icon.png | Bin .../cyclic_assembler_reinforced/index.html | 0 .../cyclic_assembler_resonant/icon.png | Bin .../cyclic_assembler_resonant/index.html | 0 .../destabilized_redstone_bucket/icon.png | Bin .../destabilized_redstone_bucket/index.html | 0 .../dimmed_glowstone_illuminator/icon.png | Bin .../dimmed_glowstone_illuminator/index.html | 0 .../dimmed_lumium_lamp/icon.png | Bin .../dimmed_lumium_lamp/index.html | 0 .../dimmed_radiant_lumium_lamp/icon.png | Bin .../dimmed_radiant_lumium_lamp/index.html | 0 .../dry_creative_sponge/icon.png | Bin .../dry_magmatic_sponge/icon.png | Bin .../dry_magmatic_sponge/index.html | 0 .../dry_plain_sponge/icon.png | Bin .../dry_plain_sponge/index.html | 0 .../thermal_expansion/electrum_blend/icon.png | Bin .../electrum_blend/index.html | 0 .../thermal_expansion/electrum_block/icon.png | Bin .../electrum_block/index.html | 0 .../thermal_expansion/electrum_gear/icon.png | Bin .../electrum_gear/index.html | 0 .../thermal_expansion/electrum_ingot/icon.png | Bin .../electrum_ingot/index.html | 0 .../electrum_nugget/icon.png | Bin .../electrum_nugget/index.html | 0 .../thermal_expansion/enderium_blend/icon.png | Bin .../enderium_blend/index.html | 0 .../thermal_expansion/enderium_block/icon.png | Bin .../enderium_block/index.html | 0 .../thermal_expansion/enderium_gear/icon.png | Bin .../enderium_gear/index.html | 0 .../thermal_expansion/enderium_ingot/icon.png | Bin .../enderium_ingot/index.html | 0 .../enderium_nugget/icon.png | Bin .../enderium_nugget/index.html | 0 .../energetic_infuser/icon.png | Bin .../energetic_infuser/index.html | 0 .../energetic_infuser_hardened/icon.png | Bin .../energetic_infuser_hardened/index.html | 0 .../energetic_infuser_reinforced/icon.png | Bin .../energetic_infuser_reinforced/index.html | 0 .../energetic_infuser_resonant/icon.png | Bin .../energetic_infuser_resonant/index.html | 0 .../energized_glowstone_bucket/icon.png | Bin .../energized_glowstone_bucket/index.html | 0 .../enervation_dynamo/icon.png | Bin .../enervation_dynamo/index.html | 0 .../thermal_expansion/ferrous_block/icon.png | Bin .../ferrous_block/index.html | 0 .../thermal_expansion/ferrous_gear/icon.png | Bin .../thermal_expansion/ferrous_gear/index.html | 0 .../thermal_expansion/ferrous_ingot/icon.png | Bin .../ferrous_ingot/index.html | 0 .../thermal_expansion/ferrous_nugget/icon.png | Bin .../ferrous_nugget/index.html | 0 .../thermal_expansion/ferrous_ore/icon.png | Bin .../thermal_expansion/ferrous_ore/index.html | 0 .../fluid_transposer/icon.png | Bin .../fluid_transposer/index.html | 0 .../fluid_transposer_hardened/icon.png | Bin .../fluid_transposer_hardened/index.html | 0 .../fluid_transposer_reinforced/icon.png | Bin .../fluid_transposer_reinforced/index.html | 0 .../fluid_transposer_resonant/icon.png | Bin .../fluid_transposer_resonant/index.html | 0 .../thermal_expansion/flux_igniter/icon.png | Bin .../thermal_expansion/flux_igniter/index.html | 0 .../gelid_cryotheum_bucket/icon.png | Bin .../gelid_cryotheum_bucket/index.html | 0 .../glacial_precipitator/icon.png | Bin .../glacial_precipitator/index.html | 0 .../glacial_precipitator_hardened/icon.png | Bin .../glacial_precipitator_hardened/index.html | 0 .../glacial_precipitator_reinforced/icon.png | Bin .../index.html | 0 .../glacial_precipitator_resonant/icon.png | Bin .../glacial_precipitator_resonant/index.html | 0 .../glowstone_illuminator/icon.png | Bin .../glowstone_illuminator/index.html | 0 .../thermal_expansion/gold_gear/icon.png | Bin .../thermal_expansion/gold_gear/index.html | 0 .../thermal_expansion/gray_rockwool/icon.png | Bin .../gray_rockwool/index.html | 0 .../thermal_expansion/green_rockwool/icon.png | Bin .../green_rockwool/index.html | 0 .../thermal_expansion/hardened_cache/icon.png | Bin .../hardened_cache/index.html | 0 .../hardened_energy_cell/icon.png | Bin .../hardened_energy_cell/index.html | 0 .../hardened_flux_capacitor/icon.png | Bin .../hardened_flux_capacitor/index.html | 0 .../thermal_expansion/hardened_glass/icon.png | Bin .../hardened_glass/index.html | 0 .../hardened_portable_tank/icon.png | Bin .../hardened_portable_tank/index.html | 0 .../hardened_satchel/icon.png | Bin .../hardened_satchel/index.html | 0 .../hardened_strongbox/icon.png | Bin .../hardened_strongbox/index.html | 0 .../browse/thermal_expansion/icon.png | Bin .../igneous_extruder/icon.png | Bin .../igneous_extruder/index.html | 0 .../igneous_extruder_hardened/icon.png | Bin .../igneous_extruder_hardened/index.html | 0 .../igneous_extruder_reinforced/icon.png | Bin .../igneous_extruder_reinforced/index.html | 0 .../igneous_extruder_resonant/icon.png | Bin .../igneous_extruder_resonant/index.html | 0 .../illuminator_frame/icon.png | Bin .../illuminator_frame/index.html | 0 .../images/1000mb_blazing_pyrotheum.png | Bin 0 -> 673 bytes .../images/1000mb_destabilized_redstone.png | Bin 0 -> 333 bytes .../images/1000mb_energized_glowstone.png | Bin 0 -> 611 bytes .../images/1000mb_gelid_cryotheum.png | Bin 0 -> 331 bytes .../images/1000mb_liquifacted_coal.png | Bin 0 -> 385 bytes .../images/1000mb_primal_mana.png | Bin 0 -> 342 bytes .../images/1000mb_resonant_ender.png | Bin .../images/500mb_blazing_pyrotheum.png | Bin 0 -> 673 bytes .../images/500mb_destabilized_redstone.png | Bin 0 -> 333 bytes .../images/500mb_gelid_cryotheum.png | Bin 0 -> 331 bytes .../images/500mb_liquifacted_coal.png | Bin 0 -> 385 bytes .../images/aqueous_accumulator.png | Bin 0 -> 2434 bytes .../images/aqueous_accumulator_hardened.png | Bin 0 -> 2434 bytes .../images/aqueous_accumulator_reinforced.png | Bin 0 -> 2434 bytes .../images/aqueous_accumulator_resonant.png | Bin 0 -> 2434 bytes .../augment_cryocoil_flux_amplifier.png | Bin 0 -> 730 bytes .../images/augment_cryocoil_regulator.png | Bin 0 -> 742 bytes .../augment_flux_linkage_optimization.png | Bin 0 -> 747 bytes .../augment_flux_modulation_booster.png | Bin 0 -> 743 bytes .../images/augment_gyroservo_feedback.png | Bin 0 -> 754 bytes .../augment_integrated_modular_framework.png | Bin 0 -> 720 bytes .../augment_integrated_redstone_circuit.png | Bin 0 -> 643 bytes .../augment_integrated_servo_mechanism.png | Bin 0 -> 835 bytes .../augment_overclocked_modular_gearbox.png | Bin 0 -> 716 bytes .../images/augment_secondary_gearbox.png | Bin 0 -> 771 bytes .../augment_secondary_reception_coil.png | Bin 0 -> 739 bytes .../images/augment_secondary_sieve.png | Bin 0 -> 736 bytes .../augment_secondary_transmission_coil.png | Bin 0 -> 744 bytes .../augment_space_time_flux_unifier.png | Bin 0 -> 723 bytes .../images/augment_stabilized_frame.png | Bin 0 -> 732 bytes .../augment_transmission_coil_ducting.png | Bin 0 -> 749 bytes .../images/autonomous_activator.png | Bin 0 -> 1682 bytes .../thermal_expansion/images/basic_cache.png | Bin 0 -> 2719 bytes .../images/black_rockwool.png | Bin 0 -> 1635 bytes .../images/blazing_pyrotheum_bucket.png | Bin 0 -> 448 bytes .../thermal_expansion/images/blizz_powder.png | Bin 0 -> 462 bytes .../thermal_expansion/images/blizz_rod.png | Bin 0 -> 274 bytes .../images/blue_rockwool.png | Bin 0 -> 2115 bytes .../images/brown_rockwool.png | Bin 0 -> 1756 bytes .../thermal_expansion/images/cinnabar.png | Bin 0 -> 543 bytes .../images/compressed_sawdust.png | Bin 0 -> 287 bytes .../images/compression_dynamo.png | Bin 0 -> 1233 bytes .../thermal_expansion/images/copper_block.png | Bin 0 -> 3215 bytes .../thermal_expansion/images/copper_gear.png | Bin 0 -> 746 bytes .../thermal_expansion/images/copper_ingot.png | Bin 0 -> 611 bytes .../images/copper_nugget.png | Bin 0 -> 272 bytes .../thermal_expansion/images/copper_ore.png | Bin 0 -> 2200 bytes .../images/crescent_hammer.png | Bin 0 -> 261 bytes .../images/cryotheum_dust.png | Bin 0 -> 705 bytes .../images/cyan_rockwool.png | Bin 0 -> 2062 bytes .../images/cyclic_assembler.png | Bin 0 -> 2339 bytes .../images/cyclic_assembler_hardened.png | Bin 0 -> 2339 bytes .../images/cyclic_assembler_reinforced.png | Bin 0 -> 2339 bytes .../images/cyclic_assembler_resonant.png | Bin 0 -> 2339 bytes .../images/destabilized_redstone_bucket.png | Bin 0 -> 286 bytes .../images/dimmed_glowstone_illuminator.png | Bin 0 -> 2052 bytes .../images/dimmed_lumium_lamp.png | Bin .../images/dimmed_radiant_lumium_lamp.png | Bin .../images/dry_creative_sponge.png | Bin 0 -> 2165 bytes .../images/dry_magmatic_sponge.png | Bin 0 -> 2135 bytes .../images/dry_plain_sponge.png | Bin 0 -> 2148 bytes .../images/electrum_blend.png | Bin 0 -> 403 bytes .../images/electrum_block.png | Bin 0 -> 3081 bytes .../images/electrum_gear.png | Bin 0 -> 854 bytes .../images/electrum_ingot.png | Bin 0 -> 523 bytes .../images/electrum_nugget.png | Bin 0 -> 289 bytes .../images/enderium_blend.png | Bin 0 -> 395 bytes .../images/enderium_block.png | Bin 0 -> 2747 bytes .../images/enderium_gear.png | Bin 0 -> 695 bytes .../images/enderium_ingot.png | Bin 0 -> 553 bytes .../images/enderium_nugget.png | Bin 0 -> 268 bytes .../images/energetic_infuser.png | Bin 0 -> 2254 bytes .../images/energetic_infuser_hardened.png | Bin 0 -> 2254 bytes .../images/energetic_infuser_reinforced.png | Bin 0 -> 2254 bytes .../images/energetic_infuser_resonant.png | Bin 0 -> 2254 bytes .../images/energized_glowstone_bucket.png | Bin 0 -> 329 bytes .../images/enervation_dynamo.png | Bin 0 -> 1219 bytes .../images/ferrous_block.png | Bin 0 -> 3017 bytes .../thermal_expansion/images/ferrous_gear.png | Bin 0 -> 832 bytes .../images/ferrous_ingot.png | Bin 0 -> 584 bytes .../images/ferrous_nugget.png | Bin 0 -> 273 bytes .../thermal_expansion/images/ferrous_ore.png | Bin 0 -> 2193 bytes .../images/fluid_transposer.png | Bin 0 -> 2518 bytes .../images/fluid_transposer_hardened.png | Bin 0 -> 2518 bytes .../images/fluid_transposer_reinforced.png | Bin 0 -> 2518 bytes .../images/fluid_transposer_resonant.png | Bin 0 -> 2518 bytes .../thermal_expansion/images/flux_igniter.png | Bin 0 -> 231 bytes .../images/gelid_cryotheum_bucket.png | Bin 0 -> 297 bytes .../images/glacial_precipitator.png | Bin 0 -> 2107 bytes .../images/glacial_precipitator_hardened.png | Bin 0 -> 2107 bytes .../glacial_precipitator_reinforced.png | Bin 0 -> 2107 bytes .../images/glacial_precipitator_resonant.png | Bin 0 -> 2107 bytes .../images/glowstone_illuminator.png | Bin 0 -> 2052 bytes .../thermal_expansion/images/gold_gear.png | Bin 0 -> 850 bytes .../images/gray_rockwool.png | Bin 0 -> 1480 bytes .../images/green_rockwool.png | Bin 0 -> 1765 bytes .../images/hardened_cache.png | Bin 0 -> 2100 bytes .../images/hardened_energy_cell.png | Bin 0 -> 1909 bytes .../images/hardened_flux_capacitor.png | Bin 0 -> 435 bytes .../images/hardened_glass.png | Bin 0 -> 548 bytes .../images/hardened_portable_tank.png | Bin 0 -> 1472 bytes .../images/hardened_satchel.png | Bin 0 -> 575 bytes .../images/hardened_strongbox.png | Bin 0 -> 1709 bytes .../images/igneous_extruder.png | Bin 0 -> 2423 bytes .../images/igneous_extruder_hardened.png | Bin 0 -> 2423 bytes .../images/igneous_extruder_reinforced.png | Bin 0 -> 2423 bytes .../images/igneous_extruder_resonant.png | Bin 0 -> 2423 bytes .../images/illuminator_frame.png | Bin 0 -> 940 bytes .../images/impluse_plate.png | Bin .../images/induction_smelter.png | Bin .../images/induction_smelter_hardened.png | Bin .../images/induction_smelter_reinforced.png | Bin .../images/induction_smelter_resonant.png | Bin .../thermal_expansion}/images/invar_axe.png | Bin .../images/invar_battlewrench.png | Bin .../thermal_expansion}/images/invar_blend.png | Bin .../thermal_expansion}/images/invar_block.png | Bin .../thermal_expansion}/images/invar_boots.png | Bin .../images/invar_chestplate.png | Bin .../thermal_expansion}/images/invar_gear.png | Bin .../images/invar_helmet.png | Bin .../thermal_expansion}/images/invar_hoe.png | Bin .../thermal_expansion}/images/invar_ingot.png | Bin .../images/invar_leggings.png | Bin .../images/invar_nugget.png | Bin .../images/invar_pickaxe.png | Bin .../images/invar_reinforced_bow.png | Bin .../images/invar_reinforced_fishing_rod.png | Bin .../images/invar_shears.png | Bin .../images/invar_shovel.png | Bin .../images/invar_sickle.png | Bin .../thermal_expansion}/images/invar_sword.png | Bin .../thermal_expansion}/images/iron_gear.png | Bin .../thermal_expansion}/images/iron_nugget.png | Bin .../thermal_expansion}/images/lead_block.png | Bin .../thermal_expansion}/images/lead_gear.png | Bin .../thermal_expansion}/images/lead_ingot.png | Bin .../thermal_expansion}/images/lead_nugget.png | Bin .../thermal_expansion}/images/lead_ore.png | Bin .../images/leadstone_energy_cell.png | Bin .../images/leadstone_energy_cell_frame.png | Bin .../images/leadstone_flux_capacitor.png | Bin .../images/light_blue_rockwool.png | Bin .../images/light_gray_rockwool.png | Bin .../images/lime_rockwool.png | Bin .../images/liquifacted_coal_bucket.png | Bin .../images/lumium_blend.png | Bin .../images/lumium_block.png | Bin .../thermal_expansion}/images/lumium_gear.png | Bin .../images/lumium_ingot.png | Bin .../thermal_expansion/images/lumium_lamp.png | Bin 0 -> 478 bytes .../images/lumium_nugget.png | Bin .../images/machine_frame.png | Bin .../images/machine_frame_hardened.png | Bin .../images/machine_frame_reinforced.png | Bin .../images/machine_frame_resonant.png | Bin .../images/machinist_s_workbench.png | Bin .../images/magenta_rockwool.png | Bin .../images/magma_crucible.png | Bin .../images/magma_crucible_hardened.png | Bin .../images/magma_crucible_reinforced.png | Bin .../images/magma_crucible_resonant.png | Bin .../images/magmatic_dynamo.png | Bin .../thermal_expansion}/images/mana_dust.png | Bin .../images/mana_infused_block.png | Bin .../images/mana_infused_gear.png | Bin .../images/mana_infused_ingot.png | Bin .../images/mana_infused_nugget.png | Bin .../images/mana_infused_ore.png | Bin .../thermal_expansion}/images/multimeter.png | Bin .../thermal_expansion}/images/niter.png | Bin .../thermal_expansion}/images/nullifier.png | Bin .../images/orange_rockwool.png | Bin .../images/pink_rockwool.png | Bin .../thermal_expansion}/images/plate.png | Bin .../images/pneumatic_servo.png | Bin .../images/portable_tank.png | Bin .../images/primal_mana_bucket.png | Bin .../images/pulverized_charcoal.png | Bin .../images/pulverized_coal.png | Bin .../images/pulverized_copper.png | Bin .../images/pulverized_ferrous_metal.png | Bin .../images/pulverized_gold.png | Bin .../images/pulverized_iron.png | Bin .../images/pulverized_lead.png | Bin .../images/pulverized_mana_infused_metal.png | Bin .../images/pulverized_obsidian.png | Bin .../images/pulverized_shiny_metal.png | Bin .../images/pulverized_silver.png | Bin .../images/pulverized_tin.png | Bin .../thermal_expansion}/images/pulverizer.png | Bin .../images/pulverizer_hardened.png | Bin .../images/pulverizer_reinforced.png | Bin .../images/pulverizer_resonant.png | Bin .../images/purple_rockwool.png | Bin .../images/pyrotheum_dust.png | Bin .../images/radiant_lumium_lamp.png | Bin 0 -> 478 bytes .../images/reactant_dynamo.png | Bin .../images/red_rockwool.png | Bin .../thermal_expansion}/images/redprint.png | Bin .../images/redstone_conductance_coil.png | Bin .../images/redstone_energy_cell.png | Bin .../redstone_energy_cell_frame_empty.png | Bin .../redstone_energy_cell_frame_full.png | Bin .../images/redstone_flux_capacitor.png | Bin .../images/redstone_furnace.png | Bin .../images/redstone_furnace_hardened.png | Bin .../images/redstone_furnace_reinforced.png | Bin .../images/redstone_furnace_resonant.png | Bin .../images/redstone_plate.png | Bin .../images/redstone_reception_coil.png | Bin .../images/redstone_transmission_coil.png | Bin .../images/reinforced_cache.png | Bin .../images/reinforced_portable_tank.png | Bin .../images/reinforced_satchel.png | Bin .../images/reinforced_strongbox.png | Bin .../images/resonant_cache.png | Bin .../images/resonant_ender.png | Bin 0 -> 344 bytes .../images/resonant_ender_bucket.png | Bin .../images/resonant_energy_cell.png | Bin .../images/resonant_flux_capacitor.png | Bin .../images/resonant_portable_tank.png | Bin .../images/resonant_satchel.png | Bin .../images/resonant_strongbox.png | Bin .../thermal_expansion}/images/rich_slag.png | Bin .../thermal_expansion}/images/satchel.png | Bin .../thermal_expansion}/images/sawdust.png | Bin .../thermal_expansion}/images/sawmill.png | Bin .../images/sawmill_hardened.png | Bin .../images/sawmill_reinforced.png | Bin .../images/sawmill_resonant.png | Bin .../thermal_expansion}/images/schematic.png | Bin .../thermal_expansion}/images/shiny_block.png | Bin .../thermal_expansion}/images/shiny_gear.png | Bin .../thermal_expansion}/images/shiny_ingot.png | Bin .../images/shiny_nugget.png | Bin .../thermal_expansion}/images/shiny_ore.png | Bin .../images/signalum_blend.png | Bin .../images/signalum_block.png | Bin .../images/signalum_gear.png | Bin .../images/signalum_ingot.png | Bin .../images/signalum_nugget.png | Bin .../images/signalum_security_lock.png | Bin .../images/silver_block.png | Bin .../thermal_expansion}/images/silver_gear.png | Bin .../images/silver_ingot.png | Bin .../images/silver_nugget.png | Bin .../thermal_expansion}/images/silver_ore.png | Bin .../browse/thermal_expansion}/images/slag.png | Bin .../thermal_expansion}/images/steam.png | Bin .../images/steam_dynamo.png | Bin .../thermal_expansion}/images/strongbox.png | Bin .../thermal_expansion}/images/sulfur.png | Bin .../images/terrain_smasher.png | Bin .../thermal_expansion}/images/tesseract.png | Bin .../images/tesseract_frame_empty.png | Bin .../images/tesseract_frame_full.png | Bin .../thermal_expansion}/images/tin_block.png | Bin .../thermal_expansion}/images/tin_gear.png | Bin .../thermal_expansion}/images/tin_ingot.png | Bin .../thermal_expansion}/images/tin_nugget.png | Bin .../thermal_expansion}/images/tin_ore.png | Bin .../images/tinker_s_alloy_blend.png | Bin .../images/tinker_s_alloy_block.png | Bin .../images/tinker_s_alloy_gear.png | Bin .../images/tinker_s_alloy_ingot.png | Bin .../images/tinker_s_alloy_nugget.png | Bin .../images/translocation_plate.png | Bin .../images/tuberous_flux_capacitor.png | Bin .../images/white_rockwool.png | Bin .../images/yellow_rockwool.png | Bin .../thermal_expansion/impluse_plate/icon.png | Bin 0 -> 844 bytes .../impluse_plate/index.html | 0 .../browse/thermal_expansion/index.html | 0 .../induction_smelter/icon.png | Bin 0 -> 2281 bytes .../induction_smelter/index.html | 0 .../induction_smelter_hardened/icon.png | Bin 0 -> 2281 bytes .../induction_smelter_hardened/index.html | 0 .../induction_smelter_reinforced/icon.png | Bin 0 -> 2281 bytes .../induction_smelter_reinforced/index.html | 0 .../induction_smelter_resonant/icon.png | Bin 0 -> 2281 bytes .../induction_smelter_resonant/index.html | 0 .../thermal_expansion/invar_axe/icon.png | Bin 0 -> 293 bytes .../thermal_expansion/invar_axe/index.html | 0 .../invar_battlewrench/icon.png | Bin 0 -> 391 bytes .../invar_battlewrench/index.html | 0 .../thermal_expansion/invar_blend/icon.png | Bin 0 -> 408 bytes .../thermal_expansion/invar_blend/index.html | 0 .../thermal_expansion/invar_block/icon.png | Bin 0 -> 2836 bytes .../thermal_expansion/invar_block/index.html | 0 .../thermal_expansion/invar_boots/icon.png | Bin 0 -> 367 bytes .../thermal_expansion/invar_boots/index.html | 0 .../invar_chestplate/icon.png | Bin 0 -> 446 bytes .../invar_chestplate/index.html | 0 .../thermal_expansion/invar_gear/icon.png | Bin 0 -> 831 bytes .../thermal_expansion/invar_gear/index.html | 0 .../thermal_expansion/invar_helmet/icon.png | Bin 0 -> 332 bytes .../thermal_expansion/invar_helmet/index.html | 0 .../thermal_expansion/invar_hoe/icon.png | Bin 0 -> 244 bytes .../thermal_expansion/invar_hoe/index.html | 0 .../thermal_expansion/invar_ingot/icon.png | Bin 0 -> 640 bytes .../thermal_expansion/invar_ingot/index.html | 0 .../thermal_expansion/invar_leggings/icon.png | Bin 0 -> 380 bytes .../invar_leggings/index.html | 0 .../thermal_expansion/invar_nugget/icon.png | Bin 0 -> 273 bytes .../thermal_expansion/invar_nugget/index.html | 0 .../thermal_expansion/invar_pickaxe/icon.png | Bin 0 -> 347 bytes .../invar_pickaxe/index.html | 0 .../invar_reinforced_bow/icon.png | Bin 0 -> 257 bytes .../invar_reinforced_bow/index.html | 0 .../invar_reinforced_fishing_rod/icon.png | Bin 0 -> 274 bytes .../invar_reinforced_fishing_rod/index.html | 0 .../thermal_expansion/invar_shears/icon.png | Bin 0 -> 358 bytes .../thermal_expansion/invar_shears/index.html | 0 .../thermal_expansion/invar_shovel/icon.png | Bin 0 -> 294 bytes .../thermal_expansion/invar_shovel/index.html | 0 .../thermal_expansion/invar_sickle/icon.png | Bin 0 -> 422 bytes .../thermal_expansion/invar_sickle/index.html | 0 .../thermal_expansion/invar_sword/icon.png | Bin 0 -> 390 bytes .../thermal_expansion/invar_sword/index.html | 0 .../thermal_expansion/iron_gear/icon.png | Bin 0 -> 789 bytes .../thermal_expansion/iron_gear/index.html | 0 .../thermal_expansion/iron_nugget/icon.png | Bin 0 -> 230 bytes .../thermal_expansion/iron_nugget/index.html | 0 .../thermal_expansion/lead_block/icon.png | Bin 0 -> 2825 bytes .../thermal_expansion/lead_block/index.html | 0 .../thermal_expansion/lead_gear/icon.png | Bin 0 -> 846 bytes .../thermal_expansion/lead_gear/index.html | 0 .../thermal_expansion/lead_ingot/icon.png | Bin 0 -> 579 bytes .../thermal_expansion/lead_ingot/index.html | 0 .../thermal_expansion/lead_nugget/icon.png | Bin 0 -> 271 bytes .../thermal_expansion/lead_nugget/index.html | 0 .../thermal_expansion/lead_ore/icon.png | Bin 0 -> 1712 bytes .../thermal_expansion/lead_ore/index.html | 0 .../leadstone_energy_cell/icon.png | Bin 0 -> 2092 bytes .../leadstone_energy_cell/index.html | 0 .../leadstone_energy_cell_frame/icon.png | Bin 0 -> 2234 bytes .../leadstone_energy_cell_frame/index.html | 0 .../leadstone_flux_capacitor/icon.png | Bin 0 -> 432 bytes .../leadstone_flux_capacitor/index.html | 0 .../light_blue_rockwool/icon.png | Bin 0 -> 2082 bytes .../light_blue_rockwool/index.html | 0 .../light_gray_rockwool/icon.png | Bin 0 -> 2077 bytes .../light_gray_rockwool/index.html | 0 .../thermal_expansion/lime_rockwool/icon.png | Bin 0 -> 2098 bytes .../lime_rockwool/index.html | 0 .../liquifacted_coal_bucket/icon.png | Bin 0 -> 291 bytes .../liquifacted_coal_bucket/index.html | 0 .../thermal_expansion/lumium_blend/icon.png | Bin 0 -> 406 bytes .../thermal_expansion/lumium_blend/index.html | 0 .../thermal_expansion/lumium_block/icon.png | Bin 0 -> 2634 bytes .../thermal_expansion/lumium_block/index.html | 0 .../thermal_expansion/lumium_gear/icon.png | Bin 0 -> 812 bytes .../thermal_expansion/lumium_gear/index.html | 0 .../thermal_expansion/lumium_ingot/icon.png | Bin 0 -> 615 bytes .../thermal_expansion/lumium_ingot/index.html | 0 .../thermal_expansion/lumium_lamp/icon.png | Bin 0 -> 478 bytes .../thermal_expansion/lumium_lamp/index.html | 0 .../thermal_expansion/lumium_nugget/icon.png | Bin 0 -> 267 bytes .../lumium_nugget/index.html | 0 .../thermal_expansion/machine_frame/icon.png | Bin 0 -> 2314 bytes .../machine_frame/index.html | 0 .../machine_frame_hardened/icon.png | Bin 0 -> 2323 bytes .../machine_frame_hardened/index.html | 0 .../machine_frame_reinforced/icon.png | Bin 0 -> 2349 bytes .../machine_frame_reinforced/index.html | 0 .../machine_frame_resonant/icon.png | Bin 0 -> 2284 bytes .../machine_frame_resonant/index.html | 0 .../machinist_s_workbench/icon.png | Bin 0 -> 2589 bytes .../machinist_s_workbench/index.html | 0 .../magenta_rockwool/icon.png | Bin 0 -> 2139 bytes .../magenta_rockwool/index.html | 0 .../thermal_expansion/magma_crucible/icon.png | Bin 0 -> 2307 bytes .../magma_crucible/index.html | 0 .../magma_crucible_hardened/icon.png | Bin 0 -> 2307 bytes .../magma_crucible_hardened/index.html | 0 .../magma_crucible_reinforced/icon.png | Bin 0 -> 2307 bytes .../magma_crucible_reinforced/index.html | 0 .../magma_crucible_resonant/icon.png | Bin 0 -> 2307 bytes .../magma_crucible_resonant/index.html | 0 .../magmatic_dynamo/icon.png | Bin 0 -> 1211 bytes .../magmatic_dynamo/index.html | 0 .../thermal_expansion/mana_dust/icon.png | Bin 0 -> 650 bytes .../thermal_expansion/mana_dust/index.html | 0 .../mana_infused_block/icon.png | Bin 0 -> 3178 bytes .../mana_infused_block/index.html | 0 .../mana_infused_gear/icon.png | Bin 0 -> 871 bytes .../mana_infused_gear/index.html | 0 .../mana_infused_ingot/icon.png | Bin 0 -> 652 bytes .../mana_infused_ingot/index.html | 0 .../mana_infused_nugget/icon.png | Bin 0 -> 295 bytes .../mana_infused_nugget/index.html | 0 .../mana_infused_ore/icon.png | Bin 0 -> 1770 bytes .../mana_infused_ore/index.html | 0 .../thermal_expansion/multimeter/icon.png | Bin 0 -> 358 bytes .../thermal_expansion/multimeter/index.html | 0 .../browse/thermal_expansion/niter/icon.png | Bin 0 -> 325 bytes .../browse/thermal_expansion/niter/index.html | 0 .../thermal_expansion/nullifier/icon.png | Bin 0 -> 1978 bytes .../thermal_expansion/nullifier/index.html | 0 .../orange_rockwool/icon.png | Bin 0 -> 1956 bytes .../orange_rockwool/index.html | 0 .../thermal_expansion/pink_rockwool/icon.png | Bin 0 -> 2179 bytes .../pink_rockwool/index.html | 0 .../browse/thermal_expansion/plate/icon.png | Bin 0 -> 858 bytes .../browse/thermal_expansion/plate/index.html | 0 .../pneumatic_servo/icon.png | Bin 0 -> 417 bytes .../pneumatic_servo/index.html | 0 .../thermal_expansion/portable_tank/icon.png | Bin 0 -> 1522 bytes .../portable_tank/index.html | 0 .../primal_mana_bucket/icon.png | Bin 0 -> 309 bytes .../primal_mana_bucket/index.html | 0 .../pulverized_charcoal/icon.png | Bin 0 -> 355 bytes .../pulverized_charcoal/index.html | 0 .../pulverized_coal/icon.png | Bin 0 -> 348 bytes .../pulverized_coal/index.html | 0 .../pulverized_copper/icon.png | Bin 0 -> 365 bytes .../pulverized_copper/index.html | 0 .../pulverized_ferrous_metal/icon.png | Bin 0 -> 446 bytes .../pulverized_ferrous_metal/index.html | 0 .../pulverized_gold/icon.png | Bin 0 -> 376 bytes .../pulverized_gold/index.html | 0 .../pulverized_iron/icon.png | Bin 0 -> 452 bytes .../pulverized_iron/index.html | 0 .../pulverized_lead/icon.png | Bin 0 -> 428 bytes .../pulverized_lead/index.html | 0 .../pulverized_mana_infused_metal/icon.png | Bin 0 -> 450 bytes .../pulverized_mana_infused_metal/index.html | 0 .../pulverized_obsidian/icon.png | Bin 0 -> 428 bytes .../pulverized_obsidian/index.html | 0 .../pulverized_shiny_metal/icon.png | Bin 0 -> 434 bytes .../pulverized_shiny_metal/index.html | 0 .../pulverized_silver/icon.png | Bin 0 -> 439 bytes .../pulverized_silver/index.html | 0 .../thermal_expansion/pulverized_tin/icon.png | Bin 0 -> 405 bytes .../pulverized_tin/index.html | 0 .../thermal_expansion/pulverizer/icon.png | Bin 0 -> 2450 bytes .../thermal_expansion/pulverizer/index.html | 0 .../pulverizer_hardened/icon.png | Bin 0 -> 2450 bytes .../pulverizer_hardened/index.html | 0 .../pulverizer_reinforced/icon.png | Bin 0 -> 2450 bytes .../pulverizer_reinforced/index.html | 0 .../pulverizer_resonant/icon.png | Bin 0 -> 2450 bytes .../pulverizer_resonant/index.html | 0 .../purple_rockwool/icon.png | Bin 0 -> 2098 bytes .../purple_rockwool/index.html | 0 .../thermal_expansion/pyrotheum_dust/icon.png | Bin 0 -> 664 bytes .../pyrotheum_dust/index.html | 0 .../radiant_lumium_lamp/icon.png | Bin 0 -> 478 bytes .../radiant_lumium_lamp/index.html | 0 .../reactant_dynamo/icon.png | Bin 0 -> 1236 bytes .../reactant_dynamo/index.html | 0 .../thermal_expansion/red_rockwool/icon.png | Bin 0 -> 2037 bytes .../thermal_expansion/red_rockwool/index.html | 0 .../thermal_expansion/redprint/icon.png | Bin 0 -> 516 bytes .../thermal_expansion/redprint/index.html | 0 .../redstone_conductance_coil/icon.png | Bin 0 -> 476 bytes .../redstone_conductance_coil/index.html | 0 .../redstone_energy_cell/icon.png | Bin 0 -> 2114 bytes .../redstone_energy_cell/index.html | 0 .../redstone_energy_cell_frame_empty/icon.png | Bin 0 -> 2038 bytes .../index.html | 0 .../redstone_energy_cell_frame_full/icon.png | Bin 0 -> 2262 bytes .../index.html | 0 .../redstone_flux_capacitor/icon.png | Bin 0 -> 439 bytes .../redstone_flux_capacitor/index.html | 0 .../redstone_furnace/icon.png | Bin 0 -> 2313 bytes .../redstone_furnace/index.html | 0 .../redstone_furnace_hardened/icon.png | Bin 0 -> 2313 bytes .../redstone_furnace_hardened/index.html | 0 .../redstone_furnace_reinforced/icon.png | Bin 0 -> 2313 bytes .../redstone_furnace_reinforced/index.html | 0 .../redstone_furnace_resonant/icon.png | Bin 0 -> 2313 bytes .../redstone_furnace_resonant/index.html | 0 .../thermal_expansion/redstone_plate/icon.png | Bin 0 -> 819 bytes .../redstone_plate/index.html | 0 .../redstone_reception_coil/icon.png | Bin 0 -> 501 bytes .../redstone_reception_coil/index.html | 0 .../redstone_transmission_coil/icon.png | Bin 0 -> 486 bytes .../redstone_transmission_coil/index.html | 0 .../reinforced_cache/icon.png | Bin 0 -> 2649 bytes .../reinforced_cache/index.html | 0 .../reinforced_portable_tank/icon.png | Bin 0 -> 1492 bytes .../reinforced_portable_tank/index.html | 0 .../reinforced_satchel/icon.png | Bin 0 -> 667 bytes .../reinforced_satchel/index.html | 0 .../reinforced_strongbox/icon.png | Bin 0 -> 2012 bytes .../reinforced_strongbox/index.html | 0 .../thermal_expansion/resonant_cache/icon.png | Bin 0 -> 2493 bytes .../resonant_cache/index.html | 0 .../thermal_expansion/resonant_ender/icon.png | Bin 0 -> 344 bytes .../resonant_ender/index.html | 0 .../resonant_ender_bucket/icon.png | Bin 0 -> 300 bytes .../resonant_ender_bucket/index.html | 0 .../resonant_energy_cell/icon.png | Bin 0 -> 2258 bytes .../resonant_energy_cell/index.html | 0 .../resonant_flux_capacitor/icon.png | Bin 0 -> 425 bytes .../resonant_flux_capacitor/index.html | 0 .../resonant_portable_tank/icon.png | Bin 0 -> 1504 bytes .../resonant_portable_tank/index.html | 0 .../resonant_satchel/icon.png | Bin 0 -> 638 bytes .../resonant_satchel/index.html | 0 .../resonant_strongbox/icon.png | Bin 0 -> 1866 bytes .../resonant_strongbox/index.html | 0 .../thermal_expansion/rich_slag/icon.png | Bin 0 -> 437 bytes .../thermal_expansion/rich_slag/index.html | 0 .../browse/thermal_expansion/satchel/icon.png | Bin 0 -> 705 bytes .../thermal_expansion/satchel/index.html | 0 .../browse/thermal_expansion/sawdust/icon.png | Bin 0 -> 365 bytes .../thermal_expansion/sawdust/index.html | 0 .../browse/thermal_expansion/sawmill/icon.png | Bin 0 -> 2445 bytes .../thermal_expansion/sawmill/index.html | 0 .../sawmill_hardened/icon.png | Bin 0 -> 2445 bytes .../sawmill_hardened/index.html | 0 .../sawmill_reinforced/icon.png | Bin 0 -> 2445 bytes .../sawmill_reinforced/index.html | 0 .../sawmill_resonant/icon.png | Bin 0 -> 2445 bytes .../sawmill_resonant/index.html | 0 .../thermal_expansion/schematic/icon.png | Bin 0 -> 527 bytes .../thermal_expansion/schematic/index.html | 0 .../thermal_expansion/shiny_block/icon.png | Bin 0 -> 3148 bytes .../thermal_expansion/shiny_block/index.html | 0 .../thermal_expansion/shiny_gear/icon.png | Bin 0 -> 864 bytes .../thermal_expansion/shiny_gear/index.html | 0 .../thermal_expansion/shiny_ingot/icon.png | Bin 0 -> 413 bytes .../thermal_expansion/shiny_ingot/index.html | 0 .../thermal_expansion/shiny_nugget/icon.png | Bin 0 -> 279 bytes .../thermal_expansion/shiny_nugget/index.html | 0 .../thermal_expansion/shiny_ore/icon.png | Bin 0 -> 1768 bytes .../thermal_expansion/shiny_ore/index.html | 0 .../thermal_expansion/signalum_blend/icon.png | Bin 0 -> 362 bytes .../signalum_blend/index.html | 0 .../thermal_expansion/signalum_block/icon.png | Bin 0 -> 3208 bytes .../signalum_block/index.html | 0 .../thermal_expansion/signalum_gear/icon.png | Bin 0 -> 827 bytes .../signalum_gear/index.html | 0 .../thermal_expansion/signalum_ingot/icon.png | Bin 0 -> 596 bytes .../signalum_ingot/index.html | 0 .../signalum_nugget/icon.png | Bin 0 -> 270 bytes .../signalum_nugget/index.html | 0 .../signalum_security_lock/icon.png | Bin 0 -> 435 bytes .../signalum_security_lock/index.html | 0 .../thermal_expansion/silver_block/icon.png | Bin 0 -> 3087 bytes .../thermal_expansion/silver_block/index.html | 0 .../thermal_expansion/silver_gear/icon.png | Bin 0 -> 847 bytes .../thermal_expansion/silver_gear/index.html | 0 .../thermal_expansion/silver_ingot/icon.png | Bin 0 -> 622 bytes .../thermal_expansion/silver_ingot/index.html | 0 .../thermal_expansion/silver_nugget/icon.png | Bin 0 -> 270 bytes .../silver_nugget/index.html | 0 .../thermal_expansion/silver_ore/icon.png | Bin 0 -> 1395 bytes .../thermal_expansion/silver_ore/index.html | 0 static/browse/thermal_expansion/slag/icon.png | Bin 0 -> 432 bytes .../browse/thermal_expansion/slag/index.html | 0 .../browse/thermal_expansion/steam/icon.png | Bin 0 -> 375 bytes .../browse/thermal_expansion/steam/index.html | 0 .../thermal_expansion/steam_dynamo/icon.png | Bin 0 -> 1229 bytes .../thermal_expansion/steam_dynamo/index.html | 0 .../thermal_expansion/strongbox/icon.png | Bin 0 -> 1965 bytes .../thermal_expansion/strongbox/index.html | 0 .../browse/thermal_expansion/sulfur/icon.png | Bin 0 -> 350 bytes .../thermal_expansion/sulfur/index.html | 0 .../terrain_smasher/icon.png | Bin 0 -> 1673 bytes .../terrain_smasher/index.html | 0 .../thermal_expansion/tesseract/icon.png | Bin 0 -> 1593 bytes .../thermal_expansion/tesseract/index.html | 0 .../tesseract_frame_empty/icon.png | Bin 0 -> 1345 bytes .../tesseract_frame_empty/index.html | 0 .../tesseract_frame_full/icon.png | Bin 0 -> 1593 bytes .../tesseract_frame_full/index.html | 0 .../thermal_expansion/tin_block/icon.png | Bin 0 -> 3117 bytes .../thermal_expansion/tin_block/index.html | 0 .../thermal_expansion/tin_gear/icon.png | Bin 0 -> 877 bytes .../thermal_expansion/tin_gear/index.html | 0 .../thermal_expansion/tin_ingot/icon.png | Bin 0 -> 640 bytes .../thermal_expansion/tin_ingot/index.html | 0 .../thermal_expansion/tin_nugget/icon.png | Bin 0 -> 276 bytes .../thermal_expansion/tin_nugget/index.html | 0 .../browse/thermal_expansion/tin_ore/icon.png | Bin 0 -> 1321 bytes .../thermal_expansion/tin_ore/index.html | 0 .../tinker_s_alloy_blend/icon.png | Bin 0 -> 477 bytes .../tinker_s_alloy_blend/index.html | 0 .../tinker_s_alloy_block/icon.png | Bin 0 -> 3158 bytes .../tinker_s_alloy_block/index.html | 0 .../tinker_s_alloy_gear/icon.png | Bin 0 -> 893 bytes .../tinker_s_alloy_gear/index.html | 0 .../tinker_s_alloy_ingot/icon.png | Bin 0 -> 687 bytes .../tinker_s_alloy_ingot/index.html | 0 .../tinker_s_alloy_nugget/icon.png | Bin 0 -> 300 bytes .../tinker_s_alloy_nugget/index.html | 0 .../translocation_plate/icon.png | Bin 0 -> 819 bytes .../translocation_plate/index.html | 0 .../tuberous_flux_capacitor/icon.png | Bin 0 -> 402 bytes .../tuberous_flux_capacitor/index.html | 0 .../thermal_expansion/white_rockwool/icon.png | Bin 0 -> 2105 bytes .../white_rockwool/index.html | 0 .../yellow_rockwool/icon.png | Bin 0 -> 2052 bytes .../yellow_rockwool/index.html | 0 {prerender => static}/configure/index.html | 0 {prerender => static}/craft/index.html | 0 .../data/applied_energistics_2/mod.cg | 0 .../rv1-stable-1/mod-version.cg | 0 .../data/buildcraft/6.2.6/mod-version.cg | 0 {src => static}/data/buildcraft/mod.cg | 0 .../data/enderio/2.2.7.325/mod-version.cg | 0 {src => static}/data/enderio/mod.cg | 0 .../classic-1.7.10-6/mod-version.cg | 0 .../experimental-2.2.663/mod-version.cg | 0 .../data/industrial_craft_2/mod.cg | 0 .../data/minecraft/1.7.10/mod-version.cg | 0 {src => static}/data/minecraft/mod.cg | 0 .../data/railcraft/9.5.0/mod-version.cg | 0 {src => static}/data/railcraft/mod.cg | 0 .../4.0.0B8-23/mod-version.cg | 0 {src => static}/data/thermal_expansion/mod.cg | 0 {src => static}/fonts/press_start.ttf | Bin {src => static}/fonts/silkscreen.ttf | Bin .../google5a5af661c2ad567d.html | 0 .../images/arrow-left-disabled.png | Bin {src => static}/images/arrow-left-hover.png | Bin {src => static}/images/arrow-left.png | Bin .../images/arrow-right-disabled.png | Bin {src => static}/images/arrow-right-hover.png | Bin {src => static}/images/arrow-right.png | Bin {src => static}/images/bedrock.png | Bin {src => static}/images/bookshelf.png | Bin {src => static}/images/boots.png | Bin {src => static}/images/chest_front.png | Bin {src => static}/images/dirt.png | Bin {src => static}/images/empty.png | Bin {src => static}/images/favicon.png | Bin {src => static}/images/fishing_rod.png | Bin {src => static}/images/grass_side.png | Bin {src => static}/images/ice.png | Bin {src => static}/images/paper.png | Bin {src => static}/images/remove-hover.png | Bin {src => static}/images/remove.png | Bin {src => static}/images/stone_brick.png | Bin {src => static}/images/stone_brick_light.png | Bin {src => static}/images/unknown.png | Bin {src => static}/images/wordmark.png | Bin {src => static}/images/workbench_front.png | Bin {src => static}/images/workbench_top.png | Bin {prerender => static}/index.html | 0 {src/pages => static}/robots.txt | 0 {src/pages => static}/sitemap.txt | 0 5053 files changed, 383 insertions(+), 175 deletions(-) rename {src/design => design}/arrow.graffle (100%) rename {src/design => design}/pages.graffle (100%) rename {src/design => design}/remove.graffle (100%) rename {src/marketing => marketing}/forum-posts.txt (100%) delete mode 100755 scripts/serve-prerendered rename src/{scripts => coffee}/constants.coffee (90%) rename src/{scripts => coffee}/controllers/base_controller.coffee (100%) rename src/{scripts => coffee}/controllers/browse_page_controller.coffee (100%) rename src/{scripts => coffee}/controllers/configure_page_controller.coffee (100%) rename src/{scripts => coffee}/controllers/craft_page_controller.coffee (100%) rename src/{scripts => coffee}/controllers/crafting_grid_controller.coffee (100%) rename src/{scripts => coffee}/controllers/crafting_table_controller.coffee (100%) rename src/{scripts => coffee}/controllers/feedback_controller.coffee (100%) rename src/{scripts => coffee}/controllers/full_recipe_controller.coffee (100%) rename src/{scripts => coffee}/controllers/header_controller.coffee (100%) rename src/{scripts => coffee}/controllers/home_page_controller.coffee (100%) rename src/{scripts => coffee}/controllers/image_loader.coffee (100%) rename src/{scripts => coffee}/controllers/inventory_controller.coffee (100%) rename src/{scripts => coffee}/controllers/inventory_table_controller.coffee (100%) rename src/{scripts => coffee}/controllers/item_controller.coffee (100%) rename src/{scripts => coffee}/controllers/item_group_controller.coffee (100%) rename src/{scripts => coffee}/controllers/item_page_controller.coffee (100%) rename src/{scripts => coffee}/controllers/minimal_recipe_controller.coffee (100%) rename src/{scripts => coffee}/controllers/mod_controller.coffee (95%) rename src/{scripts => coffee}/controllers/mod_pack_controller.coffee (100%) rename src/{scripts => coffee}/controllers/mod_page_controller.coffee (98%) rename src/{scripts => coffee}/controllers/mod_selector_controller.coffee (100%) rename src/{scripts => coffee}/controllers/page_controller.coffee (100%) rename src/{scripts => coffee}/controllers/recipe_step_controller.coffee (100%) rename src/{scripts => coffee}/controllers/stack_controller.coffee (100%) rename src/{scripts => coffee}/crafting_guide_router.coffee (100%) rename src/{scripts => coffee}/logger.coffee (100%) rename src/{scripts => coffee}/main.coffee (100%) rename src/{scripts => coffee}/models/base_model.coffee (100%) rename src/{scripts => coffee}/models/craft_page.coffee (100%) rename src/{scripts => coffee}/models/crafting_plan.coffee (100%) rename src/{scripts => coffee}/models/crafting_table.coffee (100%) rename src/{scripts => coffee}/models/email_client.coffee (100%) rename src/{scripts => coffee}/models/inventory.coffee (99%) rename src/{scripts => coffee}/models/item.coffee (95%) rename src/{scripts => coffee}/models/item_page.coffee (100%) rename src/{scripts => coffee}/models/item_slug.coffee (100%) rename src/{scripts => coffee}/models/mod.coffee (100%) rename src/{scripts => coffee}/models/mod_pack.coffee (100%) rename src/{scripts => coffee}/models/mod_parser.coffee (100%) rename src/{scripts => coffee}/models/mod_version.coffee (100%) rename src/{scripts => coffee}/models/mod_version_parser.coffee (100%) rename src/{scripts => coffee}/models/name_finder.coffee (100%) rename src/{scripts => coffee}/models/parser_versions/command_parser_version_base.coffee (74%) create mode 100644 src/coffee/models/parser_versions/item_parser_v1.coffee rename src/{scripts => coffee}/models/parser_versions/mod_parser_v1.coffee (98%) rename src/{scripts => coffee}/models/parser_versions/mod_version_parser_v1.coffee (100%) rename src/{scripts => coffee}/models/recipe.coffee (100%) rename src/{scripts => coffee}/models/recipe_step.coffee (100%) rename src/{scripts => coffee}/models/simple_stack.coffee (100%) rename src/{scripts => coffee}/models/stack.coffee (100%) rename src/{scripts => coffee}/models/storage.coffee (100%) rename src/{scripts => coffee}/models/string_builder.coffee (100%) rename src/{scripts => coffee}/models/versioned_parser_base.coffee (100%) rename src/{scripts => coffee}/polyfill.coffee (100%) rename {test => src/coffee/test}/crafting_plan.test.coffee (92%) rename {test => src/coffee/test}/event_recorder.coffee (100%) rename {test => src/coffee/test}/inventory.test.coffee (96%) rename {test => src/coffee/test}/item_slug.test.coffee (98%) rename {test => src/coffee/test}/mod.test.coffee (95%) rename {test => src/coffee/test}/mod_pack.test.coffee (84%) rename {test => src/coffee/test}/mod_version.test.coffee (95%) create mode 100644 src/coffee/test/parser_versions/command_parser_version_base.test.coffee rename {test => src/coffee/test}/parser_versions/mod_version_parser_v1.test.coffee (97%) rename {test => src/coffee/test}/recipe.test.coffee (93%) rename {test => src/coffee/test}/string_builder.test.coffee (97%) rename {test => src/coffee/test}/test.coffee (88%) rename src/{scripts => coffee}/underscore_mixins.coffee (100%) rename src/{scripts => coffee}/url_params.coffee (100%) create mode 100644 src/coffee/views.js rename src/{pages => jade}/includes/_addthis.jade (100%) rename src/{pages => jade}/includes/_footer.jade (100%) rename src/{pages => jade}/includes/_google_analytics.jade (100%) rename src/{pages => jade}/includes/_header.jade (100%) rename src/{pages => jade}/index.jade (100%) rename src/{pages => jade}/layouts/basic.jade (100%) rename src/{ => jade}/templates/browse_page.jade (100%) rename src/{ => jade}/templates/configure_page.jade (100%) rename src/{ => jade}/templates/craft_page.jade (100%) rename src/{ => jade}/templates/crafting_grid.jade (100%) rename src/{ => jade}/templates/crafting_table.jade (100%) rename src/{ => jade}/templates/feedback.jade (100%) rename src/{ => jade}/templates/full_recipe.jade (100%) rename src/{ => jade}/templates/home_page.jade (93%) rename src/{ => jade}/templates/includes/_sidebar_skyscraper.html (100%) rename src/{ => jade}/templates/inventory.jade (100%) rename src/{ => jade}/templates/inventory_table.jade (100%) rename src/{ => jade}/templates/item.jade (100%) rename src/{ => jade}/templates/item_group.jade (100%) rename src/{ => jade}/templates/item_page.jade (100%) rename src/{ => jade}/templates/minimal_recipe.jade (100%) rename src/{ => jade}/templates/mod.jade (100%) rename src/{ => jade}/templates/mod_pack.jade (100%) rename src/{ => jade}/templates/mod_page.jade (100%) rename src/{ => jade}/templates/mod_selector.jade (100%) rename src/{ => jade}/templates/stack.jade (100%) rename src/{pages => jade}/test.jade (85%) rename src/{css => scss}/addthis.scss (100%) rename src/{css => scss}/classes.scss (100%) rename src/{css => scss}/main.scss (100%) rename src/{css => scss}/mixins.scss (100%) rename src/{css => scss}/reset.scss (100%) rename src/{css => scss}/tags.scss (100%) rename src/{css => scss}/templates/browse_page.scss (100%) rename src/{css => scss}/templates/craft_page.scss (100%) rename src/{css => scss}/templates/crafting_grid.scss (100%) rename src/{css => scss}/templates/crafting_table.scss (100%) rename src/{css => scss}/templates/feedback.scss (100%) rename src/{css => scss}/templates/full_recipe.scss (100%) rename src/{css => scss}/templates/home_page.scss (100%) rename src/{css => scss}/templates/index.scss (100%) rename src/{css => scss}/templates/inventory.scss (100%) rename src/{css => scss}/templates/inventory_table.scss (100%) rename src/{css => scss}/templates/item.scss (100%) rename src/{css => scss}/templates/item_page.scss (100%) rename src/{css => scss}/templates/minimal_recipe.scss (100%) rename src/{css => scss}/templates/mod.scss (100%) rename src/{css => scss}/templates/mod_pack.scss (100%) rename src/{css => scss}/templates/mod_page.scss (100%) rename src/{css => scss}/templates/mod_selector.scss (100%) rename src/{css => scss}/templates/stack.scss (100%) rename src/{css => scss}/views.scss (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/128_spatial_component.png => static/browse/applied_energistics_2/128_spatial_component/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/128_spatial_component/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/128_spatial_storage_cell.png => static/browse/applied_energistics_2/128_spatial_storage_cell/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/128_spatial_storage_cell/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/16_spatial_component.png => static/browse/applied_energistics_2/16_spatial_component/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/16_spatial_component/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/16_spatial_storage_cell.png => static/browse/applied_energistics_2/16_spatial_storage_cell/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/16_spatial_storage_cell/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/16k_crafting_storage.png => static/browse/applied_energistics_2/16k_crafting_storage/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/16k_crafting_storage/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/16k_me_storage_cell.png => static/browse/applied_energistics_2/16k_me_storage_cell/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/16k_me_storage_cell/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/16k_me_storage_component.png => static/browse/applied_energistics_2/16k_me_storage_component/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/16k_me_storage_component/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/1k_crafting_storage.png => static/browse/applied_energistics_2/1k_crafting_storage/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/1k_crafting_storage/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/1k_me_storage_cell.png => static/browse/applied_energistics_2/1k_me_storage_cell/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/1k_me_storage_cell/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/1k_me_storage_component.png => static/browse/applied_energistics_2/1k_me_storage_component/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/1k_me_storage_component/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/2_spatial_component.png => static/browse/applied_energistics_2/2_spatial_component/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/2_spatial_component/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/2_spatial_storage_cell.png => static/browse/applied_energistics_2/2_spatial_storage_cell/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/2_spatial_storage_cell/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/4k_crafting_storage.png => static/browse/applied_energistics_2/4k_crafting_storage/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/4k_crafting_storage/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/4k_me_storage_cell.png => static/browse/applied_energistics_2/4k_me_storage_cell/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/4k_me_storage_cell/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/4k_me_storage_component.png => static/browse/applied_energistics_2/4k_me_storage_component/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/4k_me_storage_component/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/64k_crafting_storage.png => static/browse/applied_energistics_2/64k_crafting_storage/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/64k_crafting_storage/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/64k_me_storage_cell.png => static/browse/applied_energistics_2/64k_me_storage_cell/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/64k_me_storage_cell/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/64k_me_storage_component.png => static/browse/applied_energistics_2/64k_me_storage_component/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/64k_me_storage_component/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/acceleration_card.png => static/browse/applied_energistics_2/acceleration_card/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/acceleration_card/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/advanced_card.png => static/browse/applied_energistics_2/advanced_card/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/advanced_card/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/annihilation_core.png => static/browse/applied_energistics_2/annihilation_core/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/annihilation_core/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/basic_card.png => static/browse/applied_energistics_2/basic_card/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/basic_card/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/biometric_card.png => static/browse/applied_energistics_2/biometric_card/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/biometric_card/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/blank_pattern.png => static/browse/applied_energistics_2/blank_pattern/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/blank_pattern/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/bright_illuminated_panel.png => static/browse/applied_energistics_2/bright_illuminated_panel/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/bright_illuminated_panel/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/cable_anchor.png => static/browse/applied_energistics_2/cable_anchor/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/cable_anchor/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/cable_facade_stone.png => static/browse/applied_energistics_2/cable_facade_stone/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/cable_facade_stone/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/calculation_processor.png => static/browse/applied_energistics_2/calculation_processor/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/calculation_processor/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/capacity_card.png => static/browse/applied_energistics_2/capacity_card/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/capacity_card/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/cell_workbench.png => static/browse/applied_energistics_2/cell_workbench/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/cell_workbench/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_axe.png => static/browse/applied_energistics_2/certus_quartz_axe/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/certus_quartz_axe/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_block.png => static/browse/applied_energistics_2/certus_quartz_block/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/certus_quartz_block/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_crystal.png => static/browse/applied_energistics_2/certus_quartz_crystal/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/certus_quartz_crystal/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_cutting_knife.png => static/browse/applied_energistics_2/certus_quartz_cutting_knife/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/certus_quartz_cutting_knife/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_dust.png => static/browse/applied_energistics_2/certus_quartz_dust/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/certus_quartz_dust/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_hoe.png => static/browse/applied_energistics_2/certus_quartz_hoe/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/certus_quartz_hoe/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_ore.png => static/browse/applied_energistics_2/certus_quartz_ore/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_pickaxe.png => static/browse/applied_energistics_2/certus_quartz_pickaxe/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/certus_quartz_pickaxe/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_pillar.png => static/browse/applied_energistics_2/certus_quartz_pillar/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/certus_quartz_pillar/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_seed.png => static/browse/applied_energistics_2/certus_quartz_seed/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/certus_quartz_seed/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_shovel.png => static/browse/applied_energistics_2/certus_quartz_shovel/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/certus_quartz_shovel/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_sword.png => static/browse/applied_energistics_2/certus_quartz_sword/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/certus_quartz_sword/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_wrench.png => static/browse/applied_energistics_2/certus_quartz_wrench/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/certus_quartz_wrench/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/charged_certus_quartz_crystal.png => static/browse/applied_energistics_2/charged_certus_quartz_crystal/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/charged_certus_quartz_crystal/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/charged_certus_quartz_ore.png => static/browse/applied_energistics_2/charged_certus_quartz_ore/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/charged_quartz_fixture.png => static/browse/applied_energistics_2/charged_quartz_fixture/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/charged_quartz_fixture/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/charged_staff.png => static/browse/applied_energistics_2/charged_staff/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/charged_staff/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/charger.png => static/browse/applied_energistics_2/charger/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/charger/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/chiseled_certus_quartz_block.png => static/browse/applied_energistics_2/chiseled_certus_quartz_block/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/chiseled_certus_quartz_block/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/color_applicator.png => static/browse/applied_energistics_2/color_applicator/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/color_applicator/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/crafting_card.png => static/browse/applied_energistics_2/crafting_card/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/crafting_card/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/crafting_co_processing_unit.png => static/browse/applied_energistics_2/crafting_co_processing_unit/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/crafting_co_processing_unit/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/crafting_monitor.png => static/browse/applied_energistics_2/crafting_monitor/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/crafting_monitor/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/crafting_unit.png => static/browse/applied_energistics_2/crafting_unit/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/crafting_unit/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/crystal_growth_accelerator.png => static/browse/applied_energistics_2/crystal_growth_accelerator/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/crystal_growth_accelerator/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/dark_illuminated_panel.png => static/browse/applied_energistics_2/dark_illuminated_panel/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/dark_illuminated_panel/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/dense_energy_cell.png => static/browse/applied_energistics_2/dense_energy_cell/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/dense_energy_cell/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/encoded_pattern.png => static/browse/applied_energistics_2/encoded_pattern/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/ender_dust.png => static/browse/applied_energistics_2/ender_dust/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/ender_dust/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/energy_acceptor.png => static/browse/applied_energistics_2/energy_acceptor/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/energy_acceptor/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/energy_cell.png => static/browse/applied_energistics_2/energy_cell/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/energy_cell/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/engineering_processor.png => static/browse/applied_energistics_2/engineering_processor/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/engineering_processor/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/entropy_manipulator.png => static/browse/applied_energistics_2/entropy_manipulator/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/entropy_manipulator/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/flour.png => static/browse/applied_energistics_2/flour/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/flour/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/fluix_block.png => static/browse/applied_energistics_2/fluix_block/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/fluix_block/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/fluix_crystal.png => static/browse/applied_energistics_2/fluix_crystal/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/fluix_crystal/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/fluix_dust.png => static/browse/applied_energistics_2/fluix_dust/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/fluix_dust/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/fluix_pearl.png => static/browse/applied_energistics_2/fluix_pearl/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/fluix_pearl/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/fluix_seed.png => static/browse/applied_energistics_2/fluix_seed/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/fluix_seed/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/formation_core.png => static/browse/applied_energistics_2/formation_core/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/formation_core/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/fuzzy_card.png => static/browse/applied_energistics_2/fuzzy_card/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/fuzzy_card/index.html (100%) rename src/data/applied_energistics_2/logo.png => static/browse/applied_energistics_2/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/illuminated_panel.png => static/browse/applied_energistics_2/illuminated_panel/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/illuminated_panel/index.html (100%) rename {prerender => static}/browse/applied_energistics_2/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/inscriber.png => static/browse/applied_energistics_2/inscriber/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/inscriber/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/inscriber_calculation_press.png => static/browse/applied_energistics_2/inscriber_calculation_press/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/inscriber_calculation_press/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/inscriber_engineering_press.png => static/browse/applied_energistics_2/inscriber_engineering_press/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/inscriber_engineering_press/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/inscriber_logic_press.png => static/browse/applied_energistics_2/inscriber_logic_press/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/inscriber_logic_press/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/inscriber_name_press.png => static/browse/applied_energistics_2/inscriber_name_press/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/inscriber_name_press/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/inscriber_silicon_press.png => static/browse/applied_energistics_2/inscriber_silicon_press/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/inscriber_silicon_press/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/inverter_card.png => static/browse/applied_energistics_2/inverter_card/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/inverter_card/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/iron_nugget.png => static/browse/applied_energistics_2/iron_nugget/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/iron_nugget/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/light_detecting_fixture.png => static/browse/applied_energistics_2/light_detecting_fixture/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/light_detecting_fixture/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/logic_processor.png => static/browse/applied_energistics_2/logic_processor/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/logic_processor/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/matter_ball.png => static/browse/applied_energistics_2/matter_ball/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/matter_cannon.png => static/browse/applied_energistics_2/matter_cannon/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/matter_cannon/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/matter_condenser.png => static/browse/applied_energistics_2/matter_condenser/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/matter_condenser/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_annihilation_plane.png => static/browse/applied_energistics_2/me_annihilation_plane/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_annihilation_plane/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_chest.png => static/browse/applied_energistics_2/me_chest/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_chest/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_controller.png => static/browse/applied_energistics_2/me_controller/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_controller/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_conversion_monitor.png => static/browse/applied_energistics_2/me_conversion_monitor/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_conversion_monitor/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_covered_cable.png => static/browse/applied_energistics_2/me_covered_cable/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_covered_cable_fluix.png => static/browse/applied_energistics_2/me_covered_cable_fluix/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_covered_cable_fluix/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_crafting_terminal.png => static/browse/applied_energistics_2/me_crafting_terminal/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_crafting_terminal/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_dense_cable.png => static/browse/applied_energistics_2/me_dense_cable/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_dense_cable_fluix.png => static/browse/applied_energistics_2/me_dense_cable_fluix/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_dense_cable_fluix/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_drive.png => static/browse/applied_energistics_2/me_drive/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_drive/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_export_bus.png => static/browse/applied_energistics_2/me_export_bus/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_export_bus/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_formation_plane.png => static/browse/applied_energistics_2/me_formation_plane/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_formation_plane/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_glass_cable.png => static/browse/applied_energistics_2/me_glass_cable/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_glass_cable/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_import_bus.png => static/browse/applied_energistics_2/me_import_bus/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_import_bus/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_interface.png => static/browse/applied_energistics_2/me_interface/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_interface_block.png => static/browse/applied_energistics_2/me_interface_block/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_interface_block/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_interface_panel.png => static/browse/applied_energistics_2/me_interface_panel/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_interface_panel/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_interface_terminal.png => static/browse/applied_energistics_2/me_interface_terminal/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_interface_terminal/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_inverted_toggle_bus.png => static/browse/applied_energistics_2/me_inverted_toggle_bus/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_inverted_toggle_bus/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_io_port.png => static/browse/applied_energistics_2/me_io_port/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_io_port/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_level_emitter.png => static/browse/applied_energistics_2/me_level_emitter/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_level_emitter/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_pattern_terminal.png => static/browse/applied_energistics_2/me_pattern_terminal/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_pattern_terminal/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_quantum_link_chamber.png => static/browse/applied_energistics_2/me_quantum_link_chamber/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_quantum_link_chamber/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_quantum_ring.png => static/browse/applied_energistics_2/me_quantum_ring/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_quantum_ring/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_security_terminal.png => static/browse/applied_energistics_2/me_security_terminal/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_security_terminal/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_smart_cable.png => static/browse/applied_energistics_2/me_smart_cable/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_smart_cable/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_storage_bus.png => static/browse/applied_energistics_2/me_storage_bus/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_storage_bus/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_storage_housing.png => static/browse/applied_energistics_2/me_storage_housing/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_storage_housing/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_storage_monitor.png => static/browse/applied_energistics_2/me_storage_monitor/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_storage_monitor/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_terminal.png => static/browse/applied_energistics_2/me_terminal/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_terminal/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_toggle_bus.png => static/browse/applied_energistics_2/me_toggle_bus/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_toggle_bus/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/me_wireless_access_point.png => static/browse/applied_energistics_2/me_wireless_access_point/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/me_wireless_access_point/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/memory_card.png => static/browse/applied_energistics_2/memory_card/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/memory_card/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/meteorite_compass.png => static/browse/applied_energistics_2/meteorite_compass/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/meteorite_compass/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/molecular_assembler.png => static/browse/applied_energistics_2/molecular_assembler/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/molecular_assembler/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_axe.png => static/browse/applied_energistics_2/nether_quartz_axe/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/nether_quartz_axe/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_cutting_knife.png => static/browse/applied_energistics_2/nether_quartz_cutting_knife/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/nether_quartz_cutting_knife/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_dust.png => static/browse/applied_energistics_2/nether_quartz_dust/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/nether_quartz_dust/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_hoe.png => static/browse/applied_energistics_2/nether_quartz_hoe/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/nether_quartz_hoe/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_pickaxe.png => static/browse/applied_energistics_2/nether_quartz_pickaxe/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/nether_quartz_pickaxe/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_seed.png => static/browse/applied_energistics_2/nether_quartz_seed/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/nether_quartz_seed/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_shovel.png => static/browse/applied_energistics_2/nether_quartz_shovel/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/nether_quartz_shovel/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_sword.png => static/browse/applied_energistics_2/nether_quartz_sword/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/nether_quartz_sword/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_wrench.png => static/browse/applied_energistics_2/nether_quartz_wrench/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/nether_quartz_wrench/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/network_tool.png => static/browse/applied_energistics_2/network_tool/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/network_tool/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_fluid.png => static/browse/applied_energistics_2/p2p_tunnel_fluid/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_item.png => static/browse/applied_energistics_2/p2p_tunnel_item/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_light.png => static/browse/applied_energistics_2/p2p_tunnel_light/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_me.png => static/browse/applied_energistics_2/p2p_tunnel_me/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/p2p_tunnel_me/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_redstone.png => static/browse/applied_energistics_2/p2p_tunnel_redstone/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_rf.png => static/browse/applied_energistics_2/p2p_tunnel_rf/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/paint_ball_lumen_white.png => static/browse/applied_energistics_2/paint_ball_lumen_white/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/paint_ball_lumen_white/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/paint_ball_white.png => static/browse/applied_energistics_2/paint_ball_white/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/paint_ball_white/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/portable_cell.png => static/browse/applied_energistics_2/portable_cell/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/portable_cell/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/printed_calculation_circuit.png => static/browse/applied_energistics_2/printed_calculation_circuit/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/printed_calculation_circuit/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/printed_engineering_circuit.png => static/browse/applied_energistics_2/printed_engineering_circuit/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/printed_engineering_circuit/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/printed_logic_circuit.png => static/browse/applied_energistics_2/printed_logic_circuit/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/printed_logic_circuit/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/printed_silicon.png => static/browse/applied_energistics_2/printed_silicon/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/printed_silicon/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/pure_certus_quartz_crystal.png => static/browse/applied_energistics_2/pure_certus_quartz_crystal/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/pure_certus_quartz_crystal/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/pure_fluix_crystal.png => static/browse/applied_energistics_2/pure_fluix_crystal/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/pure_fluix_crystal/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/pure_nether_quartz_crystal.png => static/browse/applied_energistics_2/pure_nether_quartz_crystal/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/pure_nether_quartz_crystal/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/quantum_entangled_singularity.png => static/browse/applied_energistics_2/quantum_entangled_singularity/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/quantum_entangled_singularity/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/quartz_fiber.png => static/browse/applied_energistics_2/quartz_fiber/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/quartz_fiber/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/quartz_glass.png => static/browse/applied_energistics_2/quartz_glass/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/quartz_glass/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/quartz_grindstone.png => static/browse/applied_energistics_2/quartz_grindstone/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/quartz_grindstone/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/redstone_card.png => static/browse/applied_energistics_2/redstone_card/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/redstone_card/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/silicon.png => static/browse/applied_energistics_2/silicon/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/silicon/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/singularity.png => static/browse/applied_energistics_2/singularity/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/singularity/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/sky_stone.png => static/browse/applied_energistics_2/sky_stone/icon.png (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_block.png => static/browse/applied_energistics_2/sky_stone_block/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/sky_stone_block/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_block_chest.png => static/browse/applied_energistics_2/sky_stone_block_chest/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/sky_stone_block_chest/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_brick.png => static/browse/applied_energistics_2/sky_stone_brick/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/sky_stone_brick/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_chest.png => static/browse/applied_energistics_2/sky_stone_chest/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/sky_stone_chest/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_dust.png => static/browse/applied_energistics_2/sky_stone_dust/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/sky_stone_dust/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_small_brick.png => static/browse/applied_energistics_2/sky_stone_small_brick/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/sky_stone_small_brick/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/spatial_io_port.png => static/browse/applied_energistics_2/spatial_io_port/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/spatial_io_port/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/spatial_pylon.png => static/browse/applied_energistics_2/spatial_pylon/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/spatial_pylon/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/tiny_tnt.png => static/browse/applied_energistics_2/tiny_tnt/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/tiny_tnt/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/vibrant_quartz_glass.png => static/browse/applied_energistics_2/vibrant_quartz_glass/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/vibrant_quartz_glass/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/vibration_chamber.png => static/browse/applied_energistics_2/vibration_chamber/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/vibration_chamber/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/view_cell.png => static/browse/applied_energistics_2/view_cell/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/view_cell/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/wireless_booster.png => static/browse/applied_energistics_2/wireless_booster/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/wireless_booster/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/wireless_receiver.png => static/browse/applied_energistics_2/wireless_receiver/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/wireless_receiver/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/wireless_terminal.png => static/browse/applied_energistics_2/wireless_terminal/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/wireless_terminal/index.html (100%) rename src/data/applied_energistics_2/rv1-stable-1/images/wooden_crank.png => static/browse/applied_energistics_2/wooden_crank/icon.png (100%) rename {prerender => static}/browse/applied_energistics_2/wooden_crank/index.html (100%) rename src/data/buildcraft/6.2.6/images/advanced_crafting_table.png => static/browse/buildcraft/advanced_crafting_table/icon.png (100%) rename {prerender => static}/browse/buildcraft/advanced_crafting_table/index.html (100%) rename src/data/buildcraft/6.2.6/images/architect_table.png => static/browse/buildcraft/architect_table/icon.png (100%) rename {prerender => static}/browse/buildcraft/architect_table/index.html (100%) rename src/data/buildcraft/6.2.6/images/assembly_table.png => static/browse/buildcraft/assembly_table/icon.png (100%) rename {prerender => static}/browse/buildcraft/assembly_table/index.html (100%) rename src/data/buildcraft/6.2.6/images/auto_workbench.png => static/browse/buildcraft/auto_workbench/icon.png (100%) rename {prerender => static}/browse/buildcraft/auto_workbench/index.html (100%) rename src/data/buildcraft/6.2.6/images/basic_gate.png => static/browse/buildcraft/basic_gate/icon.png (100%) rename {prerender => static}/browse/buildcraft/basic_gate/index.html (100%) rename src/data/buildcraft/6.2.6/images/basic_gate_2.png => static/browse/buildcraft/basic_gate_2/icon.png (100%) rename src/data/buildcraft/6.2.6/images/basic_gate_3.png => static/browse/buildcraft/basic_gate_3/icon.png (100%) rename src/data/buildcraft/6.2.6/images/basic_gate_4.png => static/browse/buildcraft/basic_gate_4/icon.png (100%) rename src/data/buildcraft/6.2.6/images/blue_pipe_wire.png => static/browse/buildcraft/blue_pipe_wire/icon.png (100%) rename {prerender => static}/browse/buildcraft/blue_pipe_wire/index.html (100%) rename src/data/buildcraft/6.2.6/images/blueprint.png => static/browse/buildcraft/blueprint/icon.png (100%) rename {prerender => static}/browse/buildcraft/blueprint/index.html (100%) rename src/data/buildcraft/6.2.6/images/blueprint_library.png => static/browse/buildcraft/blueprint_library/icon.png (100%) rename {prerender => static}/browse/buildcraft/blueprint_library/index.html (100%) rename src/data/buildcraft/6.2.6/images/builder.png => static/browse/buildcraft/builder/icon.png (100%) rename {prerender => static}/browse/buildcraft/builder/index.html (100%) rename src/data/buildcraft/6.2.6/images/charging_table.png => static/browse/buildcraft/charging_table/icon.png (100%) rename {prerender => static}/browse/buildcraft/charging_table/index.html (100%) rename src/data/buildcraft/6.2.6/images/chute.png => static/browse/buildcraft/chute/icon.png (100%) rename {prerender => static}/browse/buildcraft/chute/index.html (100%) rename src/data/buildcraft/6.2.6/images/clay_transport_pipe.png => static/browse/buildcraft/clay_transport_pipe/icon.png (100%) rename src/data/buildcraft/6.2.6/images/cobblestone_fluid_pipe.png => static/browse/buildcraft/cobblestone_fluid_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/cobblestone_fluid_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/cobblestone_kinesis_pipe.png => static/browse/buildcraft/cobblestone_kinesis_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/cobblestone_kinesis_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/cobblestone_structure_pipe.png => static/browse/buildcraft/cobblestone_structure_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/cobblestone_structure_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/cobblestone_transport_pipe.png => static/browse/buildcraft/cobblestone_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/cobblestone_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/combustion_engine.png => static/browse/buildcraft/combustion_engine/icon.png (100%) rename {prerender => static}/browse/buildcraft/combustion_engine/index.html (100%) rename src/data/buildcraft/6.2.6/images/construction_mark.png => static/browse/buildcraft/construction_mark/icon.png (100%) rename src/data/buildcraft/6.2.6/images/creative_engine.png => static/browse/buildcraft/creative_engine/icon.png (100%) rename src/data/buildcraft/6.2.6/images/daizuli_transport_pipe.png => static/browse/buildcraft/daizuli_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/daizuli_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/diamond_and_gate.png => static/browse/buildcraft/diamond_and_gate/icon.png (100%) rename {prerender => static}/browse/buildcraft/diamond_and_gate/index.html (100%) rename src/data/buildcraft/6.2.6/images/diamond_and_gate_2.png => static/browse/buildcraft/diamond_and_gate_2/icon.png (100%) rename src/data/buildcraft/6.2.6/images/diamond_and_gate_3.png => static/browse/buildcraft/diamond_and_gate_3/icon.png (100%) rename src/data/buildcraft/6.2.6/images/diamond_and_gate_4.png => static/browse/buildcraft/diamond_and_gate_4/icon.png (100%) rename src/data/buildcraft/6.2.6/images/diamond_chipset.png => static/browse/buildcraft/diamond_chipset/icon.png (100%) rename {prerender => static}/browse/buildcraft/diamond_chipset/index.html (100%) rename src/data/buildcraft/6.2.6/images/diamond_fluid_pipe.png => static/browse/buildcraft/diamond_fluid_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/diamond_fluid_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/diamond_gear.png => static/browse/buildcraft/diamond_gear/icon.png (100%) rename {prerender => static}/browse/buildcraft/diamond_gear/index.html (100%) rename src/data/buildcraft/6.2.6/images/diamond_kinesis_pipe.png => static/browse/buildcraft/diamond_kinesis_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/diamond_kinesis_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/diamond_or_gate.png => static/browse/buildcraft/diamond_or_gate/icon.png (100%) rename {prerender => static}/browse/buildcraft/diamond_or_gate/index.html (100%) rename src/data/buildcraft/6.2.6/images/diamond_or_gate_2.png => static/browse/buildcraft/diamond_or_gate_2/icon.png (100%) rename src/data/buildcraft/6.2.6/images/diamond_or_gate_3.png => static/browse/buildcraft/diamond_or_gate_3/icon.png (100%) rename src/data/buildcraft/6.2.6/images/diamond_or_gate_4.png => static/browse/buildcraft/diamond_or_gate_4/icon.png (100%) rename src/data/buildcraft/6.2.6/images/diamond_transport_pipe.png => static/browse/buildcraft/diamond_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/diamond_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/docking_station.png => static/browse/buildcraft/docking_station/icon.png (100%) rename {prerender => static}/browse/buildcraft/docking_station/index.html (100%) rename src/data/buildcraft/6.2.6/images/emerald_and_gate.png => static/browse/buildcraft/emerald_and_gate/icon.png (100%) rename src/data/buildcraft/6.2.6/images/emerald_and_gate_2.png => static/browse/buildcraft/emerald_and_gate_2/icon.png (100%) rename src/data/buildcraft/6.2.6/images/emerald_and_gate_3.png => static/browse/buildcraft/emerald_and_gate_3/icon.png (100%) rename src/data/buildcraft/6.2.6/images/emerald_and_gate_4.png => static/browse/buildcraft/emerald_and_gate_4/icon.png (100%) rename src/data/buildcraft/6.2.6/images/emerald_chipset.png => static/browse/buildcraft/emerald_chipset/icon.png (100%) rename {prerender => static}/browse/buildcraft/emerald_chipset/index.html (100%) rename src/data/buildcraft/6.2.6/images/emerald_fluid_pipe.png => static/browse/buildcraft/emerald_fluid_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/emerald_fluid_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/emerald_kinesis_pipe.png => static/browse/buildcraft/emerald_kinesis_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/emerald_kinesis_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/emerald_or_gate.png => static/browse/buildcraft/emerald_or_gate/icon.png (100%) rename src/data/buildcraft/6.2.6/images/emerald_or_gate_2.png => static/browse/buildcraft/emerald_or_gate_2/icon.png (100%) rename src/data/buildcraft/6.2.6/images/emerald_or_gate_3.png => static/browse/buildcraft/emerald_or_gate_3/icon.png (100%) rename src/data/buildcraft/6.2.6/images/emerald_or_gate_4.png => static/browse/buildcraft/emerald_or_gate_4/icon.png (100%) rename src/data/buildcraft/6.2.6/images/emerald_transport_pipe.png => static/browse/buildcraft/emerald_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/emerald_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/emzuli_transport_pipe.png => static/browse/buildcraft/emzuli_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/emzuli_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/facade_stone.png => static/browse/buildcraft/facade_stone/icon.png (100%) rename {prerender => static}/browse/buildcraft/facade_stone/index.html (100%) rename src/data/buildcraft/6.2.6/images/filler.png => static/browse/buildcraft/filler/icon.png (100%) rename {prerender => static}/browse/buildcraft/filler/index.html (100%) rename src/data/buildcraft/6.2.6/images/filtered_buffer.png => static/browse/buildcraft/filtered_buffer/icon.png (100%) rename {prerender => static}/browse/buildcraft/filtered_buffer/index.html (100%) rename src/data/buildcraft/6.2.6/images/flood_gate.png => static/browse/buildcraft/flood_gate/icon.png (100%) rename {prerender => static}/browse/buildcraft/flood_gate/index.html (100%) rename src/data/buildcraft/6.2.6/images/frame.png => static/browse/buildcraft/frame/icon.png (100%) rename src/data/buildcraft/6.2.6/images/fuel.png => static/browse/buildcraft/fuel/icon.png (100%) rename src/data/buildcraft/6.2.6/images/fuel_bucket.png => static/browse/buildcraft/fuel_bucket/icon.png (100%) rename src/data/buildcraft/6.2.6/images/gate_copier.png => static/browse/buildcraft/gate_copier/icon.png (100%) rename {prerender => static}/browse/buildcraft/gate_copier/index.html (100%) rename src/data/buildcraft/6.2.6/images/gold_and_gate.png => static/browse/buildcraft/gold_and_gate/icon.png (100%) rename {prerender => static}/browse/buildcraft/gold_and_gate/index.html (100%) rename src/data/buildcraft/6.2.6/images/gold_and_gate_2.png => static/browse/buildcraft/gold_and_gate_2/icon.png (100%) rename src/data/buildcraft/6.2.6/images/gold_and_gate_3.png => static/browse/buildcraft/gold_and_gate_3/icon.png (100%) rename src/data/buildcraft/6.2.6/images/gold_and_gate_4.png => static/browse/buildcraft/gold_and_gate_4/icon.png (100%) rename src/data/buildcraft/6.2.6/images/gold_gear.png => static/browse/buildcraft/gold_gear/icon.png (100%) rename {prerender => static}/browse/buildcraft/gold_gear/index.html (100%) rename src/data/buildcraft/6.2.6/images/gold_or_gate.png => static/browse/buildcraft/gold_or_gate/icon.png (100%) rename {prerender => static}/browse/buildcraft/gold_or_gate/index.html (100%) rename src/data/buildcraft/6.2.6/images/gold_or_gate_2.png => static/browse/buildcraft/gold_or_gate_2/icon.png (100%) rename src/data/buildcraft/6.2.6/images/gold_or_gate_3.png => static/browse/buildcraft/gold_or_gate_3/icon.png (100%) rename src/data/buildcraft/6.2.6/images/gold_or_gate_4.png => static/browse/buildcraft/gold_or_gate_4/icon.png (100%) rename src/data/buildcraft/6.2.6/images/golden_chipset.png => static/browse/buildcraft/golden_chipset/icon.png (100%) rename {prerender => static}/browse/buildcraft/golden_chipset/index.html (100%) rename src/data/buildcraft/6.2.6/images/golden_fluid_pipe.png => static/browse/buildcraft/golden_fluid_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/golden_fluid_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/golden_kinesis_pipe.png => static/browse/buildcraft/golden_kinesis_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/golden_kinesis_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/golden_transport_pipe.png => static/browse/buildcraft/golden_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/golden_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/green_pipe_wire.png => static/browse/buildcraft/green_pipe_wire/icon.png (100%) rename {prerender => static}/browse/buildcraft/green_pipe_wire/index.html (100%) rename src/data/buildcraft/logo.png => static/browse/buildcraft/icon.png (100%) rename {prerender => static}/browse/buildcraft/index.html (100%) rename src/data/buildcraft/6.2.6/images/integration_table.png => static/browse/buildcraft/integration_table/icon.png (100%) rename {prerender => static}/browse/buildcraft/integration_table/index.html (100%) rename src/data/buildcraft/6.2.6/images/iron_and_gate.png => static/browse/buildcraft/iron_and_gate/icon.png (100%) rename {prerender => static}/browse/buildcraft/iron_and_gate/index.html (100%) rename src/data/buildcraft/6.2.6/images/iron_and_gate_2.png => static/browse/buildcraft/iron_and_gate_2/icon.png (100%) rename src/data/buildcraft/6.2.6/images/iron_and_gate_3.png => static/browse/buildcraft/iron_and_gate_3/icon.png (100%) rename src/data/buildcraft/6.2.6/images/iron_and_gate_4.png => static/browse/buildcraft/iron_and_gate_4/icon.png (100%) rename src/data/buildcraft/6.2.6/images/iron_chipset.png => static/browse/buildcraft/iron_chipset/icon.png (100%) rename {prerender => static}/browse/buildcraft/iron_chipset/index.html (100%) rename src/data/buildcraft/6.2.6/images/iron_fluid_pipe.png => static/browse/buildcraft/iron_fluid_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/iron_fluid_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/iron_gear.png => static/browse/buildcraft/iron_gear/icon.png (100%) rename {prerender => static}/browse/buildcraft/iron_gear/index.html (100%) rename src/data/buildcraft/6.2.6/images/iron_kinesis_pipe.png => static/browse/buildcraft/iron_kinesis_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/iron_kinesis_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/iron_or_gate.png => static/browse/buildcraft/iron_or_gate/icon.png (100%) rename {prerender => static}/browse/buildcraft/iron_or_gate/index.html (100%) rename src/data/buildcraft/6.2.6/images/iron_or_gate_2.png => static/browse/buildcraft/iron_or_gate_2/icon.png (100%) rename src/data/buildcraft/6.2.6/images/iron_or_gate_3.png => static/browse/buildcraft/iron_or_gate_3/icon.png (100%) rename src/data/buildcraft/6.2.6/images/iron_or_gate_4.png => static/browse/buildcraft/iron_or_gate_4/icon.png (100%) rename src/data/buildcraft/6.2.6/images/iron_transport_pipe.png => static/browse/buildcraft/iron_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/iron_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/land_mark.png => static/browse/buildcraft/land_mark/icon.png (100%) rename {prerender => static}/browse/buildcraft/land_mark/index.html (100%) rename src/data/buildcraft/6.2.6/images/laser.png => static/browse/buildcraft/laser/icon.png (100%) rename {prerender => static}/browse/buildcraft/laser/index.html (100%) rename src/data/buildcraft/6.2.6/images/lazuli_transport_pipe.png => static/browse/buildcraft/lazuli_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/lazuli_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/list.png => static/browse/buildcraft/list/icon.png (100%) rename src/data/buildcraft/6.2.6/images/map_location.png => static/browse/buildcraft/map_location/icon.png (100%) rename src/data/buildcraft/6.2.6/images/mining_pipe.png => static/browse/buildcraft/mining_pipe/icon.png (100%) rename src/data/buildcraft/6.2.6/images/mining_well.png => static/browse/buildcraft/mining_well/icon.png (100%) rename {prerender => static}/browse/buildcraft/mining_well/index.html (100%) rename src/data/buildcraft/6.2.6/images/obsidian_transport_pipe.png => static/browse/buildcraft/obsidian_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/obsidian_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/oil.png => static/browse/buildcraft/oil/icon.png (100%) rename src/data/buildcraft/6.2.6/images/oil_bucket.png => static/browse/buildcraft/oil_bucket/icon.png (100%) rename src/data/buildcraft/6.2.6/images/oil_spring.png => static/browse/buildcraft/oil_spring/icon.png (100%) rename src/data/buildcraft/6.2.6/images/path_mark.png => static/browse/buildcraft/path_mark/icon.png (100%) rename {prerender => static}/browse/buildcraft/path_mark/index.html (100%) rename src/data/buildcraft/6.2.6/images/pipe_plug.png => static/browse/buildcraft/pipe_plug/icon.png (100%) rename {prerender => static}/browse/buildcraft/pipe_plug/index.html (100%) rename src/data/buildcraft/6.2.6/images/pipe_sealant.png => static/browse/buildcraft/pipe_sealant/icon.png (100%) rename {prerender => static}/browse/buildcraft/pipe_sealant/index.html (100%) rename src/data/buildcraft/6.2.6/images/pulsating_chipset.png => static/browse/buildcraft/pulsating_chipset/icon.png (100%) rename {prerender => static}/browse/buildcraft/pulsating_chipset/index.html (100%) rename src/data/buildcraft/6.2.6/images/pump.png => static/browse/buildcraft/pump/icon.png (100%) rename {prerender => static}/browse/buildcraft/pump/index.html (100%) rename src/data/buildcraft/6.2.6/images/quarry.png => static/browse/buildcraft/quarry/icon.png (100%) rename {prerender => static}/browse/buildcraft/quarry/index.html (100%) rename src/data/buildcraft/6.2.6/images/quartz_chipset.png => static/browse/buildcraft/quartz_chipset/icon.png (100%) rename {prerender => static}/browse/buildcraft/quartz_chipset/index.html (100%) rename src/data/buildcraft/6.2.6/images/quartz_fluid_pipe.png => static/browse/buildcraft/quartz_fluid_pipe/icon.png (100%) rename src/data/buildcraft/6.2.6/images/quartz_kinesis_pipe.png => static/browse/buildcraft/quartz_kinesis_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/quartz_kinesis_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/quartz_transport_pipe.png => static/browse/buildcraft/quartz_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/quartz_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/red_pipe_wire.png => static/browse/buildcraft/red_pipe_wire/icon.png (100%) rename {prerender => static}/browse/buildcraft/red_pipe_wire/index.html (100%) rename src/data/buildcraft/6.2.6/images/redstone_board.png => static/browse/buildcraft/redstone_board/icon.png (100%) rename src/data/buildcraft/6.2.6/images/redstone_chipset.png => static/browse/buildcraft/redstone_chipset/icon.png (100%) rename {prerender => static}/browse/buildcraft/redstone_chipset/index.html (100%) rename src/data/buildcraft/6.2.6/images/redstone_comp_chipset.png => static/browse/buildcraft/redstone_comp_chipset/icon.png (100%) rename {prerender => static}/browse/buildcraft/redstone_comp_chipset/index.html (100%) rename src/data/buildcraft/6.2.6/images/redstone_crystal.png => static/browse/buildcraft/redstone_crystal/icon.png (100%) rename src/data/buildcraft/6.2.6/images/redstone_engine.png => static/browse/buildcraft/redstone_engine/icon.png (100%) rename {prerender => static}/browse/buildcraft/redstone_engine/index.html (100%) rename src/data/buildcraft/6.2.6/images/refinery.png => static/browse/buildcraft/refinery/icon.png (100%) rename {prerender => static}/browse/buildcraft/refinery/index.html (100%) rename src/data/buildcraft/6.2.6/images/requester.png => static/browse/buildcraft/requester/icon.png (100%) rename {prerender => static}/browse/buildcraft/requester/index.html (100%) rename src/data/buildcraft/6.2.6/images/robot.png => static/browse/buildcraft/robot/icon.png (100%) rename src/data/buildcraft/6.2.6/images/sandstone_fluid_pipe.png => static/browse/buildcraft/sandstone_fluid_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/sandstone_fluid_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/sandstone_kinesis_pipe.png => static/browse/buildcraft/sandstone_kinesis_pipe/icon.png (100%) rename src/data/buildcraft/6.2.6/images/sandstone_transport_pipe.png => static/browse/buildcraft/sandstone_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/sandstone_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/stirling_engine.png => static/browse/buildcraft/stirling_engine/icon.png (100%) rename {prerender => static}/browse/buildcraft/stirling_engine/index.html (100%) rename src/data/buildcraft/6.2.6/images/stone_fluid_pipe.png => static/browse/buildcraft/stone_fluid_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/stone_fluid_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/stone_gear.png => static/browse/buildcraft/stone_gear/icon.png (100%) rename {prerender => static}/browse/buildcraft/stone_gear/index.html (100%) rename src/data/buildcraft/6.2.6/images/stone_kinesis_pipe.png => static/browse/buildcraft/stone_kinesis_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/stone_kinesis_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/stone_transport_pipe.png => static/browse/buildcraft/stone_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/stone_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/stripes_transport_pipe.png => static/browse/buildcraft/stripes_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/stripes_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/tank.png => static/browse/buildcraft/tank/icon.png (100%) rename {prerender => static}/browse/buildcraft/tank/index.html (100%) rename src/data/buildcraft/6.2.6/images/template.png => static/browse/buildcraft/template/icon.png (100%) rename {prerender => static}/browse/buildcraft/template/index.html (100%) rename src/data/buildcraft/6.2.6/images/void_fluid_pipe.png => static/browse/buildcraft/void_fluid_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/void_fluid_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/void_transport_pipe.png => static/browse/buildcraft/void_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/void_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/water_spring.png => static/browse/buildcraft/water_spring/icon.png (100%) rename src/data/buildcraft/6.2.6/images/wood_gear.png => static/browse/buildcraft/wood_gear/icon.png (100%) rename {prerender => static}/browse/buildcraft/wood_gear/index.html (100%) rename src/data/buildcraft/6.2.6/images/wooden_fluid_pipe.png => static/browse/buildcraft/wooden_fluid_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/wooden_fluid_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/wooden_kinesis_pipe.png => static/browse/buildcraft/wooden_kinesis_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/wooden_kinesis_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/wooden_transport_pipe.png => static/browse/buildcraft/wooden_transport_pipe/icon.png (100%) rename {prerender => static}/browse/buildcraft/wooden_transport_pipe/index.html (100%) rename src/data/buildcraft/6.2.6/images/wrench.png => static/browse/buildcraft/wrench/icon.png (100%) rename {prerender => static}/browse/buildcraft/wrench/index.html (100%) rename src/data/buildcraft/6.2.6/images/yellow_pipe_wire.png => static/browse/buildcraft/yellow_pipe_wire/icon.png (100%) rename {prerender => static}/browse/buildcraft/yellow_pipe_wire/index.html (100%) rename src/data/buildcraft/6.2.6/images/zone_planner.png => static/browse/buildcraft/zone_planner/icon.png (100%) rename {prerender => static}/browse/buildcraft/zone_planner/index.html (100%) rename src/data/enderio/2.2.7.325/images/advanced_item_filter.png => static/browse/enderio/advanced_item_filter/icon.png (100%) rename {prerender => static}/browse/enderio/advanced_item_filter/index.html (100%) rename src/data/enderio/2.2.7.325/images/advanced_photovoltaic_cell.png => static/browse/enderio/advanced_photovoltaic_cell/icon.png (100%) rename {prerender => static}/browse/enderio/advanced_photovoltaic_cell/index.html (100%) rename src/data/enderio/2.2.7.325/images/alloy_smelter.png => static/browse/enderio/alloy_smelter/icon.png (100%) rename {prerender => static}/browse/enderio/alloy_smelter/index.html (100%) rename src/data/enderio/2.2.7.325/images/attractor_obelisk.png => static/browse/enderio/attractor_obelisk/icon.png (100%) rename {prerender => static}/browse/enderio/attractor_obelisk/index.html (100%) rename src/data/enderio/2.2.7.325/images/aversion_obelisk.png => static/browse/enderio/aversion_obelisk/icon.png (100%) rename {prerender => static}/browse/enderio/aversion_obelisk/index.html (100%) rename src/data/enderio/2.2.7.325/images/basic_capacitor.png => static/browse/enderio/basic_capacitor/icon.png (100%) rename {prerender => static}/browse/enderio/basic_capacitor/index.html (100%) rename src/data/enderio/2.2.7.325/images/basic_capacitor_bank.png => static/browse/enderio/basic_capacitor_bank/icon.png (100%) rename {prerender => static}/browse/enderio/basic_capacitor_bank/index.html (100%) rename src/data/enderio/2.2.7.325/images/basic_capacitor_bank_2.png => static/browse/enderio/basic_capacitor_bank_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/basic_gear.png => static/browse/enderio/basic_gear/icon.png (100%) rename {prerender => static}/browse/enderio/basic_gear/index.html (100%) rename src/data/enderio/2.2.7.325/images/basic_item_filter.png => static/browse/enderio/basic_item_filter/icon.png (100%) rename {prerender => static}/browse/enderio/basic_item_filter/index.html (100%) rename src/data/enderio/2.2.7.325/images/binder_composite.png => static/browse/enderio/binder_composite/icon.png (100%) rename {prerender => static}/browse/enderio/binder_composite/index.html (100%) rename src/data/enderio/2.2.7.325/images/broken_spawner.png => static/browse/enderio/broken_spawner/icon.png (100%) rename {prerender => static}/browse/enderio/broken_spawner/index.html (100%) rename src/data/enderio/2.2.7.325/images/broken_spawner_2.png => static/browse/enderio/broken_spawner_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/broken_spawner_3.png => static/browse/enderio/broken_spawner_3/icon.png (100%) rename src/data/enderio/2.2.7.325/images/broken_spawner_4.png => static/browse/enderio/broken_spawner_4/icon.png (100%) rename src/data/enderio/2.2.7.325/images/broken_spawner_5.png => static/browse/enderio/broken_spawner_5/icon.png (100%) rename src/data/enderio/2.2.7.325/images/broken_spawner_6.png => static/browse/enderio/broken_spawner_6/icon.png (100%) rename src/data/enderio/2.2.7.325/images/broken_spawner_7.png => static/browse/enderio/broken_spawner_7/icon.png (100%) rename src/data/enderio/2.2.7.325/images/capacitor_bank.png => static/browse/enderio/capacitor_bank/icon.png (100%) rename {prerender => static}/browse/enderio/capacitor_bank/index.html (100%) rename src/data/enderio/2.2.7.325/images/capacitor_bank_2.png => static/browse/enderio/capacitor_bank_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/capacitor_bank_deprecated.png => static/browse/enderio/capacitor_bank_deprecated/icon.png (100%) rename src/data/enderio/2.2.7.325/images/capacitor_bank_deprecated_2.png => static/browse/enderio/capacitor_bank_deprecated_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/chargeable_item_filter.png => static/browse/enderio/chargeable_item_filter/icon.png (100%) rename {prerender => static}/browse/enderio/chargeable_item_filter/index.html (100%) rename src/data/enderio/2.2.7.325/images/coal_powder.png => static/browse/enderio/coal_powder/icon.png (100%) rename {prerender => static}/browse/enderio/coal_powder/index.html (100%) rename src/data/enderio/2.2.7.325/images/combustion_generator.png => static/browse/enderio/combustion_generator/icon.png (100%) rename {prerender => static}/browse/enderio/combustion_generator/index.html (100%) rename src/data/enderio/2.2.7.325/images/conductive_iron.png => static/browse/enderio/conductive_iron/icon.png (100%) rename {prerender => static}/browse/enderio/conductive_iron/index.html (100%) rename src/data/enderio/2.2.7.325/images/conductive_iron_block.png => static/browse/enderio/conductive_iron_block/icon.png (100%) rename {prerender => static}/browse/enderio/conductive_iron_block/index.html (100%) rename src/data/enderio/2.2.7.325/images/conduit_binder.png => static/browse/enderio/conduit_binder/icon.png (100%) rename {prerender => static}/browse/enderio/conduit_binder/index.html (100%) rename src/data/enderio/2.2.7.325/images/conduit_connector.png => static/browse/enderio/conduit_connector/icon.png (100%) rename src/data/enderio/2.2.7.325/images/conduit_facade.png => static/browse/enderio/conduit_facade/icon.png (100%) rename {prerender => static}/browse/enderio/conduit_facade/index.html (100%) rename src/data/enderio/2.2.7.325/images/conduit_probe.png => static/browse/enderio/conduit_probe/icon.png (100%) rename {prerender => static}/browse/enderio/conduit_probe/index.html (100%) rename src/data/enderio/2.2.7.325/images/conduit_switch.png => static/browse/enderio/conduit_switch/icon.png (100%) rename {prerender => static}/browse/enderio/conduit_switch/index.html (100%) rename src/data/enderio/2.2.7.325/images/crafter.png => static/browse/enderio/crafter/icon.png (100%) rename {prerender => static}/browse/enderio/crafter/index.html (100%) rename src/data/enderio/2.2.7.325/images/creative_buffer.png => static/browse/enderio/creative_buffer/icon.png (100%) rename src/data/enderio/2.2.7.325/images/creative_capacitor_bank.png => static/browse/enderio/creative_capacitor_bank/icon.png (100%) rename src/data/enderio/2.2.7.325/images/creative_capacitor_bank_deprecated.png => static/browse/enderio/creative_capacitor_bank_deprecated/icon.png (100%) rename src/data/enderio/2.2.7.325/images/dark_axe.png => static/browse/enderio/dark_axe/icon.png (100%) rename {prerender => static}/browse/enderio/dark_axe/index.html (100%) rename src/data/enderio/2.2.7.325/images/dark_axe_2.png => static/browse/enderio/dark_axe_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/dark_boots.png => static/browse/enderio/dark_boots/icon.png (100%) rename {prerender => static}/browse/enderio/dark_boots/index.html (100%) rename src/data/enderio/2.2.7.325/images/dark_boots_2.png => static/browse/enderio/dark_boots_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/dark_helm.png => static/browse/enderio/dark_helm/icon.png (100%) rename {prerender => static}/browse/enderio/dark_helm/index.html (100%) rename src/data/enderio/2.2.7.325/images/dark_helm_2.png => static/browse/enderio/dark_helm_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/dark_iron_bars.png => static/browse/enderio/dark_iron_bars/icon.png (100%) rename {prerender => static}/browse/enderio/dark_iron_bars/index.html (100%) rename src/data/enderio/2.2.7.325/images/dark_leggings.png => static/browse/enderio/dark_leggings/icon.png (100%) rename {prerender => static}/browse/enderio/dark_leggings/index.html (100%) rename src/data/enderio/2.2.7.325/images/dark_leggings_2.png => static/browse/enderio/dark_leggings_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/dark_pick.png => static/browse/enderio/dark_pick/icon.png (100%) rename {prerender => static}/browse/enderio/dark_pick/index.html (100%) rename src/data/enderio/2.2.7.325/images/dark_pick_2.png => static/browse/enderio/dark_pick_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/dark_plate.png => static/browse/enderio/dark_plate/icon.png (100%) rename {prerender => static}/browse/enderio/dark_plate/index.html (100%) rename src/data/enderio/2.2.7.325/images/dark_plate_2.png => static/browse/enderio/dark_plate_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/dark_pressure_plate.png => static/browse/enderio/dark_pressure_plate/icon.png (100%) rename {prerender => static}/browse/enderio/dark_pressure_plate/index.html (100%) rename src/data/enderio/2.2.7.325/images/dark_pressure_plate_2.png => static/browse/enderio/dark_pressure_plate_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/dark_steel.png => static/browse/enderio/dark_steel/icon.png (100%) rename {prerender => static}/browse/enderio/dark_steel/index.html (100%) rename src/data/enderio/2.2.7.325/images/dark_steel_anvil.png => static/browse/enderio/dark_steel_anvil/icon.png (100%) rename {prerender => static}/browse/enderio/dark_steel_anvil/index.html (100%) rename src/data/enderio/2.2.7.325/images/dark_steel_ball.png => static/browse/enderio/dark_steel_ball/icon.png (100%) rename {prerender => static}/browse/enderio/dark_steel_ball/index.html (100%) rename src/data/enderio/2.2.7.325/images/dark_steel_block.png => static/browse/enderio/dark_steel_block/icon.png (100%) rename {prerender => static}/browse/enderio/dark_steel_block/index.html (100%) rename src/data/enderio/2.2.7.325/images/dark_steel_ladder.png => static/browse/enderio/dark_steel_ladder/icon.png (100%) rename {prerender => static}/browse/enderio/dark_steel_ladder/index.html (100%) rename src/data/enderio/2.2.7.325/images/dimensional_transceiver.png => static/browse/enderio/dimensional_transceiver/icon.png (100%) rename {prerender => static}/browse/enderio/dimensional_transceiver/index.html (100%) rename src/data/enderio/2.2.7.325/images/double_layer_capacitor.png => static/browse/enderio/double_layer_capacitor/icon.png (100%) rename {prerender => static}/browse/enderio/double_layer_capacitor/index.html (100%) rename src/data/enderio/2.2.7.325/images/electrical_steel.png => static/browse/enderio/electrical_steel/icon.png (100%) rename {prerender => static}/browse/enderio/electrical_steel/index.html (100%) rename src/data/enderio/2.2.7.325/images/electrical_steel_block.png => static/browse/enderio/electrical_steel_block/icon.png (100%) rename {prerender => static}/browse/enderio/electrical_steel_block/index.html (100%) rename src/data/enderio/2.2.7.325/images/electromagnet.png => static/browse/enderio/electromagnet/icon.png (100%) rename {prerender => static}/browse/enderio/electromagnet/index.html (100%) rename src/data/enderio/2.2.7.325/images/electromagnet_2.png => static/browse/enderio/electromagnet_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/enchanter.png => static/browse/enderio/enchanter/icon.png (100%) rename {prerender => static}/browse/enderio/enchanter/index.html (100%) rename src/data/enderio/2.2.7.325/images/ender_crystal.png => static/browse/enderio/ender_crystal/icon.png (100%) rename {prerender => static}/browse/enderio/ender_crystal/index.html (100%) rename src/data/enderio/2.2.7.325/images/ender_energy_conduit.png => static/browse/enderio/ender_energy_conduit/icon.png (100%) rename {prerender => static}/browse/enderio/ender_energy_conduit/index.html (100%) rename src/data/enderio/2.2.7.325/images/ender_fluid_conduit.png => static/browse/enderio/ender_fluid_conduit/icon.png (100%) rename {prerender => static}/browse/enderio/ender_fluid_conduit/index.html (100%) rename src/data/enderio/2.2.7.325/images/ender_io.png => static/browse/enderio/ender_io/icon.png (100%) rename {prerender => static}/browse/enderio/ender_io/index.html (100%) rename src/data/enderio/2.2.7.325/images/ender_rail.png => static/browse/enderio/ender_rail/icon.png (100%) rename {prerender => static}/browse/enderio/ender_rail/index.html (100%) rename src/data/enderio/2.2.7.325/images/ender_resonator.png => static/browse/enderio/ender_resonator/icon.png (100%) rename {prerender => static}/browse/enderio/ender_resonator/index.html (100%) rename src/data/enderio/2.2.7.325/images/enderman_head.png => static/browse/enderio/enderman_head/icon.png (100%) rename {prerender => static}/browse/enderio/enderman_head/index.html (100%) rename src/data/enderio/2.2.7.325/images/energetic_alloy.png => static/browse/enderio/energetic_alloy/icon.png (100%) rename {prerender => static}/browse/enderio/energetic_alloy/index.html (100%) rename src/data/enderio/2.2.7.325/images/energetic_alloy_block.png => static/browse/enderio/energetic_alloy_block/icon.png (100%) rename {prerender => static}/browse/enderio/energetic_alloy_block/index.html (100%) rename src/data/enderio/2.2.7.325/images/energy_conduit.png => static/browse/enderio/energy_conduit/icon.png (100%) rename {prerender => static}/browse/enderio/energy_conduit/index.html (100%) rename src/data/enderio/2.2.7.325/images/enhanced_energy_conduit.png => static/browse/enderio/enhanced_energy_conduit/icon.png (100%) rename {prerender => static}/browse/enderio/enhanced_energy_conduit/index.html (100%) rename src/data/enderio/2.2.7.325/images/enlightened_clear_glass.png => static/browse/enderio/enlightened_clear_glass/icon.png (100%) rename {prerender => static}/browse/enderio/enlightened_clear_glass/index.html (100%) rename src/data/enderio/2.2.7.325/images/enlightened_fused_quartz.png => static/browse/enderio/enlightened_fused_quartz/icon.png (100%) rename {prerender => static}/browse/enderio/enlightened_fused_quartz/index.html (100%) rename src/data/enderio/2.2.7.325/images/enticing_crystal.png => static/browse/enderio/enticing_crystal/icon.png (100%) rename {prerender => static}/browse/enderio/enticing_crystal/index.html (100%) rename src/data/enderio/2.2.7.325/images/existing_item_filter.png => static/browse/enderio/existing_item_filter/icon.png (100%) rename {prerender => static}/browse/enderio/existing_item_filter/index.html (100%) rename src/data/enderio/2.2.7.325/images/experience_obelisk.png => static/browse/enderio/experience_obelisk/icon.png (100%) rename {prerender => static}/browse/enderio/experience_obelisk/index.html (100%) rename src/data/enderio/2.2.7.325/images/experience_rod.png => static/browse/enderio/experience_rod/icon.png (100%) rename {prerender => static}/browse/enderio/experience_rod/index.html (100%) rename src/data/enderio/2.2.7.325/images/farming_station.png => static/browse/enderio/farming_station/icon.png (100%) rename {prerender => static}/browse/enderio/farming_station/index.html (100%) rename src/data/enderio/2.2.7.325/images/fire_water.png => static/browse/enderio/fire_water/icon.png (100%) rename {prerender => static}/browse/enderio/fire_water/index.html (100%) rename src/data/enderio/2.2.7.325/images/fire_water_bucket.png => static/browse/enderio/fire_water_bucket/icon.png (100%) rename {prerender => static}/browse/enderio/fire_water_bucket/index.html (100%) rename src/data/enderio/2.2.7.325/images/fluid_conduit.png => static/browse/enderio/fluid_conduit/icon.png (100%) rename {prerender => static}/browse/enderio/fluid_conduit/index.html (100%) rename src/data/enderio/2.2.7.325/images/fluid_tank.png => static/browse/enderio/fluid_tank/icon.png (100%) rename {prerender => static}/browse/enderio/fluid_tank/index.html (100%) rename src/data/enderio/2.2.7.325/images/frank_n_zombie.png => static/browse/enderio/frank_n_zombie/icon.png (100%) rename {prerender => static}/browse/enderio/frank_n_zombie/index.html (100%) rename src/data/enderio/2.2.7.325/images/fused_quartz.png => static/browse/enderio/fused_quartz/icon.png (100%) rename {prerender => static}/browse/enderio/fused_quartz/index.html (100%) rename src/data/enderio/2.2.7.325/images/fused_quartz_frame.png => static/browse/enderio/fused_quartz_frame/icon.png (100%) rename {prerender => static}/browse/enderio/fused_quartz_frame/index.html (100%) rename src/data/enderio/2.2.7.325/images/glider_wing.png => static/browse/enderio/glider_wing/icon.png (100%) rename {prerender => static}/browse/enderio/glider_wing/index.html (100%) rename src/data/enderio/2.2.7.325/images/glider_wings.png => static/browse/enderio/glider_wings/icon.png (100%) rename {prerender => static}/browse/enderio/glider_wings/index.html (100%) rename src/data/enderio/2.2.7.325/images/gold_powder.png => static/browse/enderio/gold_powder/icon.png (100%) rename {prerender => static}/browse/enderio/gold_powder/index.html (100%) rename src/data/enderio/2.2.7.325/images/hootch.png => static/browse/enderio/hootch/icon.png (100%) rename {prerender => static}/browse/enderio/hootch/index.html (100%) rename src/data/enderio/2.2.7.325/images/hootch_bucket.png => static/browse/enderio/hootch_bucket/icon.png (100%) rename {prerender => static}/browse/enderio/hootch_bucket/index.html (100%) rename src/data/enderio/logo.png => static/browse/enderio/icon.png (100%) rename {prerender => static}/browse/enderio/index.html (100%) rename src/data/enderio/2.2.7.325/images/insulated_redstone_conduit.png => static/browse/enderio/insulated_redstone_conduit/icon.png (100%) rename {prerender => static}/browse/enderio/insulated_redstone_conduit/index.html (100%) rename src/data/enderio/2.2.7.325/images/iron_powder.png => static/browse/enderio/iron_powder/icon.png (100%) rename {prerender => static}/browse/enderio/iron_powder/index.html (100%) rename src/data/enderio/2.2.7.325/images/item_buffer.png => static/browse/enderio/item_buffer/icon.png (100%) rename {prerender => static}/browse/enderio/item_buffer/index.html (100%) rename src/data/enderio/2.2.7.325/images/item_conduit.png => static/browse/enderio/item_conduit/icon.png (100%) rename {prerender => static}/browse/enderio/item_conduit/index.html (100%) rename src/data/enderio/2.2.7.325/images/item_conduit_speed_upgrade.png => static/browse/enderio/item_conduit_speed_upgrade/icon.png (100%) rename {prerender => static}/browse/enderio/item_conduit_speed_upgrade/index.html (100%) rename src/data/enderio/2.2.7.325/images/killer_joe.png => static/browse/enderio/killer_joe/icon.png (100%) rename {prerender => static}/browse/enderio/killer_joe/index.html (100%) rename src/data/enderio/2.2.7.325/images/light.png => static/browse/enderio/light/icon.png (100%) rename {prerender => static}/browse/enderio/light/index.html (100%) rename src/data/enderio/2.2.7.325/images/light_inverted.png => static/browse/enderio/light_inverted/icon.png (100%) rename {prerender => static}/browse/enderio/light_inverted/index.html (100%) rename src/data/enderio/2.2.7.325/images/liquid_xp.png => static/browse/enderio/liquid_xp/icon.png (100%) rename {prerender => static}/browse/enderio/liquid_xp/index.html (100%) rename src/data/enderio/2.2.7.325/images/machine_chassis.png => static/browse/enderio/machine_chassis/icon.png (100%) rename {prerender => static}/browse/enderio/machine_chassis/index.html (100%) rename src/data/enderio/2.2.7.325/images/mod_item_filter.png => static/browse/enderio/mod_item_filter/icon.png (100%) rename {prerender => static}/browse/enderio/mod_item_filter/index.html (100%) rename src/data/enderio/2.2.7.325/images/nutrient_distillation.png => static/browse/enderio/nutrient_distillation/icon.png (100%) rename {prerender => static}/browse/enderio/nutrient_distillation/index.html (100%) rename src/data/enderio/2.2.7.325/images/nutrient_distillation_bucket.png => static/browse/enderio/nutrient_distillation_bucket/icon.png (100%) rename {prerender => static}/browse/enderio/nutrient_distillation_bucket/index.html (100%) rename src/data/enderio/2.2.7.325/images/octadic_capacitor.png => static/browse/enderio/octadic_capacitor/icon.png (100%) rename {prerender => static}/browse/enderio/octadic_capacitor/index.html (100%) rename src/data/enderio/2.2.7.325/images/omni_buffer.png => static/browse/enderio/omni_buffer/icon.png (100%) rename {prerender => static}/browse/enderio/omni_buffer/index.html (100%) rename src/data/enderio/2.2.7.325/images/painting_machine.png => static/browse/enderio/painting_machine/icon.png (100%) rename {prerender => static}/browse/enderio/painting_machine/index.html (100%) rename src/data/enderio/2.2.7.325/images/photovoltaic_cell.png => static/browse/enderio/photovoltaic_cell/icon.png (100%) rename {prerender => static}/browse/enderio/photovoltaic_cell/index.html (100%) rename src/data/enderio/2.2.7.325/images/power_buffer.png => static/browse/enderio/power_buffer/icon.png (100%) rename {prerender => static}/browse/enderio/power_buffer/index.html (100%) rename src/data/enderio/2.2.7.325/images/power_monitor.png => static/browse/enderio/power_monitor/icon.png (100%) rename {prerender => static}/browse/enderio/power_monitor/index.html (100%) rename src/data/enderio/2.2.7.325/images/powered_light.png => static/browse/enderio/powered_light/icon.png (100%) rename {prerender => static}/browse/enderio/powered_light/index.html (100%) rename src/data/enderio/2.2.7.325/images/powered_light_inverted.png => static/browse/enderio/powered_light_inverted/icon.png (100%) rename {prerender => static}/browse/enderio/powered_light_inverted/index.html (100%) rename src/data/enderio/2.2.7.325/images/powered_spawner.png => static/browse/enderio/powered_spawner/icon.png (100%) rename {prerender => static}/browse/enderio/powered_spawner/index.html (100%) rename src/data/enderio/2.2.7.325/images/powered_spawner_2.png => static/browse/enderio/powered_spawner_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/powered_spawner_3.png => static/browse/enderio/powered_spawner_3/icon.png (100%) rename src/data/enderio/2.2.7.325/images/pressurized_fluid_conduit.png => static/browse/enderio/pressurized_fluid_conduit/icon.png (100%) rename {prerender => static}/browse/enderio/pressurized_fluid_conduit/index.html (100%) rename src/data/enderio/2.2.7.325/images/pressurized_fluid_tank.png => static/browse/enderio/pressurized_fluid_tank/icon.png (100%) rename {prerender => static}/browse/enderio/pressurized_fluid_tank/index.html (100%) rename src/data/enderio/2.2.7.325/images/pulsating_crystal.png => static/browse/enderio/pulsating_crystal/icon.png (100%) rename {prerender => static}/browse/enderio/pulsating_crystal/index.html (100%) rename src/data/enderio/2.2.7.325/images/pulsating_iron.png => static/browse/enderio/pulsating_iron/icon.png (100%) rename {prerender => static}/browse/enderio/pulsating_iron/index.html (100%) rename src/data/enderio/2.2.7.325/images/pulsating_iron_block.png => static/browse/enderio/pulsating_iron_block/icon.png (100%) rename {prerender => static}/browse/enderio/pulsating_iron_block/index.html (100%) rename src/data/enderio/2.2.7.325/images/pulsating_iron_nugget.png => static/browse/enderio/pulsating_iron_nugget/icon.png (100%) rename {prerender => static}/browse/enderio/pulsating_iron_nugget/index.html (100%) rename src/data/enderio/2.2.7.325/images/quite_clear_glass.png => static/browse/enderio/quite_clear_glass/icon.png (100%) rename {prerender => static}/browse/enderio/quite_clear_glass/index.html (100%) rename src/data/enderio/2.2.7.325/images/redstone_alloy.png => static/browse/enderio/redstone_alloy/icon.png (100%) rename {prerender => static}/browse/enderio/redstone_alloy/index.html (100%) rename src/data/enderio/2.2.7.325/images/redstone_alloy_block.png => static/browse/enderio/redstone_alloy_block/icon.png (100%) rename {prerender => static}/browse/enderio/redstone_alloy_block/index.html (100%) rename src/data/enderio/2.2.7.325/images/redstone_conduit.png => static/browse/enderio/redstone_conduit/icon.png (100%) rename {prerender => static}/browse/enderio/redstone_conduit/index.html (100%) rename src/data/enderio/2.2.7.325/images/reinforced_obsidian.png => static/browse/enderio/reinforced_obsidian/icon.png (100%) rename {prerender => static}/browse/enderio/reinforced_obsidian/index.html (100%) rename src/data/enderio/2.2.7.325/images/reservoir.png => static/browse/enderio/reservoir/icon.png (100%) rename {prerender => static}/browse/enderio/reservoir/index.html (100%) rename src/data/enderio/2.2.7.325/images/rocket_fuel.png => static/browse/enderio/rocket_fuel/icon.png (100%) rename {prerender => static}/browse/enderio/rocket_fuel/index.html (100%) rename src/data/enderio/2.2.7.325/images/rocket_fuel_bucket.png => static/browse/enderio/rocket_fuel_bucket/icon.png (100%) rename {prerender => static}/browse/enderio/rocket_fuel_bucket/index.html (100%) rename src/data/enderio/2.2.7.325/images/sag_mill.png => static/browse/enderio/sag_mill/icon.png (100%) rename {prerender => static}/browse/enderio/sag_mill/index.html (100%) rename src/data/enderio/2.2.7.325/images/silicon.png => static/browse/enderio/silicon/icon.png (100%) rename {prerender => static}/browse/enderio/silicon/index.html (100%) rename src/data/enderio/2.2.7.325/images/slice_n_splice.png => static/browse/enderio/slice_n_splice/icon.png (100%) rename {prerender => static}/browse/enderio/slice_n_splice/index.html (100%) rename src/data/enderio/2.2.7.325/images/slightly_damaged_dark_steel_anvil.png => static/browse/enderio/slightly_damaged_dark_steel_anvil/icon.png (100%) rename src/data/enderio/2.2.7.325/images/soul_binder.png => static/browse/enderio/soul_binder/icon.png (100%) rename {prerender => static}/browse/enderio/soul_binder/index.html (100%) rename src/data/enderio/2.2.7.325/images/soul_vial.png => static/browse/enderio/soul_vial/icon.png (100%) rename {prerender => static}/browse/enderio/soul_vial/index.html (100%) rename src/data/enderio/2.2.7.325/images/soul_vial_filled.png => static/browse/enderio/soul_vial_filled/icon.png (100%) rename {prerender => static}/browse/enderio/soul_vial_filled/index.html (100%) rename src/data/enderio/2.2.7.325/images/soularium.png => static/browse/enderio/soularium/icon.png (100%) rename {prerender => static}/browse/enderio/soularium/index.html (100%) rename src/data/enderio/2.2.7.325/images/soularium_block.png => static/browse/enderio/soularium_block/icon.png (100%) rename {prerender => static}/browse/enderio/soularium_block/index.html (100%) rename src/data/enderio/2.2.7.325/images/staff_of_traveling.png => static/browse/enderio/staff_of_traveling/icon.png (100%) rename {prerender => static}/browse/enderio/staff_of_traveling/index.html (100%) rename src/data/enderio/2.2.7.325/images/staff_of_traveling_2.png => static/browse/enderio/staff_of_traveling_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/stirling_generator.png => static/browse/enderio/stirling_generator/icon.png (100%) rename {prerender => static}/browse/enderio/stirling_generator/index.html (100%) rename src/data/enderio/2.2.7.325/images/the_ender.png => static/browse/enderio/the_ender/icon.png (100%) rename {prerender => static}/browse/enderio/the_ender/index.html (100%) rename src/data/enderio/2.2.7.325/images/the_ender_2.png => static/browse/enderio/the_ender_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/the_vat.png => static/browse/enderio/the_vat/icon.png (100%) rename {prerender => static}/browse/enderio/the_vat/index.html (100%) rename src/data/enderio/2.2.7.325/images/tile_blocklightnode_name.png => static/browse/enderio/tile_blocklightnode_name/icon.png (100%) rename src/data/enderio/2.2.7.325/images/tormented_enderman_head.png => static/browse/enderio/tormented_enderman_head/icon.png (100%) rename {prerender => static}/browse/enderio/tormented_enderman_head/index.html (100%) rename src/data/enderio/2.2.7.325/images/travel_anchor.png => static/browse/enderio/travel_anchor/icon.png (100%) rename {prerender => static}/browse/enderio/travel_anchor/index.html (100%) rename src/data/enderio/2.2.7.325/images/vacuum_chest.png => static/browse/enderio/vacuum_chest/icon.png (100%) rename {prerender => static}/browse/enderio/vacuum_chest/index.html (100%) rename src/data/enderio/2.2.7.325/images/very_damaged_dark_steel_anvil.png => static/browse/enderio/very_damaged_dark_steel_anvil/icon.png (100%) rename src/data/enderio/2.2.7.325/images/vibrant_alloy.png => static/browse/enderio/vibrant_alloy/icon.png (100%) rename {prerender => static}/browse/enderio/vibrant_alloy/index.html (100%) rename src/data/enderio/2.2.7.325/images/vibrant_alloy_block.png => static/browse/enderio/vibrant_alloy_block/icon.png (100%) rename {prerender => static}/browse/enderio/vibrant_alloy_block/index.html (100%) rename src/data/enderio/2.2.7.325/images/vibrant_alloy_nugget.png => static/browse/enderio/vibrant_alloy_nugget/icon.png (100%) rename {prerender => static}/browse/enderio/vibrant_alloy_nugget/index.html (100%) rename src/data/enderio/2.2.7.325/images/vibrant_capacitor_bank.png => static/browse/enderio/vibrant_capacitor_bank/icon.png (100%) rename {prerender => static}/browse/enderio/vibrant_capacitor_bank/index.html (100%) rename src/data/enderio/2.2.7.325/images/vibrant_capacitor_bank_2.png => static/browse/enderio/vibrant_capacitor_bank_2/icon.png (100%) rename src/data/enderio/2.2.7.325/images/vibrant_crystal.png => static/browse/enderio/vibrant_crystal/icon.png (100%) rename {prerender => static}/browse/enderio/vibrant_crystal/index.html (100%) rename src/data/enderio/2.2.7.325/images/wireless_charger.png => static/browse/enderio/wireless_charger/icon.png (100%) rename {prerender => static}/browse/enderio/wireless_charger/index.html (100%) rename src/data/enderio/2.2.7.325/images/wireless_powered_light.png => static/browse/enderio/wireless_powered_light/icon.png (100%) rename {prerender => static}/browse/enderio/wireless_powered_light/index.html (100%) rename src/data/enderio/2.2.7.325/images/wireless_powered_light_inverted.png => static/browse/enderio/wireless_powered_light_inverted/icon.png (100%) rename {prerender => static}/browse/enderio/wireless_powered_light_inverted/index.html (100%) rename src/data/enderio/2.2.7.325/images/xp_bucket.png => static/browse/enderio/xp_bucket/icon.png (100%) rename {prerender => static}/browse/enderio/xp_bucket/index.html (100%) rename src/data/enderio/2.2.7.325/images/yeta_wrench.png => static/browse/enderio/yeta_wrench/icon.png (100%) rename {prerender => static}/browse/enderio/yeta_wrench/index.html (100%) rename src/data/enderio/2.2.7.325/images/z_logic_controller.png => static/browse/enderio/z_logic_controller/icon.png (100%) rename {prerender => static}/browse/enderio/z_logic_controller/index.html (100%) rename src/data/enderio/2.2.7.325/images/zombie_electrode.png => static/browse/enderio/zombie_electrode/icon.png (100%) rename {prerender => static}/browse/enderio/zombie_electrode/index.html (100%) rename src/data/enderio/2.2.7.325/images/zombie_generator.png => static/browse/enderio/zombie_generator/icon.png (100%) rename {prerender => static}/browse/enderio/zombie_generator/index.html (100%) rename {prerender => static}/browse/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/10k_coolant_cell.png => static/browse/industrial_craft_2/10k_coolant_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/10k_coolant_cell/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/2x_ins_gold_cable/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/2x_ins_hv_cable/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/30k_coolant_cell.png => static/browse/industrial_craft_2/30k_coolant_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/30k_coolant_cell/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/4x_ins_hv_cable/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/60k_coolant_cell.png => static/browse/industrial_craft_2/60k_coolant_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/60k_coolant_cell/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_alloy.png => static/browse/industrial_craft_2/advanced_alloy/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/advanced_alloy/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/advanced_batpack.png => static/browse/industrial_craft_2/advanced_batpack/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/advanced_batpack/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_circuit.png => static/browse/industrial_craft_2/advanced_circuit/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/advanced_circuit/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_heat_exchanger.png => static/browse/industrial_craft_2/advanced_heat_exchanger/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/advanced_heat_exchanger/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_heat_vent.png => static/browse/industrial_craft_2/advanced_heat_vent/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/advanced_heat_vent/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/advanced_machine_block/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/advanced_machine_casing.png => static/browse/industrial_craft_2/advanced_machine_casing/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/advanced_machine_casing/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/advanced_miner.png => static/browse/industrial_craft_2/advanced_miner/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/advanced_miner/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/advanced_re_battery.png => static/browse/industrial_craft_2/advanced_re_battery/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/advanced_re_battery/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ashes.png => static/browse/industrial_craft_2/ashes/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/ashes/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/aurelia_seeds.png => static/browse/industrial_craft_2/aurelia_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/basalt.png => static/browse/industrial_craft_2/basalt/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/basalt/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/basic_machine_casing.png => static/browse/industrial_craft_2/basic_machine_casing/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/basic_machine_casing/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/batbox.png => static/browse/industrial_craft_2/batbox/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/batbox/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/batpack.png => static/browse/industrial_craft_2/batpack/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/batpack/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/bio_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bio_chaff.png => static/browse/industrial_craft_2/bio_chaff/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bio_chaff/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/biofuel_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/biogas.png => static/browse/industrial_craft_2/biogas/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/biogas/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/biogas_cell.png => static/browse/industrial_craft_2/biogas_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/biogas_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/biomass.png => static/browse/industrial_craft_2/biomass/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/biomass/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/biomass_cell.png => static/browse/industrial_craft_2/biomass_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/biomass_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/black_painter.png => static/browse/industrial_craft_2/black_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/black_painter/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/blackthorn_seeds.png => static/browse/industrial_craft_2/blackthorn_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/blast_furnace.png => static/browse/industrial_craft_2/blast_furnace/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/blast_furnace/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/block_cutting_blade_diamond.png => static/browse/industrial_craft_2/block_cutting_blade_diamond/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/block_cutting_blade_diamond/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/block_cutting_blade_iron.png => static/browse/industrial_craft_2/block_cutting_blade_iron/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/block_cutting_blade_iron/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/block_cutting_blade_refined_iron.png => static/browse/industrial_craft_2/block_cutting_blade_refined_iron/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/block_cutting_blade_refined_iron/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/block_cutting_machine.png => static/browse/industrial_craft_2/block_cutting_machine/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/block_cutting_machine/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/blue_painter.png => static/browse/industrial_craft_2/blue_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/blue_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bottling_plant.png => static/browse/industrial_craft_2/bottling_plant/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bottling_plant/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_axe.png => static/browse/industrial_craft_2/bronze_axe/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_axe/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_block.png => static/browse/industrial_craft_2/bronze_block/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_block/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_boots.png => static/browse/industrial_craft_2/bronze_boots/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_boots/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_chestplate.png => static/browse/industrial_craft_2/bronze_chestplate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_chestplate/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_dust.png => static/browse/industrial_craft_2/bronze_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_dust/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_helmet.png => static/browse/industrial_craft_2/bronze_helmet/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_helmet/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_hoe.png => static/browse/industrial_craft_2/bronze_hoe/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_hoe/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_ingot.png => static/browse/industrial_craft_2/bronze_ingot/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_ingot/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_item_casing.png => static/browse/industrial_craft_2/bronze_item_casing/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_item_casing/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_leggings.png => static/browse/industrial_craft_2/bronze_leggings/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_leggings/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_pickaxe.png => static/browse/industrial_craft_2/bronze_pickaxe/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_pickaxe/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_plate.png => static/browse/industrial_craft_2/bronze_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_plate/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_shovel.png => static/browse/industrial_craft_2/bronze_shovel/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_shovel/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_sword.png => static/browse/industrial_craft_2/bronze_sword/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/bronze_sword/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/brown_painter.png => static/browse/industrial_craft_2/brown_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/brown_painter/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/carrots_seeds.png => static/browse/industrial_craft_2/brownmushroom_seeds/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/canning_machine/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/carbon_fiber_canoe.png => static/browse/industrial_craft_2/carbon_fiber_canoe/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/carbon_fiber_canoe/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/carbon_plate.png => static/browse/industrial_craft_2/carbon_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/carbon_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/carbon_rotor_blade.png => static/browse/industrial_craft_2/carbon_rotor_blade/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/carbon_rotor_blade/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/cocoa_seeds.png => static/browse/industrial_craft_2/carrots_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/cesu.png => static/browse/industrial_craft_2/cesu/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/cesu/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/cf_backpack.png => static/browse/industrial_craft_2/cf_backpack/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/cf_backpack/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/cf_pellet/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/cf_powder.png => static/browse/industrial_craft_2/cf_powder/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/cf_powder/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/cf_sprayer.png => static/browse/industrial_craft_2/cf_sprayer/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/cf_sprayer/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/chainsaw.png => static/browse/industrial_craft_2/chainsaw/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/chainsaw/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/charge_pad_batbox.png => static/browse/industrial_craft_2/charge_pad_batbox/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/charge_pad_batbox/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/charge_pad_cesu.png => static/browse/industrial_craft_2/charge_pad_cesu/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/charge_pad_cesu/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/charge_pad_mfe.png => static/browse/industrial_craft_2/charge_pad_mfe/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/charge_pad_mfe/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/charge_pad_mfsu.png => static/browse/industrial_craft_2/charge_pad_mfsu/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/charge_pad_mfsu/index.html (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/hydration_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/10k_coolant_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/2x_ins_gold_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/2x_ins_gold_cable/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/2x_ins_hv_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/2x_ins_hv_cable/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/30k_coolant_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/30k_coolant_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/4x_ins_hv_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/4x_ins_hv_cable/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/60k_coolant_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/60k_coolant_cell/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/advanced_alloy.png => static/browse/industrial_craft_2/classic-1.7.10-6/advanced_alloy/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/advanced_circuit.png => static/browse/industrial_craft_2/classic-1.7.10-6/advanced_circuit/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/advanced_heat_exchanger.png => static/browse/industrial_craft_2/classic-1.7.10-6/advanced_heat_exchanger/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/advanced_heat_vent.png => static/browse/industrial_craft_2/classic-1.7.10-6/advanced_heat_vent/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_machine_block.png => static/browse/industrial_craft_2/classic-1.7.10-6/advanced_machine_block/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/coffee_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/aurelia_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/batbox.png => static/browse/industrial_craft_2/classic-1.7.10-6/batbox/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/batpack.png => static/browse/industrial_craft_2/classic-1.7.10-6/batpack/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/bio_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/bio_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/biofuel_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/biofuel_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/cyazint_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/blackthorn_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_axe.png => static/browse/industrial_craft_2/classic-1.7.10-6/bronze_axe/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_block.png => static/browse/industrial_craft_2/classic-1.7.10-6/bronze_block/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_boots.png => static/browse/industrial_craft_2/classic-1.7.10-6/bronze_boots/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_chestplate.png => static/browse/industrial_craft_2/classic-1.7.10-6/bronze_chestplate/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_dust.png => static/browse/industrial_craft_2/classic-1.7.10-6/bronze_dust/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_helmet.png => static/browse/industrial_craft_2/classic-1.7.10-6/bronze_helmet/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_hoe.png => static/browse/industrial_craft_2/classic-1.7.10-6/bronze_hoe/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_ingot.png => static/browse/industrial_craft_2/classic-1.7.10-6/bronze_ingot/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_leggings.png => static/browse/industrial_craft_2/classic-1.7.10-6/bronze_leggings/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_pickaxe.png => static/browse/industrial_craft_2/classic-1.7.10-6/bronze_pickaxe/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_shovel.png => static/browse/industrial_craft_2/classic-1.7.10-6/bronze_shovel/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/bronze_sword.png => static/browse/industrial_craft_2/classic-1.7.10-6/bronze_sword/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/canning_machine.png => static/browse/industrial_craft_2/classic-1.7.10-6/canning_machine/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/carbon_plate.png => static/browse/industrial_craft_2/classic-1.7.10-6/carbon_plate/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/dandelion_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/carrots_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/cf_backpack.png => static/browse/industrial_craft_2/classic-1.7.10-6/cf_backpack/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/cf_pellet.png => static/browse/industrial_craft_2/classic-1.7.10-6/cf_pellet/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/cf_sprayer.png => static/browse/industrial_craft_2/classic-1.7.10-6/cf_sprayer/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/chainsaw.png => static/browse/industrial_craft_2/classic-1.7.10-6/chainsaw/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/clay_dust.png => static/browse/industrial_craft_2/classic-1.7.10-6/clay_dust/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/coal_ball.png => static/browse/industrial_craft_2/classic-1.7.10-6/coal_ball/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/coal_chunk.png => static/browse/industrial_craft_2/classic-1.7.10-6/coal_chunk/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/coal_dust.png => static/browse/industrial_craft_2/classic-1.7.10-6/coal_dust/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/coalfuel_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/coalfuel_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/ferru_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/cocoa_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/coffee.png => static/browse/industrial_craft_2/classic-1.7.10-6/coffee/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/coffee_beans.png => static/browse/industrial_craft_2/classic-1.7.10-6/coffee_beans/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/coffee_powder.png => static/browse/industrial_craft_2/classic-1.7.10-6/coffee_powder/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/hops_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/coffee_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/cold_coffee.png => static/browse/industrial_craft_2/classic-1.7.10-6/cold_coffee/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/component_heat_exchanger.png => static/browse/industrial_craft_2/classic-1.7.10-6/component_heat_exchanger/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/component_heat_vent.png => static/browse/industrial_craft_2/classic-1.7.10-6/component_heat_vent/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/composite_vest.png => static/browse/industrial_craft_2/classic-1.7.10-6/composite_vest/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/compressed_air_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/compressed_air_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/compressed_coal_ball.png => static/browse/industrial_craft_2/classic-1.7.10-6/compressed_coal_ball/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/compressed_hyd_coalclump.png => static/browse/industrial_craft_2/classic-1.7.10-6/compressed_hyd_coalclump/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/compressed_plants.png => static/browse/industrial_craft_2/classic-1.7.10-6/compressed_plants/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/compressor.png => static/browse/industrial_craft_2/classic-1.7.10-6/compressor/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/construction_foam.png => static/browse/industrial_craft_2/classic-1.7.10-6/construction_foam/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/containment_reactor_plating.png => static/browse/industrial_craft_2/classic-1.7.10-6/containment_reactor_plating/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/copper_block.png => static/browse/industrial_craft_2/classic-1.7.10-6/copper_block/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/copper_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/copper_cable/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/copper_dust.png => static/browse/industrial_craft_2/classic-1.7.10-6/copper_dust/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/copper_ingot.png => static/browse/industrial_craft_2/classic-1.7.10-6/copper_ingot/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/copper_ore.png => static/browse/industrial_craft_2/classic-1.7.10-6/copper_ore/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/crop.png => static/browse/industrial_craft_2/classic-1.7.10-6/crop/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/crop_matron.png => static/browse/industrial_craft_2/classic-1.7.10-6/crop_matron/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/cropnalyzer.png => static/browse/industrial_craft_2/classic-1.7.10-6/cropnalyzer/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/melon_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/cyazint_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/nether_wart_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/dandelion_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/dark_coffee.png => static/browse/industrial_craft_2/classic-1.7.10-6/dark_coffee/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/dense_copper_plate.png => static/browse/industrial_craft_2/classic-1.7.10-6/dense_copper_plate/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/depleted_isotope_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/depleted_isotope_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/diamond_drill.png => static/browse/industrial_craft_2/classic-1.7.10-6/diamond_drill/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/diamond_industrial.png => static/browse/industrial_craft_2/classic-1.7.10-6/diamond_industrial/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/dual_uranium_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/dual_uranium_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/dynamite.png => static/browse/industrial_craft_2/classic-1.7.10-6/dynamite/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/dynamite_o_mote.png => static/browse/industrial_craft_2/classic-1.7.10-6/dynamite_o_mote/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/electric_furnace.png => static/browse/industrial_craft_2/classic-1.7.10-6/electric_furnace/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/electric_hoe.png => static/browse/industrial_craft_2/classic-1.7.10-6/electric_hoe/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/electric_jetpack.png => static/browse/industrial_craft_2/classic-1.7.10-6/electric_jetpack/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/electric_treetap.png => static/browse/industrial_craft_2/classic-1.7.10-6/electric_treetap/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/electric_wrench.png => static/browse/industrial_craft_2/classic-1.7.10-6/electric_wrench/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/electrolyzed_water_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/electrolyzed_water_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/electrolyzer.png => static/browse/industrial_craft_2/classic-1.7.10-6/electrolyzer/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/electronic_circuit.png => static/browse/industrial_craft_2/classic-1.7.10-6/electronic_circuit/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/empty_booze_barrel.png => static/browse/industrial_craft_2/classic-1.7.10-6/empty_booze_barrel/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/empty_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/empty_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/empty_fuel_can.png => static/browse/industrial_craft_2/classic-1.7.10-6/empty_fuel_can/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/energy_crystal.png => static/browse/industrial_craft_2/classic-1.7.10-6/energy_crystal/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/energy_o_mat.png => static/browse/industrial_craft_2/classic-1.7.10-6/energy_o_mat/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/energy_storage_upgrade.png => static/browse/industrial_craft_2/classic-1.7.10-6/energy_storage_upgrade/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/eu_detector_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/eu_detector_cable/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/eu_reader.png => static/browse/industrial_craft_2/classic-1.7.10-6/eu_reader/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/eu_splitter_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/eu_splitter_cable/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/extractor.png => static/browse/industrial_craft_2/classic-1.7.10-6/extractor/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/potato_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/ferru_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/fertilizer.png => static/browse/industrial_craft_2/classic-1.7.10-6/fertilizer/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/filled_fuel_can.png => static/browse/industrial_craft_2/classic-1.7.10-6/filled_fuel_can/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/filled_tin_can.png => static/browse/industrial_craft_2/classic-1.7.10-6/filled_tin_can/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/frequency_transmitter.png => static/browse/industrial_craft_2/classic-1.7.10-6/frequency_transmitter/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/generator.png => static/browse/industrial_craft_2/classic-1.7.10-6/generator/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/geothermal_generator.png => static/browse/industrial_craft_2/classic-1.7.10-6/geothermal_generator/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/glass_fibre_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/glass_fibre_cable/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/gold_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/gold_cable/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/gold_dust.png => static/browse/industrial_craft_2/classic-1.7.10-6/gold_dust/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/grin_powder.png => static/browse/industrial_craft_2/classic-1.7.10-6/grin_powder/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/h_coal_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/h_coal_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/hazmat_suit.png => static/browse/industrial_craft_2/classic-1.7.10-6/hazmat_suit/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/hazmat_suit_leggings.png => static/browse/industrial_craft_2/classic-1.7.10-6/hazmat_suit_leggings/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/heat_capacity_reactor_plating.png => static/browse/industrial_craft_2/classic-1.7.10-6/heat_capacity_reactor_plating/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/heat_exchanger.png => static/browse/industrial_craft_2/classic-1.7.10-6/heat_exchanger/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/heat_vent.png => static/browse/industrial_craft_2/classic-1.7.10-6/heat_vent/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/heating_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/heating_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/hops.png => static/browse/industrial_craft_2/classic-1.7.10-6/hops/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/pumpkin_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/hops_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/hv_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/hv_cable/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/hv_transformer.png => static/browse/industrial_craft_2/classic-1.7.10-6/hv_transformer/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/hydrated_coal_dust.png => static/browse/industrial_craft_2/classic-1.7.10-6/hydrated_coal_dust/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/10k_coolant_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/hydration_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/induction_furnace.png => static/browse/industrial_craft_2/classic-1.7.10-6/induction_furnace/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/industrial_credit.png => static/browse/industrial_craft_2/classic-1.7.10-6/industrial_credit/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/industrial_tnt.png => static/browse/industrial_craft_2/classic-1.7.10-6/industrial_tnt/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/insulated_copper_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/insulated_copper_cable/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/insulated_gold_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/insulated_gold_cable/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/insulated_hv_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/insulated_hv_cable/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/insulation_cutter.png => static/browse/industrial_craft_2/classic-1.7.10-6/insulation_cutter/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/iridium_ore.png => static/browse/industrial_craft_2/classic-1.7.10-6/iridium_ore/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/iridium_plate.png => static/browse/industrial_craft_2/classic-1.7.10-6/iridium_plate/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/iron_dust.png => static/browse/industrial_craft_2/classic-1.7.10-6/iron_dust/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/iron_fence.png => static/browse/industrial_craft_2/classic-1.7.10-6/iron_fence/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/iron_furnace.png => static/browse/industrial_craft_2/classic-1.7.10-6/iron_furnace/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/iron_scaffold.png => static/browse/industrial_craft_2/classic-1.7.10-6/iron_scaffold/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/jetpack.png => static/browse/industrial_craft_2/classic-1.7.10-6/jetpack/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/lapotron_crystal.png => static/browse/industrial_craft_2/classic-1.7.10-6/lapotron_crystal/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/lappack.png => static/browse/industrial_craft_2/classic-1.7.10-6/lappack/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/lava_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/lava_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/luminator.png => static/browse/industrial_craft_2/classic-1.7.10-6/luminator/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/lv_transformer.png => static/browse/industrial_craft_2/classic-1.7.10-6/lv_transformer/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/lzh_condensator.png => static/browse/industrial_craft_2/classic-1.7.10-6/lzh_condensator/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/macerator.png => static/browse/industrial_craft_2/classic-1.7.10-6/macerator/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/machine_block.png => static/browse/industrial_craft_2/classic-1.7.10-6/machine_block/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/magnetizer.png => static/browse/industrial_craft_2/classic-1.7.10-6/magnetizer/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/mass_fabricator.png => static/browse/industrial_craft_2/classic-1.7.10-6/mass_fabricator/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/redwheat_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/melon_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/mfe.png => static/browse/industrial_craft_2/classic-1.7.10-6/mfe/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/mfsu.png => static/browse/industrial_craft_2/classic-1.7.10-6/mfsu/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/miner.png => static/browse/industrial_craft_2/classic-1.7.10-6/miner/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/mining_drill.png => static/browse/industrial_craft_2/classic-1.7.10-6/mining_drill/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/mining_laser.png => static/browse/industrial_craft_2/classic-1.7.10-6/mining_laser/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/mining_pipe.png => static/browse/industrial_craft_2/classic-1.7.10-6/mining_pipe/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/mixed_metal_ingot.png => static/browse/industrial_craft_2/classic-1.7.10-6/mixed_metal_ingot/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/mv_transformer.png => static/browse/industrial_craft_2/classic-1.7.10-6/mv_transformer/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/nano_saber.png => static/browse/industrial_craft_2/classic-1.7.10-6/nano_saber/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/nanosuit_bodyarmor.png => static/browse/industrial_craft_2/classic-1.7.10-6/nanosuit_bodyarmor/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/nanosuit_boots.png => static/browse/industrial_craft_2/classic-1.7.10-6/nanosuit_boots/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/nanosuit_helmet.png => static/browse/industrial_craft_2/classic-1.7.10-6/nanosuit_helmet/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/nanosuit_leggings.png => static/browse/industrial_craft_2/classic-1.7.10-6/nanosuit_leggings/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/near_depleted_uranium_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/near_depleted_uranium_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/reed_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/nether_wart_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/neutron_reflector.png => static/browse/industrial_craft_2/classic-1.7.10-6/neutron_reflector/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/nuclear_reactor.png => static/browse/industrial_craft_2/classic-1.7.10-6/nuclear_reactor/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/nuke.png => static/browse/industrial_craft_2/classic-1.7.10-6/nuke/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/od_scanner.png => static/browse/industrial_craft_2/classic-1.7.10-6/od_scanner/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/ov_scanner.png => static/browse/industrial_craft_2/classic-1.7.10-6/ov_scanner/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/overclocked_heat_vent.png => static/browse/industrial_craft_2/classic-1.7.10-6/overclocked_heat_vent/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/overclocker_upgrade.png => static/browse/industrial_craft_2/classic-1.7.10-6/overclocker_upgrade/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/painter.png => static/browse/industrial_craft_2/classic-1.7.10-6/painter/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/personal_safe.png => static/browse/industrial_craft_2/classic-1.7.10-6/personal_safe/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/plantball.png => static/browse/industrial_craft_2/classic-1.7.10-6/plantball/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/rose_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/potato_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/pump.png => static/browse/industrial_craft_2/classic-1.7.10-6/pump/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/stickreed_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/pumpkin_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/quad_uranium_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/quad_uranium_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/quantumsuit_bodyarmor.png => static/browse/industrial_craft_2/classic-1.7.10-6/quantumsuit_bodyarmor/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/quantumsuit_boots.png => static/browse/industrial_craft_2/classic-1.7.10-6/quantumsuit_boots/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/quantumsuit_helmet.png => static/browse/industrial_craft_2/classic-1.7.10-6/quantumsuit_helmet/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/quantumsuit_leggings.png => static/browse/industrial_craft_2/classic-1.7.10-6/quantumsuit_leggings/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/raw_carbon_fibre.png => static/browse/industrial_craft_2/classic-1.7.10-6/raw_carbon_fibre/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/raw_carbon_mesh.png => static/browse/industrial_craft_2/classic-1.7.10-6/raw_carbon_mesh/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/re_battery.png => static/browse/industrial_craft_2/classic-1.7.10-6/re_battery/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/re_enriched_uranium_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/re_enriched_uranium_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/reactor_chamber.png => static/browse/industrial_craft_2/classic-1.7.10-6/reactor_chamber/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/reactor_heat_exchanger.png => static/browse/industrial_craft_2/classic-1.7.10-6/reactor_heat_exchanger/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/reactor_heat_vent.png => static/browse/industrial_craft_2/classic-1.7.10-6/reactor_heat_vent/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/reactor_plating.png => static/browse/industrial_craft_2/classic-1.7.10-6/reactor_plating/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/recycler.png => static/browse/industrial_craft_2/classic-1.7.10-6/recycler/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/terra_wart_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/redwheat_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tulip_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/reed_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/refined_iron.png => static/browse/industrial_craft_2/classic-1.7.10-6/refined_iron/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/refined_uranium.png => static/browse/industrial_craft_2/classic-1.7.10-6/refined_uranium/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/reinforced_door.png => static/browse/industrial_craft_2/classic-1.7.10-6/reinforced_door/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/reinforced_glass.png => static/browse/industrial_craft_2/classic-1.7.10-6/reinforced_glass/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/reinforced_stone.png => static/browse/industrial_craft_2/classic-1.7.10-6/reinforced_stone/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/venomilia_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/rose_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/rsh_condensator.png => static/browse/industrial_craft_2/classic-1.7.10-6/rsh_condensator/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/rubber.png => static/browse/industrial_craft_2/classic-1.7.10-6/rubber/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/rubber_boots.png => static/browse/industrial_craft_2/classic-1.7.10-6/rubber_boots/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/rubber_sheet.png => static/browse/industrial_craft_2/classic-1.7.10-6/rubber_sheet/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/rubber_tree_sapling.png => static/browse/industrial_craft_2/classic-1.7.10-6/rubber_tree_sapling/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/rubber_wood.png => static/browse/industrial_craft_2/classic-1.7.10-6/rubber_wood/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/scaffold.png => static/browse/industrial_craft_2/classic-1.7.10-6/scaffold/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/scrap.png => static/browse/industrial_craft_2/classic-1.7.10-6/scrap/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/scrap_box.png => static/browse/industrial_craft_2/classic-1.7.10-6/scrap_box/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/scuba_helmet.png => static/browse/industrial_craft_2/classic-1.7.10-6/scuba_helmet/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/single_use_battery.png => static/browse/industrial_craft_2/classic-1.7.10-6/single_use_battery/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/small_pile_of_iron_dust.png => static/browse/industrial_craft_2/classic-1.7.10-6/small_pile_of_iron_dust/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/solar_helmet.png => static/browse/industrial_craft_2/classic-1.7.10-6/solar_helmet/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/solar_panel.png => static/browse/industrial_craft_2/classic-1.7.10-6/solar_panel/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/static_boots.png => static/browse/industrial_craft_2/classic-1.7.10-6/static_boots/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/weed_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/stickreed_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/sticky_dynamite.png => static/browse/industrial_craft_2/classic-1.7.10-6/sticky_dynamite/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/sticky_resin.png => static/browse/industrial_craft_2/classic-1.7.10-6/sticky_resin/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/stone_mug.png => static/browse/industrial_craft_2/classic-1.7.10-6/stone_mug/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/teleporter.png => static/browse/industrial_craft_2/classic-1.7.10-6/teleporter/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/terra_wart.png => static/browse/industrial_craft_2/classic-1.7.10-6/terra_wart/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/wheat_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/terra_wart_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/terraformer.png => static/browse/industrial_craft_2/classic-1.7.10-6/terraformer/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tesla_coil.png => static/browse/industrial_craft_2/classic-1.7.10-6/tesla_coil/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_chilling.png => static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_chilling/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_cultivation.png => static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_cultivation/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_desertification.png => static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_desertification/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_empty.png => static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_empty/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_flatification.png => static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_flatification/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_irrigation.png => static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_irrigation/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/thick_neutron_reflector.png => static/browse/industrial_craft_2/classic-1.7.10-6/thick_neutron_reflector/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tin_block.png => static/browse/industrial_craft_2/classic-1.7.10-6/tin_block/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tin_can.png => static/browse/industrial_craft_2/classic-1.7.10-6/tin_can/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tin_dust.png => static/browse/industrial_craft_2/classic-1.7.10-6/tin_dust/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tin_ingot.png => static/browse/industrial_craft_2/classic-1.7.10-6/tin_ingot/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tin_ore.png => static/browse/industrial_craft_2/classic-1.7.10-6/tin_ore/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/tool_box.png => static/browse/industrial_craft_2/classic-1.7.10-6/tool_box/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/trade_o_mat.png => static/browse/industrial_craft_2/classic-1.7.10-6/trade_o_mat/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/transformer_upgrade.png => static/browse/industrial_craft_2/classic-1.7.10-6/transformer_upgrade/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/treetap.png => static/browse/industrial_craft_2/classic-1.7.10-6/treetap/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/aurelia_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/tulip_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/ultra_low_current_cable.png => static/browse/industrial_craft_2/classic-1.7.10-6/ultra_low_current_cable/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/uranium.png => static/browse/industrial_craft_2/classic-1.7.10-6/uranium/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/uranium_block.png => static/browse/industrial_craft_2/classic-1.7.10-6/uranium_block/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/uranium_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/uranium_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/uranium_ore.png => static/browse/industrial_craft_2/classic-1.7.10-6/uranium_ore/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/uu_matter.png => static/browse/industrial_craft_2/classic-1.7.10-6/uu_matter/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/blackthorn_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/venomilia_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/water_cell.png => static/browse/industrial_craft_2/classic-1.7.10-6/water_cell/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/water_mill.png => static/browse/industrial_craft_2/classic-1.7.10-6/water_mill/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/weed_ex.png => static/browse/industrial_craft_2/classic-1.7.10-6/weed_ex/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/brownmushroom_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/weed_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/carrots_seeds.png => static/browse/industrial_craft_2/classic-1.7.10-6/wheat_seeds/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/wind_mill.png => static/browse/industrial_craft_2/classic-1.7.10-6/wind_mill/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/wrench.png => static/browse/industrial_craft_2/classic-1.7.10-6/wrench/icon.png (100%) rename src/data/industrial_craft_2/classic-1.7.10-6/images/zero.png => static/browse/industrial_craft_2/classic-1.7.10-6/zero/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/clay_dust.png => static/browse/industrial_craft_2/clay_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/clay_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/coal_ball.png => static/browse/industrial_craft_2/coal_ball/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/coal_ball/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/coal_chunk.png => static/browse/industrial_craft_2/coal_chunk/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/coal_chunk/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/coal_dust.png => static/browse/industrial_craft_2/coal_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/coal_dust/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/coalfuel_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/cocoa_seeds.png => static/browse/industrial_craft_2/cocoa_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/coffee.png => static/browse/industrial_craft_2/coffee/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/coffee/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/coffee_beans.png => static/browse/industrial_craft_2/coffee_beans/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/coffee_beans/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/coffee_powder.png => static/browse/industrial_craft_2/coffee_powder/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/coffee_powder/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/coffee_seeds.png => static/browse/industrial_craft_2/coffee_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/coil.png => static/browse/industrial_craft_2/coil/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/coil/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/cold_coffee.png => static/browse/industrial_craft_2/cold_coffee/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/cold_coffee/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/component_heat_exchanger.png => static/browse/industrial_craft_2/component_heat_exchanger/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/component_heat_exchanger/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/component_heat_vent.png => static/browse/industrial_craft_2/component_heat_vent/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/component_heat_vent/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/composite_vest.png => static/browse/industrial_craft_2/composite_vest/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/composite_vest/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/compressed_air_cell.png => static/browse/industrial_craft_2/compressed_air_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/compressed_air_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/compressed_coal_ball.png => static/browse/industrial_craft_2/compressed_coal_ball/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/compressed_coal_ball/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/compressed_hyd_coalclump/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/compressed_plants/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/compressor.png => static/browse/industrial_craft_2/compressor/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/compressor/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/condenser.png => static/browse/industrial_craft_2/condenser/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/condenser/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/construction_foam.png => static/browse/industrial_craft_2/construction_foam/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/construction_foam/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/construction_foam_2.png => static/browse/industrial_craft_2/construction_foam_2/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/construction_foam_cell.png => static/browse/industrial_craft_2/construction_foam_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/construction_foam_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/containment_box.png => static/browse/industrial_craft_2/containment_box/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/containment_box/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/containment_reactor_plating.png => static/browse/industrial_craft_2/containment_reactor_plating/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/containment_reactor_plating/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/coolant_cell.png => static/browse/industrial_craft_2/coolant_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/coolant_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/copper_block.png => static/browse/industrial_craft_2/copper_block/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/copper_block/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/copper_boiler.png => static/browse/industrial_craft_2/copper_boiler/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/copper_boiler/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/copper_cable.png => static/browse/industrial_craft_2/copper_cable/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/copper_cable/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/copper_dust.png => static/browse/industrial_craft_2/copper_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/copper_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/copper_ingot.png => static/browse/industrial_craft_2/copper_ingot/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/copper_ingot/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/copper_item_casing.png => static/browse/industrial_craft_2/copper_item_casing/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/copper_item_casing/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/copper_ore.png => static/browse/industrial_craft_2/copper_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/copper_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/copper_plate.png => static/browse/industrial_craft_2/copper_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/copper_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/crop.png => static/browse/industrial_craft_2/crop/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/crop/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/crop_harvester.png => static/browse/industrial_craft_2/crop_harvester/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/crop_harvester/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/crop_matron.png => static/browse/industrial_craft_2/crop_matron/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/crop_matron/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/cropnalyzer.png => static/browse/industrial_craft_2/cropnalyzer/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/cropnalyzer/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/crushed_copper_ore.png => static/browse/industrial_craft_2/crushed_copper_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/crushed_copper_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/crushed_gold_ore.png => static/browse/industrial_craft_2/crushed_gold_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/crushed_gold_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/crushed_iron_ore.png => static/browse/industrial_craft_2/crushed_iron_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/crushed_iron_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/crushed_lead_ore.png => static/browse/industrial_craft_2/crushed_lead_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/crushed_lead_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/crushed_silver_ore.png => static/browse/industrial_craft_2/crushed_silver_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/crushed_silver_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/crushed_tin_ore.png => static/browse/industrial_craft_2/crushed_tin_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/crushed_tin_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/crushed_uranium_ore.png => static/browse/industrial_craft_2/crushed_uranium_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/crushed_uranium_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/crystal_memory.png => static/browse/industrial_craft_2/crystal_memory/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/crystal_memory/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/crystal_memory_raw.png => static/browse/industrial_craft_2/crystal_memory_raw/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/crystal_memory_raw/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/cutter.png => static/browse/industrial_craft_2/cutter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/cutter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/cyan_painter.png => static/browse/industrial_craft_2/cyan_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/cyan_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/cyazint_seeds.png => static/browse/industrial_craft_2/cyazint_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/damaged_rubber_dinghy.png => static/browse/industrial_craft_2/damaged_rubber_dinghy/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/damaged_rubber_dinghy/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dandelion_seeds.png => static/browse/industrial_craft_2/dandelion_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dark_coffee.png => static/browse/industrial_craft_2/dark_coffee/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dark_coffee/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dark_grey_painter.png => static/browse/industrial_craft_2/dark_grey_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dark_grey_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/debug_item.png => static/browse/industrial_craft_2/debug_item/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dense_bronze_plate.png => static/browse/industrial_craft_2/dense_bronze_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dense_bronze_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dense_copper_plate.png => static/browse/industrial_craft_2/dense_copper_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dense_copper_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dense_gold_plate.png => static/browse/industrial_craft_2/dense_gold_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dense_gold_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dense_iron_plate.png => static/browse/industrial_craft_2/dense_iron_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dense_iron_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dense_lapis_lazuli_plate.png => static/browse/industrial_craft_2/dense_lapis_lazuli_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dense_lapis_lazuli_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dense_lead_plate.png => static/browse/industrial_craft_2/dense_lead_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dense_lead_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dense_obsidian_plate.png => static/browse/industrial_craft_2/dense_obsidian_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dense_obsidian_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dense_refined_iron_plate.png => static/browse/industrial_craft_2/dense_refined_iron_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dense_refined_iron_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dense_tin_plate.png => static/browse/industrial_craft_2/dense_tin_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dense_tin_plate/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/depleted_isotope_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/diamond_drill.png => static/browse/industrial_craft_2/diamond_drill/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/diamond_drill/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/diamond_dust.png => static/browse/industrial_craft_2/diamond_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/diamond_dust/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/diamond_industrial/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/distilled_water.png => static/browse/industrial_craft_2/distilled_water/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/distilled_water/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/distilled_water_cell.png => static/browse/industrial_craft_2/distilled_water_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/distilled_water_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dual_fuel_rod_depleted_mox.png => static/browse/industrial_craft_2/dual_fuel_rod_depleted_mox/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dual_fuel_rod_depleted_mox/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dual_fuel_rod_depleted_uranium.png => static/browse/industrial_craft_2/dual_fuel_rod_depleted_uranium/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dual_fuel_rod_depleted_uranium/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dual_fuel_rod_mox.png => static/browse/industrial_craft_2/dual_fuel_rod_mox/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dual_fuel_rod_mox/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dual_fuel_rod_uranium.png => static/browse/industrial_craft_2/dual_fuel_rod_uranium/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dual_fuel_rod_uranium/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/dual_uranium_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dynamite.png => static/browse/industrial_craft_2/dynamite/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dynamite/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/dynamite_o_mote.png => static/browse/industrial_craft_2/dynamite_o_mote/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/dynamite_o_mote/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ejector_upgrade.png => static/browse/industrial_craft_2/ejector_upgrade/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/ejector_upgrade/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electric_boat.png => static/browse/industrial_craft_2/electric_boat/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electric_boat/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electric_furnace.png => static/browse/industrial_craft_2/electric_furnace/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electric_furnace/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electric_heat_generator.png => static/browse/industrial_craft_2/electric_heat_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electric_heat_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electric_hoe.png => static/browse/industrial_craft_2/electric_hoe/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electric_hoe/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electric_jetpack.png => static/browse/industrial_craft_2/electric_jetpack/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electric_jetpack/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electric_kinetic_generator.png => static/browse/industrial_craft_2/electric_kinetic_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electric_kinetic_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electric_motor.png => static/browse/industrial_craft_2/electric_motor/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electric_motor/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electric_sorting_machine.png => static/browse/industrial_craft_2/electric_sorting_machine/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electric_sorting_machine/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electric_treetap.png => static/browse/industrial_craft_2/electric_treetap/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electric_treetap/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electric_wrench.png => static/browse/industrial_craft_2/electric_wrench/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electric_wrench/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electrolyzed_water_cell.png => static/browse/industrial_craft_2/electrolyzed_water_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electrolyzed_water_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electrolyzer.png => static/browse/industrial_craft_2/electrolyzer/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electrolyzer/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/electronic_circuit.png => static/browse/industrial_craft_2/electronic_circuit/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/electronic_circuit/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/empty_booze_barrel.png => static/browse/industrial_craft_2/empty_booze_barrel/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/empty_booze_barrel/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/empty_cell.png => static/browse/industrial_craft_2/empty_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/empty_cell/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/empty_fuel_can/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/energium_dust.png => static/browse/industrial_craft_2/energium_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/energium_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/energy_crystal.png => static/browse/industrial_craft_2/energy_crystal/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/energy_crystal/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/energy_o_mat.png => static/browse/industrial_craft_2/energy_o_mat/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/energy_o_mat/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/energy_storage_upgrade.png => static/browse/industrial_craft_2/energy_storage_upgrade/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/energy_storage_upgrade/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/energypack.png => static/browse/industrial_craft_2/energypack/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/energypack/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/enriched_uranium_nuclear_fuel.png => static/browse/industrial_craft_2/enriched_uranium_nuclear_fuel/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/enriched_uranium_nuclear_fuel/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/eu_detector_cable.png => static/browse/industrial_craft_2/eu_detector_cable/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/eu_detector_cable/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/eu_reader.png => static/browse/industrial_craft_2/eu_reader/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/eu_reader/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/eu_splitter_cable.png => static/browse/industrial_craft_2/eu_splitter_cable/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/eu_splitter_cable/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ev_transformer.png => static/browse/industrial_craft_2/ev_transformer/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/ev_transformer/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/extractor.png => static/browse/industrial_craft_2/extractor/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/extractor/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fermenter.png => static/browse/industrial_craft_2/fermenter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fermenter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ferru_seeds.png => static/browse/industrial_craft_2/ferru_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fertilizer.png => static/browse/industrial_craft_2/fertilizer/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fertilizer/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/filled_fuel_can/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/filled_tin_can.png => static/browse/industrial_craft_2/filled_tin_can/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/filled_tin_can/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fluid_distributor.png => static/browse/industrial_craft_2/fluid_distributor/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fluid_distributor/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fluid_ejector_upgrade.png => static/browse/industrial_craft_2/fluid_ejector_upgrade/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fluid_ejector_upgrade/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fluid_heat_generator.png => static/browse/industrial_craft_2/fluid_heat_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fluid_heat_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fluid_regulator.png => static/browse/industrial_craft_2/fluid_regulator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fluid_regulator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fluid_solid_canning_machine.png => static/browse/industrial_craft_2/fluid_solid_canning_machine/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fluid_solid_canning_machine/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/forge_hammer.png => static/browse/industrial_craft_2/forge_hammer/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/forge_hammer/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/frequency_transmitter.png => static/browse/industrial_craft_2/frequency_transmitter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/frequency_transmitter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_depleted_mox.png => static/browse/industrial_craft_2/fuel_rod_depleted_mox/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fuel_rod_depleted_mox/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_depleted_uranium.png => static/browse/industrial_craft_2/fuel_rod_depleted_uranium/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fuel_rod_depleted_uranium/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_empty.png => static/browse/industrial_craft_2/fuel_rod_empty/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fuel_rod_empty/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_lithium.png => static/browse/industrial_craft_2/fuel_rod_lithium/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fuel_rod_lithium/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_mox.png => static/browse/industrial_craft_2/fuel_rod_mox/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fuel_rod_mox/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_tritium.png => static/browse/industrial_craft_2/fuel_rod_tritium/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fuel_rod_tritium/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_uranium.png => static/browse/industrial_craft_2/fuel_rod_uranium/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/fuel_rod_uranium/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/generator.png => static/browse/industrial_craft_2/generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/geothermal_generator.png => static/browse/industrial_craft_2/geothermal_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/geothermal_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/glass_fibre_cable.png => static/browse/industrial_craft_2/glass_fibre_cable/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/glass_fibre_cable/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/gold_cable.png => static/browse/industrial_craft_2/gold_cable/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/gold_cable/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/gold_dust.png => static/browse/industrial_craft_2/gold_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/gold_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/gold_item_casing.png => static/browse/industrial_craft_2/gold_item_casing/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/gold_item_casing/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/gold_plate.png => static/browse/industrial_craft_2/gold_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/gold_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/green_painter.png => static/browse/industrial_craft_2/green_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/green_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/grin_powder.png => static/browse/industrial_craft_2/grin_powder/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/grin_powder/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/h_coal_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/hazmat_suit.png => static/browse/industrial_craft_2/hazmat_suit/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/hazmat_suit/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/hazmat_suit_leggings.png => static/browse/industrial_craft_2/hazmat_suit_leggings/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/hazmat_suit_leggings/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/heat_capacity_reactor_plating.png => static/browse/industrial_craft_2/heat_capacity_reactor_plating/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/heat_capacity_reactor_plating/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/heat_conductor.png => static/browse/industrial_craft_2/heat_conductor/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/heat_conductor/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/heat_exchanger.png => static/browse/industrial_craft_2/heat_exchanger/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/heat_exchanger/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/heat_vent.png => static/browse/industrial_craft_2/heat_vent/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/heat_vent/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/heating_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/hops.png => static/browse/industrial_craft_2/hops/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/hops/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/hops_seeds.png => static/browse/industrial_craft_2/hops_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/hot_coolant_cell.png => static/browse/industrial_craft_2/hot_coolant_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/hot_coolant_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/hv_cable.png => static/browse/industrial_craft_2/hv_cable/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/hv_cable/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/hv_transformer.png => static/browse/industrial_craft_2/hv_transformer/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/hv_transformer/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/hydrated_coal_dust.png => static/browse/industrial_craft_2/hydrated_coal_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/hydrated_coal_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/hydration_cell.png => static/browse/industrial_craft_2/hydration_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/hydration_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockbarrel.png => static/browse/industrial_craft_2/ic2_blockbarrel/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockcable.png => static/browse/industrial_craft_2/ic2_blockcable/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockdynamite.png => static/browse/industrial_craft_2/ic2_blockdynamite/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockdynamiteremote.png => static/browse/industrial_craft_2/ic2_blockdynamiteremote/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockharz.png => static/browse/industrial_craft_2/ic2_blockharz/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall.png => static/browse/industrial_craft_2/ic2_blockwall/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_10.png => static/browse/industrial_craft_2/ic2_blockwall_10/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_11.png => static/browse/industrial_craft_2/ic2_blockwall_11/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_12.png => static/browse/industrial_craft_2/ic2_blockwall_12/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_13.png => static/browse/industrial_craft_2/ic2_blockwall_13/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_14.png => static/browse/industrial_craft_2/ic2_blockwall_14/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_15.png => static/browse/industrial_craft_2/ic2_blockwall_15/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_16.png => static/browse/industrial_craft_2/ic2_blockwall_16/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_2.png => static/browse/industrial_craft_2/ic2_blockwall_2/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_3.png => static/browse/industrial_craft_2/ic2_blockwall_3/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_4.png => static/browse/industrial_craft_2/ic2_blockwall_4/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_5.png => static/browse/industrial_craft_2/ic2_blockwall_5/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_6.png => static/browse/industrial_craft_2/ic2_blockwall_6/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_7.png => static/browse/industrial_craft_2/ic2_blockwall_7/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_8.png => static/browse/industrial_craft_2/ic2_blockwall_8/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_9.png => static/browse/industrial_craft_2/ic2_blockwall_9/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_coolant.png => static/browse/industrial_craft_2/ic2_coolant/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_hot_coolant.png => static/browse/industrial_craft_2/ic2_hot_coolant/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/ic2_hot_coolant/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ic2_plasmalauncher.png => static/browse/industrial_craft_2/ic2_plasmalauncher/icon.png (100%) rename src/data/industrial_craft_2/logo.png => static/browse/industrial_craft_2/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/induction_furnace.png => static/browse/industrial_craft_2/induction_furnace/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/induction_furnace/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/industrial_credit.png => static/browse/industrial_craft_2/industrial_credit/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/industrial_credit/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/industrial_diamond.png => static/browse/industrial_craft_2/industrial_diamond/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/industrial_tnt.png => static/browse/industrial_craft_2/industrial_tnt/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/industrial_tnt/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/insulated_copper_cable.png => static/browse/industrial_craft_2/insulated_copper_cable/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/insulated_copper_cable/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/insulated_gold_cable.png => static/browse/industrial_craft_2/insulated_gold_cable/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/insulated_gold_cable/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/insulated_hv_cable.png => static/browse/industrial_craft_2/insulated_hv_cable/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/insulated_hv_cable/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/insulated_tin_cable.png => static/browse/industrial_craft_2/insulated_tin_cable/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/insulated_tin_cable/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/insulation_cutter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/iridium_drill.png => static/browse/industrial_craft_2/iridium_drill/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/iridium_drill/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/iridium_ore.png => static/browse/industrial_craft_2/iridium_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/iridium_ore/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/iridium_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/iridium_reinforced_plate.png => static/browse/industrial_craft_2/iridium_reinforced_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/iridium_reinforced_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/iron_dust.png => static/browse/industrial_craft_2/iron_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/iron_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/iron_fence.png => static/browse/industrial_craft_2/iron_fence/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/iron_fence/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/iron_furnace.png => static/browse/industrial_craft_2/iron_furnace/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/iron_furnace/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/iron_item_casing.png => static/browse/industrial_craft_2/iron_item_casing/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/iron_item_casing/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/iron_plate.png => static/browse/industrial_craft_2/iron_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/iron_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/iron_rotor_blade.png => static/browse/industrial_craft_2/iron_rotor_blade/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/iron_rotor_blade/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/iron_scaffold.png => static/browse/industrial_craft_2/iron_scaffold/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/iron_scaffold/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/iron_turning_blank.png => static/browse/industrial_craft_2/iron_turning_blank/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/iron_turning_blank/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/item_buffer.png => static/browse/industrial_craft_2/item_buffer/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/item_buffer/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/jetpack.png => static/browse/industrial_craft_2/jetpack/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/jetpack/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_generator.png => static/browse/industrial_craft_2/kinetic_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/kinetic_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_steam_generator.png => static/browse/industrial_craft_2/kinetic_steam_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/kinetic_steam_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator.png => static/browse/industrial_craft_2/kinetic_wind_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/kinetic_wind_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator_rotor_carbon.png => static/browse/industrial_craft_2/kinetic_wind_generator_rotor_carbon/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/kinetic_wind_generator_rotor_carbon/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator_rotor_iron.png => static/browse/industrial_craft_2/kinetic_wind_generator_rotor_iron/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/kinetic_wind_generator_rotor_iron/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator_rotor_steel.png => static/browse/industrial_craft_2/kinetic_wind_generator_rotor_steel/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/kinetic_wind_generator_rotor_steel/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator_rotor_wood.png => static/browse/industrial_craft_2/kinetic_wind_generator_rotor_wood/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/kinetic_wind_generator_rotor_wood/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lapis_lazuli_dust.png => static/browse/industrial_craft_2/lapis_lazuli_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lapis_lazuli_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lapis_lazuli_plate.png => static/browse/industrial_craft_2/lapis_lazuli_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lapis_lazuli_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lapotron_crystal.png => static/browse/industrial_craft_2/lapotron_crystal/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lapotron_crystal/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/lappack/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lathing_tool.png => static/browse/industrial_craft_2/lathing_tool/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lathing_tool/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lava_cell.png => static/browse/industrial_craft_2/lava_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lava_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lead_block.png => static/browse/industrial_craft_2/lead_block/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lead_block/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lead_dust.png => static/browse/industrial_craft_2/lead_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lead_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lead_ingot.png => static/browse/industrial_craft_2/lead_ingot/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lead_ingot/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lead_item_casing.png => static/browse/industrial_craft_2/lead_item_casing/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lead_item_casing/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lead_ore.png => static/browse/industrial_craft_2/lead_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lead_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lead_plate.png => static/browse/industrial_craft_2/lead_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lead_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/light_blue_painter.png => static/browse/industrial_craft_2/light_blue_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/light_blue_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/light_grey_painter.png => static/browse/industrial_craft_2/light_grey_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/light_grey_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lime_painter.png => static/browse/industrial_craft_2/lime_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lime_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/liquid_heat_exchanger.png => static/browse/industrial_craft_2/liquid_heat_exchanger/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/liquid_heat_exchanger/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lithium_dust.png => static/browse/industrial_craft_2/lithium_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lithium_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/luminator.png => static/browse/industrial_craft_2/luminator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/luminator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lv_transformer.png => static/browse/industrial_craft_2/lv_transformer/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lv_transformer/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/lzh_condensator.png => static/browse/industrial_craft_2/lzh_condensator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/lzh_condensator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/macerator.png => static/browse/industrial_craft_2/macerator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/macerator/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/machine_block/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/magenta_painter.png => static/browse/industrial_craft_2/magenta_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/magenta_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/magnetizer.png => static/browse/industrial_craft_2/magnetizer/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/magnetizer/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/manual_kinetic_generator.png => static/browse/industrial_craft_2/manual_kinetic_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/manual_kinetic_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/mass_fabricator.png => static/browse/industrial_craft_2/mass_fabricator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/mass_fabricator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/melon_seeds.png => static/browse/industrial_craft_2/melon_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/metal_former.png => static/browse/industrial_craft_2/metal_former/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/metal_former/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/mfe.png => static/browse/industrial_craft_2/mfe/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/mfe/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/mfsu.png => static/browse/industrial_craft_2/mfsu/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/mfsu/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/mfsu_upgrade_kit.png => static/browse/industrial_craft_2/mfsu_upgrade_kit/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/mfsu_upgrade_kit/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/miner.png => static/browse/industrial_craft_2/miner/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/miner/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/mining_drill.png => static/browse/industrial_craft_2/mining_drill/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/mining_drill/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/mining_laser.png => static/browse/industrial_craft_2/mining_laser/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/mining_laser/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/mining_pipe.png => static/browse/industrial_craft_2/mining_pipe/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/mining_pipe/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/mixed_metal_ingot.png => static/browse/industrial_craft_2/mixed_metal_ingot/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/mixed_metal_ingot/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/mox_nuclear_fuel.png => static/browse/industrial_craft_2/mox_nuclear_fuel/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/mox_nuclear_fuel/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/mv_transformer.png => static/browse/industrial_craft_2/mv_transformer/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/mv_transformer/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/nano_saber.png => static/browse/industrial_craft_2/nano_saber/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/nano_saber/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/nanosuit_bodyarmor.png => static/browse/industrial_craft_2/nanosuit_bodyarmor/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/nanosuit_bodyarmor/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/nanosuit_boots.png => static/browse/industrial_craft_2/nanosuit_boots/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/nanosuit_boots/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/nanosuit_helmet.png => static/browse/industrial_craft_2/nanosuit_helmet/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/nanosuit_helmet/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/nanosuit_leggings.png => static/browse/industrial_craft_2/nanosuit_leggings/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/nanosuit_leggings/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/near_depleted_uranium_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/nether_wart_seeds.png => static/browse/industrial_craft_2/nether_wart_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/neutron_reflector.png => static/browse/industrial_craft_2/neutron_reflector/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/neutron_reflector/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/nightvision_goggles.png => static/browse/industrial_craft_2/nightvision_goggles/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/nightvision_goggles/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/nuclear_reactor.png => static/browse/industrial_craft_2/nuclear_reactor/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/nuclear_reactor/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/nuke.png => static/browse/industrial_craft_2/nuke/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/nuke/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/obscurator.png => static/browse/industrial_craft_2/obscurator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/obscurator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/obsidian_dust.png => static/browse/industrial_craft_2/obsidian_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/obsidian_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/obsidian_plate.png => static/browse/industrial_craft_2/obsidian_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/obsidian_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/od_scanner.png => static/browse/industrial_craft_2/od_scanner/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/od_scanner/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/orange_painter.png => static/browse/industrial_craft_2/orange_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/orange_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ore_washing_plant.png => static/browse/industrial_craft_2/ore_washing_plant/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/ore_washing_plant/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/ov_scanner.png => static/browse/industrial_craft_2/ov_scanner/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/ov_scanner/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/overclocked_heat_vent.png => static/browse/industrial_craft_2/overclocked_heat_vent/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/overclocked_heat_vent/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/overclocker_upgrade.png => static/browse/industrial_craft_2/overclocker_upgrade/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/overclocker_upgrade/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/pahoehoe_lava.png => static/browse/industrial_craft_2/pahoehoe_lava/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/pahoehoe_lava/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/pahoehoe_lava_cell.png => static/browse/industrial_craft_2/pahoehoe_lava_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/pahoehoe_lava_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/painter.png => static/browse/industrial_craft_2/painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/pattern_storage.png => static/browse/industrial_craft_2/pattern_storage/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/pattern_storage/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/pellets_of_rtg_fuel.png => static/browse/industrial_craft_2/pellets_of_rtg_fuel/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/pellets_of_rtg_fuel/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/personal_safe.png => static/browse/industrial_craft_2/personal_safe/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/personal_safe/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/pink_painter.png => static/browse/industrial_craft_2/pink_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/pink_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/plantball.png => static/browse/industrial_craft_2/plantball/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/plantball/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/plutonium.png => static/browse/industrial_craft_2/plutonium/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/plutonium/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/potato_seeds.png => static/browse/industrial_craft_2/potato_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/power_unit.png => static/browse/industrial_craft_2/power_unit/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/power_unit/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/pump.png => static/browse/industrial_craft_2/pump/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/pump/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/pumpkin_seeds.png => static/browse/industrial_craft_2/pumpkin_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_copper_ore.png => static/browse/industrial_craft_2/purified_crushed_copper_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/purified_crushed_copper_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_gold_ore.png => static/browse/industrial_craft_2/purified_crushed_gold_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/purified_crushed_gold_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_iron_ore.png => static/browse/industrial_craft_2/purified_crushed_iron_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/purified_crushed_iron_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_lead_ore.png => static/browse/industrial_craft_2/purified_crushed_lead_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/purified_crushed_lead_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_silver_ore.png => static/browse/industrial_craft_2/purified_crushed_silver_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/purified_crushed_silver_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_tin_ore.png => static/browse/industrial_craft_2/purified_crushed_tin_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/purified_crushed_tin_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_uranium_ore.png => static/browse/industrial_craft_2/purified_crushed_uranium_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/purified_crushed_uranium_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/purple_painter.png => static/browse/industrial_craft_2/purple_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/purple_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/quad_fuel_rod_depleted_mox.png => static/browse/industrial_craft_2/quad_fuel_rod_depleted_mox/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/quad_fuel_rod_depleted_mox/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/quad_fuel_rod_depleted_uranium.png => static/browse/industrial_craft_2/quad_fuel_rod_depleted_uranium/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/quad_fuel_rod_depleted_uranium/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/quad_fuel_rod_mox.png => static/browse/industrial_craft_2/quad_fuel_rod_mox/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/quad_fuel_rod_mox/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/quad_fuel_rod_uranium.png => static/browse/industrial_craft_2/quad_fuel_rod_uranium/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/quad_fuel_rod_uranium/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/quad_uranium_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/quantumsuit_bodyarmor.png => static/browse/industrial_craft_2/quantumsuit_bodyarmor/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/quantumsuit_bodyarmor/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/quantumsuit_boots.png => static/browse/industrial_craft_2/quantumsuit_boots/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/quantumsuit_boots/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/quantumsuit_helmet.png => static/browse/industrial_craft_2/quantumsuit_helmet/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/quantumsuit_helmet/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/quantumsuit_leggings.png => static/browse/industrial_craft_2/quantumsuit_leggings/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/quantumsuit_leggings/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/radioisotope_heat_generator.png => static/browse/industrial_craft_2/radioisotope_heat_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/radioisotope_heat_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/radioisotope_thermoelectric_generator.png => static/browse/industrial_craft_2/radioisotope_thermoelectric_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/radioisotope_thermoelectric_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/raw_carbon_fibre.png => static/browse/industrial_craft_2/raw_carbon_fibre/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/raw_carbon_fibre/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/raw_carbon_mesh.png => static/browse/industrial_craft_2/raw_carbon_mesh/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/raw_carbon_mesh/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/re_battery.png => static/browse/industrial_craft_2/re_battery/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/re_battery/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reactor_access_hatch.png => static/browse/industrial_craft_2/reactor_access_hatch/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/reactor_access_hatch/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reactor_chamber.png => static/browse/industrial_craft_2/reactor_chamber/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/reactor_chamber/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reactor_fluid_port.png => static/browse/industrial_craft_2/reactor_fluid_port/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/reactor_fluid_port/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reactor_heat_exchanger.png => static/browse/industrial_craft_2/reactor_heat_exchanger/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/reactor_heat_exchanger/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reactor_heat_vent.png => static/browse/industrial_craft_2/reactor_heat_vent/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/reactor_heat_vent/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reactor_plating.png => static/browse/industrial_craft_2/reactor_plating/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/reactor_plating/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reactor_pressure_vessel.png => static/browse/industrial_craft_2/reactor_pressure_vessel/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/reactor_pressure_vessel/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reactor_redstone_port.png => static/browse/industrial_craft_2/reactor_redstone_port/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/reactor_redstone_port/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/recycler.png => static/browse/industrial_craft_2/recycler/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/recycler/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/red_painter.png => static/browse/industrial_craft_2/red_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/red_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/redmushroom_seeds.png => static/browse/industrial_craft_2/redmushroom_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/redstone_signal_inverter_upgrade.png => static/browse/industrial_craft_2/redstone_signal_inverter_upgrade/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/redstone_signal_inverter_upgrade/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/redwheat_seeds.png => static/browse/industrial_craft_2/redwheat_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reed_seeds.png => static/browse/industrial_craft_2/reed_seeds/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/refined_iron/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/refined_iron_block.png => static/browse/industrial_craft_2/refined_iron_block/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/refined_iron_block/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/refined_iron_ingot.png => static/browse/industrial_craft_2/refined_iron_ingot/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/refined_iron_ingot/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/refined_iron_item_casing.png => static/browse/industrial_craft_2/refined_iron_item_casing/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/refined_iron_item_casing/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/refined_iron_plate.png => static/browse/industrial_craft_2/refined_iron_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/refined_iron_plate/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/refined_uranium/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reinforced_construction_foam.png => static/browse/industrial_craft_2/reinforced_construction_foam/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/reinforced_construction_foam/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reinforced_door.png => static/browse/industrial_craft_2/reinforced_door/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/reinforced_door/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reinforced_glass.png => static/browse/industrial_craft_2/reinforced_glass/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/reinforced_glass/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/reinforced_stone.png => static/browse/industrial_craft_2/reinforced_stone/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/reinforced_stone/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/replicator.png => static/browse/industrial_craft_2/replicator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/replicator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/rose_seeds.png => static/browse/industrial_craft_2/rose_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/rsh_condensator.png => static/browse/industrial_craft_2/rsh_condensator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/rsh_condensator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/rubber.png => static/browse/industrial_craft_2/rubber/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/rubber/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/rubber_boots.png => static/browse/industrial_craft_2/rubber_boots/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/rubber_boots/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/rubber_dinghy.png => static/browse/industrial_craft_2/rubber_dinghy/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/rubber_dinghy/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/rubber_sheet.png => static/browse/industrial_craft_2/rubber_sheet/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/rubber_sheet/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/rubber_tree_leaves.png => static/browse/industrial_craft_2/rubber_tree_leaves/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/rubber_tree_leaves/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/rubber_tree_sapling.png => static/browse/industrial_craft_2/rubber_tree_sapling/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/rubber_tree_sapling/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/rubber_wood.png => static/browse/industrial_craft_2/rubber_wood/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/rubber_wood/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/scaffold.png => static/browse/industrial_craft_2/scaffold/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/scaffold/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/scanner.png => static/browse/industrial_craft_2/scanner/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/scanner/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/scrap.png => static/browse/industrial_craft_2/scrap/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/scrap/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/scrap_box.png => static/browse/industrial_craft_2/scrap_box/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/scrap_box/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/scuba_helmet.png => static/browse/industrial_craft_2/scuba_helmet/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/scuba_helmet/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/semifluid_generator.png => static/browse/industrial_craft_2/semifluid_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/semifluid_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/shaft_iron.png => static/browse/industrial_craft_2/shaft_iron/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/shaft_iron/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/shaft_refined_iron.png => static/browse/industrial_craft_2/shaft_refined_iron/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/shaft_refined_iron/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/silicon_dioxide.png => static/browse/industrial_craft_2/silicon_dioxide/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/silicon_dioxide/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/silver_dust.png => static/browse/industrial_craft_2/silver_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/silver_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/silver_ingot.png => static/browse/industrial_craft_2/silver_ingot/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/silver_ingot/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/single_use_battery.png => static/browse/industrial_craft_2/single_use_battery/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/single_use_battery/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/slag.png => static/browse/industrial_craft_2/slag/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/slag/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/small_power_unit.png => static/browse/industrial_craft_2/small_power_unit/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/small_power_unit/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/solar_distiller.png => static/browse/industrial_craft_2/solar_distiller/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/solar_distiller/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/solar_helmet.png => static/browse/industrial_craft_2/solar_helmet/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/solar_helmet/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/solar_panel.png => static/browse/industrial_craft_2/solar_panel/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/solar_panel/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/solid_canning_machine.png => static/browse/industrial_craft_2/solid_canning_machine/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/solid_canning_machine/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/solid_heat_generator.png => static/browse/industrial_craft_2/solid_heat_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/solid_heat_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/static_boots.png => static/browse/industrial_craft_2/static_boots/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/static_boots/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/steam.png => static/browse/industrial_craft_2/steam/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/steam/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/steam_cell.png => static/browse/industrial_craft_2/steam_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/steam_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/steam_generator.png => static/browse/industrial_craft_2/steam_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/steam_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/steam_turbine.png => static/browse/industrial_craft_2/steam_turbine/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/steam_turbine/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/steam_turbine_blade.png => static/browse/industrial_craft_2/steam_turbine_blade/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/steam_turbine_blade/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/steel_rotor_blade.png => static/browse/industrial_craft_2/steel_rotor_blade/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/steel_rotor_blade/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/stickreed_seeds.png => static/browse/industrial_craft_2/stickreed_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/sticky_dynamite.png => static/browse/industrial_craft_2/sticky_dynamite/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/sticky_dynamite/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/sticky_resin.png => static/browse/industrial_craft_2/sticky_resin/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/sticky_resin/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/stirling_generator.png => static/browse/industrial_craft_2/stirling_generator/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/stirling_generator/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/stone_dust.png => static/browse/industrial_craft_2/stone_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/stone_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/stone_mug.png => static/browse/industrial_craft_2/stone_mug/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/stone_mug/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/sulfur_dust.png => static/browse/industrial_craft_2/sulfur_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/sulfur_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/superheated_steam.png => static/browse/industrial_craft_2/superheated_steam/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/superheated_steam/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/superheated_steam_cell.png => static/browse/industrial_craft_2/superheated_steam_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/superheated_steam_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/teleporter.png => static/browse/industrial_craft_2/teleporter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/teleporter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/terra_wart.png => static/browse/industrial_craft_2/terra_wart/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/terra_wart/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/terra_wart_seeds.png => static/browse/industrial_craft_2/terra_wart_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/terraformer.png => static/browse/industrial_craft_2/terraformer/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/terraformer/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tesla_coil.png => static/browse/industrial_craft_2/tesla_coil/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tesla_coil/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_chilling.png => static/browse/industrial_craft_2/tfbp_chilling/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tfbp_chilling/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_cultivation.png => static/browse/industrial_craft_2/tfbp_cultivation/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tfbp_cultivation/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_desertification.png => static/browse/industrial_craft_2/tfbp_desertification/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tfbp_desertification/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_empty.png => static/browse/industrial_craft_2/tfbp_empty/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tfbp_empty/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_flatification.png => static/browse/industrial_craft_2/tfbp_flatification/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tfbp_flatification/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_irrigation.png => static/browse/industrial_craft_2/tfbp_irrigation/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tfbp_irrigation/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_mushroom.png => static/browse/industrial_craft_2/tfbp_mushroom/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tfbp_mushroom/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/thermal_centrifuge.png => static/browse/industrial_craft_2/thermal_centrifuge/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/thermal_centrifuge/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/thick_neutron_reflector.png => static/browse/industrial_craft_2/thick_neutron_reflector/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/thick_neutron_reflector/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tile_blockdooralloy_name.png => static/browse/industrial_craft_2/tile_blockdooralloy_name/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tin_block.png => static/browse/industrial_craft_2/tin_block/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tin_block/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tin_cable.png => static/browse/industrial_craft_2/tin_cable/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tin_cable/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tin_can.png => static/browse/industrial_craft_2/tin_can/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tin_can/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tin_dust.png => static/browse/industrial_craft_2/tin_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tin_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tin_ingot.png => static/browse/industrial_craft_2/tin_ingot/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tin_ingot/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tin_item_casing.png => static/browse/industrial_craft_2/tin_item_casing/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tin_item_casing/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tin_ore.png => static/browse/industrial_craft_2/tin_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tin_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tin_plate.png => static/browse/industrial_craft_2/tin_plate/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tin_plate/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_bronze_dust.png => static/browse/industrial_craft_2/tiny_pile_of_bronze_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_bronze_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_copper_dust.png => static/browse/industrial_craft_2/tiny_pile_of_copper_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_copper_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_gold_dust.png => static/browse/industrial_craft_2/tiny_pile_of_gold_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_gold_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_iron_dust.png => static/browse/industrial_craft_2/tiny_pile_of_iron_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_iron_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_lapis_dust.png => static/browse/industrial_craft_2/tiny_pile_of_lapis_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_lapis_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_lead_dust.png => static/browse/industrial_craft_2/tiny_pile_of_lead_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_lead_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_lithium_dust.png => static/browse/industrial_craft_2/tiny_pile_of_lithium_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_lithium_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_obsidian_dust.png => static/browse/industrial_craft_2/tiny_pile_of_obsidian_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_obsidian_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_plutonium.png => static/browse/industrial_craft_2/tiny_pile_of_plutonium/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_plutonium/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_silver_dust.png => static/browse/industrial_craft_2/tiny_pile_of_silver_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_silver_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_sulfur_dust.png => static/browse/industrial_craft_2/tiny_pile_of_sulfur_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_sulfur_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_tin_dust.png => static/browse/industrial_craft_2/tiny_pile_of_tin_dust/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_tin_dust/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_uranium_235.png => static/browse/industrial_craft_2/tiny_pile_of_uranium_235/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tiny_pile_of_uranium_235/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tool_box.png => static/browse/industrial_craft_2/tool_box/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/tool_box/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/trade_o_mat.png => static/browse/industrial_craft_2/trade_o_mat/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/trade_o_mat/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/transformer_upgrade.png => static/browse/industrial_craft_2/transformer_upgrade/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/transformer_upgrade/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/treetap.png => static/browse/industrial_craft_2/treetap/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/treetap/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/tulip_seeds.png => static/browse/industrial_craft_2/tulip_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/turning_table.png => static/browse/industrial_craft_2/turning_table/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/turning_table/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/ultra_low_current_cable/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell.png => static/browse/industrial_craft_2/universal_fluid_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/universal_fluid_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_10.png => static/browse/industrial_craft_2/universal_fluid_cell_10/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_11.png => static/browse/industrial_craft_2/universal_fluid_cell_11/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_12.png => static/browse/industrial_craft_2/universal_fluid_cell_12/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_13.png => static/browse/industrial_craft_2/universal_fluid_cell_13/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_2.png => static/browse/industrial_craft_2/universal_fluid_cell_2/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_3.png => static/browse/industrial_craft_2/universal_fluid_cell_3/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_4.png => static/browse/industrial_craft_2/universal_fluid_cell_4/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_5.png => static/browse/industrial_craft_2/universal_fluid_cell_5/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_6.png => static/browse/industrial_craft_2/universal_fluid_cell_6/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_7.png => static/browse/industrial_craft_2/universal_fluid_cell_7/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_8.png => static/browse/industrial_craft_2/universal_fluid_cell_8/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_9.png => static/browse/industrial_craft_2/universal_fluid_cell_9/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/uranium/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/uranium_235.png => static/browse/industrial_craft_2/uranium_235/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/uranium_235/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/uranium_238.png => static/browse/industrial_craft_2/uranium_238/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/uranium_238/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/uranium_block.png => static/browse/industrial_craft_2/uranium_block/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/uranium_block/index.html (100%) rename {prerender => static}/browse/industrial_craft_2/uranium_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/uranium_ore.png => static/browse/industrial_craft_2/uranium_ore/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/uranium_ore/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/uu_matter.png => static/browse/industrial_craft_2/uu_matter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/uu_matter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/uumatter_cell.png => static/browse/industrial_craft_2/uumatter_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/uumatter_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/venomilia_seeds.png => static/browse/industrial_craft_2/venomilia_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/water_cell.png => static/browse/industrial_craft_2/water_cell/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/water_cell/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/water_mill.png => static/browse/industrial_craft_2/water_mill/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/water_mill/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/weed.png => static/browse/industrial_craft_2/weed/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/weed_ex.png => static/browse/industrial_craft_2/weed_ex/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/weed_ex/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/weed_seeds.png => static/browse/industrial_craft_2/weed_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/weeding_trowel.png => static/browse/industrial_craft_2/weeding_trowel/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/weeding_trowel/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/wheat_seeds.png => static/browse/industrial_craft_2/wheat_seeds/icon.png (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/white_painter.png => static/browse/industrial_craft_2/white_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/white_painter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/wind_mill.png => static/browse/industrial_craft_2/wind_mill/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/wind_mill/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/windmeter.png => static/browse/industrial_craft_2/windmeter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/windmeter/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/wood_rotor_blade.png => static/browse/industrial_craft_2/wood_rotor_blade/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/wood_rotor_blade/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/wooden_turning_blank.png => static/browse/industrial_craft_2/wooden_turning_blank/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/wooden_turning_blank/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/wrench.png => static/browse/industrial_craft_2/wrench/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/wrench/index.html (100%) rename src/data/industrial_craft_2/experimental-2.2.663/images/yellow_painter.png => static/browse/industrial_craft_2/yellow_painter/icon.png (100%) rename {prerender => static}/browse/industrial_craft_2/yellow_painter/index.html (100%) rename src/data/minecraft/1.7.10/images/acacia_leaves.png => static/browse/minecraft/acacia_leaves/icon.png (100%) rename {prerender => static}/browse/minecraft/acacia_leaves/index.html (100%) rename src/data/minecraft/1.7.10/images/acacia_sapling.png => static/browse/minecraft/acacia_sapling/icon.png (100%) rename {prerender => static}/browse/minecraft/acacia_sapling/index.html (100%) rename src/data/minecraft/1.7.10/images/acacia_wood.png => static/browse/minecraft/acacia_wood/icon.png (100%) rename {prerender => static}/browse/minecraft/acacia_wood/index.html (100%) rename src/data/minecraft/1.7.10/images/acacia_wood_planks.png => static/browse/minecraft/acacia_wood_planks/icon.png (100%) rename {prerender => static}/browse/minecraft/acacia_wood_planks/index.html (100%) rename src/data/minecraft/1.7.10/images/acacia_wood_slab.png => static/browse/minecraft/acacia_wood_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/acacia_wood_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/acacia_wood_stairs.png => static/browse/minecraft/acacia_wood_stairs/icon.png (100%) rename {prerender => static}/browse/minecraft/acacia_wood_stairs/index.html (100%) rename src/data/minecraft/1.7.10/images/activator_rail.png => static/browse/minecraft/activator_rail/icon.png (100%) rename {prerender => static}/browse/minecraft/activator_rail/index.html (100%) rename src/data/minecraft/1.7.10/images/allium.png => static/browse/minecraft/allium/icon.png (100%) rename {prerender => static}/browse/minecraft/allium/index.html (100%) rename src/data/minecraft/1.7.10/images/anvil.png => static/browse/minecraft/anvil/icon.png (100%) rename {prerender => static}/browse/minecraft/anvil/index.html (100%) rename src/data/minecraft/1.7.10/images/apple.png => static/browse/minecraft/apple/icon.png (100%) rename {prerender => static}/browse/minecraft/apple/index.html (100%) rename src/data/minecraft/1.7.10/images/arrow.png => static/browse/minecraft/arrow/icon.png (100%) rename {prerender => static}/browse/minecraft/arrow/index.html (100%) rename src/data/minecraft/1.7.10/images/awkward_potion.png => static/browse/minecraft/awkward_potion/icon.png (100%) rename {prerender => static}/browse/minecraft/awkward_potion/index.html (100%) rename src/data/minecraft/1.7.10/images/azure_bluet.png => static/browse/minecraft/azure_bluet/icon.png (100%) rename {prerender => static}/browse/minecraft/azure_bluet/index.html (100%) rename src/data/minecraft/1.7.10/images/baked_potato.png => static/browse/minecraft/baked_potato/icon.png (100%) rename {prerender => static}/browse/minecraft/baked_potato/index.html (100%) rename src/data/minecraft/1.7.10/images/beacon.png => static/browse/minecraft/beacon/icon.png (100%) rename {prerender => static}/browse/minecraft/beacon/index.html (100%) rename src/data/minecraft/1.7.10/images/bed.png => static/browse/minecraft/bed/icon.png (100%) rename {prerender => static}/browse/minecraft/bed/index.html (100%) rename src/data/minecraft/1.7.10/images/bedrock.png => static/browse/minecraft/bedrock/icon.png (100%) rename {prerender => static}/browse/minecraft/bedrock/index.html (100%) rename src/data/minecraft/1.7.10/images/birch_leaves.png => static/browse/minecraft/birch_leaves/icon.png (100%) rename {prerender => static}/browse/minecraft/birch_leaves/index.html (100%) rename src/data/minecraft/1.7.10/images/birch_sapling.png => static/browse/minecraft/birch_sapling/icon.png (100%) rename {prerender => static}/browse/minecraft/birch_sapling/index.html (100%) rename src/data/minecraft/1.7.10/images/birch_wood.png => static/browse/minecraft/birch_wood/icon.png (100%) rename {prerender => static}/browse/minecraft/birch_wood/index.html (100%) rename src/data/minecraft/1.7.10/images/birch_wood_planks.png => static/browse/minecraft/birch_wood_planks/icon.png (100%) rename {prerender => static}/browse/minecraft/birch_wood_planks/index.html (100%) rename src/data/minecraft/1.7.10/images/birch_wood_slab.png => static/browse/minecraft/birch_wood_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/birch_wood_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/birch_wood_stairs.png => static/browse/minecraft/birch_wood_stairs/icon.png (100%) rename {prerender => static}/browse/minecraft/birch_wood_stairs/index.html (100%) rename src/data/minecraft/1.7.10/images/black_carpet.png => static/browse/minecraft/black_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/black_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/black_stained_clay.png => static/browse/minecraft/black_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/black_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/black_stained_glass.png => static/browse/minecraft/black_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/black_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/black_stained_glass_pane.png => static/browse/minecraft/black_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/black_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/black_wool.png => static/browse/minecraft/black_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/black_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/blaze_powder.png => static/browse/minecraft/blaze_powder/icon.png (100%) rename {prerender => static}/browse/minecraft/blaze_powder/index.html (100%) rename src/data/minecraft/1.7.10/images/blaze_rod.png => static/browse/minecraft/blaze_rod/icon.png (100%) rename {prerender => static}/browse/minecraft/blaze_rod/index.html (100%) rename src/data/minecraft/1.7.10/images/block_of_coal.png => static/browse/minecraft/block_of_coal/icon.png (100%) rename {prerender => static}/browse/minecraft/block_of_coal/index.html (100%) rename src/data/minecraft/1.7.10/images/block_of_diamond.png => static/browse/minecraft/block_of_diamond/icon.png (100%) rename {prerender => static}/browse/minecraft/block_of_diamond/index.html (100%) rename src/data/minecraft/1.7.10/images/block_of_emerald.png => static/browse/minecraft/block_of_emerald/icon.png (100%) rename {prerender => static}/browse/minecraft/block_of_emerald/index.html (100%) rename src/data/minecraft/1.7.10/images/block_of_gold.png => static/browse/minecraft/block_of_gold/icon.png (100%) rename {prerender => static}/browse/minecraft/block_of_gold/index.html (100%) rename src/data/minecraft/1.7.10/images/block_of_iron.png => static/browse/minecraft/block_of_iron/icon.png (100%) rename {prerender => static}/browse/minecraft/block_of_iron/index.html (100%) rename src/data/minecraft/1.7.10/images/block_of_quartz.png => static/browse/minecraft/block_of_quartz/icon.png (100%) rename {prerender => static}/browse/minecraft/block_of_quartz/index.html (100%) rename src/data/minecraft/1.7.10/images/block_of_redstone.png => static/browse/minecraft/block_of_redstone/icon.png (100%) rename {prerender => static}/browse/minecraft/block_of_redstone/index.html (100%) rename src/data/minecraft/1.7.10/images/blue_carpet.png => static/browse/minecraft/blue_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/blue_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/blue_orchid.png => static/browse/minecraft/blue_orchid/icon.png (100%) rename {prerender => static}/browse/minecraft/blue_orchid/index.html (100%) rename src/data/minecraft/1.7.10/images/blue_stained_clay.png => static/browse/minecraft/blue_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/blue_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/blue_stained_glass.png => static/browse/minecraft/blue_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/blue_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/blue_stained_glass_pane.png => static/browse/minecraft/blue_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/blue_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/blue_wool.png => static/browse/minecraft/blue_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/blue_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/boat.png => static/browse/minecraft/boat/icon.png (100%) rename {prerender => static}/browse/minecraft/boat/index.html (100%) rename src/data/minecraft/1.7.10/images/bone.png => static/browse/minecraft/bone/icon.png (100%) rename {prerender => static}/browse/minecraft/bone/index.html (100%) rename src/data/minecraft/1.7.10/images/bone_meal.png => static/browse/minecraft/bone_meal/icon.png (100%) rename {prerender => static}/browse/minecraft/bone_meal/index.html (100%) rename src/data/minecraft/1.7.10/images/book.png => static/browse/minecraft/book/icon.png (100%) rename {prerender => static}/browse/minecraft/book/index.html (100%) rename src/data/minecraft/1.7.10/images/book_and_quill.png => static/browse/minecraft/book_and_quill/icon.png (100%) rename {prerender => static}/browse/minecraft/book_and_quill/index.html (100%) rename src/data/minecraft/1.7.10/images/bookshelf.png => static/browse/minecraft/bookshelf/icon.png (100%) rename {prerender => static}/browse/minecraft/bookshelf/index.html (100%) rename src/data/minecraft/1.7.10/images/bottle_o_enchanting.png => static/browse/minecraft/bottle_o_enchanting/icon.png (100%) rename {prerender => static}/browse/minecraft/bottle_o_enchanting/index.html (100%) rename src/data/minecraft/1.7.10/images/bow.png => static/browse/minecraft/bow/icon.png (100%) rename {prerender => static}/browse/minecraft/bow/index.html (100%) rename src/data/minecraft/1.7.10/images/bowl.png => static/browse/minecraft/bowl/icon.png (100%) rename {prerender => static}/browse/minecraft/bowl/index.html (100%) rename src/data/minecraft/1.7.10/images/bread.png => static/browse/minecraft/bread/icon.png (100%) rename {prerender => static}/browse/minecraft/bread/index.html (100%) rename src/data/minecraft/1.7.10/images/brewing_stand.png => static/browse/minecraft/brewing_stand/icon.png (100%) rename {prerender => static}/browse/minecraft/brewing_stand/index.html (100%) rename src/data/minecraft/1.7.10/images/brick.png => static/browse/minecraft/brick/icon.png (100%) rename {prerender => static}/browse/minecraft/brick/index.html (100%) rename src/data/minecraft/1.7.10/images/brick_stairs.png => static/browse/minecraft/brick_stairs/icon.png (100%) rename {prerender => static}/browse/minecraft/brick_stairs/index.html (100%) rename src/data/minecraft/1.7.10/images/bricks.png => static/browse/minecraft/bricks/icon.png (100%) rename {prerender => static}/browse/minecraft/bricks/index.html (100%) rename src/data/minecraft/1.7.10/images/bricks_slab.png => static/browse/minecraft/bricks_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/bricks_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/brown_carpet.png => static/browse/minecraft/brown_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/brown_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/brown_stained_clay.png => static/browse/minecraft/brown_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/brown_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/brown_stained_glass.png => static/browse/minecraft/brown_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/brown_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/brown_stained_glass_pane.png => static/browse/minecraft/brown_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/brown_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/brown_wool.png => static/browse/minecraft/brown_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/brown_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/bucket.png => static/browse/minecraft/bucket/icon.png (100%) rename {prerender => static}/browse/minecraft/bucket/index.html (100%) rename src/data/minecraft/1.7.10/images/button.png => static/browse/minecraft/button/icon.png (100%) rename src/data/minecraft/1.7.10/images/button_stone.png => static/browse/minecraft/button_stone/icon.png (100%) rename {prerender => static}/browse/minecraft/button_stone/index.html (100%) rename src/data/minecraft/1.7.10/images/button_wood.png => static/browse/minecraft/button_wood/icon.png (100%) rename {prerender => static}/browse/minecraft/button_wood/index.html (100%) rename src/data/minecraft/1.7.10/images/cactus.png => static/browse/minecraft/cactus/icon.png (100%) rename {prerender => static}/browse/minecraft/cactus/index.html (100%) rename src/data/minecraft/1.7.10/images/cactus_green.png => static/browse/minecraft/cactus_green/icon.png (100%) rename {prerender => static}/browse/minecraft/cactus_green/index.html (100%) rename src/data/minecraft/1.7.10/images/cake.png => static/browse/minecraft/cake/icon.png (100%) rename {prerender => static}/browse/minecraft/cake/index.html (100%) rename src/data/minecraft/1.7.10/images/carpet.png => static/browse/minecraft/carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/carrot.png => static/browse/minecraft/carrot/icon.png (100%) rename {prerender => static}/browse/minecraft/carrot/index.html (100%) rename src/data/minecraft/1.7.10/images/carrot_on_a_stick.png => static/browse/minecraft/carrot_on_a_stick/icon.png (100%) rename {prerender => static}/browse/minecraft/carrot_on_a_stick/index.html (100%) rename src/data/minecraft/1.7.10/images/cauldron.png => static/browse/minecraft/cauldron/icon.png (100%) rename {prerender => static}/browse/minecraft/cauldron/index.html (100%) rename src/data/minecraft/1.7.10/images/chain_boots.png => static/browse/minecraft/chain_boots/icon.png (100%) rename {prerender => static}/browse/minecraft/chain_boots/index.html (100%) rename src/data/minecraft/1.7.10/images/chain_chestplate.png => static/browse/minecraft/chain_chestplate/icon.png (100%) rename {prerender => static}/browse/minecraft/chain_chestplate/index.html (100%) rename src/data/minecraft/1.7.10/images/chain_helmet.png => static/browse/minecraft/chain_helmet/icon.png (100%) rename {prerender => static}/browse/minecraft/chain_helmet/index.html (100%) rename src/data/minecraft/1.7.10/images/chain_leggings.png => static/browse/minecraft/chain_leggings/icon.png (100%) rename {prerender => static}/browse/minecraft/chain_leggings/index.html (100%) rename src/data/minecraft/1.7.10/images/charcoal.png => static/browse/minecraft/charcoal/icon.png (100%) rename {prerender => static}/browse/minecraft/charcoal/index.html (100%) rename src/data/minecraft/1.7.10/images/chest.png => static/browse/minecraft/chest/icon.png (100%) rename {prerender => static}/browse/minecraft/chest/index.html (100%) rename src/data/minecraft/1.7.10/images/chiseled_quartz_block.png => static/browse/minecraft/chiseled_quartz_block/icon.png (100%) rename {prerender => static}/browse/minecraft/chiseled_quartz_block/index.html (100%) rename src/data/minecraft/1.7.10/images/chiseled_sandstone.png => static/browse/minecraft/chiseled_sandstone/icon.png (100%) rename {prerender => static}/browse/minecraft/chiseled_sandstone/index.html (100%) rename src/data/minecraft/1.7.10/images/chiseled_stone_brick_monster_egg.png => static/browse/minecraft/chiseled_stone_brick_monster_egg/icon.png (100%) rename src/data/minecraft/1.7.10/images/chiseled_stone_bricks.png => static/browse/minecraft/chiseled_stone_bricks/icon.png (100%) rename {prerender => static}/browse/minecraft/chiseled_stone_bricks/index.html (100%) rename src/data/minecraft/1.7.10/images/clay.png => static/browse/minecraft/clay/icon.png (100%) rename src/data/minecraft/1.7.10/images/clay_block.png => static/browse/minecraft/clay_block/icon.png (100%) rename {prerender => static}/browse/minecraft/clay_block/index.html (100%) rename src/data/minecraft/1.7.10/images/clock.png => static/browse/minecraft/clock/icon.png (100%) rename {prerender => static}/browse/minecraft/clock/index.html (100%) rename src/data/minecraft/1.7.10/images/clownfish.png => static/browse/minecraft/clownfish/icon.png (100%) rename {prerender => static}/browse/minecraft/clownfish/index.html (100%) rename src/data/minecraft/1.7.10/images/coal.png => static/browse/minecraft/coal/icon.png (100%) rename {prerender => static}/browse/minecraft/coal/index.html (100%) rename src/data/minecraft/1.7.10/images/coal_ore.png => static/browse/minecraft/coal_ore/icon.png (100%) rename {prerender => static}/browse/minecraft/coal_ore/index.html (100%) rename src/data/minecraft/1.7.10/images/cobblestone.png => static/browse/minecraft/cobblestone/icon.png (100%) rename {prerender => static}/browse/minecraft/cobblestone/index.html (100%) rename src/data/minecraft/1.7.10/images/cobblestone_monster_egg.png => static/browse/minecraft/cobblestone_monster_egg/icon.png (100%) rename src/data/minecraft/1.7.10/images/cobblestone_slab.png => static/browse/minecraft/cobblestone_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/cobblestone_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/cobblestone_wall.png => static/browse/minecraft/cobblestone_wall/icon.png (100%) rename {prerender => static}/browse/minecraft/cobblestone_wall/index.html (100%) rename src/data/minecraft/1.7.10/images/cobweb.png => static/browse/minecraft/cobweb/icon.png (100%) rename {prerender => static}/browse/minecraft/cobweb/index.html (100%) rename src/data/minecraft/1.7.10/images/cocoa_beans.png => static/browse/minecraft/cocoa_beans/icon.png (100%) rename {prerender => static}/browse/minecraft/cocoa_beans/index.html (100%) rename src/data/minecraft/1.7.10/images/command_block.png => static/browse/minecraft/command_block/icon.png (100%) rename {prerender => static}/browse/minecraft/command_block/index.html (100%) rename src/data/minecraft/1.7.10/images/compass.png => static/browse/minecraft/compass/icon.png (100%) rename {prerender => static}/browse/minecraft/compass/index.html (100%) rename src/data/minecraft/1.7.10/images/cooked_chicken.png => static/browse/minecraft/cooked_chicken/icon.png (100%) rename {prerender => static}/browse/minecraft/cooked_chicken/index.html (100%) rename src/data/minecraft/1.7.10/images/cooked_fish.png => static/browse/minecraft/cooked_fish/icon.png (100%) rename {prerender => static}/browse/minecraft/cooked_fish/index.html (100%) rename src/data/minecraft/1.7.10/images/cooked_porkchop.png => static/browse/minecraft/cooked_porkchop/icon.png (100%) rename {prerender => static}/browse/minecraft/cooked_porkchop/index.html (100%) rename src/data/minecraft/1.7.10/images/cooked_salmon.png => static/browse/minecraft/cooked_salmon/icon.png (100%) rename {prerender => static}/browse/minecraft/cooked_salmon/index.html (100%) rename src/data/minecraft/1.7.10/images/cookie.png => static/browse/minecraft/cookie/icon.png (100%) rename {prerender => static}/browse/minecraft/cookie/index.html (100%) rename src/data/minecraft/1.7.10/images/cracked_stone_brick_monster_egg.png => static/browse/minecraft/cracked_stone_brick_monster_egg/icon.png (100%) rename src/data/minecraft/1.7.10/images/cracked_stone_bricks.png => static/browse/minecraft/cracked_stone_bricks/icon.png (100%) rename {prerender => static}/browse/minecraft/cracked_stone_bricks/index.html (100%) rename src/data/minecraft/1.7.10/images/crafting_table.png => static/browse/minecraft/crafting_table/icon.png (100%) rename {prerender => static}/browse/minecraft/crafting_table/index.html (100%) rename src/data/minecraft/1.7.10/images/creeper_head.png => static/browse/minecraft/creeper_head/icon.png (100%) rename {prerender => static}/browse/minecraft/creeper_head/index.html (100%) rename src/data/minecraft/1.7.10/images/cyan_carpet.png => static/browse/minecraft/cyan_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/cyan_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/cyan_dye.png => static/browse/minecraft/cyan_dye/icon.png (100%) rename {prerender => static}/browse/minecraft/cyan_dye/index.html (100%) rename src/data/minecraft/1.7.10/images/cyan_stained_clay.png => static/browse/minecraft/cyan_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/cyan_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/cyan_stained_glass.png => static/browse/minecraft/cyan_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/cyan_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/cyan_stained_glass_pane.png => static/browse/minecraft/cyan_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/cyan_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/cyan_wool.png => static/browse/minecraft/cyan_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/cyan_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/dandelion.png => static/browse/minecraft/dandelion/icon.png (100%) rename {prerender => static}/browse/minecraft/dandelion/index.html (100%) rename src/data/minecraft/1.7.10/images/dandelion_yellow.png => static/browse/minecraft/dandelion_yellow/icon.png (100%) rename {prerender => static}/browse/minecraft/dandelion_yellow/index.html (100%) rename src/data/minecraft/1.7.10/images/dark_oak_leaves.png => static/browse/minecraft/dark_oak_leaves/icon.png (100%) rename {prerender => static}/browse/minecraft/dark_oak_leaves/index.html (100%) rename src/data/minecraft/1.7.10/images/dark_oak_sapling.png => static/browse/minecraft/dark_oak_sapling/icon.png (100%) rename {prerender => static}/browse/minecraft/dark_oak_sapling/index.html (100%) rename src/data/minecraft/1.7.10/images/dark_oak_wood.png => static/browse/minecraft/dark_oak_wood/icon.png (100%) rename {prerender => static}/browse/minecraft/dark_oak_wood/index.html (100%) rename src/data/minecraft/1.7.10/images/dark_oak_wood_planks.png => static/browse/minecraft/dark_oak_wood_planks/icon.png (100%) rename {prerender => static}/browse/minecraft/dark_oak_wood_planks/index.html (100%) rename src/data/minecraft/1.7.10/images/dark_oak_wood_slab.png => static/browse/minecraft/dark_oak_wood_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/dark_oak_wood_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/dark_oak_wood_stairs.png => static/browse/minecraft/dark_oak_wood_stairs/icon.png (100%) rename {prerender => static}/browse/minecraft/dark_oak_wood_stairs/index.html (100%) rename src/data/minecraft/1.7.10/images/daylight_sensor.png => static/browse/minecraft/daylight_sensor/icon.png (100%) rename {prerender => static}/browse/minecraft/daylight_sensor/index.html (100%) rename src/data/minecraft/1.7.10/images/dead_bush.png => static/browse/minecraft/dead_bush/icon.png (100%) rename {prerender => static}/browse/minecraft/dead_bush/index.html (100%) rename src/data/minecraft/1.7.10/images/detector_rail.png => static/browse/minecraft/detector_rail/icon.png (100%) rename {prerender => static}/browse/minecraft/detector_rail/index.html (100%) rename src/data/minecraft/1.7.10/images/diamond.png => static/browse/minecraft/diamond/icon.png (100%) rename {prerender => static}/browse/minecraft/diamond/index.html (100%) rename src/data/minecraft/1.7.10/images/diamond_axe.png => static/browse/minecraft/diamond_axe/icon.png (100%) rename {prerender => static}/browse/minecraft/diamond_axe/index.html (100%) rename src/data/minecraft/1.7.10/images/diamond_boots.png => static/browse/minecraft/diamond_boots/icon.png (100%) rename {prerender => static}/browse/minecraft/diamond_boots/index.html (100%) rename src/data/minecraft/1.7.10/images/diamond_chestplate.png => static/browse/minecraft/diamond_chestplate/icon.png (100%) rename {prerender => static}/browse/minecraft/diamond_chestplate/index.html (100%) rename src/data/minecraft/1.7.10/images/diamond_helmet.png => static/browse/minecraft/diamond_helmet/icon.png (100%) rename {prerender => static}/browse/minecraft/diamond_helmet/index.html (100%) rename src/data/minecraft/1.7.10/images/diamond_hoe.png => static/browse/minecraft/diamond_hoe/icon.png (100%) rename {prerender => static}/browse/minecraft/diamond_hoe/index.html (100%) rename src/data/minecraft/1.7.10/images/diamond_horse_armor.png => static/browse/minecraft/diamond_horse_armor/icon.png (100%) rename {prerender => static}/browse/minecraft/diamond_horse_armor/index.html (100%) rename src/data/minecraft/1.7.10/images/diamond_leggings.png => static/browse/minecraft/diamond_leggings/icon.png (100%) rename {prerender => static}/browse/minecraft/diamond_leggings/index.html (100%) rename src/data/minecraft/1.7.10/images/diamond_ore.png => static/browse/minecraft/diamond_ore/icon.png (100%) rename {prerender => static}/browse/minecraft/diamond_ore/index.html (100%) rename src/data/minecraft/1.7.10/images/diamond_pickaxe.png => static/browse/minecraft/diamond_pickaxe/icon.png (100%) rename {prerender => static}/browse/minecraft/diamond_pickaxe/index.html (100%) rename src/data/minecraft/1.7.10/images/diamond_shovel.png => static/browse/minecraft/diamond_shovel/icon.png (100%) rename {prerender => static}/browse/minecraft/diamond_shovel/index.html (100%) rename src/data/minecraft/1.7.10/images/diamond_sword.png => static/browse/minecraft/diamond_sword/icon.png (100%) rename {prerender => static}/browse/minecraft/diamond_sword/index.html (100%) rename src/data/minecraft/1.7.10/images/dirt.png => static/browse/minecraft/dirt/icon.png (100%) rename {prerender => static}/browse/minecraft/dirt/index.html (100%) rename src/data/minecraft/1.7.10/images/dispenser.png => static/browse/minecraft/dispenser/icon.png (100%) rename {prerender => static}/browse/minecraft/dispenser/index.html (100%) rename src/data/minecraft/1.7.10/images/double_tallgrass.png => static/browse/minecraft/double_tallgrass/icon.png (100%) rename {prerender => static}/browse/minecraft/double_tallgrass/index.html (100%) rename src/data/minecraft/1.7.10/images/dragon_egg.png => static/browse/minecraft/dragon_egg/icon.png (100%) rename {prerender => static}/browse/minecraft/dragon_egg/index.html (100%) rename src/data/minecraft/1.7.10/images/dropper.png => static/browse/minecraft/dropper/icon.png (100%) rename {prerender => static}/browse/minecraft/dropper/index.html (100%) rename src/data/minecraft/1.7.10/images/egg.png => static/browse/minecraft/egg/icon.png (100%) rename {prerender => static}/browse/minecraft/egg/index.html (100%) rename src/data/minecraft/1.7.10/images/emerald.png => static/browse/minecraft/emerald/icon.png (100%) rename {prerender => static}/browse/minecraft/emerald/index.html (100%) rename src/data/minecraft/1.7.10/images/emerald_ore.png => static/browse/minecraft/emerald_ore/icon.png (100%) rename {prerender => static}/browse/minecraft/emerald_ore/index.html (100%) rename src/data/minecraft/1.7.10/images/empty_map.png => static/browse/minecraft/empty_map/icon.png (100%) rename {prerender => static}/browse/minecraft/empty_map/index.html (100%) rename src/data/minecraft/1.7.10/images/enchanted_book.png => static/browse/minecraft/enchanted_book/icon.png (100%) rename {prerender => static}/browse/minecraft/enchanted_book/index.html (100%) rename src/data/minecraft/1.7.10/images/enchantment_table.png => static/browse/minecraft/enchantment_table/icon.png (100%) rename {prerender => static}/browse/minecraft/enchantment_table/index.html (100%) rename src/data/minecraft/1.7.10/images/end_portal.png => static/browse/minecraft/end_portal/icon.png (100%) rename src/data/minecraft/1.7.10/images/end_stone.png => static/browse/minecraft/end_stone/icon.png (100%) rename {prerender => static}/browse/minecraft/end_stone/index.html (100%) rename src/data/minecraft/1.7.10/images/ender_chest.png => static/browse/minecraft/ender_chest/icon.png (100%) rename {prerender => static}/browse/minecraft/ender_chest/index.html (100%) rename src/data/minecraft/1.7.10/images/ender_pearl.png => static/browse/minecraft/ender_pearl/icon.png (100%) rename {prerender => static}/browse/minecraft/ender_pearl/index.html (100%) rename src/data/minecraft/1.7.10/images/eye_of_ender.png => static/browse/minecraft/eye_of_ender/icon.png (100%) rename {prerender => static}/browse/minecraft/eye_of_ender/index.html (100%) rename src/data/minecraft/1.7.10/images/farmland.png => static/browse/minecraft/farmland/icon.png (100%) rename src/data/minecraft/1.7.10/images/feather.png => static/browse/minecraft/feather/icon.png (100%) rename {prerender => static}/browse/minecraft/feather/index.html (100%) rename src/data/minecraft/1.7.10/images/fence.png => static/browse/minecraft/fence/icon.png (100%) rename {prerender => static}/browse/minecraft/fence/index.html (100%) rename src/data/minecraft/1.7.10/images/fence_gate.png => static/browse/minecraft/fence_gate/icon.png (100%) rename {prerender => static}/browse/minecraft/fence_gate/index.html (100%) rename src/data/minecraft/1.7.10/images/fermented_spider_eye.png => static/browse/minecraft/fermented_spider_eye/icon.png (100%) rename {prerender => static}/browse/minecraft/fermented_spider_eye/index.html (100%) rename src/data/minecraft/1.7.10/images/fern.png => static/browse/minecraft/fern/icon.png (100%) rename {prerender => static}/browse/minecraft/fern/index.html (100%) rename src/data/minecraft/1.7.10/images/fire.png => static/browse/minecraft/fire/icon.png (100%) rename {prerender => static}/browse/minecraft/fire/index.html (100%) rename src/data/minecraft/1.7.10/images/fire_charge.png => static/browse/minecraft/fire_charge/icon.png (100%) rename {prerender => static}/browse/minecraft/fire_charge/index.html (100%) rename src/data/minecraft/1.7.10/images/firework_rocket_duration_1.png => static/browse/minecraft/firework_rocket_duration_1/icon.png (100%) rename {prerender => static}/browse/minecraft/firework_rocket_duration_1/index.html (100%) rename src/data/minecraft/1.7.10/images/firework_rocket_duration_2.png => static/browse/minecraft/firework_rocket_duration_2/icon.png (100%) rename {prerender => static}/browse/minecraft/firework_rocket_duration_2/index.html (100%) rename src/data/minecraft/1.7.10/images/firework_rocket_duration_3.png => static/browse/minecraft/firework_rocket_duration_3/icon.png (100%) rename {prerender => static}/browse/minecraft/firework_rocket_duration_3/index.html (100%) rename src/data/minecraft/1.7.10/images/firework_star.png => static/browse/minecraft/firework_star/icon.png (100%) rename {prerender => static}/browse/minecraft/firework_star/index.html (100%) rename src/data/minecraft/1.7.10/images/fishing_rod.png => static/browse/minecraft/fishing_rod/icon.png (100%) rename {prerender => static}/browse/minecraft/fishing_rod/index.html (100%) rename src/data/minecraft/1.7.10/images/flint.png => static/browse/minecraft/flint/icon.png (100%) rename {prerender => static}/browse/minecraft/flint/index.html (100%) rename src/data/minecraft/1.7.10/images/flint_and_steel.png => static/browse/minecraft/flint_and_steel/icon.png (100%) rename {prerender => static}/browse/minecraft/flint_and_steel/index.html (100%) rename src/data/minecraft/1.7.10/images/flower_pot.png => static/browse/minecraft/flower_pot/icon.png (100%) rename {prerender => static}/browse/minecraft/flower_pot/index.html (100%) rename src/data/minecraft/1.7.10/images/furnace.png => static/browse/minecraft/furnace/icon.png (100%) rename {prerender => static}/browse/minecraft/furnace/index.html (100%) rename src/data/minecraft/1.7.10/images/furnace_fuel.png => static/browse/minecraft/furnace_fuel/icon.png (100%) rename src/data/minecraft/1.7.10/images/ghast_tear.png => static/browse/minecraft/ghast_tear/icon.png (100%) rename {prerender => static}/browse/minecraft/ghast_tear/index.html (100%) rename src/data/minecraft/1.7.10/images/glass.png => static/browse/minecraft/glass/icon.png (100%) rename {prerender => static}/browse/minecraft/glass/index.html (100%) rename src/data/minecraft/1.7.10/images/glass_bottle.png => static/browse/minecraft/glass_bottle/icon.png (100%) rename {prerender => static}/browse/minecraft/glass_bottle/index.html (100%) rename src/data/minecraft/1.7.10/images/glass_pane.png => static/browse/minecraft/glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/glistering_melon.png => static/browse/minecraft/glistering_melon/icon.png (100%) rename {prerender => static}/browse/minecraft/glistering_melon/index.html (100%) rename src/data/minecraft/1.7.10/images/glowstone.png => static/browse/minecraft/glowstone/icon.png (100%) rename {prerender => static}/browse/minecraft/glowstone/index.html (100%) rename src/data/minecraft/1.7.10/images/glowstone_dust.png => static/browse/minecraft/glowstone_dust/icon.png (100%) rename {prerender => static}/browse/minecraft/glowstone_dust/index.html (100%) rename src/data/minecraft/1.7.10/images/gold_horse_armor.png => static/browse/minecraft/gold_horse_armor/icon.png (100%) rename {prerender => static}/browse/minecraft/gold_horse_armor/index.html (100%) rename src/data/minecraft/1.7.10/images/gold_ingot.png => static/browse/minecraft/gold_ingot/icon.png (100%) rename {prerender => static}/browse/minecraft/gold_ingot/index.html (100%) rename src/data/minecraft/1.7.10/images/gold_nugget.png => static/browse/minecraft/gold_nugget/icon.png (100%) rename {prerender => static}/browse/minecraft/gold_nugget/index.html (100%) rename src/data/minecraft/1.7.10/images/gold_ore.png => static/browse/minecraft/gold_ore/icon.png (100%) rename {prerender => static}/browse/minecraft/gold_ore/index.html (100%) rename src/data/minecraft/1.7.10/images/golden_apple.png => static/browse/minecraft/golden_apple/icon.png (100%) rename {prerender => static}/browse/minecraft/golden_apple/index.html (100%) rename src/data/minecraft/1.7.10/images/golden_apple_magic.png => static/browse/minecraft/golden_apple_magic/icon.png (100%) rename {prerender => static}/browse/minecraft/golden_apple_magic/index.html (100%) rename src/data/minecraft/1.7.10/images/golden_axe.png => static/browse/minecraft/golden_axe/icon.png (100%) rename {prerender => static}/browse/minecraft/golden_axe/index.html (100%) rename src/data/minecraft/1.7.10/images/golden_boots.png => static/browse/minecraft/golden_boots/icon.png (100%) rename {prerender => static}/browse/minecraft/golden_boots/index.html (100%) rename src/data/minecraft/1.7.10/images/golden_carrot.png => static/browse/minecraft/golden_carrot/icon.png (100%) rename {prerender => static}/browse/minecraft/golden_carrot/index.html (100%) rename src/data/minecraft/1.7.10/images/golden_chestplate.png => static/browse/minecraft/golden_chestplate/icon.png (100%) rename {prerender => static}/browse/minecraft/golden_chestplate/index.html (100%) rename src/data/minecraft/1.7.10/images/golden_helmet.png => static/browse/minecraft/golden_helmet/icon.png (100%) rename {prerender => static}/browse/minecraft/golden_helmet/index.html (100%) rename src/data/minecraft/1.7.10/images/golden_hoe.png => static/browse/minecraft/golden_hoe/icon.png (100%) rename {prerender => static}/browse/minecraft/golden_hoe/index.html (100%) rename src/data/minecraft/1.7.10/images/golden_leggings.png => static/browse/minecraft/golden_leggings/icon.png (100%) rename {prerender => static}/browse/minecraft/golden_leggings/index.html (100%) rename src/data/minecraft/1.7.10/images/golden_pickaxe.png => static/browse/minecraft/golden_pickaxe/icon.png (100%) rename {prerender => static}/browse/minecraft/golden_pickaxe/index.html (100%) rename src/data/minecraft/1.7.10/images/golden_shovel.png => static/browse/minecraft/golden_shovel/icon.png (100%) rename {prerender => static}/browse/minecraft/golden_shovel/index.html (100%) rename src/data/minecraft/1.7.10/images/golden_sword.png => static/browse/minecraft/golden_sword/icon.png (100%) rename {prerender => static}/browse/minecraft/golden_sword/index.html (100%) rename src/data/minecraft/1.7.10/images/grass.png => static/browse/minecraft/grass/icon.png (100%) rename {prerender => static}/browse/minecraft/grass/index.html (100%) rename src/data/minecraft/1.7.10/images/grass_block.png => static/browse/minecraft/grass_block/icon.png (100%) rename {prerender => static}/browse/minecraft/grass_block/index.html (100%) rename src/data/minecraft/1.7.10/images/gravel.png => static/browse/minecraft/gravel/icon.png (100%) rename {prerender => static}/browse/minecraft/gravel/index.html (100%) rename src/data/minecraft/1.7.10/images/gray_carpet.png => static/browse/minecraft/gray_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/gray_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/gray_dye.png => static/browse/minecraft/gray_dye/icon.png (100%) rename {prerender => static}/browse/minecraft/gray_dye/index.html (100%) rename src/data/minecraft/1.7.10/images/gray_stained_clay.png => static/browse/minecraft/gray_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/gray_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/gray_stained_glass.png => static/browse/minecraft/gray_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/gray_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/gray_stained_glass_pane.png => static/browse/minecraft/gray_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/gray_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/gray_wool.png => static/browse/minecraft/gray_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/gray_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/green_carpet.png => static/browse/minecraft/green_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/green_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/green_stained_clay.png => static/browse/minecraft/green_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/green_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/green_stained_glass.png => static/browse/minecraft/green_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/green_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/green_stained_glass_pane.png => static/browse/minecraft/green_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/green_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/green_wool.png => static/browse/minecraft/green_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/green_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/gunpowder.png => static/browse/minecraft/gunpowder/icon.png (100%) rename {prerender => static}/browse/minecraft/gunpowder/index.html (100%) rename src/data/minecraft/1.7.10/images/hardened_clay.png => static/browse/minecraft/hardened_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/hardened_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/hay_bale.png => static/browse/minecraft/hay_bale/icon.png (100%) rename {prerender => static}/browse/minecraft/hay_bale/index.html (100%) rename src/data/minecraft/1.7.10/images/head.png => static/browse/minecraft/head/icon.png (100%) rename {prerender => static}/browse/minecraft/head/index.html (100%) rename src/data/minecraft/1.7.10/images/hopper.png => static/browse/minecraft/hopper/icon.png (100%) rename {prerender => static}/browse/minecraft/hopper/index.html (100%) rename src/data/minecraft/1.7.10/images/ice.png => static/browse/minecraft/ice/icon.png (100%) rename {prerender => static}/browse/minecraft/ice/index.html (100%) rename src/data/minecraft/logo.png => static/browse/minecraft/icon.png (100%) rename {prerender => static}/browse/minecraft/index.html (100%) rename src/data/minecraft/1.7.10/images/ink_sac.png => static/browse/minecraft/ink_sac/icon.png (100%) rename {prerender => static}/browse/minecraft/ink_sac/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_axe.png => static/browse/minecraft/iron_axe/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_axe/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_bars.png => static/browse/minecraft/iron_bars/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_bars/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_boots.png => static/browse/minecraft/iron_boots/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_boots/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_chestplate.png => static/browse/minecraft/iron_chestplate/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_chestplate/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_door.png => static/browse/minecraft/iron_door/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_door/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_helmet.png => static/browse/minecraft/iron_helmet/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_helmet/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_hoe.png => static/browse/minecraft/iron_hoe/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_hoe/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_horse_armor.png => static/browse/minecraft/iron_horse_armor/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_horse_armor/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_ingot.png => static/browse/minecraft/iron_ingot/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_ingot/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_leggings.png => static/browse/minecraft/iron_leggings/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_leggings/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_ore.png => static/browse/minecraft/iron_ore/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_ore/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_pickaxe.png => static/browse/minecraft/iron_pickaxe/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_pickaxe/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_shovel.png => static/browse/minecraft/iron_shovel/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_shovel/index.html (100%) rename src/data/minecraft/1.7.10/images/iron_sword.png => static/browse/minecraft/iron_sword/icon.png (100%) rename {prerender => static}/browse/minecraft/iron_sword/index.html (100%) rename src/data/minecraft/1.7.10/images/item_frame.png => static/browse/minecraft/item_frame/icon.png (100%) rename {prerender => static}/browse/minecraft/item_frame/index.html (100%) rename src/data/minecraft/1.7.10/images/jack_o_lantern.png => static/browse/minecraft/jack_o_lantern/icon.png (100%) rename {prerender => static}/browse/minecraft/jack_o_lantern/index.html (100%) rename src/data/minecraft/1.7.10/images/jukebox.png => static/browse/minecraft/jukebox/icon.png (100%) rename {prerender => static}/browse/minecraft/jukebox/index.html (100%) rename src/data/minecraft/1.7.10/images/jungle_leaves.png => static/browse/minecraft/jungle_leaves/icon.png (100%) rename {prerender => static}/browse/minecraft/jungle_leaves/index.html (100%) rename src/data/minecraft/1.7.10/images/jungle_sapling.png => static/browse/minecraft/jungle_sapling/icon.png (100%) rename {prerender => static}/browse/minecraft/jungle_sapling/index.html (100%) rename src/data/minecraft/1.7.10/images/jungle_wood.png => static/browse/minecraft/jungle_wood/icon.png (100%) rename {prerender => static}/browse/minecraft/jungle_wood/index.html (100%) rename src/data/minecraft/1.7.10/images/jungle_wood_planks.png => static/browse/minecraft/jungle_wood_planks/icon.png (100%) rename {prerender => static}/browse/minecraft/jungle_wood_planks/index.html (100%) rename src/data/minecraft/1.7.10/images/jungle_wood_slab.png => static/browse/minecraft/jungle_wood_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/jungle_wood_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/jungle_wood_stairs.png => static/browse/minecraft/jungle_wood_stairs/icon.png (100%) rename {prerender => static}/browse/minecraft/jungle_wood_stairs/index.html (100%) rename src/data/minecraft/1.7.10/images/ladder.png => static/browse/minecraft/ladder/icon.png (100%) rename {prerender => static}/browse/minecraft/ladder/index.html (100%) rename src/data/minecraft/1.7.10/images/lapis_lazuli.png => static/browse/minecraft/lapis_lazuli/icon.png (100%) rename {prerender => static}/browse/minecraft/lapis_lazuli/index.html (100%) rename src/data/minecraft/1.7.10/images/lapis_lazuli_block.png => static/browse/minecraft/lapis_lazuli_block/icon.png (100%) rename {prerender => static}/browse/minecraft/lapis_lazuli_block/index.html (100%) rename src/data/minecraft/1.7.10/images/lapis_lazuli_ore.png => static/browse/minecraft/lapis_lazuli_ore/icon.png (100%) rename {prerender => static}/browse/minecraft/lapis_lazuli_ore/index.html (100%) rename src/data/minecraft/1.7.10/images/large_fern.png => static/browse/minecraft/large_fern/icon.png (100%) rename {prerender => static}/browse/minecraft/large_fern/index.html (100%) rename src/data/minecraft/1.7.10/images/lava.png => static/browse/minecraft/lava/icon.png (100%) rename {prerender => static}/browse/minecraft/lava/index.html (100%) rename src/data/minecraft/1.7.10/images/lava_bucket.png => static/browse/minecraft/lava_bucket/icon.png (100%) rename {prerender => static}/browse/minecraft/lava_bucket/index.html (100%) rename src/data/minecraft/1.7.10/images/lead.png => static/browse/minecraft/lead/icon.png (100%) rename {prerender => static}/browse/minecraft/lead/index.html (100%) rename src/data/minecraft/1.7.10/images/leather.png => static/browse/minecraft/leather/icon.png (100%) rename {prerender => static}/browse/minecraft/leather/index.html (100%) rename src/data/minecraft/1.7.10/images/leather_boots.png => static/browse/minecraft/leather_boots/icon.png (100%) rename {prerender => static}/browse/minecraft/leather_boots/index.html (100%) rename src/data/minecraft/1.7.10/images/leather_cap.png => static/browse/minecraft/leather_cap/icon.png (100%) rename {prerender => static}/browse/minecraft/leather_cap/index.html (100%) rename src/data/minecraft/1.7.10/images/leather_pants.png => static/browse/minecraft/leather_pants/icon.png (100%) rename {prerender => static}/browse/minecraft/leather_pants/index.html (100%) rename src/data/minecraft/1.7.10/images/leather_tunic.png => static/browse/minecraft/leather_tunic/icon.png (100%) rename {prerender => static}/browse/minecraft/leather_tunic/index.html (100%) rename src/data/minecraft/1.7.10/images/lever.png => static/browse/minecraft/lever/icon.png (100%) rename {prerender => static}/browse/minecraft/lever/index.html (100%) rename src/data/minecraft/1.7.10/images/light_blue_carpet.png => static/browse/minecraft/light_blue_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/light_blue_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/light_blue_dye.png => static/browse/minecraft/light_blue_dye/icon.png (100%) rename {prerender => static}/browse/minecraft/light_blue_dye/index.html (100%) rename src/data/minecraft/1.7.10/images/light_blue_stained_clay.png => static/browse/minecraft/light_blue_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/light_blue_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/light_blue_stained_glass.png => static/browse/minecraft/light_blue_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/light_blue_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/light_blue_stained_glass_pane.png => static/browse/minecraft/light_blue_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/light_blue_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/light_blue_wool.png => static/browse/minecraft/light_blue_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/light_blue_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/light_gray_carpet.png => static/browse/minecraft/light_gray_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/light_gray_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/light_gray_dye.png => static/browse/minecraft/light_gray_dye/icon.png (100%) rename {prerender => static}/browse/minecraft/light_gray_dye/index.html (100%) rename src/data/minecraft/1.7.10/images/light_gray_stained_clay.png => static/browse/minecraft/light_gray_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/light_gray_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/light_gray_stained_glass.png => static/browse/minecraft/light_gray_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/light_gray_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/light_gray_stained_glass_pane.png => static/browse/minecraft/light_gray_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/light_gray_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/light_gray_wool.png => static/browse/minecraft/light_gray_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/light_gray_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/lilac.png => static/browse/minecraft/lilac/icon.png (100%) rename {prerender => static}/browse/minecraft/lilac/index.html (100%) rename src/data/minecraft/1.7.10/images/lily_pad.png => static/browse/minecraft/lily_pad/icon.png (100%) rename {prerender => static}/browse/minecraft/lily_pad/index.html (100%) rename src/data/minecraft/1.7.10/images/lime_carpet.png => static/browse/minecraft/lime_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/lime_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/lime_dye.png => static/browse/minecraft/lime_dye/icon.png (100%) rename {prerender => static}/browse/minecraft/lime_dye/index.html (100%) rename src/data/minecraft/1.7.10/images/lime_stained_clay.png => static/browse/minecraft/lime_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/lime_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/lime_stained_glass.png => static/browse/minecraft/lime_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/lime_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/lime_stained_glass_pane.png => static/browse/minecraft/lime_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/lime_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/lime_wool.png => static/browse/minecraft/lime_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/lime_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/magenta_carpet.png => static/browse/minecraft/magenta_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/magenta_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/magenta_dye.png => static/browse/minecraft/magenta_dye/icon.png (100%) rename {prerender => static}/browse/minecraft/magenta_dye/index.html (100%) rename src/data/minecraft/1.7.10/images/magenta_stained_clay.png => static/browse/minecraft/magenta_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/magenta_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/magenta_stained_glass.png => static/browse/minecraft/magenta_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/magenta_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/magenta_stained_glass_pane.png => static/browse/minecraft/magenta_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/magenta_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/magenta_wool.png => static/browse/minecraft/magenta_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/magenta_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/magma_cream.png => static/browse/minecraft/magma_cream/icon.png (100%) rename {prerender => static}/browse/minecraft/magma_cream/index.html (100%) rename src/data/minecraft/1.7.10/images/map_0.png => static/browse/minecraft/map_0/icon.png (100%) rename src/data/minecraft/1.7.10/images/melon.png => static/browse/minecraft/melon/icon.png (100%) rename {prerender => static}/browse/minecraft/melon/index.html (100%) rename src/data/minecraft/1.7.10/images/melon_block.png => static/browse/minecraft/melon_block/icon.png (100%) rename {prerender => static}/browse/minecraft/melon_block/index.html (100%) rename src/data/minecraft/1.7.10/images/melon_seeds.png => static/browse/minecraft/melon_seeds/icon.png (100%) rename {prerender => static}/browse/minecraft/melon_seeds/index.html (100%) rename src/data/minecraft/1.7.10/images/milk.png => static/browse/minecraft/milk/icon.png (100%) rename {prerender => static}/browse/minecraft/milk/index.html (100%) rename src/data/minecraft/1.7.10/images/minecart.png => static/browse/minecraft/minecart/icon.png (100%) rename {prerender => static}/browse/minecraft/minecart/index.html (100%) rename src/data/minecraft/1.7.10/images/minecart_with_chest.png => static/browse/minecraft/minecart_with_chest/icon.png (100%) rename {prerender => static}/browse/minecraft/minecart_with_chest/index.html (100%) rename src/data/minecraft/1.7.10/images/minecart_with_command_block.png => static/browse/minecraft/minecart_with_command_block/icon.png (100%) rename {prerender => static}/browse/minecraft/minecart_with_command_block/index.html (100%) rename src/data/minecraft/1.7.10/images/minecart_with_furnace.png => static/browse/minecraft/minecart_with_furnace/icon.png (100%) rename {prerender => static}/browse/minecraft/minecart_with_furnace/index.html (100%) rename src/data/minecraft/1.7.10/images/minecart_with_hopper.png => static/browse/minecraft/minecart_with_hopper/icon.png (100%) rename {prerender => static}/browse/minecraft/minecart_with_hopper/index.html (100%) rename src/data/minecraft/1.7.10/images/minecart_with_tnt.png => static/browse/minecraft/minecart_with_tnt/icon.png (100%) rename {prerender => static}/browse/minecraft/minecart_with_tnt/index.html (100%) rename src/data/minecraft/1.7.10/images/monster_spawner.png => static/browse/minecraft/monster_spawner/icon.png (100%) rename {prerender => static}/browse/minecraft/monster_spawner/index.html (100%) rename src/data/minecraft/1.7.10/images/moss_stone.png => static/browse/minecraft/moss_stone/icon.png (100%) rename {prerender => static}/browse/minecraft/moss_stone/index.html (100%) rename src/data/minecraft/1.7.10/images/mossy_cobblestone_wall.png => static/browse/minecraft/mossy_cobblestone_wall/icon.png (100%) rename {prerender => static}/browse/minecraft/mossy_cobblestone_wall/index.html (100%) rename src/data/minecraft/1.7.10/images/mossy_stone_brick_monster_egg.png => static/browse/minecraft/mossy_stone_brick_monster_egg/icon.png (100%) rename src/data/minecraft/1.7.10/images/mossy_stone_bricks.png => static/browse/minecraft/mossy_stone_bricks/icon.png (100%) rename {prerender => static}/browse/minecraft/mossy_stone_bricks/index.html (100%) rename src/data/minecraft/1.7.10/images/mundane_potion.png => static/browse/minecraft/mundane_potion/icon.png (100%) rename {prerender => static}/browse/minecraft/mundane_potion/index.html (100%) rename src/data/minecraft/1.7.10/images/mundane_splash_potion.png => static/browse/minecraft/mundane_splash_potion/icon.png (100%) rename {prerender => static}/browse/minecraft/mundane_splash_potion/index.html (100%) rename src/data/minecraft/1.7.10/images/mushroom.png => static/browse/minecraft/mushroom/icon.png (100%) rename src/data/minecraft/1.7.10/images/mushroom_brown.png => static/browse/minecraft/mushroom_brown/icon.png (100%) rename src/data/minecraft/1.7.10/images/mushroom_red.png => static/browse/minecraft/mushroom_red/icon.png (100%) rename src/data/minecraft/1.7.10/images/mushroom_stew.png => static/browse/minecraft/mushroom_stew/icon.png (100%) rename {prerender => static}/browse/minecraft/mushroom_stew/index.html (100%) rename src/data/minecraft/1.7.10/images/music_disc.png => static/browse/minecraft/music_disc/icon.png (100%) rename {prerender => static}/browse/minecraft/music_disc/index.html (100%) rename src/data/minecraft/1.7.10/images/mycelium.png => static/browse/minecraft/mycelium/icon.png (100%) rename {prerender => static}/browse/minecraft/mycelium/index.html (100%) rename src/data/minecraft/1.7.10/images/name_tag.png => static/browse/minecraft/name_tag/icon.png (100%) rename {prerender => static}/browse/minecraft/name_tag/index.html (100%) rename src/data/minecraft/1.7.10/images/nether_brick.png => static/browse/minecraft/nether_brick/icon.png (100%) rename {prerender => static}/browse/minecraft/nether_brick/index.html (100%) rename src/data/minecraft/1.7.10/images/nether_brick_block.png => static/browse/minecraft/nether_brick_block/icon.png (100%) rename {prerender => static}/browse/minecraft/nether_brick_block/index.html (100%) rename src/data/minecraft/1.7.10/images/nether_brick_fence.png => static/browse/minecraft/nether_brick_fence/icon.png (100%) rename {prerender => static}/browse/minecraft/nether_brick_fence/index.html (100%) rename src/data/minecraft/1.7.10/images/nether_brick_slab.png => static/browse/minecraft/nether_brick_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/nether_brick_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/nether_brick_stairs.png => static/browse/minecraft/nether_brick_stairs/icon.png (100%) rename {prerender => static}/browse/minecraft/nether_brick_stairs/index.html (100%) rename src/data/minecraft/1.7.10/images/nether_quartz.png => static/browse/minecraft/nether_quartz/icon.png (100%) rename {prerender => static}/browse/minecraft/nether_quartz/index.html (100%) rename src/data/minecraft/1.7.10/images/nether_quartz_ore.png => static/browse/minecraft/nether_quartz_ore/icon.png (100%) rename {prerender => static}/browse/minecraft/nether_quartz_ore/index.html (100%) rename src/data/minecraft/1.7.10/images/nether_star.png => static/browse/minecraft/nether_star/icon.png (100%) rename {prerender => static}/browse/minecraft/nether_star/index.html (100%) rename src/data/minecraft/1.7.10/images/nether_wart.png => static/browse/minecraft/nether_wart/icon.png (100%) rename {prerender => static}/browse/minecraft/nether_wart/index.html (100%) rename src/data/minecraft/1.7.10/images/netherrack.png => static/browse/minecraft/netherrack/icon.png (100%) rename {prerender => static}/browse/minecraft/netherrack/index.html (100%) rename src/data/minecraft/1.7.10/images/note_block.png => static/browse/minecraft/note_block/icon.png (100%) rename {prerender => static}/browse/minecraft/note_block/index.html (100%) rename src/data/minecraft/1.7.10/images/oak_leaves.png => static/browse/minecraft/oak_leaves/icon.png (100%) rename {prerender => static}/browse/minecraft/oak_leaves/index.html (100%) rename src/data/minecraft/1.7.10/images/oak_sapling.png => static/browse/minecraft/oak_sapling/icon.png (100%) rename {prerender => static}/browse/minecraft/oak_sapling/index.html (100%) rename src/data/minecraft/1.7.10/images/oak_wood.png => static/browse/minecraft/oak_wood/icon.png (100%) rename {prerender => static}/browse/minecraft/oak_wood/index.html (100%) rename src/data/minecraft/1.7.10/images/oak_wood_planks.png => static/browse/minecraft/oak_wood_planks/icon.png (100%) rename {prerender => static}/browse/minecraft/oak_wood_planks/index.html (100%) rename src/data/minecraft/1.7.10/images/oak_wood_slab.png => static/browse/minecraft/oak_wood_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/oak_wood_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/oak_wood_stairs.png => static/browse/minecraft/oak_wood_stairs/icon.png (100%) rename {prerender => static}/browse/minecraft/oak_wood_stairs/index.html (100%) rename src/data/minecraft/1.7.10/images/obsidian.png => static/browse/minecraft/obsidian/icon.png (100%) rename {prerender => static}/browse/minecraft/obsidian/index.html (100%) rename src/data/minecraft/1.7.10/images/orange_carpet.png => static/browse/minecraft/orange_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/orange_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/orange_dye.png => static/browse/minecraft/orange_dye/icon.png (100%) rename {prerender => static}/browse/minecraft/orange_dye/index.html (100%) rename src/data/minecraft/1.7.10/images/orange_stained_clay.png => static/browse/minecraft/orange_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/orange_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/orange_stained_glass.png => static/browse/minecraft/orange_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/orange_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/orange_stained_glass_pane.png => static/browse/minecraft/orange_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/orange_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/orange_tulip.png => static/browse/minecraft/orange_tulip/icon.png (100%) rename {prerender => static}/browse/minecraft/orange_tulip/index.html (100%) rename src/data/minecraft/1.7.10/images/orange_wool.png => static/browse/minecraft/orange_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/orange_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/oxeye_daisy.png => static/browse/minecraft/oxeye_daisy/icon.png (100%) rename {prerender => static}/browse/minecraft/oxeye_daisy/index.html (100%) rename src/data/minecraft/1.7.10/images/packed_ice.png => static/browse/minecraft/packed_ice/icon.png (100%) rename {prerender => static}/browse/minecraft/packed_ice/index.html (100%) rename src/data/minecraft/1.7.10/images/painting.png => static/browse/minecraft/painting/icon.png (100%) rename {prerender => static}/browse/minecraft/painting/index.html (100%) rename src/data/minecraft/1.7.10/images/paper.png => static/browse/minecraft/paper/icon.png (100%) rename {prerender => static}/browse/minecraft/paper/index.html (100%) rename src/data/minecraft/1.7.10/images/peony.png => static/browse/minecraft/peony/icon.png (100%) rename {prerender => static}/browse/minecraft/peony/index.html (100%) rename src/data/minecraft/1.7.10/images/pillar_quartz_block.png => static/browse/minecraft/pillar_quartz_block/icon.png (100%) rename {prerender => static}/browse/minecraft/pillar_quartz_block/index.html (100%) rename src/data/minecraft/1.7.10/images/pink_carpet.png => static/browse/minecraft/pink_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/pink_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/pink_dye.png => static/browse/minecraft/pink_dye/icon.png (100%) rename {prerender => static}/browse/minecraft/pink_dye/index.html (100%) rename src/data/minecraft/1.7.10/images/pink_stained_clay.png => static/browse/minecraft/pink_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/pink_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/pink_stained_glass.png => static/browse/minecraft/pink_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/pink_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/pink_stained_glass_pane.png => static/browse/minecraft/pink_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/pink_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/pink_tulip.png => static/browse/minecraft/pink_tulip/icon.png (100%) rename {prerender => static}/browse/minecraft/pink_tulip/index.html (100%) rename src/data/minecraft/1.7.10/images/pink_wool.png => static/browse/minecraft/pink_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/pink_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/piston.png => static/browse/minecraft/piston/icon.png (100%) rename {prerender => static}/browse/minecraft/piston/index.html (100%) rename src/data/minecraft/1.7.10/images/podzol.png => static/browse/minecraft/podzol/icon.png (100%) rename {prerender => static}/browse/minecraft/podzol/index.html (100%) rename src/data/minecraft/1.7.10/images/poisonous_potato.png => static/browse/minecraft/poisonous_potato/icon.png (100%) rename {prerender => static}/browse/minecraft/poisonous_potato/index.html (100%) rename src/data/minecraft/1.7.10/images/poppy.png => static/browse/minecraft/poppy/icon.png (100%) rename {prerender => static}/browse/minecraft/poppy/index.html (100%) rename src/data/minecraft/1.7.10/images/potato.png => static/browse/minecraft/potato/icon.png (100%) rename {prerender => static}/browse/minecraft/potato/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_fire_resistance_3_00.png => static/browse/minecraft/potion_of_fire_resistance_3_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_fire_resistance_3_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_fire_resistance_8_00.png => static/browse/minecraft/potion_of_fire_resistance_8_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_fire_resistance_8_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_harming.png => static/browse/minecraft/potion_of_harming/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_harming/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_harming_ii.png => static/browse/minecraft/potion_of_harming_ii/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_harming_ii/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_healing.png => static/browse/minecraft/potion_of_healing/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_healing/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_healing_ii.png => static/browse/minecraft/potion_of_healing_ii/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_healing_ii/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_invisibility.png => static/browse/minecraft/potion_of_invisibility/icon.png (100%) rename src/data/minecraft/1.7.10/images/potion_of_invisibility_3_00.png => static/browse/minecraft/potion_of_invisibility_3_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_invisibility_3_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_invisibility_8_00.png => static/browse/minecraft/potion_of_invisibility_8_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_invisibility_8_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_night_vision_3_00.png => static/browse/minecraft/potion_of_night_vision_3_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_night_vision_3_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_night_vision_8_00.png => static/browse/minecraft/potion_of_night_vision_8_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_night_vision_8_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_poison_0_45.png => static/browse/minecraft/potion_of_poison_0_45/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_poison_0_45/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_poison_2_00.png => static/browse/minecraft/potion_of_poison_2_00/icon.png (100%) rename src/data/minecraft/1.7.10/images/potion_of_poison_ii_0_22.png => static/browse/minecraft/potion_of_poison_ii_0_22/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_poison_ii_0_22/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_regeneration_0_45.png => static/browse/minecraft/potion_of_regeneration_0_45/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_regeneration_0_45/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_regeneration_2_00.png => static/browse/minecraft/potion_of_regeneration_2_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_regeneration_2_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_regeneration_ii_0_22.png => static/browse/minecraft/potion_of_regeneration_ii_0_22/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_regeneration_ii_0_22/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_slowness_1_30.png => static/browse/minecraft/potion_of_slowness_1_30/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_slowness_1_30/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_slowness_4_00.png => static/browse/minecraft/potion_of_slowness_4_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_slowness_4_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_strength_3_00.png => static/browse/minecraft/potion_of_strength_3_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_strength_3_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_strength_8_00.png => static/browse/minecraft/potion_of_strength_8_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_strength_8_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_strength_ii_1_30.png => static/browse/minecraft/potion_of_strength_ii_1_30/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_strength_ii_1_30/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_swiftness_3_00.png => static/browse/minecraft/potion_of_swiftness_3_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_swiftness_3_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_swiftness_8_00.png => static/browse/minecraft/potion_of_swiftness_8_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_swiftness_8_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_swiftness_ii_1_30.png => static/browse/minecraft/potion_of_swiftness_ii_1_30/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_swiftness_ii_1_30/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_water_breathing_3_00.png => static/browse/minecraft/potion_of_water_breathing_3_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_water_breathing_3_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_water_breathing_8_00.png => static/browse/minecraft/potion_of_water_breathing_8_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_water_breathing_8_00/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_weakness_1_30.png => static/browse/minecraft/potion_of_weakness_1_30/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_weakness_1_30/index.html (100%) rename src/data/minecraft/1.7.10/images/potion_of_weakness_4_00.png => static/browse/minecraft/potion_of_weakness_4_00/icon.png (100%) rename {prerender => static}/browse/minecraft/potion_of_weakness_4_00/index.html (100%) rename src/data/minecraft/1.7.10/images/powered_rail.png => static/browse/minecraft/powered_rail/icon.png (100%) rename {prerender => static}/browse/minecraft/powered_rail/index.html (100%) rename src/data/minecraft/1.7.10/images/pressure_plate.png => static/browse/minecraft/pressure_plate/icon.png (100%) rename src/data/minecraft/1.7.10/images/pressure_plate_stone.png => static/browse/minecraft/pressure_plate_stone/icon.png (100%) rename {prerender => static}/browse/minecraft/pressure_plate_stone/index.html (100%) rename src/data/minecraft/1.7.10/images/pressure_plate_wood.png => static/browse/minecraft/pressure_plate_wood/icon.png (100%) rename {prerender => static}/browse/minecraft/pressure_plate_wood/index.html (100%) rename src/data/minecraft/1.7.10/images/pufferfish.png => static/browse/minecraft/pufferfish/icon.png (100%) rename {prerender => static}/browse/minecraft/pufferfish/index.html (100%) rename src/data/minecraft/1.7.10/images/pumpkin.png => static/browse/minecraft/pumpkin/icon.png (100%) rename {prerender => static}/browse/minecraft/pumpkin/index.html (100%) rename src/data/minecraft/1.7.10/images/pumpkin_pie.png => static/browse/minecraft/pumpkin_pie/icon.png (100%) rename {prerender => static}/browse/minecraft/pumpkin_pie/index.html (100%) rename src/data/minecraft/1.7.10/images/pumpkin_seeds.png => static/browse/minecraft/pumpkin_seeds/icon.png (100%) rename {prerender => static}/browse/minecraft/pumpkin_seeds/index.html (100%) rename src/data/minecraft/1.7.10/images/purple_carpet.png => static/browse/minecraft/purple_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/purple_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/purple_dye.png => static/browse/minecraft/purple_dye/icon.png (100%) rename {prerender => static}/browse/minecraft/purple_dye/index.html (100%) rename src/data/minecraft/1.7.10/images/purple_stained_clay.png => static/browse/minecraft/purple_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/purple_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/purple_stained_glass.png => static/browse/minecraft/purple_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/purple_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/purple_stained_glass_pane.png => static/browse/minecraft/purple_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/purple_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/purple_wool.png => static/browse/minecraft/purple_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/purple_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/quartz_slab.png => static/browse/minecraft/quartz_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/quartz_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/quartz_stairs.png => static/browse/minecraft/quartz_stairs/icon.png (100%) rename {prerender => static}/browse/minecraft/quartz_stairs/index.html (100%) rename src/data/minecraft/1.7.10/images/rail.png => static/browse/minecraft/rail/icon.png (100%) rename {prerender => static}/browse/minecraft/rail/index.html (100%) rename src/data/minecraft/1.7.10/images/raw_beef.png => static/browse/minecraft/raw_beef/icon.png (100%) rename {prerender => static}/browse/minecraft/raw_beef/index.html (100%) rename src/data/minecraft/1.7.10/images/raw_chicken.png => static/browse/minecraft/raw_chicken/icon.png (100%) rename {prerender => static}/browse/minecraft/raw_chicken/index.html (100%) rename src/data/minecraft/1.7.10/images/raw_fish.png => static/browse/minecraft/raw_fish/icon.png (100%) rename {prerender => static}/browse/minecraft/raw_fish/index.html (100%) rename src/data/minecraft/1.7.10/images/raw_porkchop.png => static/browse/minecraft/raw_porkchop/icon.png (100%) rename {prerender => static}/browse/minecraft/raw_porkchop/index.html (100%) rename src/data/minecraft/1.7.10/images/raw_salmon.png => static/browse/minecraft/raw_salmon/icon.png (100%) rename {prerender => static}/browse/minecraft/raw_salmon/index.html (100%) rename src/data/minecraft/1.7.10/images/red_carpet.png => static/browse/minecraft/red_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/red_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/red_sand.png => static/browse/minecraft/red_sand/icon.png (100%) rename {prerender => static}/browse/minecraft/red_sand/index.html (100%) rename src/data/minecraft/1.7.10/images/red_stained_clay.png => static/browse/minecraft/red_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/red_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/red_stained_glass.png => static/browse/minecraft/red_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/red_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/red_stained_glass_pane.png => static/browse/minecraft/red_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/red_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/red_tulip.png => static/browse/minecraft/red_tulip/icon.png (100%) rename {prerender => static}/browse/minecraft/red_tulip/index.html (100%) rename src/data/minecraft/1.7.10/images/red_wool.png => static/browse/minecraft/red_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/red_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/redstone.png => static/browse/minecraft/redstone/icon.png (100%) rename {prerender => static}/browse/minecraft/redstone/index.html (100%) rename src/data/minecraft/1.7.10/images/redstone_comparator.png => static/browse/minecraft/redstone_comparator/icon.png (100%) rename {prerender => static}/browse/minecraft/redstone_comparator/index.html (100%) rename src/data/minecraft/1.7.10/images/redstone_lamp.png => static/browse/minecraft/redstone_lamp/icon.png (100%) rename {prerender => static}/browse/minecraft/redstone_lamp/index.html (100%) rename src/data/minecraft/1.7.10/images/redstone_ore.png => static/browse/minecraft/redstone_ore/icon.png (100%) rename {prerender => static}/browse/minecraft/redstone_ore/index.html (100%) rename src/data/minecraft/1.7.10/images/redstone_repeater.png => static/browse/minecraft/redstone_repeater/icon.png (100%) rename {prerender => static}/browse/minecraft/redstone_repeater/index.html (100%) rename src/data/minecraft/1.7.10/images/redstone_torch.png => static/browse/minecraft/redstone_torch/icon.png (100%) rename {prerender => static}/browse/minecraft/redstone_torch/index.html (100%) rename src/data/minecraft/1.7.10/images/rose_bush.png => static/browse/minecraft/rose_bush/icon.png (100%) rename {prerender => static}/browse/minecraft/rose_bush/index.html (100%) rename src/data/minecraft/1.7.10/images/rose_red.png => static/browse/minecraft/rose_red/icon.png (100%) rename {prerender => static}/browse/minecraft/rose_red/index.html (100%) rename src/data/minecraft/1.7.10/images/rotten_flesh.png => static/browse/minecraft/rotten_flesh/icon.png (100%) rename {prerender => static}/browse/minecraft/rotten_flesh/index.html (100%) rename src/data/minecraft/1.7.10/images/saddle.png => static/browse/minecraft/saddle/icon.png (100%) rename {prerender => static}/browse/minecraft/saddle/index.html (100%) rename src/data/minecraft/1.7.10/images/sand.png => static/browse/minecraft/sand/icon.png (100%) rename {prerender => static}/browse/minecraft/sand/index.html (100%) rename src/data/minecraft/1.7.10/images/sandstone.png => static/browse/minecraft/sandstone/icon.png (100%) rename {prerender => static}/browse/minecraft/sandstone/index.html (100%) rename src/data/minecraft/1.7.10/images/sandstone_slab.png => static/browse/minecraft/sandstone_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/sandstone_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/sandstone_stairs.png => static/browse/minecraft/sandstone_stairs/icon.png (100%) rename {prerender => static}/browse/minecraft/sandstone_stairs/index.html (100%) rename src/data/minecraft/1.7.10/images/seeds.png => static/browse/minecraft/seeds/icon.png (100%) rename {prerender => static}/browse/minecraft/seeds/index.html (100%) rename src/data/minecraft/1.7.10/images/shears.png => static/browse/minecraft/shears/icon.png (100%) rename {prerender => static}/browse/minecraft/shears/index.html (100%) rename src/data/minecraft/1.7.10/images/sign.png => static/browse/minecraft/sign/icon.png (100%) rename {prerender => static}/browse/minecraft/sign/index.html (100%) rename src/data/minecraft/1.7.10/images/skeleton_skull.png => static/browse/minecraft/skeleton_skull/icon.png (100%) rename {prerender => static}/browse/minecraft/skeleton_skull/index.html (100%) rename src/data/minecraft/1.7.10/images/slightly_damaged_anvil.png => static/browse/minecraft/slightly_damaged_anvil/icon.png (100%) rename src/data/minecraft/1.7.10/images/slimeball.png => static/browse/minecraft/slimeball/icon.png (100%) rename {prerender => static}/browse/minecraft/slimeball/index.html (100%) rename src/data/minecraft/1.7.10/images/smooth_sandstone.png => static/browse/minecraft/smooth_sandstone/icon.png (100%) rename {prerender => static}/browse/minecraft/smooth_sandstone/index.html (100%) rename src/data/minecraft/1.7.10/images/snow.png => static/browse/minecraft/snow/icon.png (100%) rename src/data/minecraft/1.7.10/images/snow_block.png => static/browse/minecraft/snow_block/icon.png (100%) rename {prerender => static}/browse/minecraft/snow_block/index.html (100%) rename src/data/minecraft/1.7.10/images/snow_carpet.png => static/browse/minecraft/snow_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/snow_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/snowball.png => static/browse/minecraft/snowball/icon.png (100%) rename {prerender => static}/browse/minecraft/snowball/index.html (100%) rename src/data/minecraft/1.7.10/images/soul_sand.png => static/browse/minecraft/soul_sand/icon.png (100%) rename {prerender => static}/browse/minecraft/soul_sand/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_bat.png => static/browse/minecraft/spawn_bat/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_bat/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_blaze.png => static/browse/minecraft/spawn_blaze/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_blaze/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_blizz.png => static/browse/minecraft/spawn_blizz/icon.png (100%) rename src/data/minecraft/1.7.10/images/spawn_cave_spider.png => static/browse/minecraft/spawn_cave_spider/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_cave_spider/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_chicken.png => static/browse/minecraft/spawn_chicken/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_chicken/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_cow.png => static/browse/minecraft/spawn_cow/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_cow/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_creeper.png => static/browse/minecraft/spawn_creeper/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_creeper/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_enderman.png => static/browse/minecraft/spawn_enderman/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_enderman/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_ghast.png => static/browse/minecraft/spawn_ghast/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_ghast/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_horse.png => static/browse/minecraft/spawn_horse/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_horse/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_iron_golem.png => static/browse/minecraft/spawn_iron_golem/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_iron_golem/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_magma_cube.png => static/browse/minecraft/spawn_magma_cube/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_magma_cube/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_mooshroom.png => static/browse/minecraft/spawn_mooshroom/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_mooshroom/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_ocelot.png => static/browse/minecraft/spawn_ocelot/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_ocelot/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_pig.png => static/browse/minecraft/spawn_pig/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_pig/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_sheep.png => static/browse/minecraft/spawn_sheep/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_sheep/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_silverfish.png => static/browse/minecraft/spawn_silverfish/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_silverfish/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_skeleton.png => static/browse/minecraft/spawn_skeleton/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_skeleton/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_slime.png => static/browse/minecraft/spawn_slime/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_slime/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_snow_golem.png => static/browse/minecraft/spawn_snow_golem/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_snow_golem/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_spider.png => static/browse/minecraft/spawn_spider/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_spider/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_squid.png => static/browse/minecraft/spawn_squid/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_squid/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_villager.png => static/browse/minecraft/spawn_villager/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_villager/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_witch.png => static/browse/minecraft/spawn_witch/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_witch/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_wolf.png => static/browse/minecraft/spawn_wolf/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_wolf/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_zombie.png => static/browse/minecraft/spawn_zombie/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_zombie/index.html (100%) rename src/data/minecraft/1.7.10/images/spawn_zombie_pigman.png => static/browse/minecraft/spawn_zombie_pigman/icon.png (100%) rename {prerender => static}/browse/minecraft/spawn_zombie_pigman/index.html (100%) rename src/data/minecraft/1.7.10/images/spider_eye.png => static/browse/minecraft/spider_eye/icon.png (100%) rename {prerender => static}/browse/minecraft/spider_eye/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_fire_resistance_2_15.png => static/browse/minecraft/splash_potion_of_fire_resistance_2_15/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_fire_resistance_2_15/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_fire_resistance_6_00.png => static/browse/minecraft/splash_potion_of_fire_resistance_6_00/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_fire_resistance_6_00/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_harming.png => static/browse/minecraft/splash_potion_of_harming/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_harming/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_harming_ii.png => static/browse/minecraft/splash_potion_of_harming_ii/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_harming_ii/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_healing.png => static/browse/minecraft/splash_potion_of_healing/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_healing/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_healing_ii.png => static/browse/minecraft/splash_potion_of_healing_ii/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_healing_ii/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_invisibility_2_15.png => static/browse/minecraft/splash_potion_of_invisibility_2_15/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_invisibility_2_15/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_invisibility_6_00.png => static/browse/minecraft/splash_potion_of_invisibility_6_00/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_invisibility_6_00/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_night_vision_2_15.png => static/browse/minecraft/splash_potion_of_night_vision_2_15/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_night_vision_2_15/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_night_vision_6_00.png => static/browse/minecraft/splash_potion_of_night_vision_6_00/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_night_vision_6_00/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_poison_0_33.png => static/browse/minecraft/splash_potion_of_poison_0_33/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_poison_0_33/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_poison_1_30.png => static/browse/minecraft/splash_potion_of_poison_1_30/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_poison_1_30/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_poison_ii_0_16.png => static/browse/minecraft/splash_potion_of_poison_ii_0_16/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_poison_ii_0_16/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_regeneration_0_33.png => static/browse/minecraft/splash_potion_of_regeneration_0_33/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_regeneration_0_33/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_regeneration_1_30.png => static/browse/minecraft/splash_potion_of_regeneration_1_30/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_regeneration_1_30/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_regeneration_ii_0_16.png => static/browse/minecraft/splash_potion_of_regeneration_ii_0_16/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_regeneration_ii_0_16/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_slowness_1_07.png => static/browse/minecraft/splash_potion_of_slowness_1_07/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_slowness_1_07/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_slowness_3_00.png => static/browse/minecraft/splash_potion_of_slowness_3_00/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_slowness_3_00/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_strength_2_15.png => static/browse/minecraft/splash_potion_of_strength_2_15/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_strength_2_15/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_strength_6_00.png => static/browse/minecraft/splash_potion_of_strength_6_00/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_strength_6_00/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_strength_ii_1_07.png => static/browse/minecraft/splash_potion_of_strength_ii_1_07/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_strength_ii_1_07/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_swiftness_2_15.png => static/browse/minecraft/splash_potion_of_swiftness_2_15/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_swiftness_2_15/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_swiftness_6_00.png => static/browse/minecraft/splash_potion_of_swiftness_6_00/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_swiftness_6_00/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_swiftness_ii_1_07.png => static/browse/minecraft/splash_potion_of_swiftness_ii_1_07/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_swiftness_ii_1_07/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_water_breathing_2_15.png => static/browse/minecraft/splash_potion_of_water_breathing_2_15/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_water_breathing_2_15/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_water_breathing_6_00.png => static/browse/minecraft/splash_potion_of_water_breathing_6_00/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_water_breathing_6_00/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_weakness_1_07.png => static/browse/minecraft/splash_potion_of_weakness_1_07/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_weakness_1_07/index.html (100%) rename src/data/minecraft/1.7.10/images/splash_potion_of_weakness_3_00.png => static/browse/minecraft/splash_potion_of_weakness_3_00/icon.png (100%) rename {prerender => static}/browse/minecraft/splash_potion_of_weakness_3_00/index.html (100%) rename src/data/minecraft/1.7.10/images/sponge.png => static/browse/minecraft/sponge/icon.png (100%) rename {prerender => static}/browse/minecraft/sponge/index.html (100%) rename src/data/minecraft/1.7.10/images/spruce_leaves.png => static/browse/minecraft/spruce_leaves/icon.png (100%) rename {prerender => static}/browse/minecraft/spruce_leaves/index.html (100%) rename src/data/minecraft/1.7.10/images/spruce_sapling.png => static/browse/minecraft/spruce_sapling/icon.png (100%) rename {prerender => static}/browse/minecraft/spruce_sapling/index.html (100%) rename src/data/minecraft/1.7.10/images/spruce_wood.png => static/browse/minecraft/spruce_wood/icon.png (100%) rename {prerender => static}/browse/minecraft/spruce_wood/index.html (100%) rename src/data/minecraft/1.7.10/images/spruce_wood_planks.png => static/browse/minecraft/spruce_wood_planks/icon.png (100%) rename {prerender => static}/browse/minecraft/spruce_wood_planks/index.html (100%) rename src/data/minecraft/1.7.10/images/spruce_wood_slab.png => static/browse/minecraft/spruce_wood_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/spruce_wood_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/spruce_wood_stairs.png => static/browse/minecraft/spruce_wood_stairs/icon.png (100%) rename {prerender => static}/browse/minecraft/spruce_wood_stairs/index.html (100%) rename src/data/minecraft/1.7.10/images/steak.png => static/browse/minecraft/steak/icon.png (100%) rename {prerender => static}/browse/minecraft/steak/index.html (100%) rename src/data/minecraft/1.7.10/images/stick.png => static/browse/minecraft/stick/icon.png (100%) rename {prerender => static}/browse/minecraft/stick/index.html (100%) rename src/data/minecraft/1.7.10/images/sticky_piston.png => static/browse/minecraft/sticky_piston/icon.png (100%) rename {prerender => static}/browse/minecraft/sticky_piston/index.html (100%) rename src/data/minecraft/1.7.10/images/stone.png => static/browse/minecraft/stone/icon.png (100%) rename {prerender => static}/browse/minecraft/stone/index.html (100%) rename src/data/minecraft/1.7.10/images/stone_axe.png => static/browse/minecraft/stone_axe/icon.png (100%) rename {prerender => static}/browse/minecraft/stone_axe/index.html (100%) rename src/data/minecraft/1.7.10/images/stone_brick_monster_egg.png => static/browse/minecraft/stone_brick_monster_egg/icon.png (100%) rename src/data/minecraft/1.7.10/images/stone_brick_stairs.png => static/browse/minecraft/stone_brick_stairs/icon.png (100%) rename {prerender => static}/browse/minecraft/stone_brick_stairs/index.html (100%) rename src/data/minecraft/1.7.10/images/stone_bricks.png => static/browse/minecraft/stone_bricks/icon.png (100%) rename {prerender => static}/browse/minecraft/stone_bricks/index.html (100%) rename src/data/minecraft/1.7.10/images/stone_bricks_slab.png => static/browse/minecraft/stone_bricks_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/stone_bricks_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/stone_hoe.png => static/browse/minecraft/stone_hoe/icon.png (100%) rename {prerender => static}/browse/minecraft/stone_hoe/index.html (100%) rename src/data/minecraft/1.7.10/images/stone_monster_egg.png => static/browse/minecraft/stone_monster_egg/icon.png (100%) rename src/data/minecraft/1.7.10/images/stone_pickaxe.png => static/browse/minecraft/stone_pickaxe/icon.png (100%) rename {prerender => static}/browse/minecraft/stone_pickaxe/index.html (100%) rename src/data/minecraft/1.7.10/images/stone_shovel.png => static/browse/minecraft/stone_shovel/icon.png (100%) rename {prerender => static}/browse/minecraft/stone_shovel/index.html (100%) rename src/data/minecraft/1.7.10/images/stone_slab.png => static/browse/minecraft/stone_slab/icon.png (100%) rename {prerender => static}/browse/minecraft/stone_slab/index.html (100%) rename src/data/minecraft/1.7.10/images/stone_stairs.png => static/browse/minecraft/stone_stairs/icon.png (100%) rename {prerender => static}/browse/minecraft/stone_stairs/index.html (100%) rename src/data/minecraft/1.7.10/images/stone_sword.png => static/browse/minecraft/stone_sword/icon.png (100%) rename {prerender => static}/browse/minecraft/stone_sword/index.html (100%) rename src/data/minecraft/1.7.10/images/string.png => static/browse/minecraft/string/icon.png (100%) rename {prerender => static}/browse/minecraft/string/index.html (100%) rename src/data/minecraft/1.7.10/images/sugar.png => static/browse/minecraft/sugar/icon.png (100%) rename {prerender => static}/browse/minecraft/sugar/index.html (100%) rename src/data/minecraft/1.7.10/images/sugar_canes.png => static/browse/minecraft/sugar_canes/icon.png (100%) rename {prerender => static}/browse/minecraft/sugar_canes/index.html (100%) rename src/data/minecraft/1.7.10/images/sunflower.png => static/browse/minecraft/sunflower/icon.png (100%) rename {prerender => static}/browse/minecraft/sunflower/index.html (100%) rename src/data/minecraft/1.7.10/images/thick_potion.png => static/browse/minecraft/thick_potion/icon.png (100%) rename {prerender => static}/browse/minecraft/thick_potion/index.html (100%) rename src/data/minecraft/1.7.10/images/tnt.png => static/browse/minecraft/tnt/icon.png (100%) rename {prerender => static}/browse/minecraft/tnt/index.html (100%) rename src/data/minecraft/1.7.10/images/torch.png => static/browse/minecraft/torch/icon.png (100%) rename {prerender => static}/browse/minecraft/torch/index.html (100%) rename src/data/minecraft/1.7.10/images/trapdoor.png => static/browse/minecraft/trapdoor/icon.png (100%) rename {prerender => static}/browse/minecraft/trapdoor/index.html (100%) rename src/data/minecraft/1.7.10/images/trapped_chest.png => static/browse/minecraft/trapped_chest/icon.png (100%) rename {prerender => static}/browse/minecraft/trapped_chest/index.html (100%) rename src/data/minecraft/1.7.10/images/tripwire_hook.png => static/browse/minecraft/tripwire_hook/icon.png (100%) rename {prerender => static}/browse/minecraft/tripwire_hook/index.html (100%) rename src/data/minecraft/1.7.10/images/very_damaged_anvil.png => static/browse/minecraft/very_damaged_anvil/icon.png (100%) rename src/data/minecraft/1.7.10/images/vines.png => static/browse/minecraft/vines/icon.png (100%) rename {prerender => static}/browse/minecraft/vines/index.html (100%) rename src/data/minecraft/1.7.10/images/water.png => static/browse/minecraft/water/icon.png (100%) rename {prerender => static}/browse/minecraft/water/index.html (100%) rename src/data/minecraft/1.7.10/images/water_bottle.png => static/browse/minecraft/water_bottle/icon.png (100%) rename {prerender => static}/browse/minecraft/water_bottle/index.html (100%) rename src/data/minecraft/1.7.10/images/water_bucket.png => static/browse/minecraft/water_bucket/icon.png (100%) rename {prerender => static}/browse/minecraft/water_bucket/index.html (100%) rename src/data/minecraft/1.7.10/images/weighted_pressure_plate_heavy.png => static/browse/minecraft/weighted_pressure_plate_heavy/icon.png (100%) rename {prerender => static}/browse/minecraft/weighted_pressure_plate_heavy/index.html (100%) rename src/data/minecraft/1.7.10/images/weighted_pressure_plate_light.png => static/browse/minecraft/weighted_pressure_plate_light/icon.png (100%) rename {prerender => static}/browse/minecraft/weighted_pressure_plate_light/index.html (100%) rename src/data/minecraft/1.7.10/images/wheat.png => static/browse/minecraft/wheat/icon.png (100%) rename {prerender => static}/browse/minecraft/wheat/index.html (100%) rename src/data/minecraft/1.7.10/images/white_stained_clay.png => static/browse/minecraft/white_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/white_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/white_stained_glass.png => static/browse/minecraft/white_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/white_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/white_stained_glass_pane.png => static/browse/minecraft/white_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/white_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/white_tulip.png => static/browse/minecraft/white_tulip/icon.png (100%) rename {prerender => static}/browse/minecraft/white_tulip/index.html (100%) rename src/data/minecraft/1.7.10/images/wither_skeleton_skull.png => static/browse/minecraft/wither_skeleton_skull/icon.png (100%) rename {prerender => static}/browse/minecraft/wither_skeleton_skull/index.html (100%) rename src/data/minecraft/1.7.10/images/wooden_axe.png => static/browse/minecraft/wooden_axe/icon.png (100%) rename {prerender => static}/browse/minecraft/wooden_axe/index.html (100%) rename src/data/minecraft/1.7.10/images/wooden_door.png => static/browse/minecraft/wooden_door/icon.png (100%) rename {prerender => static}/browse/minecraft/wooden_door/index.html (100%) rename src/data/minecraft/1.7.10/images/wooden_hoe.png => static/browse/minecraft/wooden_hoe/icon.png (100%) rename {prerender => static}/browse/minecraft/wooden_hoe/index.html (100%) rename src/data/minecraft/1.7.10/images/wooden_pickaxe.png => static/browse/minecraft/wooden_pickaxe/icon.png (100%) rename {prerender => static}/browse/minecraft/wooden_pickaxe/index.html (100%) rename src/data/minecraft/1.7.10/images/wooden_shovel.png => static/browse/minecraft/wooden_shovel/icon.png (100%) rename {prerender => static}/browse/minecraft/wooden_shovel/index.html (100%) rename src/data/minecraft/1.7.10/images/wooden_sword.png => static/browse/minecraft/wooden_sword/icon.png (100%) rename {prerender => static}/browse/minecraft/wooden_sword/index.html (100%) rename src/data/minecraft/1.7.10/images/wool.png => static/browse/minecraft/wool/icon.png (100%) rename {prerender => static}/browse/minecraft/wool/index.html (100%) rename src/data/minecraft/1.7.10/images/written_book.png => static/browse/minecraft/written_book/icon.png (100%) rename {prerender => static}/browse/minecraft/written_book/index.html (100%) rename src/data/minecraft/1.7.10/images/yellow_carpet.png => static/browse/minecraft/yellow_carpet/icon.png (100%) rename {prerender => static}/browse/minecraft/yellow_carpet/index.html (100%) rename src/data/minecraft/1.7.10/images/yellow_stained_clay.png => static/browse/minecraft/yellow_stained_clay/icon.png (100%) rename {prerender => static}/browse/minecraft/yellow_stained_clay/index.html (100%) rename src/data/minecraft/1.7.10/images/yellow_stained_glass.png => static/browse/minecraft/yellow_stained_glass/icon.png (100%) rename {prerender => static}/browse/minecraft/yellow_stained_glass/index.html (100%) rename src/data/minecraft/1.7.10/images/yellow_stained_glass_pane.png => static/browse/minecraft/yellow_stained_glass_pane/icon.png (100%) rename {prerender => static}/browse/minecraft/yellow_stained_glass_pane/index.html (100%) rename src/data/minecraft/1.7.10/images/yellow_wool.png => static/browse/minecraft/yellow_wool/icon.png (100%) rename {prerender => static}/browse/minecraft/yellow_wool/index.html (100%) rename src/data/minecraft/1.7.10/images/zombie_head.png => static/browse/minecraft/zombie_head/icon.png (100%) rename {prerender => static}/browse/minecraft/zombie_head/index.html (100%) rename src/data/railcraft/9.5.0/images/1000mb_creosote_oil.png => static/browse/railcraft/1000mb_creosote_oil/icon.png (100%) rename {prerender => static}/browse/railcraft/1000mb_creosote_oil/index.html (100%) rename src/data/railcraft/9.5.0/images/500mb_creosote_oil.png => static/browse/railcraft/500mb_creosote_oil/icon.png (100%) rename {prerender => static}/browse/railcraft/500mb_creosote_oil/index.html (100%) rename src/data/railcraft/9.5.0/images/abyssal_block.png => static/browse/railcraft/abyssal_block/icon.png (100%) rename {prerender => static}/browse/railcraft/abyssal_block/index.html (100%) rename src/data/railcraft/9.5.0/images/abyssal_block_slab.png => static/browse/railcraft/abyssal_block_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/abyssal_block_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/abyssal_block_stairs.png => static/browse/railcraft/abyssal_block_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/abyssal_block_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/abyssal_brick.png => static/browse/railcraft/abyssal_brick/icon.png (100%) rename {prerender => static}/browse/railcraft/abyssal_brick/index.html (100%) rename src/data/railcraft/9.5.0/images/abyssal_brick_slab.png => static/browse/railcraft/abyssal_brick_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/abyssal_brick_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/abyssal_brick_stairs.png => static/browse/railcraft/abyssal_brick_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/abyssal_brick_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/abyssal_brick_wall.png => static/browse/railcraft/abyssal_brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/abyssal_brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/abyssal_cobble_slab.png => static/browse/railcraft/abyssal_cobble_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/abyssal_cobble_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/abyssal_cobble_stairs.png => static/browse/railcraft/abyssal_cobble_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/abyssal_cobble_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/abyssal_cobblestone.png => static/browse/railcraft/abyssal_cobblestone/icon.png (100%) rename {prerender => static}/browse/railcraft/abyssal_cobblestone/index.html (100%) rename src/data/railcraft/9.5.0/images/abyssal_stone.png => static/browse/railcraft/abyssal_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/abyssal_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/abyssal_stone_lantern.png => static/browse/railcraft/abyssal_stone_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/abyssal_stone_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/admin_anchor.png => static/browse/railcraft/admin_anchor/icon.png (100%) rename {prerender => static}/browse/railcraft/admin_anchor/index.html (100%) rename src/data/railcraft/9.5.0/images/admin_anchor_cart.png => static/browse/railcraft/admin_anchor_cart/icon.png (100%) rename {prerender => static}/browse/railcraft/admin_anchor_cart/index.html (100%) rename src/data/railcraft/9.5.0/images/admin_feeder_unit.png => static/browse/railcraft/admin_feeder_unit/icon.png (100%) rename {prerender => static}/browse/railcraft/admin_feeder_unit/index.html (100%) rename src/data/railcraft/9.5.0/images/admin_steam_producer.png => static/browse/railcraft/admin_steam_producer/icon.png (100%) rename {prerender => static}/browse/railcraft/admin_steam_producer/index.html (100%) rename src/data/railcraft/9.5.0/images/adv_item_loader.png => static/browse/railcraft/adv_item_loader/icon.png (100%) rename {prerender => static}/browse/railcraft/adv_item_loader/index.html (100%) rename src/data/railcraft/9.5.0/images/adv_item_unloader.png => static/browse/railcraft/adv_item_unloader/icon.png (100%) rename {prerender => static}/browse/railcraft/adv_item_unloader/index.html (100%) rename src/data/railcraft/9.5.0/images/advanced_rail.png => static/browse/railcraft/advanced_rail/icon.png (100%) rename {prerender => static}/browse/railcraft/advanced_rail/index.html (100%) rename src/data/railcraft/9.5.0/images/analog_signal_controller_box.png => static/browse/railcraft/analog_signal_controller_box/icon.png (100%) rename {prerender => static}/browse/railcraft/analog_signal_controller_box/index.html (100%) rename src/data/railcraft/9.5.0/images/anchor_cart.png => static/browse/railcraft/anchor_cart/icon.png (100%) rename {prerender => static}/browse/railcraft/anchor_cart/index.html (100%) rename src/data/railcraft/9.5.0/images/anchor_sentinel.png => static/browse/railcraft/anchor_sentinel/icon.png (100%) rename {prerender => static}/browse/railcraft/anchor_sentinel/index.html (100%) rename src/data/railcraft/9.5.0/images/automated_steam_trap.png => static/browse/railcraft/automated_steam_trap/icon.png (100%) rename {prerender => static}/browse/railcraft/automated_steam_trap/index.html (100%) rename src/data/railcraft/9.5.0/images/black_metal_platform.png => static/browse/railcraft/black_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/black_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/black_metal_post.png => static/browse/railcraft/black_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/black_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/blast_furnace.png => static/browse/railcraft/blast_furnace/icon.png (100%) rename {prerender => static}/browse/railcraft/blast_furnace/index.html (100%) rename src/data/railcraft/9.5.0/images/blast_furnace_bottom_half.png => static/browse/railcraft/blast_furnace_bottom_half/icon.png (100%) rename {prerender => static}/browse/railcraft/blast_furnace_bottom_half/index.html (100%) rename src/data/railcraft/9.5.0/images/blast_furnace_brick.png => static/browse/railcraft/blast_furnace_brick/icon.png (100%) rename {prerender => static}/browse/railcraft/blast_furnace_brick/index.html (100%) rename src/data/railcraft/9.5.0/images/blast_furnace_inner_layer.png => static/browse/railcraft/blast_furnace_inner_layer/icon.png (100%) rename {prerender => static}/browse/railcraft/blast_furnace_inner_layer/index.html (100%) rename src/data/railcraft/9.5.0/images/blast_furnace_outer_layer.png => static/browse/railcraft/blast_furnace_outer_layer/icon.png (100%) rename {prerender => static}/browse/railcraft/blast_furnace_outer_layer/index.html (100%) rename src/data/railcraft/9.5.0/images/bleached_bone_block.png => static/browse/railcraft/bleached_bone_block/icon.png (100%) rename {prerender => static}/browse/railcraft/bleached_bone_block/index.html (100%) rename src/data/railcraft/9.5.0/images/bleached_bone_block_slab.png => static/browse/railcraft/bleached_bone_block_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/bleached_bone_block_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/bleached_bone_block_stairs.png => static/browse/railcraft/bleached_bone_block_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/bleached_bone_block_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/bleached_bone_brick.png => static/browse/railcraft/bleached_bone_brick/icon.png (100%) rename {prerender => static}/browse/railcraft/bleached_bone_brick/index.html (100%) rename src/data/railcraft/9.5.0/images/bleached_bone_brick_slab.png => static/browse/railcraft/bleached_bone_brick_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/bleached_bone_brick_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/bleached_bone_brick_stairs.png => static/browse/railcraft/bleached_bone_brick_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/bleached_bone_brick_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/bleached_bone_brick_wall.png => static/browse/railcraft/bleached_bone_brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/bleached_bone_brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/bleached_bone_cobble_slab.png => static/browse/railcraft/bleached_bone_cobble_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/bleached_bone_cobble_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/bleached_bone_cobble_stairs.png => static/browse/railcraft/bleached_bone_cobble_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/bleached_bone_cobble_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/bleached_bone_cobblestone.png => static/browse/railcraft/bleached_bone_cobblestone/icon.png (100%) rename {prerender => static}/browse/railcraft/bleached_bone_cobblestone/index.html (100%) rename src/data/railcraft/9.5.0/images/bleached_bone_stone_lantern.png => static/browse/railcraft/bleached_bone_stone_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/bleached_bone_stone_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/bleached_clay.png => static/browse/railcraft/bleached_clay/icon.png (100%) rename {prerender => static}/browse/railcraft/bleached_clay/index.html (100%) rename src/data/railcraft/9.5.0/images/block_of_coal_coke.png => static/browse/railcraft/block_of_coal_coke/icon.png (100%) rename {prerender => static}/browse/railcraft/block_of_coal_coke/index.html (100%) rename src/data/railcraft/9.5.0/images/block_of_concrete.png => static/browse/railcraft/block_of_concrete/icon.png (100%) rename {prerender => static}/browse/railcraft/block_of_concrete/index.html (100%) rename src/data/railcraft/9.5.0/images/block_of_copper.png => static/browse/railcraft/block_of_copper/icon.png (100%) rename {prerender => static}/browse/railcraft/block_of_copper/index.html (100%) rename src/data/railcraft/9.5.0/images/block_of_lead.png => static/browse/railcraft/block_of_lead/icon.png (100%) rename {prerender => static}/browse/railcraft/block_of_lead/index.html (100%) rename src/data/railcraft/9.5.0/images/block_of_steel.png => static/browse/railcraft/block_of_steel/icon.png (100%) rename {prerender => static}/browse/railcraft/block_of_steel/index.html (100%) rename src/data/railcraft/9.5.0/images/block_of_tin.png => static/browse/railcraft/block_of_tin/icon.png (100%) rename {prerender => static}/browse/railcraft/block_of_tin/index.html (100%) rename src/data/railcraft/9.5.0/images/block_signal.png => static/browse/railcraft/block_signal/icon.png (100%) rename {prerender => static}/browse/railcraft/block_signal/index.html (100%) rename src/data/railcraft/9.5.0/images/blood_stained_block.png => static/browse/railcraft/blood_stained_block/icon.png (100%) rename {prerender => static}/browse/railcraft/blood_stained_block/index.html (100%) rename src/data/railcraft/9.5.0/images/blood_stained_block_slab.png => static/browse/railcraft/blood_stained_block_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/blood_stained_block_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/blood_stained_block_stairs.png => static/browse/railcraft/blood_stained_block_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/blood_stained_block_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/blood_stained_brick.png => static/browse/railcraft/blood_stained_brick/icon.png (100%) rename {prerender => static}/browse/railcraft/blood_stained_brick/index.html (100%) rename src/data/railcraft/9.5.0/images/blood_stained_brick_slab.png => static/browse/railcraft/blood_stained_brick_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/blood_stained_brick_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/blood_stained_brick_stairs.png => static/browse/railcraft/blood_stained_brick_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/blood_stained_brick_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/blood_stained_brick_wall.png => static/browse/railcraft/blood_stained_brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/blood_stained_brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/blood_stained_cobble_slab.png => static/browse/railcraft/blood_stained_cobble_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/blood_stained_cobble_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/blood_stained_cobble_stairs.png => static/browse/railcraft/blood_stained_cobble_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/blood_stained_cobble_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/blood_stained_cobblestone.png => static/browse/railcraft/blood_stained_cobblestone/icon.png (100%) rename {prerender => static}/browse/railcraft/blood_stained_cobblestone/index.html (100%) rename src/data/railcraft/9.5.0/images/bloodstained_stone_lantern.png => static/browse/railcraft/bloodstained_stone_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/bloodstained_stone_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/blue_metal_platform.png => static/browse/railcraft/blue_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/blue_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/blue_metal_post.png => static/browse/railcraft/blue_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/blue_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/brick_wall.png => static/browse/railcraft/brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/brown_metal_platform.png => static/browse/railcraft/brown_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/brown_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/brown_metal_post.png => static/browse/railcraft/brown_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/brown_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/buffer_stop_track.png => static/browse/railcraft/buffer_stop_track/icon.png (100%) rename {prerender => static}/browse/railcraft/buffer_stop_track/index.html (100%) rename src/data/railcraft/9.5.0/images/cart_dispenser.png => static/browse/railcraft/cart_dispenser/icon.png (100%) rename {prerender => static}/browse/railcraft/cart_dispenser/index.html (100%) rename src/data/railcraft/9.5.0/images/charcoal_dust.png => static/browse/railcraft/charcoal_dust/icon.png (100%) rename {prerender => static}/browse/railcraft/charcoal_dust/index.html (100%) rename src/data/railcraft/9.5.0/images/chiseled_quartz_wall.png => static/browse/railcraft/chiseled_quartz_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/chiseled_quartz_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/chiseled_sandstone_wall.png => static/browse/railcraft/chiseled_sandstone_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/chiseled_sandstone_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/chiseled_stone_brick_wall.png => static/browse/railcraft/chiseled_stone_brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/chiseled_stone_brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/coal_coke.png => static/browse/railcraft/coal_coke/icon.png (100%) rename {prerender => static}/browse/railcraft/coal_coke/index.html (100%) rename src/data/railcraft/9.5.0/images/coke_oven.png => static/browse/railcraft/coke_oven/icon.png (100%) rename {prerender => static}/browse/railcraft/coke_oven/index.html (100%) rename src/data/railcraft/9.5.0/images/coke_oven_brick.png => static/browse/railcraft/coke_oven_brick/icon.png (100%) rename {prerender => static}/browse/railcraft/coke_oven_brick/index.html (100%) rename src/data/railcraft/9.5.0/images/coke_oven_layer.png => static/browse/railcraft/coke_oven_layer/icon.png (100%) rename {prerender => static}/browse/railcraft/coke_oven_layer/index.html (100%) rename src/data/railcraft/9.5.0/images/commercial_steam_engine.png => static/browse/railcraft/commercial_steam_engine/icon.png (100%) rename {prerender => static}/browse/railcraft/commercial_steam_engine/index.html (100%) rename src/data/railcraft/9.5.0/images/concrete_slab.png => static/browse/railcraft/concrete_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/concrete_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/concrete_stairs.png => static/browse/railcraft/concrete_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/concrete_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/concrete_wall.png => static/browse/railcraft/concrete_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/concrete_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/control_track.png => static/browse/railcraft/control_track/icon.png (100%) rename {prerender => static}/browse/railcraft/control_track/index.html (100%) rename src/data/railcraft/9.5.0/images/controller_circuit.png => static/browse/railcraft/controller_circuit/icon.png (100%) rename {prerender => static}/browse/railcraft/controller_circuit/index.html (100%) rename src/data/railcraft/9.5.0/images/copper_ingot.png => static/browse/railcraft/copper_ingot/icon.png (100%) rename {prerender => static}/browse/railcraft/copper_ingot/index.html (100%) rename src/data/railcraft/9.5.0/images/copper_lantern.png => static/browse/railcraft/copper_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/copper_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/copper_nugget.png => static/browse/railcraft/copper_nugget/icon.png (100%) rename {prerender => static}/browse/railcraft/copper_nugget/index.html (100%) rename src/data/railcraft/9.5.0/images/copper_plate.png => static/browse/railcraft/copper_plate/icon.png (100%) rename {prerender => static}/browse/railcraft/copper_plate/index.html (100%) rename src/data/railcraft/9.5.0/images/copper_slab.png => static/browse/railcraft/copper_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/copper_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/copper_stairs.png => static/browse/railcraft/copper_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/copper_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/coupler_track.png => static/browse/railcraft/coupler_track/icon.png (100%) rename {prerender => static}/browse/railcraft/coupler_track/index.html (100%) rename src/data/railcraft/9.5.0/images/cracked_firestone.png => static/browse/railcraft/cracked_firestone/icon.png (100%) rename {prerender => static}/browse/railcraft/cracked_firestone/index.html (100%) rename src/data/railcraft/9.5.0/images/cracked_firestone_2.png => static/browse/railcraft/cracked_firestone_2/icon.png (100%) rename src/data/railcraft/9.5.0/images/cracked_stone_brick_wall.png => static/browse/railcraft/cracked_stone_brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/cracked_stone_brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/creosote_block_slab.png => static/browse/railcraft/creosote_block_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/creosote_block_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/creosote_block_stairs.png => static/browse/railcraft/creosote_block_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/creosote_block_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/creosote_bottle.png => static/browse/railcraft/creosote_bottle/icon.png (100%) rename {prerender => static}/browse/railcraft/creosote_bottle/index.html (100%) rename src/data/railcraft/9.5.0/images/creosote_bucket.png => static/browse/railcraft/creosote_bucket/icon.png (100%) rename {prerender => static}/browse/railcraft/creosote_bucket/index.html (100%) rename src/data/railcraft/9.5.0/images/creosote_can.png => static/browse/railcraft/creosote_can/icon.png (100%) rename {prerender => static}/browse/railcraft/creosote_can/index.html (100%) rename src/data/railcraft/9.5.0/images/creosote_capsule.png => static/browse/railcraft/creosote_capsule/icon.png (100%) rename {prerender => static}/browse/railcraft/creosote_capsule/index.html (100%) rename src/data/railcraft/9.5.0/images/creosote_capsule_2.png => static/browse/railcraft/creosote_capsule_2/icon.png (100%) rename src/data/railcraft/9.5.0/images/creosote_cell.png => static/browse/railcraft/creosote_cell/icon.png (100%) rename {prerender => static}/browse/railcraft/creosote_cell/index.html (100%) rename src/data/railcraft/9.5.0/images/creosote_wood_block.png => static/browse/railcraft/creosote_wood_block/icon.png (100%) rename {prerender => static}/browse/railcraft/creosote_wood_block/index.html (100%) rename src/data/railcraft/9.5.0/images/crowbar.png => static/browse/railcraft/crowbar/icon.png (100%) rename {prerender => static}/browse/railcraft/crowbar/index.html (100%) rename src/data/railcraft/9.5.0/images/crushed_obsidian.png => static/browse/railcraft/crushed_obsidian/icon.png (100%) rename {prerender => static}/browse/railcraft/crushed_obsidian/index.html (100%) rename src/data/railcraft/9.5.0/images/cut_firestone.png => static/browse/railcraft/cut_firestone/icon.png (100%) rename {prerender => static}/browse/railcraft/cut_firestone/index.html (100%) rename src/data/railcraft/9.5.0/images/cyan_metal_platform.png => static/browse/railcraft/cyan_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/cyan_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/cyan_metal_post.png => static/browse/railcraft/cyan_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/cyan_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/dark_diamond_ore.png => static/browse/railcraft/dark_diamond_ore/icon.png (100%) rename {prerender => static}/browse/railcraft/dark_diamond_ore/index.html (100%) rename src/data/railcraft/9.5.0/images/dark_emerald_ore.png => static/browse/railcraft/dark_emerald_ore/icon.png (100%) rename {prerender => static}/browse/railcraft/dark_emerald_ore/index.html (100%) rename src/data/railcraft/9.5.0/images/dark_lapis_lazuli_ore.png => static/browse/railcraft/dark_lapis_lazuli_ore/icon.png (100%) rename {prerender => static}/browse/railcraft/dark_lapis_lazuli_ore/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_advanced.png => static/browse/railcraft/detector_advanced/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_advanced/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_age.png => static/browse/railcraft/detector_age/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_age/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_animal.png => static/browse/railcraft/detector_animal/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_animal/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_any.png => static/browse/railcraft/detector_any/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_any/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_empty.png => static/browse/railcraft/detector_empty/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_empty/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_energy.png => static/browse/railcraft/detector_energy/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_energy/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_explosive.png => static/browse/railcraft/detector_explosive/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_explosive/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_item.png => static/browse/railcraft/detector_item/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_item/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_locomotive.png => static/browse/railcraft/detector_locomotive/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_locomotive/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_mob.png => static/browse/railcraft/detector_mob/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_mob/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_player.png => static/browse/railcraft/detector_player/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_player/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_powered.png => static/browse/railcraft/detector_powered/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_powered/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_routing.png => static/browse/railcraft/detector_routing/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_routing/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_sheep.png => static/browse/railcraft/detector_sheep/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_sheep/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_tank.png => static/browse/railcraft/detector_tank/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_tank/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_train.png => static/browse/railcraft/detector_train/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_train/index.html (100%) rename src/data/railcraft/9.5.0/images/detector_villager.png => static/browse/railcraft/detector_villager/icon.png (100%) rename {prerender => static}/browse/railcraft/detector_villager/index.html (100%) rename src/data/railcraft/9.5.0/images/diamond_bore_head.png => static/browse/railcraft/diamond_bore_head/icon.png (100%) rename {prerender => static}/browse/railcraft/diamond_bore_head/index.html (100%) rename src/data/railcraft/9.5.0/images/diamond_slab.png => static/browse/railcraft/diamond_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/diamond_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/diamond_stairs.png => static/browse/railcraft/diamond_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/diamond_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/diamond_wall.png => static/browse/railcraft/diamond_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/diamond_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/directional_detector_track.png => static/browse/railcraft/directional_detector_track/icon.png (100%) rename {prerender => static}/browse/railcraft/directional_detector_track/index.html (100%) rename src/data/railcraft/9.5.0/images/disembarking_track.png => static/browse/railcraft/disembarking_track/icon.png (100%) rename {prerender => static}/browse/railcraft/disembarking_track/index.html (100%) rename src/data/railcraft/9.5.0/images/disposal_track.png => static/browse/railcraft/disposal_track/icon.png (100%) rename {prerender => static}/browse/railcraft/disposal_track/index.html (100%) rename src/data/railcraft/9.5.0/images/distant_signal.png => static/browse/railcraft/distant_signal/icon.png (100%) rename {prerender => static}/browse/railcraft/distant_signal/index.html (100%) rename src/data/railcraft/9.5.0/images/dual_head_block_signal.png => static/browse/railcraft/dual_head_block_signal/icon.png (100%) rename {prerender => static}/browse/railcraft/dual_head_block_signal/index.html (100%) rename src/data/railcraft/9.5.0/images/dual_head_distant_signal.png => static/browse/railcraft/dual_head_distant_signal/icon.png (100%) rename {prerender => static}/browse/railcraft/dual_head_distant_signal/index.html (100%) rename src/data/railcraft/9.5.0/images/electric_feeder_unit.png => static/browse/railcraft/electric_feeder_unit/icon.png (100%) rename {prerender => static}/browse/railcraft/electric_feeder_unit/index.html (100%) rename src/data/railcraft/9.5.0/images/electric_junction_track.png => static/browse/railcraft/electric_junction_track/icon.png (100%) rename {prerender => static}/browse/railcraft/electric_junction_track/index.html (100%) rename src/data/railcraft/9.5.0/images/electric_locomotive.png => static/browse/railcraft/electric_locomotive/icon.png (100%) rename {prerender => static}/browse/railcraft/electric_locomotive/index.html (100%) rename src/data/railcraft/9.5.0/images/electric_meter.png => static/browse/railcraft/electric_meter/icon.png (100%) rename {prerender => static}/browse/railcraft/electric_meter/index.html (100%) rename src/data/railcraft/9.5.0/images/electric_rail.png => static/browse/railcraft/electric_rail/icon.png (100%) rename {prerender => static}/browse/railcraft/electric_rail/index.html (100%) rename src/data/railcraft/9.5.0/images/electric_shunting_wire.png => static/browse/railcraft/electric_shunting_wire/icon.png (100%) rename {prerender => static}/browse/railcraft/electric_shunting_wire/index.html (100%) rename src/data/railcraft/9.5.0/images/electric_switch_track.png => static/browse/railcraft/electric_switch_track/icon.png (100%) rename {prerender => static}/browse/railcraft/electric_switch_track/index.html (100%) rename src/data/railcraft/9.5.0/images/electric_track.png => static/browse/railcraft/electric_track/icon.png (100%) rename {prerender => static}/browse/railcraft/electric_track/index.html (100%) rename src/data/railcraft/9.5.0/images/electric_wye_track.png => static/browse/railcraft/electric_wye_track/icon.png (100%) rename {prerender => static}/browse/railcraft/electric_wye_track/index.html (100%) rename src/data/railcraft/9.5.0/images/elevator_track.png => static/browse/railcraft/elevator_track/icon.png (100%) rename {prerender => static}/browse/railcraft/elevator_track/index.html (100%) rename src/data/railcraft/9.5.0/images/embarking_track.png => static/browse/railcraft/embarking_track/icon.png (100%) rename {prerender => static}/browse/railcraft/embarking_track/index.html (100%) rename src/data/railcraft/9.5.0/images/emblem.png => static/browse/railcraft/emblem/icon.png (100%) rename {prerender => static}/browse/railcraft/emblem/index.html (100%) rename src/data/railcraft/9.5.0/images/engineer_s_overalls.png => static/browse/railcraft/engineer_s_overalls/icon.png (100%) rename {prerender => static}/browse/railcraft/engineer_s_overalls/index.html (100%) rename src/data/railcraft/9.5.0/images/engraving_bench.png => static/browse/railcraft/engraving_bench/icon.png (100%) rename {prerender => static}/browse/railcraft/engraving_bench/index.html (100%) rename src/data/railcraft/9.5.0/images/etched_abyssal_stone.png => static/browse/railcraft/etched_abyssal_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/etched_abyssal_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/etched_bleached_bone_stone.png => static/browse/railcraft/etched_bleached_bone_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/etched_bleached_bone_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/etched_blood_stained_stone.png => static/browse/railcraft/etched_blood_stained_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/etched_blood_stained_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/etched_frost_bound_stone.png => static/browse/railcraft/etched_frost_bound_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/etched_frost_bound_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/etched_infernal_stone.png => static/browse/railcraft/etched_infernal_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/etched_infernal_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/etched_nether_stone.png => static/browse/railcraft/etched_nether_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/etched_nether_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/etched_quarried_stone.png => static/browse/railcraft/etched_quarried_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/etched_quarried_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/etched_sandy_stone.png => static/browse/railcraft/etched_sandy_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/etched_sandy_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/feed_station.png => static/browse/railcraft/feed_station/icon.png (100%) rename {prerender => static}/browse/railcraft/feed_station/index.html (100%) rename src/data/railcraft/9.5.0/images/firestone_ore.png => static/browse/railcraft/firestone_ore/icon.png (100%) rename {prerender => static}/browse/railcraft/firestone_ore/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_abyssal_stone.png => static/browse/railcraft/fitted_abyssal_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_abyssal_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_abyssal_stone_slab.png => static/browse/railcraft/fitted_abyssal_stone_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_abyssal_stone_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_abyssal_stone_stairs.png => static/browse/railcraft/fitted_abyssal_stone_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_abyssal_stone_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_bleached_bone_stone.png => static/browse/railcraft/fitted_bleached_bone_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_bleached_bone_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_bleached_bone_stone_slab.png => static/browse/railcraft/fitted_bleached_bone_stone_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_bleached_bone_stone_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_bleached_bone_stone_stairs.png => static/browse/railcraft/fitted_bleached_bone_stone_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_bleached_bone_stone_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_blood_stained_stone.png => static/browse/railcraft/fitted_blood_stained_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_blood_stained_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_blood_stained_stone_slab.png => static/browse/railcraft/fitted_blood_stained_stone_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_blood_stained_stone_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_blood_stained_stone_stairs.png => static/browse/railcraft/fitted_blood_stained_stone_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_blood_stained_stone_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_frost_bound_stone.png => static/browse/railcraft/fitted_frost_bound_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_frost_bound_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_frost_bound_stone_slab.png => static/browse/railcraft/fitted_frost_bound_stone_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_frost_bound_stone_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_frost_bound_stone_stairs.png => static/browse/railcraft/fitted_frost_bound_stone_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_frost_bound_stone_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_infernal_stone.png => static/browse/railcraft/fitted_infernal_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_infernal_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_infernal_stone_slab.png => static/browse/railcraft/fitted_infernal_stone_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_infernal_stone_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_infernal_stone_stairs.png => static/browse/railcraft/fitted_infernal_stone_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_infernal_stone_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_nether_stone.png => static/browse/railcraft/fitted_nether_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_nether_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_nether_stone_slab.png => static/browse/railcraft/fitted_nether_stone_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_nether_stone_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_nether_stone_stairs.png => static/browse/railcraft/fitted_nether_stone_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_nether_stone_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_quarried_stone.png => static/browse/railcraft/fitted_quarried_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_quarried_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_quarried_stone_slab.png => static/browse/railcraft/fitted_quarried_stone_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_quarried_stone_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_quarried_stone_stairs.png => static/browse/railcraft/fitted_quarried_stone_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_quarried_stone_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_sandy_stone.png => static/browse/railcraft/fitted_sandy_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_sandy_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_sandy_stone_slab.png => static/browse/railcraft/fitted_sandy_stone_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_sandy_stone_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/fitted_sandy_stone_stairs.png => static/browse/railcraft/fitted_sandy_stone_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/fitted_sandy_stone_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/fluid_loader.png => static/browse/railcraft/fluid_loader/icon.png (100%) rename {prerender => static}/browse/railcraft/fluid_loader/index.html (100%) rename src/data/railcraft/9.5.0/images/fluid_unloader.png => static/browse/railcraft/fluid_unloader/icon.png (100%) rename {prerender => static}/browse/railcraft/fluid_unloader/index.html (100%) rename src/data/railcraft/9.5.0/images/flux_transformer.png => static/browse/railcraft/flux_transformer/icon.png (100%) rename {prerender => static}/browse/railcraft/flux_transformer/index.html (100%) rename src/data/railcraft/9.5.0/images/force_track_emitter.png => static/browse/railcraft/force_track_emitter/icon.png (100%) rename {prerender => static}/browse/railcraft/force_track_emitter/index.html (100%) rename src/data/railcraft/9.5.0/images/frost_bound_block.png => static/browse/railcraft/frost_bound_block/icon.png (100%) rename {prerender => static}/browse/railcraft/frost_bound_block/index.html (100%) rename src/data/railcraft/9.5.0/images/frost_bound_block_slab.png => static/browse/railcraft/frost_bound_block_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/frost_bound_block_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/frost_bound_block_stairs.png => static/browse/railcraft/frost_bound_block_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/frost_bound_block_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/frost_bound_brick.png => static/browse/railcraft/frost_bound_brick/icon.png (100%) rename {prerender => static}/browse/railcraft/frost_bound_brick/index.html (100%) rename src/data/railcraft/9.5.0/images/frost_bound_brick_slab.png => static/browse/railcraft/frost_bound_brick_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/frost_bound_brick_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/frost_bound_brick_stairs.png => static/browse/railcraft/frost_bound_brick_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/frost_bound_brick_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/frost_bound_brick_wall.png => static/browse/railcraft/frost_bound_brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/frost_bound_brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/frost_bound_cobble_slab.png => static/browse/railcraft/frost_bound_cobble_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/frost_bound_cobble_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/frost_bound_cobble_stairs.png => static/browse/railcraft/frost_bound_cobble_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/frost_bound_cobble_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/frost_bound_cobblestone.png => static/browse/railcraft/frost_bound_cobblestone/icon.png (100%) rename {prerender => static}/browse/railcraft/frost_bound_cobblestone/index.html (100%) rename src/data/railcraft/9.5.0/images/frostbound_stone_lantern.png => static/browse/railcraft/frostbound_stone_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/frostbound_stone_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/gated_one_way_track.png => static/browse/railcraft/gated_one_way_track/icon.png (100%) rename {prerender => static}/browse/railcraft/gated_one_way_track/index.html (100%) rename src/data/railcraft/9.5.0/images/gated_track.png => static/browse/railcraft/gated_track/icon.png (100%) rename {prerender => static}/browse/railcraft/gated_track/index.html (100%) rename src/data/railcraft/9.5.0/images/gift_cart.png => static/browse/railcraft/gift_cart/icon.png (100%) rename {prerender => static}/browse/railcraft/gift_cart/index.html (100%) rename src/data/railcraft/9.5.0/images/gold_lantern.png => static/browse/railcraft/gold_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/gold_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/gold_plate_gear.png => static/browse/railcraft/gold_plate_gear/icon.png (100%) rename {prerender => static}/browse/railcraft/gold_plate_gear/index.html (100%) rename src/data/railcraft/9.5.0/images/gold_slab.png => static/browse/railcraft/gold_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/gold_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/gold_stairs.png => static/browse/railcraft/gold_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/gold_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/gold_wall.png => static/browse/railcraft/gold_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/gold_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/golden_railway_ticket.png => static/browse/railcraft/golden_railway_ticket/icon.png (100%) rename {prerender => static}/browse/railcraft/golden_railway_ticket/index.html (100%) rename src/data/railcraft/9.5.0/images/gray_metal_platform.png => static/browse/railcraft/gray_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/gray_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/gray_metal_post.png => static/browse/railcraft/gray_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/gray_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/green_metal_platform.png => static/browse/railcraft/green_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/green_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/green_metal_post.png => static/browse/railcraft/green_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/green_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/h_s_booster_track.png => static/browse/railcraft/h_s_booster_track/icon.png (100%) rename {prerender => static}/browse/railcraft/h_s_booster_track/index.html (100%) rename src/data/railcraft/9.5.0/images/h_s_rail.png => static/browse/railcraft/h_s_rail/icon.png (100%) rename {prerender => static}/browse/railcraft/h_s_rail/index.html (100%) rename src/data/railcraft/9.5.0/images/h_s_switch_track.png => static/browse/railcraft/h_s_switch_track/icon.png (100%) rename {prerender => static}/browse/railcraft/h_s_switch_track/index.html (100%) rename src/data/railcraft/9.5.0/images/h_s_track.png => static/browse/railcraft/h_s_track/icon.png (100%) rename {prerender => static}/browse/railcraft/h_s_track/index.html (100%) rename src/data/railcraft/9.5.0/images/h_s_transition_track.png => static/browse/railcraft/h_s_transition_track/icon.png (100%) rename {prerender => static}/browse/railcraft/h_s_transition_track/index.html (100%) rename src/data/railcraft/9.5.0/images/h_s_wye_track.png => static/browse/railcraft/h_s_wye_track/icon.png (100%) rename {prerender => static}/browse/railcraft/h_s_wye_track/index.html (100%) rename src/data/railcraft/9.5.0/images/high_pressure_boiler_tank.png => static/browse/railcraft/high_pressure_boiler_tank/icon.png (100%) rename {prerender => static}/browse/railcraft/high_pressure_boiler_tank/index.html (100%) rename src/data/railcraft/9.5.0/images/hobbyist_s_steam_engine.png => static/browse/railcraft/hobbyist_s_steam_engine/icon.png (100%) rename {prerender => static}/browse/railcraft/hobbyist_s_steam_engine/index.html (100%) rename src/data/railcraft/9.5.0/images/ice_slab.png => static/browse/railcraft/ice_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/ice_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/ice_stairs.png => static/browse/railcraft/ice_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/ice_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/ice_wall.png => static/browse/railcraft/ice_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/ice_wall/index.html (100%) rename src/data/railcraft/logo.png => static/browse/railcraft/icon.png (100%) rename {prerender => static}/browse/railcraft/index.html (100%) rename src/data/railcraft/9.5.0/images/industrial_steam_engine.png => static/browse/railcraft/industrial_steam_engine/icon.png (100%) rename {prerender => static}/browse/railcraft/industrial_steam_engine/index.html (100%) rename src/data/railcraft/9.5.0/images/infernal_block.png => static/browse/railcraft/infernal_block/icon.png (100%) rename {prerender => static}/browse/railcraft/infernal_block/index.html (100%) rename src/data/railcraft/9.5.0/images/infernal_block_slab.png => static/browse/railcraft/infernal_block_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/infernal_block_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/infernal_block_stairs.png => static/browse/railcraft/infernal_block_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/infernal_block_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/infernal_brick.png => static/browse/railcraft/infernal_brick/icon.png (100%) rename {prerender => static}/browse/railcraft/infernal_brick/index.html (100%) rename src/data/railcraft/9.5.0/images/infernal_brick_slab.png => static/browse/railcraft/infernal_brick_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/infernal_brick_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/infernal_brick_stairs.png => static/browse/railcraft/infernal_brick_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/infernal_brick_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/infernal_brick_wall.png => static/browse/railcraft/infernal_brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/infernal_brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/infernal_cobble_slab.png => static/browse/railcraft/infernal_cobble_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/infernal_cobble_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/infernal_cobble_stairs.png => static/browse/railcraft/infernal_cobble_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/infernal_cobble_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/infernal_cobblestone.png => static/browse/railcraft/infernal_cobblestone/icon.png (100%) rename {prerender => static}/browse/railcraft/infernal_cobblestone/index.html (100%) rename src/data/railcraft/9.5.0/images/infernal_stone_lantern.png => static/browse/railcraft/infernal_stone_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/infernal_stone_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/iron_bore_head.png => static/browse/railcraft/iron_bore_head/icon.png (100%) rename {prerender => static}/browse/railcraft/iron_bore_head/index.html (100%) rename src/data/railcraft/9.5.0/images/iron_gear.png => static/browse/railcraft/iron_gear/icon.png (100%) rename {prerender => static}/browse/railcraft/iron_gear/index.html (100%) rename src/data/railcraft/9.5.0/images/iron_lantern.png => static/browse/railcraft/iron_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/iron_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/iron_nugget.png => static/browse/railcraft/iron_nugget/icon.png (100%) rename {prerender => static}/browse/railcraft/iron_nugget/index.html (100%) rename src/data/railcraft/9.5.0/images/iron_plate.png => static/browse/railcraft/iron_plate/icon.png (100%) rename {prerender => static}/browse/railcraft/iron_plate/index.html (100%) rename src/data/railcraft/9.5.0/images/iron_slab.png => static/browse/railcraft/iron_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/iron_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/iron_stairs.png => static/browse/railcraft/iron_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/iron_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/iron_tank_gauge.png => static/browse/railcraft/iron_tank_gauge/icon.png (100%) rename {prerender => static}/browse/railcraft/iron_tank_gauge/index.html (100%) rename src/data/railcraft/9.5.0/images/iron_tank_valve.png => static/browse/railcraft/iron_tank_valve/icon.png (100%) rename {prerender => static}/browse/railcraft/iron_tank_valve/index.html (100%) rename src/data/railcraft/9.5.0/images/iron_tank_wall.png => static/browse/railcraft/iron_tank_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/iron_tank_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/iron_wall.png => static/browse/railcraft/iron_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/iron_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/item_loader.png => static/browse/railcraft/item_loader/icon.png (100%) rename {prerender => static}/browse/railcraft/item_loader/index.html (100%) rename src/data/railcraft/9.5.0/images/item_unloader.png => static/browse/railcraft/item_unloader/icon.png (100%) rename {prerender => static}/browse/railcraft/item_unloader/index.html (100%) rename src/data/railcraft/9.5.0/images/junction_track.png => static/browse/railcraft/junction_track/icon.png (100%) rename {prerender => static}/browse/railcraft/junction_track/index.html (100%) rename src/data/railcraft/9.5.0/images/launcher_track.png => static/browse/railcraft/launcher_track/icon.png (100%) rename {prerender => static}/browse/railcraft/launcher_track/index.html (100%) rename src/data/railcraft/9.5.0/images/lead_ingot.png => static/browse/railcraft/lead_ingot/icon.png (100%) rename {prerender => static}/browse/railcraft/lead_ingot/index.html (100%) rename src/data/railcraft/9.5.0/images/lead_lantern.png => static/browse/railcraft/lead_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/lead_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/lead_nugget.png => static/browse/railcraft/lead_nugget/icon.png (100%) rename {prerender => static}/browse/railcraft/lead_nugget/index.html (100%) rename src/data/railcraft/9.5.0/images/lead_slab.png => static/browse/railcraft/lead_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/lead_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/lead_stairs.png => static/browse/railcraft/lead_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/lead_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/light_blue_metal_platform.png => static/browse/railcraft/light_blue_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/light_blue_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/light_blue_metal_post.png => static/browse/railcraft/light_blue_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/light_blue_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/light_gray_metal_platform.png => static/browse/railcraft/light_gray_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/light_gray_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/light_gray_metal_post.png => static/browse/railcraft/light_gray_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/light_gray_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/lime_metal_platform.png => static/browse/railcraft/lime_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/lime_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/lime_metal_post.png => static/browse/railcraft/lime_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/lime_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/limiter_track.png => static/browse/railcraft/limiter_track/icon.png (100%) rename {prerender => static}/browse/railcraft/limiter_track/index.html (100%) rename src/data/railcraft/9.5.0/images/liquid_fueled_boiler_firebox.png => static/browse/railcraft/liquid_fueled_boiler_firebox/icon.png (100%) rename {prerender => static}/browse/railcraft/liquid_fueled_boiler_firebox/index.html (100%) rename src/data/railcraft/9.5.0/images/locking_track.png => static/browse/railcraft/locking_track/icon.png (100%) rename {prerender => static}/browse/railcraft/locking_track/index.html (100%) rename src/data/railcraft/9.5.0/images/locomotive_track.png => static/browse/railcraft/locomotive_track/icon.png (100%) rename {prerender => static}/browse/railcraft/locomotive_track/index.html (100%) rename src/data/railcraft/9.5.0/images/low_pressure_boiler_tank.png => static/browse/railcraft/low_pressure_boiler_tank/icon.png (100%) rename {prerender => static}/browse/railcraft/low_pressure_boiler_tank/index.html (100%) rename src/data/railcraft/9.5.0/images/magenta_metal_platform.png => static/browse/railcraft/magenta_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/magenta_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/magenta_metal_post.png => static/browse/railcraft/magenta_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/magenta_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/magnifying_glass.png => static/browse/railcraft/magnifying_glass/icon.png (100%) rename {prerender => static}/browse/railcraft/magnifying_glass/index.html (100%) rename src/data/railcraft/9.5.0/images/manual_steam_trap.png => static/browse/railcraft/manual_steam_trap/icon.png (100%) rename {prerender => static}/browse/railcraft/manual_steam_trap/index.html (100%) rename src/data/railcraft/9.5.0/images/metal_platform.png => static/browse/railcraft/metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/metal_post.png => static/browse/railcraft/metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/metals_chest.png => static/browse/railcraft/metals_chest/icon.png (100%) rename {prerender => static}/browse/railcraft/metals_chest/index.html (100%) rename src/data/railcraft/9.5.0/images/mossy_stone_brick_wall.png => static/browse/railcraft/mossy_stone_brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/mossy_stone_brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/nether_block.png => static/browse/railcraft/nether_block/icon.png (100%) rename {prerender => static}/browse/railcraft/nether_block/index.html (100%) rename src/data/railcraft/9.5.0/images/nether_block_slab.png => static/browse/railcraft/nether_block_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/nether_block_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/nether_block_stairs.png => static/browse/railcraft/nether_block_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/nether_block_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/nether_brick_wall.png => static/browse/railcraft/nether_brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/nether_brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/nether_cobble_slab.png => static/browse/railcraft/nether_cobble_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/nether_cobble_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/nether_cobble_stairs.png => static/browse/railcraft/nether_cobble_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/nether_cobble_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/nether_cobblestone.png => static/browse/railcraft/nether_cobblestone/icon.png (100%) rename {prerender => static}/browse/railcraft/nether_cobblestone/index.html (100%) rename src/data/railcraft/9.5.0/images/nether_stone_lantern.png => static/browse/railcraft/nether_stone_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/nether_stone_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/obsidian_dust.png => static/browse/railcraft/obsidian_dust/icon.png (100%) rename {prerender => static}/browse/railcraft/obsidian_dust/index.html (100%) rename src/data/railcraft/9.5.0/images/obsidian_slab.png => static/browse/railcraft/obsidian_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/obsidian_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/obsidian_stairs.png => static/browse/railcraft/obsidian_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/obsidian_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/obsidian_wall.png => static/browse/railcraft/obsidian_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/obsidian_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/one_way_track.png => static/browse/railcraft/one_way_track/icon.png (100%) rename {prerender => static}/browse/railcraft/one_way_track/index.html (100%) rename src/data/railcraft/9.5.0/images/orange_metal_platform.png => static/browse/railcraft/orange_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/orange_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/orange_metal_post.png => static/browse/railcraft/orange_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/orange_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/ornate_abyssal_stone.png => static/browse/railcraft/ornate_abyssal_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/ornate_abyssal_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/ornate_bleached_bone_stone.png => static/browse/railcraft/ornate_bleached_bone_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/ornate_bleached_bone_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/ornate_blood_stained_stone.png => static/browse/railcraft/ornate_blood_stained_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/ornate_blood_stained_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/ornate_frost_bound_stone.png => static/browse/railcraft/ornate_frost_bound_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/ornate_frost_bound_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/ornate_infernal_stone.png => static/browse/railcraft/ornate_infernal_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/ornate_infernal_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/ornate_nether_stone.png => static/browse/railcraft/ornate_nether_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/ornate_nether_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/ornate_quarried_stone.png => static/browse/railcraft/ornate_quarried_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/ornate_quarried_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/ornate_sandy_stone.png => static/browse/railcraft/ornate_sandy_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/ornate_sandy_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/packed_ice_slab.png => static/browse/railcraft/packed_ice_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/packed_ice_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/packed_ice_stairs.png => static/browse/railcraft/packed_ice_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/packed_ice_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/personal_anchor.png => static/browse/railcraft/personal_anchor/icon.png (100%) rename {prerender => static}/browse/railcraft/personal_anchor/index.html (100%) rename src/data/railcraft/9.5.0/images/personal_anchor_cart.png => static/browse/railcraft/personal_anchor_cart/icon.png (100%) rename {prerender => static}/browse/railcraft/personal_anchor_cart/index.html (100%) rename src/data/railcraft/9.5.0/images/pink_metal_platform.png => static/browse/railcraft/pink_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/pink_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/pink_metal_post.png => static/browse/railcraft/pink_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/pink_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/poor_copper_ore.png => static/browse/railcraft/poor_copper_ore/icon.png (100%) rename {prerender => static}/browse/railcraft/poor_copper_ore/index.html (100%) rename src/data/railcraft/9.5.0/images/poor_gold_ore.png => static/browse/railcraft/poor_gold_ore/icon.png (100%) rename {prerender => static}/browse/railcraft/poor_gold_ore/index.html (100%) rename src/data/railcraft/9.5.0/images/poor_iron_ore.png => static/browse/railcraft/poor_iron_ore/icon.png (100%) rename {prerender => static}/browse/railcraft/poor_iron_ore/index.html (100%) rename src/data/railcraft/9.5.0/images/poor_lead_ore.png => static/browse/railcraft/poor_lead_ore/icon.png (100%) rename {prerender => static}/browse/railcraft/poor_lead_ore/index.html (100%) rename src/data/railcraft/9.5.0/images/poor_tin_ore.png => static/browse/railcraft/poor_tin_ore/icon.png (100%) rename {prerender => static}/browse/railcraft/poor_tin_ore/index.html (100%) rename src/data/railcraft/9.5.0/images/priming_track.png => static/browse/railcraft/priming_track/icon.png (100%) rename {prerender => static}/browse/railcraft/priming_track/index.html (100%) rename src/data/railcraft/9.5.0/images/pumpkin_cart.png => static/browse/railcraft/pumpkin_cart/icon.png (100%) rename {prerender => static}/browse/railcraft/pumpkin_cart/index.html (100%) rename src/data/railcraft/9.5.0/images/purple_metal_platform.png => static/browse/railcraft/purple_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/purple_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/purple_metal_post.png => static/browse/railcraft/purple_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/purple_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/quarried_block.png => static/browse/railcraft/quarried_block/icon.png (100%) rename {prerender => static}/browse/railcraft/quarried_block/index.html (100%) rename src/data/railcraft/9.5.0/images/quarried_block_slab.png => static/browse/railcraft/quarried_block_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/quarried_block_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/quarried_block_stairs.png => static/browse/railcraft/quarried_block_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/quarried_block_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/quarried_brick.png => static/browse/railcraft/quarried_brick/icon.png (100%) rename {prerender => static}/browse/railcraft/quarried_brick/index.html (100%) rename src/data/railcraft/9.5.0/images/quarried_brick_slab.png => static/browse/railcraft/quarried_brick_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/quarried_brick_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/quarried_brick_stairs.png => static/browse/railcraft/quarried_brick_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/quarried_brick_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/quarried_brick_wall.png => static/browse/railcraft/quarried_brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/quarried_brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/quarried_cobble_slab.png => static/browse/railcraft/quarried_cobble_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/quarried_cobble_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/quarried_cobble_stairs.png => static/browse/railcraft/quarried_cobble_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/quarried_cobble_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/quarried_cobblestone.png => static/browse/railcraft/quarried_cobblestone/icon.png (100%) rename {prerender => static}/browse/railcraft/quarried_cobblestone/index.html (100%) rename src/data/railcraft/9.5.0/images/quarried_stone.png => static/browse/railcraft/quarried_stone/icon.png (100%) rename {prerender => static}/browse/railcraft/quarried_stone/index.html (100%) rename src/data/railcraft/9.5.0/images/quarried_stone_lantern.png => static/browse/railcraft/quarried_stone_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/quarried_stone_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/quartz_wall.png => static/browse/railcraft/quartz_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/quartz_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/railway_ticket.png => static/browse/railcraft/railway_ticket/icon.png (100%) rename {prerender => static}/browse/railcraft/railway_ticket/index.html (100%) rename src/data/railcraft/9.5.0/images/raw_firestone.png => static/browse/railcraft/raw_firestone/icon.png (100%) rename {prerender => static}/browse/railcraft/raw_firestone/index.html (100%) rename src/data/railcraft/9.5.0/images/rebar.png => static/browse/railcraft/rebar/icon.png (100%) rename {prerender => static}/browse/railcraft/rebar/index.html (100%) rename src/data/railcraft/9.5.0/images/receiver_circuit.png => static/browse/railcraft/receiver_circuit/icon.png (100%) rename {prerender => static}/browse/railcraft/receiver_circuit/index.html (100%) rename src/data/railcraft/9.5.0/images/recharging_firestone.png => static/browse/railcraft/recharging_firestone/icon.png (100%) rename src/data/railcraft/9.5.0/images/red_metal_platform.png => static/browse/railcraft/red_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/red_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/red_metal_post.png => static/browse/railcraft/red_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/red_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/refined_firestone.png => static/browse/railcraft/refined_firestone/icon.png (100%) rename {prerender => static}/browse/railcraft/refined_firestone/index.html (100%) rename src/data/railcraft/9.5.0/images/refined_firestone_2.png => static/browse/railcraft/refined_firestone_2/icon.png (100%) rename src/data/railcraft/9.5.0/images/reinforced_booster_track.png => static/browse/railcraft/reinforced_booster_track/icon.png (100%) rename {prerender => static}/browse/railcraft/reinforced_booster_track/index.html (100%) rename src/data/railcraft/9.5.0/images/reinforced_crowbar.png => static/browse/railcraft/reinforced_crowbar/icon.png (100%) rename {prerender => static}/browse/railcraft/reinforced_crowbar/index.html (100%) rename src/data/railcraft/9.5.0/images/reinforced_junction_track.png => static/browse/railcraft/reinforced_junction_track/icon.png (100%) rename {prerender => static}/browse/railcraft/reinforced_junction_track/index.html (100%) rename src/data/railcraft/9.5.0/images/reinforced_rail.png => static/browse/railcraft/reinforced_rail/icon.png (100%) rename {prerender => static}/browse/railcraft/reinforced_rail/index.html (100%) rename src/data/railcraft/9.5.0/images/reinforced_switch_track.png => static/browse/railcraft/reinforced_switch_track/icon.png (100%) rename {prerender => static}/browse/railcraft/reinforced_switch_track/index.html (100%) rename src/data/railcraft/9.5.0/images/reinforced_track.png => static/browse/railcraft/reinforced_track/icon.png (100%) rename {prerender => static}/browse/railcraft/reinforced_track/index.html (100%) rename src/data/railcraft/9.5.0/images/reinforced_wye_track.png => static/browse/railcraft/reinforced_wye_track/icon.png (100%) rename {prerender => static}/browse/railcraft/reinforced_wye_track/index.html (100%) rename src/data/railcraft/9.5.0/images/residual_heat.png => static/browse/railcraft/residual_heat/icon.png (100%) rename src/data/railcraft/9.5.0/images/rock_crusher.png => static/browse/railcraft/rock_crusher/icon.png (100%) rename {prerender => static}/browse/railcraft/rock_crusher/index.html (100%) rename src/data/railcraft/9.5.0/images/rock_crusher_block.png => static/browse/railcraft/rock_crusher_block/icon.png (100%) rename {prerender => static}/browse/railcraft/rock_crusher_block/index.html (100%) rename src/data/railcraft/9.5.0/images/rock_crusher_layer.png => static/browse/railcraft/rock_crusher_layer/icon.png (100%) rename {prerender => static}/browse/railcraft/rock_crusher_layer/index.html (100%) rename src/data/railcraft/9.5.0/images/rolling_machine.png => static/browse/railcraft/rolling_machine/icon.png (100%) rename {prerender => static}/browse/railcraft/rolling_machine/index.html (100%) rename src/data/railcraft/9.5.0/images/routing_switch_motor.png => static/browse/railcraft/routing_switch_motor/icon.png (100%) rename {prerender => static}/browse/railcraft/routing_switch_motor/index.html (100%) rename src/data/railcraft/9.5.0/images/routing_table.png => static/browse/railcraft/routing_table/icon.png (100%) rename {prerender => static}/browse/railcraft/routing_table/index.html (100%) rename src/data/railcraft/9.5.0/images/routing_track.png => static/browse/railcraft/routing_track/icon.png (100%) rename {prerender => static}/browse/railcraft/routing_track/index.html (100%) rename src/data/railcraft/9.5.0/images/saltpeter.png => static/browse/railcraft/saltpeter/icon.png (100%) rename {prerender => static}/browse/railcraft/saltpeter/index.html (100%) rename src/data/railcraft/9.5.0/images/saltpeter_ore.png => static/browse/railcraft/saltpeter_ore/icon.png (100%) rename {prerender => static}/browse/railcraft/saltpeter_ore/index.html (100%) rename src/data/railcraft/9.5.0/images/saltpeter_ore_spawner.png => static/browse/railcraft/saltpeter_ore_spawner/icon.png (100%) rename src/data/railcraft/9.5.0/images/sandstone_lantern.png => static/browse/railcraft/sandstone_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/sandstone_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/sandstone_wall.png => static/browse/railcraft/sandstone_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/sandstone_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/sandy_block.png => static/browse/railcraft/sandy_block/icon.png (100%) rename {prerender => static}/browse/railcraft/sandy_block/index.html (100%) rename src/data/railcraft/9.5.0/images/sandy_block_slab.png => static/browse/railcraft/sandy_block_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/sandy_block_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/sandy_block_stairs.png => static/browse/railcraft/sandy_block_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/sandy_block_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/sandy_brick.png => static/browse/railcraft/sandy_brick/icon.png (100%) rename {prerender => static}/browse/railcraft/sandy_brick/index.html (100%) rename src/data/railcraft/9.5.0/images/sandy_brick_slab.png => static/browse/railcraft/sandy_brick_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/sandy_brick_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/sandy_brick_stairs.png => static/browse/railcraft/sandy_brick_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/sandy_brick_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/sandy_brick_wall.png => static/browse/railcraft/sandy_brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/sandy_brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/sandy_cobble_slab.png => static/browse/railcraft/sandy_cobble_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/sandy_cobble_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/sandy_cobble_stairs.png => static/browse/railcraft/sandy_cobble_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/sandy_cobble_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/sandy_cobblestone.png => static/browse/railcraft/sandy_cobblestone/icon.png (100%) rename {prerender => static}/browse/railcraft/sandy_cobblestone/index.html (100%) rename src/data/railcraft/9.5.0/images/sandy_stone_lantern.png => static/browse/railcraft/sandy_stone_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/sandy_stone_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/signal_block_relay_box.png => static/browse/railcraft/signal_block_relay_box/icon.png (100%) rename {prerender => static}/browse/railcraft/signal_block_relay_box/index.html (100%) rename src/data/railcraft/9.5.0/images/signal_block_surveyor.png => static/browse/railcraft/signal_block_surveyor/icon.png (100%) rename {prerender => static}/browse/railcraft/signal_block_surveyor/index.html (100%) rename src/data/railcraft/9.5.0/images/signal_capacitor_box.png => static/browse/railcraft/signal_capacitor_box/icon.png (100%) rename {prerender => static}/browse/railcraft/signal_capacitor_box/index.html (100%) rename src/data/railcraft/9.5.0/images/signal_circuit.png => static/browse/railcraft/signal_circuit/icon.png (100%) rename {prerender => static}/browse/railcraft/signal_circuit/index.html (100%) rename src/data/railcraft/9.5.0/images/signal_controller_box.png => static/browse/railcraft/signal_controller_box/icon.png (100%) rename {prerender => static}/browse/railcraft/signal_controller_box/index.html (100%) rename src/data/railcraft/9.5.0/images/signal_interlock_box.png => static/browse/railcraft/signal_interlock_box/icon.png (100%) rename {prerender => static}/browse/railcraft/signal_interlock_box/index.html (100%) rename src/data/railcraft/9.5.0/images/signal_lamp.png => static/browse/railcraft/signal_lamp/icon.png (100%) rename {prerender => static}/browse/railcraft/signal_lamp/index.html (100%) rename src/data/railcraft/9.5.0/images/signal_receiver_box.png => static/browse/railcraft/signal_receiver_box/icon.png (100%) rename {prerender => static}/browse/railcraft/signal_receiver_box/index.html (100%) rename src/data/railcraft/9.5.0/images/signal_sequencer_box.png => static/browse/railcraft/signal_sequencer_box/icon.png (100%) rename {prerender => static}/browse/railcraft/signal_sequencer_box/index.html (100%) rename src/data/railcraft/9.5.0/images/signal_tuner.png => static/browse/railcraft/signal_tuner/icon.png (100%) rename {prerender => static}/browse/railcraft/signal_tuner/index.html (100%) rename src/data/railcraft/9.5.0/images/slightly_damaged_anvil.png => static/browse/railcraft/slightly_damaged_anvil/icon.png (100%) rename src/data/railcraft/9.5.0/images/smoker.png => static/browse/railcraft/smoker/icon.png (100%) rename {prerender => static}/browse/railcraft/smoker/index.html (100%) rename src/data/railcraft/9.5.0/images/smooth_sandstone_wall.png => static/browse/railcraft/smooth_sandstone_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/smooth_sandstone_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/snow_slab.png => static/browse/railcraft/snow_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/snow_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/snow_stairs.png => static/browse/railcraft/snow_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/snow_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/snow_wall.png => static/browse/railcraft/snow_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/snow_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/solid_fueled_boiler_firebox.png => static/browse/railcraft/solid_fueled_boiler_firebox/icon.png (100%) rename {prerender => static}/browse/railcraft/solid_fueled_boiler_firebox/index.html (100%) rename src/data/railcraft/9.5.0/images/standard_rail.png => static/browse/railcraft/standard_rail/icon.png (100%) rename {prerender => static}/browse/railcraft/standard_rail/index.html (100%) rename src/data/railcraft/9.5.0/images/steam.png => static/browse/railcraft/steam/icon.png (100%) rename {prerender => static}/browse/railcraft/steam/index.html (100%) rename src/data/railcraft/9.5.0/images/steam_boiler_simple.png => static/browse/railcraft/steam_boiler_simple/icon.png (100%) rename {prerender => static}/browse/railcraft/steam_boiler_simple/index.html (100%) rename src/data/railcraft/9.5.0/images/steam_bottle.png => static/browse/railcraft/steam_bottle/icon.png (100%) rename {prerender => static}/browse/railcraft/steam_bottle/index.html (100%) rename src/data/railcraft/9.5.0/images/steam_locomotive.png => static/browse/railcraft/steam_locomotive/icon.png (100%) rename {prerender => static}/browse/railcraft/steam_locomotive/index.html (100%) rename src/data/railcraft/9.5.0/images/steam_oven.png => static/browse/railcraft/steam_oven/icon.png (100%) rename {prerender => static}/browse/railcraft/steam_oven/index.html (100%) rename src/data/railcraft/9.5.0/images/steam_turbine_housing.png => static/browse/railcraft/steam_turbine_housing/icon.png (100%) rename {prerender => static}/browse/railcraft/steam_turbine_housing/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_anvil.png => static/browse/railcraft/steel_anvil/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_anvil/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_axe.png => static/browse/railcraft/steel_axe/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_axe/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_boots.png => static/browse/railcraft/steel_boots/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_boots/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_bore_head.png => static/browse/railcraft/steel_bore_head/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_bore_head/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_chestplate.png => static/browse/railcraft/steel_chestplate/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_chestplate/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_gear.png => static/browse/railcraft/steel_gear/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_gear/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_helmet.png => static/browse/railcraft/steel_helmet/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_helmet/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_hoe.png => static/browse/railcraft/steel_hoe/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_hoe/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_ingot.png => static/browse/railcraft/steel_ingot/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_ingot/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_lantern.png => static/browse/railcraft/steel_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_leggings.png => static/browse/railcraft/steel_leggings/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_leggings/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_nugget.png => static/browse/railcraft/steel_nugget/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_nugget/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_pickaxe.png => static/browse/railcraft/steel_pickaxe/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_pickaxe/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_plate.png => static/browse/railcraft/steel_plate/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_plate/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_shears.png => static/browse/railcraft/steel_shears/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_shears/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_shovel.png => static/browse/railcraft/steel_shovel/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_shovel/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_slab.png => static/browse/railcraft/steel_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_stairs.png => static/browse/railcraft/steel_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_sword.png => static/browse/railcraft/steel_sword/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_sword/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_tank_gauge.png => static/browse/railcraft/steel_tank_gauge/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_tank_gauge/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_tank_valve.png => static/browse/railcraft/steel_tank_valve/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_tank_valve/index.html (100%) rename src/data/railcraft/9.5.0/images/steel_tank_wall.png => static/browse/railcraft/steel_tank_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/steel_tank_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/stone_brick_wall.png => static/browse/railcraft/stone_brick_wall/icon.png (100%) rename {prerender => static}/browse/railcraft/stone_brick_wall/index.html (100%) rename src/data/railcraft/9.5.0/images/stone_lantern.png => static/browse/railcraft/stone_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/stone_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/stone_platform.png => static/browse/railcraft/stone_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/stone_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/stone_post.png => static/browse/railcraft/stone_post/icon.png (100%) rename {prerender => static}/browse/railcraft/stone_post/index.html (100%) rename src/data/railcraft/9.5.0/images/stone_railbed.png => static/browse/railcraft/stone_railbed/icon.png (100%) rename {prerender => static}/browse/railcraft/stone_railbed/index.html (100%) rename src/data/railcraft/9.5.0/images/stone_tie.png => static/browse/railcraft/stone_tie/icon.png (100%) rename {prerender => static}/browse/railcraft/stone_tie/index.html (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass.png => static/browse/railcraft/strengthened_glass/icon.png (100%) rename {prerender => static}/browse/railcraft/strengthened_glass/index.html (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_10.png => static/browse/railcraft/strengthened_glass_10/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_11.png => static/browse/railcraft/strengthened_glass_11/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_12.png => static/browse/railcraft/strengthened_glass_12/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_13.png => static/browse/railcraft/strengthened_glass_13/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_14.png => static/browse/railcraft/strengthened_glass_14/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_15.png => static/browse/railcraft/strengthened_glass_15/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_16.png => static/browse/railcraft/strengthened_glass_16/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_2.png => static/browse/railcraft/strengthened_glass_2/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_3.png => static/browse/railcraft/strengthened_glass_3/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_4.png => static/browse/railcraft/strengthened_glass_4/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_5.png => static/browse/railcraft/strengthened_glass_5/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_6.png => static/browse/railcraft/strengthened_glass_6/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_7.png => static/browse/railcraft/strengthened_glass_7/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_8.png => static/browse/railcraft/strengthened_glass_8/icon.png (100%) rename src/data/railcraft/9.5.0/images/strengthened_glass_9.png => static/browse/railcraft/strengthened_glass_9/icon.png (100%) rename src/data/railcraft/9.5.0/images/sulfur.png => static/browse/railcraft/sulfur/icon.png (100%) rename {prerender => static}/browse/railcraft/sulfur/index.html (100%) rename src/data/railcraft/9.5.0/images/sulfur_ore.png => static/browse/railcraft/sulfur_ore/icon.png (100%) rename {prerender => static}/browse/railcraft/sulfur_ore/index.html (100%) rename src/data/railcraft/9.5.0/images/suspended_track.png => static/browse/railcraft/suspended_track/icon.png (100%) rename {prerender => static}/browse/railcraft/suspended_track/index.html (100%) rename src/data/railcraft/9.5.0/images/switch_lever.png => static/browse/railcraft/switch_lever/icon.png (100%) rename {prerender => static}/browse/railcraft/switch_lever/index.html (100%) rename src/data/railcraft/9.5.0/images/switch_motor.png => static/browse/railcraft/switch_motor/icon.png (100%) rename {prerender => static}/browse/railcraft/switch_motor/index.html (100%) rename src/data/railcraft/9.5.0/images/switch_track.png => static/browse/railcraft/switch_track/icon.png (100%) rename {prerender => static}/browse/railcraft/switch_track/index.html (100%) rename src/data/railcraft/9.5.0/images/tank_cart.png => static/browse/railcraft/tank_cart/icon.png (100%) rename {prerender => static}/browse/railcraft/tank_cart/index.html (100%) rename src/data/railcraft/9.5.0/images/tin_gear_bushing.png => static/browse/railcraft/tin_gear_bushing/icon.png (100%) rename {prerender => static}/browse/railcraft/tin_gear_bushing/index.html (100%) rename src/data/railcraft/9.5.0/images/tin_ingot.png => static/browse/railcraft/tin_ingot/icon.png (100%) rename {prerender => static}/browse/railcraft/tin_ingot/index.html (100%) rename src/data/railcraft/9.5.0/images/tin_lantern.png => static/browse/railcraft/tin_lantern/icon.png (100%) rename {prerender => static}/browse/railcraft/tin_lantern/index.html (100%) rename src/data/railcraft/9.5.0/images/tin_nugget.png => static/browse/railcraft/tin_nugget/icon.png (100%) rename {prerender => static}/browse/railcraft/tin_nugget/index.html (100%) rename src/data/railcraft/9.5.0/images/tin_plate.png => static/browse/railcraft/tin_plate/icon.png (100%) rename {prerender => static}/browse/railcraft/tin_plate/index.html (100%) rename src/data/railcraft/9.5.0/images/tin_slab.png => static/browse/railcraft/tin_slab/icon.png (100%) rename {prerender => static}/browse/railcraft/tin_slab/index.html (100%) rename src/data/railcraft/9.5.0/images/tin_stairs.png => static/browse/railcraft/tin_stairs/icon.png (100%) rename {prerender => static}/browse/railcraft/tin_stairs/index.html (100%) rename src/data/railcraft/9.5.0/images/track.png => static/browse/railcraft/track/icon.png (100%) rename {prerender => static}/browse/railcraft/track/index.html (100%) rename src/data/railcraft/9.5.0/images/track_layer_cart.png => static/browse/railcraft/track_layer_cart/icon.png (100%) rename {prerender => static}/browse/railcraft/track_layer_cart/index.html (100%) rename src/data/railcraft/9.5.0/images/track_relayer_cart.png => static/browse/railcraft/track_relayer_cart/icon.png (100%) rename {prerender => static}/browse/railcraft/track_relayer_cart/index.html (100%) rename src/data/railcraft/9.5.0/images/track_remover_cart.png => static/browse/railcraft/track_remover_cart/icon.png (100%) rename {prerender => static}/browse/railcraft/track_remover_cart/index.html (100%) rename src/data/railcraft/9.5.0/images/trackman_s_goggles.png => static/browse/railcraft/trackman_s_goggles/icon.png (100%) rename {prerender => static}/browse/railcraft/trackman_s_goggles/index.html (100%) rename src/data/railcraft/9.5.0/images/trade_station.png => static/browse/railcraft/trade_station/icon.png (100%) rename {prerender => static}/browse/railcraft/trade_station/index.html (100%) rename src/data/railcraft/9.5.0/images/train_dispenser.png => static/browse/railcraft/train_dispenser/icon.png (100%) rename {prerender => static}/browse/railcraft/train_dispenser/index.html (100%) rename src/data/railcraft/9.5.0/images/tunnel_bore.png => static/browse/railcraft/tunnel_bore/icon.png (100%) rename {prerender => static}/browse/railcraft/tunnel_bore/index.html (100%) rename src/data/railcraft/9.5.0/images/turbine_blade.png => static/browse/railcraft/turbine_blade/icon.png (100%) rename {prerender => static}/browse/railcraft/turbine_blade/index.html (100%) rename src/data/railcraft/9.5.0/images/turbine_disk.png => static/browse/railcraft/turbine_disk/icon.png (100%) rename {prerender => static}/browse/railcraft/turbine_disk/index.html (100%) rename src/data/railcraft/9.5.0/images/turbine_rotor.png => static/browse/railcraft/turbine_rotor/icon.png (100%) rename {prerender => static}/browse/railcraft/turbine_rotor/index.html (100%) rename src/data/railcraft/9.5.0/images/undercutter_cart.png => static/browse/railcraft/undercutter_cart/icon.png (100%) rename {prerender => static}/browse/railcraft/undercutter_cart/index.html (100%) rename src/data/railcraft/9.5.0/images/very_damaged_anvil.png => static/browse/railcraft/very_damaged_anvil/icon.png (100%) rename src/data/railcraft/9.5.0/images/void_chest.png => static/browse/railcraft/void_chest/icon.png (100%) rename {prerender => static}/browse/railcraft/void_chest/index.html (100%) rename src/data/railcraft/9.5.0/images/water_tank_siding.png => static/browse/railcraft/water_tank_siding/icon.png (100%) rename {prerender => static}/browse/railcraft/water_tank_siding/index.html (100%) rename src/data/railcraft/9.5.0/images/whistle_track.png => static/browse/railcraft/whistle_track/icon.png (100%) rename {prerender => static}/browse/railcraft/whistle_track/index.html (100%) rename src/data/railcraft/9.5.0/images/whistle_tuner.png => static/browse/railcraft/whistle_tuner/icon.png (100%) rename {prerender => static}/browse/railcraft/whistle_tuner/index.html (100%) rename src/data/railcraft/9.5.0/images/white_metal_platform.png => static/browse/railcraft/white_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/white_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/white_metal_post.png => static/browse/railcraft/white_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/white_metal_post/index.html (100%) rename src/data/railcraft/9.5.0/images/wire_support_frame.png => static/browse/railcraft/wire_support_frame/icon.png (100%) rename {prerender => static}/browse/railcraft/wire_support_frame/index.html (100%) rename src/data/railcraft/9.5.0/images/wooden_booster_track.png => static/browse/railcraft/wooden_booster_track/icon.png (100%) rename {prerender => static}/browse/railcraft/wooden_booster_track/index.html (100%) rename src/data/railcraft/9.5.0/images/wooden_junction_track.png => static/browse/railcraft/wooden_junction_track/icon.png (100%) rename {prerender => static}/browse/railcraft/wooden_junction_track/index.html (100%) rename src/data/railcraft/9.5.0/images/wooden_platform.png => static/browse/railcraft/wooden_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/wooden_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/wooden_post.png => static/browse/railcraft/wooden_post/icon.png (100%) rename {prerender => static}/browse/railcraft/wooden_post/index.html (100%) rename src/data/railcraft/9.5.0/images/wooden_rail.png => static/browse/railcraft/wooden_rail/icon.png (100%) rename {prerender => static}/browse/railcraft/wooden_rail/index.html (100%) rename src/data/railcraft/9.5.0/images/wooden_railbed.png => static/browse/railcraft/wooden_railbed/icon.png (100%) rename {prerender => static}/browse/railcraft/wooden_railbed/index.html (100%) rename src/data/railcraft/9.5.0/images/wooden_switch_track.png => static/browse/railcraft/wooden_switch_track/icon.png (100%) rename {prerender => static}/browse/railcraft/wooden_switch_track/index.html (100%) rename src/data/railcraft/9.5.0/images/wooden_tie.png => static/browse/railcraft/wooden_tie/icon.png (100%) rename {prerender => static}/browse/railcraft/wooden_tie/index.html (100%) rename src/data/railcraft/9.5.0/images/wooden_tnt_cart.png => static/browse/railcraft/wooden_tnt_cart/icon.png (100%) rename {prerender => static}/browse/railcraft/wooden_tnt_cart/index.html (100%) rename src/data/railcraft/9.5.0/images/wooden_track.png => static/browse/railcraft/wooden_track/icon.png (100%) rename {prerender => static}/browse/railcraft/wooden_track/index.html (100%) rename src/data/railcraft/9.5.0/images/wooden_wye_track.png => static/browse/railcraft/wooden_wye_track/icon.png (100%) rename {prerender => static}/browse/railcraft/wooden_wye_track/index.html (100%) rename src/data/railcraft/9.5.0/images/work_cart.png => static/browse/railcraft/work_cart/icon.png (100%) rename {prerender => static}/browse/railcraft/work_cart/index.html (100%) rename src/data/railcraft/9.5.0/images/world_anchor.png => static/browse/railcraft/world_anchor/icon.png (100%) rename {prerender => static}/browse/railcraft/world_anchor/index.html (100%) rename src/data/railcraft/9.5.0/images/wye_track.png => static/browse/railcraft/wye_track/icon.png (100%) rename {prerender => static}/browse/railcraft/wye_track/index.html (100%) rename src/data/railcraft/9.5.0/images/yellow_metal_platform.png => static/browse/railcraft/yellow_metal_platform/icon.png (100%) rename {prerender => static}/browse/railcraft/yellow_metal_platform/index.html (100%) rename src/data/railcraft/9.5.0/images/yellow_metal_post.png => static/browse/railcraft/yellow_metal_post/icon.png (100%) rename {prerender => static}/browse/railcraft/yellow_metal_post/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/1000mb_blazing_pyrotheum.png => static/browse/thermal_expansion/1000mb_blazing_pyrotheum/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/1000mb_blazing_pyrotheum/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/1000mb_destabilized_redstone.png => static/browse/thermal_expansion/1000mb_destabilized_redstone/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/1000mb_destabilized_redstone/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/1000mb_energized_glowstone.png => static/browse/thermal_expansion/1000mb_energized_glowstone/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/1000mb_energized_glowstone/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/1000mb_gelid_cryotheum.png => static/browse/thermal_expansion/1000mb_gelid_cryotheum/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/1000mb_gelid_cryotheum/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/1000mb_liquifacted_coal.png => static/browse/thermal_expansion/1000mb_liquifacted_coal/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/1000mb_liquifacted_coal/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/1000mb_primal_mana.png => static/browse/thermal_expansion/1000mb_primal_mana/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/1000mb_primal_mana/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/1000mb_resonant_ender.png => static/browse/thermal_expansion/1000mb_resonant_ender/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/1000mb_resonant_ender/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/500mb_blazing_pyrotheum.png => static/browse/thermal_expansion/500mb_blazing_pyrotheum/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/500mb_blazing_pyrotheum/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/500mb_destabilized_redstone.png => static/browse/thermal_expansion/500mb_destabilized_redstone/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/500mb_destabilized_redstone/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/500mb_gelid_cryotheum.png => static/browse/thermal_expansion/500mb_gelid_cryotheum/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/500mb_gelid_cryotheum/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/500mb_liquifacted_coal.png => static/browse/thermal_expansion/500mb_liquifacted_coal/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/500mb_liquifacted_coal/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/aqueous_accumulator.png => static/browse/thermal_expansion/aqueous_accumulator/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/aqueous_accumulator/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/aqueous_accumulator_hardened.png => static/browse/thermal_expansion/aqueous_accumulator_hardened/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/aqueous_accumulator_hardened/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/aqueous_accumulator_reinforced.png => static/browse/thermal_expansion/aqueous_accumulator_reinforced/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/aqueous_accumulator_reinforced/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/aqueous_accumulator_resonant.png => static/browse/thermal_expansion/aqueous_accumulator_resonant/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/aqueous_accumulator_resonant/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_cryocoil_flux_amplifier.png => static/browse/thermal_expansion/augment_cryocoil_flux_amplifier/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_cryocoil_flux_amplifier/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_cryocoil_regulator.png => static/browse/thermal_expansion/augment_cryocoil_regulator/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_cryocoil_regulator/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_flux_linkage_optimization.png => static/browse/thermal_expansion/augment_flux_linkage_optimization/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_flux_linkage_optimization/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_flux_modulation_booster.png => static/browse/thermal_expansion/augment_flux_modulation_booster/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_flux_modulation_booster/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_gyroservo_feedback.png => static/browse/thermal_expansion/augment_gyroservo_feedback/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_gyroservo_feedback/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_integrated_modular_framework.png => static/browse/thermal_expansion/augment_integrated_modular_framework/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_integrated_modular_framework/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_integrated_redstone_circuit.png => static/browse/thermal_expansion/augment_integrated_redstone_circuit/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_integrated_redstone_circuit/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_integrated_servo_mechanism.png => static/browse/thermal_expansion/augment_integrated_servo_mechanism/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_integrated_servo_mechanism/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_overclocked_modular_gearbox.png => static/browse/thermal_expansion/augment_overclocked_modular_gearbox/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_overclocked_modular_gearbox/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_secondary_gearbox.png => static/browse/thermal_expansion/augment_secondary_gearbox/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_secondary_gearbox/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_secondary_reception_coil.png => static/browse/thermal_expansion/augment_secondary_reception_coil/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_secondary_reception_coil/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_secondary_sieve.png => static/browse/thermal_expansion/augment_secondary_sieve/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_secondary_sieve/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_secondary_transmission_coil.png => static/browse/thermal_expansion/augment_secondary_transmission_coil/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_secondary_transmission_coil/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_space_time_flux_unifier.png => static/browse/thermal_expansion/augment_space_time_flux_unifier/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_space_time_flux_unifier/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_stabilized_frame.png => static/browse/thermal_expansion/augment_stabilized_frame/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_stabilized_frame/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/augment_transmission_coil_ducting.png => static/browse/thermal_expansion/augment_transmission_coil_ducting/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/augment_transmission_coil_ducting/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/autonomous_activator.png => static/browse/thermal_expansion/autonomous_activator/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/autonomous_activator/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/basic_cache.png => static/browse/thermal_expansion/basic_cache/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/basic_cache/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/black_rockwool.png => static/browse/thermal_expansion/black_rockwool/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/black_rockwool/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/blazing_pyrotheum_bucket.png => static/browse/thermal_expansion/blazing_pyrotheum_bucket/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/blazing_pyrotheum_bucket/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/blizz_powder.png => static/browse/thermal_expansion/blizz_powder/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/blizz_powder/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/blizz_rod.png => static/browse/thermal_expansion/blizz_rod/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/blizz_rod/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/blue_rockwool.png => static/browse/thermal_expansion/blue_rockwool/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/blue_rockwool/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/brown_rockwool.png => static/browse/thermal_expansion/brown_rockwool/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/brown_rockwool/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/cinnabar.png => static/browse/thermal_expansion/cinnabar/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/cinnabar/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/compressed_sawdust.png => static/browse/thermal_expansion/compressed_sawdust/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/compressed_sawdust/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/compression_dynamo.png => static/browse/thermal_expansion/compression_dynamo/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/compression_dynamo/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/copper_block.png => static/browse/thermal_expansion/copper_block/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/copper_block/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/copper_gear.png => static/browse/thermal_expansion/copper_gear/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/copper_gear/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/copper_ingot.png => static/browse/thermal_expansion/copper_ingot/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/copper_ingot/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/copper_nugget.png => static/browse/thermal_expansion/copper_nugget/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/copper_nugget/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/copper_ore.png => static/browse/thermal_expansion/copper_ore/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/copper_ore/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/crescent_hammer.png => static/browse/thermal_expansion/crescent_hammer/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/crescent_hammer/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/cryotheum_dust.png => static/browse/thermal_expansion/cryotheum_dust/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/cryotheum_dust/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/cyan_rockwool.png => static/browse/thermal_expansion/cyan_rockwool/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/cyan_rockwool/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/cyclic_assembler.png => static/browse/thermal_expansion/cyclic_assembler/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/cyclic_assembler/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/cyclic_assembler_hardened.png => static/browse/thermal_expansion/cyclic_assembler_hardened/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/cyclic_assembler_hardened/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/cyclic_assembler_reinforced.png => static/browse/thermal_expansion/cyclic_assembler_reinforced/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/cyclic_assembler_reinforced/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/cyclic_assembler_resonant.png => static/browse/thermal_expansion/cyclic_assembler_resonant/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/cyclic_assembler_resonant/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/destabilized_redstone_bucket.png => static/browse/thermal_expansion/destabilized_redstone_bucket/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/destabilized_redstone_bucket/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/dimmed_glowstone_illuminator.png => static/browse/thermal_expansion/dimmed_glowstone_illuminator/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/dimmed_glowstone_illuminator/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/dimmed_lumium_lamp.png => static/browse/thermal_expansion/dimmed_lumium_lamp/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/dimmed_lumium_lamp/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/dimmed_radiant_lumium_lamp.png => static/browse/thermal_expansion/dimmed_radiant_lumium_lamp/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/dimmed_radiant_lumium_lamp/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/dry_creative_sponge.png => static/browse/thermal_expansion/dry_creative_sponge/icon.png (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/dry_magmatic_sponge.png => static/browse/thermal_expansion/dry_magmatic_sponge/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/dry_magmatic_sponge/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/dry_plain_sponge.png => static/browse/thermal_expansion/dry_plain_sponge/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/dry_plain_sponge/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/electrum_blend.png => static/browse/thermal_expansion/electrum_blend/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/electrum_blend/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/electrum_block.png => static/browse/thermal_expansion/electrum_block/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/electrum_block/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/electrum_gear.png => static/browse/thermal_expansion/electrum_gear/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/electrum_gear/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/electrum_ingot.png => static/browse/thermal_expansion/electrum_ingot/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/electrum_ingot/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/electrum_nugget.png => static/browse/thermal_expansion/electrum_nugget/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/electrum_nugget/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/enderium_blend.png => static/browse/thermal_expansion/enderium_blend/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/enderium_blend/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/enderium_block.png => static/browse/thermal_expansion/enderium_block/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/enderium_block/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/enderium_gear.png => static/browse/thermal_expansion/enderium_gear/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/enderium_gear/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/enderium_ingot.png => static/browse/thermal_expansion/enderium_ingot/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/enderium_ingot/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/enderium_nugget.png => static/browse/thermal_expansion/enderium_nugget/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/enderium_nugget/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/energetic_infuser.png => static/browse/thermal_expansion/energetic_infuser/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/energetic_infuser/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/energetic_infuser_hardened.png => static/browse/thermal_expansion/energetic_infuser_hardened/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/energetic_infuser_hardened/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/energetic_infuser_reinforced.png => static/browse/thermal_expansion/energetic_infuser_reinforced/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/energetic_infuser_reinforced/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/energetic_infuser_resonant.png => static/browse/thermal_expansion/energetic_infuser_resonant/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/energetic_infuser_resonant/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/energized_glowstone_bucket.png => static/browse/thermal_expansion/energized_glowstone_bucket/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/energized_glowstone_bucket/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/enervation_dynamo.png => static/browse/thermal_expansion/enervation_dynamo/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/enervation_dynamo/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/ferrous_block.png => static/browse/thermal_expansion/ferrous_block/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/ferrous_block/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/ferrous_gear.png => static/browse/thermal_expansion/ferrous_gear/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/ferrous_gear/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/ferrous_ingot.png => static/browse/thermal_expansion/ferrous_ingot/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/ferrous_ingot/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/ferrous_nugget.png => static/browse/thermal_expansion/ferrous_nugget/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/ferrous_nugget/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/ferrous_ore.png => static/browse/thermal_expansion/ferrous_ore/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/ferrous_ore/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/fluid_transposer.png => static/browse/thermal_expansion/fluid_transposer/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/fluid_transposer/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/fluid_transposer_hardened.png => static/browse/thermal_expansion/fluid_transposer_hardened/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/fluid_transposer_hardened/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/fluid_transposer_reinforced.png => static/browse/thermal_expansion/fluid_transposer_reinforced/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/fluid_transposer_reinforced/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/fluid_transposer_resonant.png => static/browse/thermal_expansion/fluid_transposer_resonant/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/fluid_transposer_resonant/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/flux_igniter.png => static/browse/thermal_expansion/flux_igniter/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/flux_igniter/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/gelid_cryotheum_bucket.png => static/browse/thermal_expansion/gelid_cryotheum_bucket/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/gelid_cryotheum_bucket/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/glacial_precipitator.png => static/browse/thermal_expansion/glacial_precipitator/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/glacial_precipitator/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/glacial_precipitator_hardened.png => static/browse/thermal_expansion/glacial_precipitator_hardened/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/glacial_precipitator_hardened/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/glacial_precipitator_reinforced.png => static/browse/thermal_expansion/glacial_precipitator_reinforced/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/glacial_precipitator_reinforced/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/glacial_precipitator_resonant.png => static/browse/thermal_expansion/glacial_precipitator_resonant/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/glacial_precipitator_resonant/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/glowstone_illuminator.png => static/browse/thermal_expansion/glowstone_illuminator/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/glowstone_illuminator/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/gold_gear.png => static/browse/thermal_expansion/gold_gear/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/gold_gear/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/gray_rockwool.png => static/browse/thermal_expansion/gray_rockwool/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/gray_rockwool/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/green_rockwool.png => static/browse/thermal_expansion/green_rockwool/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/green_rockwool/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/hardened_cache.png => static/browse/thermal_expansion/hardened_cache/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/hardened_cache/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/hardened_energy_cell.png => static/browse/thermal_expansion/hardened_energy_cell/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/hardened_energy_cell/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/hardened_flux_capacitor.png => static/browse/thermal_expansion/hardened_flux_capacitor/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/hardened_flux_capacitor/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/hardened_glass.png => static/browse/thermal_expansion/hardened_glass/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/hardened_glass/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/hardened_portable_tank.png => static/browse/thermal_expansion/hardened_portable_tank/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/hardened_portable_tank/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/hardened_satchel.png => static/browse/thermal_expansion/hardened_satchel/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/hardened_satchel/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/hardened_strongbox.png => static/browse/thermal_expansion/hardened_strongbox/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/hardened_strongbox/index.html (100%) rename src/data/thermal_expansion/logo.png => static/browse/thermal_expansion/icon.png (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/igneous_extruder.png => static/browse/thermal_expansion/igneous_extruder/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/igneous_extruder/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/igneous_extruder_hardened.png => static/browse/thermal_expansion/igneous_extruder_hardened/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/igneous_extruder_hardened/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/igneous_extruder_reinforced.png => static/browse/thermal_expansion/igneous_extruder_reinforced/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/igneous_extruder_reinforced/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/igneous_extruder_resonant.png => static/browse/thermal_expansion/igneous_extruder_resonant/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/igneous_extruder_resonant/index.html (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/illuminator_frame.png => static/browse/thermal_expansion/illuminator_frame/icon.png (100%) rename {prerender => static}/browse/thermal_expansion/illuminator_frame/index.html (100%) create mode 100644 static/browse/thermal_expansion/images/1000mb_blazing_pyrotheum.png create mode 100644 static/browse/thermal_expansion/images/1000mb_destabilized_redstone.png create mode 100644 static/browse/thermal_expansion/images/1000mb_energized_glowstone.png create mode 100644 static/browse/thermal_expansion/images/1000mb_gelid_cryotheum.png create mode 100644 static/browse/thermal_expansion/images/1000mb_liquifacted_coal.png create mode 100644 static/browse/thermal_expansion/images/1000mb_primal_mana.png rename src/data/thermal_expansion/4.0.0B8-23/images/resonant_ender.png => static/browse/thermal_expansion/images/1000mb_resonant_ender.png (100%) create mode 100644 static/browse/thermal_expansion/images/500mb_blazing_pyrotheum.png create mode 100644 static/browse/thermal_expansion/images/500mb_destabilized_redstone.png create mode 100644 static/browse/thermal_expansion/images/500mb_gelid_cryotheum.png create mode 100644 static/browse/thermal_expansion/images/500mb_liquifacted_coal.png create mode 100644 static/browse/thermal_expansion/images/aqueous_accumulator.png create mode 100644 static/browse/thermal_expansion/images/aqueous_accumulator_hardened.png create mode 100644 static/browse/thermal_expansion/images/aqueous_accumulator_reinforced.png create mode 100644 static/browse/thermal_expansion/images/aqueous_accumulator_resonant.png create mode 100644 static/browse/thermal_expansion/images/augment_cryocoil_flux_amplifier.png create mode 100644 static/browse/thermal_expansion/images/augment_cryocoil_regulator.png create mode 100644 static/browse/thermal_expansion/images/augment_flux_linkage_optimization.png create mode 100644 static/browse/thermal_expansion/images/augment_flux_modulation_booster.png create mode 100644 static/browse/thermal_expansion/images/augment_gyroservo_feedback.png create mode 100644 static/browse/thermal_expansion/images/augment_integrated_modular_framework.png create mode 100644 static/browse/thermal_expansion/images/augment_integrated_redstone_circuit.png create mode 100644 static/browse/thermal_expansion/images/augment_integrated_servo_mechanism.png create mode 100644 static/browse/thermal_expansion/images/augment_overclocked_modular_gearbox.png create mode 100644 static/browse/thermal_expansion/images/augment_secondary_gearbox.png create mode 100644 static/browse/thermal_expansion/images/augment_secondary_reception_coil.png create mode 100644 static/browse/thermal_expansion/images/augment_secondary_sieve.png create mode 100644 static/browse/thermal_expansion/images/augment_secondary_transmission_coil.png create mode 100644 static/browse/thermal_expansion/images/augment_space_time_flux_unifier.png create mode 100644 static/browse/thermal_expansion/images/augment_stabilized_frame.png create mode 100644 static/browse/thermal_expansion/images/augment_transmission_coil_ducting.png create mode 100644 static/browse/thermal_expansion/images/autonomous_activator.png create mode 100644 static/browse/thermal_expansion/images/basic_cache.png create mode 100644 static/browse/thermal_expansion/images/black_rockwool.png create mode 100644 static/browse/thermal_expansion/images/blazing_pyrotheum_bucket.png create mode 100644 static/browse/thermal_expansion/images/blizz_powder.png create mode 100644 static/browse/thermal_expansion/images/blizz_rod.png create mode 100644 static/browse/thermal_expansion/images/blue_rockwool.png create mode 100644 static/browse/thermal_expansion/images/brown_rockwool.png create mode 100644 static/browse/thermal_expansion/images/cinnabar.png create mode 100644 static/browse/thermal_expansion/images/compressed_sawdust.png create mode 100644 static/browse/thermal_expansion/images/compression_dynamo.png create mode 100644 static/browse/thermal_expansion/images/copper_block.png create mode 100644 static/browse/thermal_expansion/images/copper_gear.png create mode 100644 static/browse/thermal_expansion/images/copper_ingot.png create mode 100644 static/browse/thermal_expansion/images/copper_nugget.png create mode 100644 static/browse/thermal_expansion/images/copper_ore.png create mode 100644 static/browse/thermal_expansion/images/crescent_hammer.png create mode 100644 static/browse/thermal_expansion/images/cryotheum_dust.png create mode 100644 static/browse/thermal_expansion/images/cyan_rockwool.png create mode 100644 static/browse/thermal_expansion/images/cyclic_assembler.png create mode 100644 static/browse/thermal_expansion/images/cyclic_assembler_hardened.png create mode 100644 static/browse/thermal_expansion/images/cyclic_assembler_reinforced.png create mode 100644 static/browse/thermal_expansion/images/cyclic_assembler_resonant.png create mode 100644 static/browse/thermal_expansion/images/destabilized_redstone_bucket.png create mode 100644 static/browse/thermal_expansion/images/dimmed_glowstone_illuminator.png rename src/data/thermal_expansion/4.0.0B8-23/images/lumium_lamp.png => static/browse/thermal_expansion/images/dimmed_lumium_lamp.png (100%) rename src/data/thermal_expansion/4.0.0B8-23/images/radiant_lumium_lamp.png => static/browse/thermal_expansion/images/dimmed_radiant_lumium_lamp.png (100%) create mode 100644 static/browse/thermal_expansion/images/dry_creative_sponge.png create mode 100644 static/browse/thermal_expansion/images/dry_magmatic_sponge.png create mode 100644 static/browse/thermal_expansion/images/dry_plain_sponge.png create mode 100644 static/browse/thermal_expansion/images/electrum_blend.png create mode 100644 static/browse/thermal_expansion/images/electrum_block.png create mode 100644 static/browse/thermal_expansion/images/electrum_gear.png create mode 100644 static/browse/thermal_expansion/images/electrum_ingot.png create mode 100644 static/browse/thermal_expansion/images/electrum_nugget.png create mode 100644 static/browse/thermal_expansion/images/enderium_blend.png create mode 100644 static/browse/thermal_expansion/images/enderium_block.png create mode 100644 static/browse/thermal_expansion/images/enderium_gear.png create mode 100644 static/browse/thermal_expansion/images/enderium_ingot.png create mode 100644 static/browse/thermal_expansion/images/enderium_nugget.png create mode 100644 static/browse/thermal_expansion/images/energetic_infuser.png create mode 100644 static/browse/thermal_expansion/images/energetic_infuser_hardened.png create mode 100644 static/browse/thermal_expansion/images/energetic_infuser_reinforced.png create mode 100644 static/browse/thermal_expansion/images/energetic_infuser_resonant.png create mode 100644 static/browse/thermal_expansion/images/energized_glowstone_bucket.png create mode 100644 static/browse/thermal_expansion/images/enervation_dynamo.png create mode 100644 static/browse/thermal_expansion/images/ferrous_block.png create mode 100644 static/browse/thermal_expansion/images/ferrous_gear.png create mode 100644 static/browse/thermal_expansion/images/ferrous_ingot.png create mode 100644 static/browse/thermal_expansion/images/ferrous_nugget.png create mode 100644 static/browse/thermal_expansion/images/ferrous_ore.png create mode 100644 static/browse/thermal_expansion/images/fluid_transposer.png create mode 100644 static/browse/thermal_expansion/images/fluid_transposer_hardened.png create mode 100644 static/browse/thermal_expansion/images/fluid_transposer_reinforced.png create mode 100644 static/browse/thermal_expansion/images/fluid_transposer_resonant.png create mode 100644 static/browse/thermal_expansion/images/flux_igniter.png create mode 100644 static/browse/thermal_expansion/images/gelid_cryotheum_bucket.png create mode 100644 static/browse/thermal_expansion/images/glacial_precipitator.png create mode 100644 static/browse/thermal_expansion/images/glacial_precipitator_hardened.png create mode 100644 static/browse/thermal_expansion/images/glacial_precipitator_reinforced.png create mode 100644 static/browse/thermal_expansion/images/glacial_precipitator_resonant.png create mode 100644 static/browse/thermal_expansion/images/glowstone_illuminator.png create mode 100644 static/browse/thermal_expansion/images/gold_gear.png create mode 100644 static/browse/thermal_expansion/images/gray_rockwool.png create mode 100644 static/browse/thermal_expansion/images/green_rockwool.png create mode 100644 static/browse/thermal_expansion/images/hardened_cache.png create mode 100644 static/browse/thermal_expansion/images/hardened_energy_cell.png create mode 100644 static/browse/thermal_expansion/images/hardened_flux_capacitor.png create mode 100644 static/browse/thermal_expansion/images/hardened_glass.png create mode 100644 static/browse/thermal_expansion/images/hardened_portable_tank.png create mode 100644 static/browse/thermal_expansion/images/hardened_satchel.png create mode 100644 static/browse/thermal_expansion/images/hardened_strongbox.png create mode 100644 static/browse/thermal_expansion/images/igneous_extruder.png create mode 100644 static/browse/thermal_expansion/images/igneous_extruder_hardened.png create mode 100644 static/browse/thermal_expansion/images/igneous_extruder_reinforced.png create mode 100644 static/browse/thermal_expansion/images/igneous_extruder_resonant.png create mode 100644 static/browse/thermal_expansion/images/illuminator_frame.png rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/impluse_plate.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/induction_smelter.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/induction_smelter_hardened.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/induction_smelter_reinforced.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/induction_smelter_resonant.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_axe.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_battlewrench.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_blend.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_block.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_boots.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_chestplate.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_gear.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_helmet.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_hoe.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_ingot.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_leggings.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_nugget.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_pickaxe.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_reinforced_bow.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_reinforced_fishing_rod.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_shears.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_shovel.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_sickle.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/invar_sword.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/iron_gear.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/iron_nugget.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/lead_block.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/lead_gear.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/lead_ingot.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/lead_nugget.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/lead_ore.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/leadstone_energy_cell.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/leadstone_energy_cell_frame.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/leadstone_flux_capacitor.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/light_blue_rockwool.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/light_gray_rockwool.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/lime_rockwool.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/liquifacted_coal_bucket.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/lumium_blend.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/lumium_block.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/lumium_gear.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/lumium_ingot.png (100%) create mode 100644 static/browse/thermal_expansion/images/lumium_lamp.png rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/lumium_nugget.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/machine_frame.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/machine_frame_hardened.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/machine_frame_reinforced.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/machine_frame_resonant.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/machinist_s_workbench.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/magenta_rockwool.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/magma_crucible.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/magma_crucible_hardened.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/magma_crucible_reinforced.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/magma_crucible_resonant.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/magmatic_dynamo.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/mana_dust.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/mana_infused_block.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/mana_infused_gear.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/mana_infused_ingot.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/mana_infused_nugget.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/mana_infused_ore.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/multimeter.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/niter.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/nullifier.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/orange_rockwool.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pink_rockwool.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/plate.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pneumatic_servo.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/portable_tank.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/primal_mana_bucket.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverized_charcoal.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverized_coal.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverized_copper.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverized_ferrous_metal.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverized_gold.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverized_iron.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverized_lead.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverized_mana_infused_metal.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverized_obsidian.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverized_shiny_metal.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverized_silver.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverized_tin.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverizer.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverizer_hardened.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverizer_reinforced.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pulverizer_resonant.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/purple_rockwool.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/pyrotheum_dust.png (100%) create mode 100644 static/browse/thermal_expansion/images/radiant_lumium_lamp.png rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/reactant_dynamo.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/red_rockwool.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redprint.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redstone_conductance_coil.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redstone_energy_cell.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redstone_energy_cell_frame_empty.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redstone_energy_cell_frame_full.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redstone_flux_capacitor.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redstone_furnace.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redstone_furnace_hardened.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redstone_furnace_reinforced.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redstone_furnace_resonant.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redstone_plate.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redstone_reception_coil.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/redstone_transmission_coil.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/reinforced_cache.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/reinforced_portable_tank.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/reinforced_satchel.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/reinforced_strongbox.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/resonant_cache.png (100%) create mode 100644 static/browse/thermal_expansion/images/resonant_ender.png rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/resonant_ender_bucket.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/resonant_energy_cell.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/resonant_flux_capacitor.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/resonant_portable_tank.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/resonant_satchel.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/resonant_strongbox.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/rich_slag.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/satchel.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/sawdust.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/sawmill.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/sawmill_hardened.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/sawmill_reinforced.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/sawmill_resonant.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/schematic.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/shiny_block.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/shiny_gear.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/shiny_ingot.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/shiny_nugget.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/shiny_ore.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/signalum_blend.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/signalum_block.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/signalum_gear.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/signalum_ingot.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/signalum_nugget.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/signalum_security_lock.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/silver_block.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/silver_gear.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/silver_ingot.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/silver_nugget.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/silver_ore.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/slag.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/steam.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/steam_dynamo.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/strongbox.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/sulfur.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/terrain_smasher.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tesseract.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tesseract_frame_empty.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tesseract_frame_full.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tin_block.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tin_gear.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tin_ingot.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tin_nugget.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tin_ore.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tinker_s_alloy_blend.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tinker_s_alloy_block.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tinker_s_alloy_gear.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tinker_s_alloy_ingot.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tinker_s_alloy_nugget.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/translocation_plate.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/tuberous_flux_capacitor.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/white_rockwool.png (100%) rename {src/data/thermal_expansion/4.0.0B8-23 => static/browse/thermal_expansion}/images/yellow_rockwool.png (100%) create mode 100644 static/browse/thermal_expansion/impluse_plate/icon.png rename {prerender => static}/browse/thermal_expansion/impluse_plate/index.html (100%) rename {prerender => static}/browse/thermal_expansion/index.html (100%) create mode 100644 static/browse/thermal_expansion/induction_smelter/icon.png rename {prerender => static}/browse/thermal_expansion/induction_smelter/index.html (100%) create mode 100644 static/browse/thermal_expansion/induction_smelter_hardened/icon.png rename {prerender => static}/browse/thermal_expansion/induction_smelter_hardened/index.html (100%) create mode 100644 static/browse/thermal_expansion/induction_smelter_reinforced/icon.png rename {prerender => static}/browse/thermal_expansion/induction_smelter_reinforced/index.html (100%) create mode 100644 static/browse/thermal_expansion/induction_smelter_resonant/icon.png rename {prerender => static}/browse/thermal_expansion/induction_smelter_resonant/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_axe/icon.png rename {prerender => static}/browse/thermal_expansion/invar_axe/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_battlewrench/icon.png rename {prerender => static}/browse/thermal_expansion/invar_battlewrench/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_blend/icon.png rename {prerender => static}/browse/thermal_expansion/invar_blend/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_block/icon.png rename {prerender => static}/browse/thermal_expansion/invar_block/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_boots/icon.png rename {prerender => static}/browse/thermal_expansion/invar_boots/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_chestplate/icon.png rename {prerender => static}/browse/thermal_expansion/invar_chestplate/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_gear/icon.png rename {prerender => static}/browse/thermal_expansion/invar_gear/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_helmet/icon.png rename {prerender => static}/browse/thermal_expansion/invar_helmet/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_hoe/icon.png rename {prerender => static}/browse/thermal_expansion/invar_hoe/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_ingot/icon.png rename {prerender => static}/browse/thermal_expansion/invar_ingot/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_leggings/icon.png rename {prerender => static}/browse/thermal_expansion/invar_leggings/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_nugget/icon.png rename {prerender => static}/browse/thermal_expansion/invar_nugget/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_pickaxe/icon.png rename {prerender => static}/browse/thermal_expansion/invar_pickaxe/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_reinforced_bow/icon.png rename {prerender => static}/browse/thermal_expansion/invar_reinforced_bow/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_reinforced_fishing_rod/icon.png rename {prerender => static}/browse/thermal_expansion/invar_reinforced_fishing_rod/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_shears/icon.png rename {prerender => static}/browse/thermal_expansion/invar_shears/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_shovel/icon.png rename {prerender => static}/browse/thermal_expansion/invar_shovel/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_sickle/icon.png rename {prerender => static}/browse/thermal_expansion/invar_sickle/index.html (100%) create mode 100644 static/browse/thermal_expansion/invar_sword/icon.png rename {prerender => static}/browse/thermal_expansion/invar_sword/index.html (100%) create mode 100644 static/browse/thermal_expansion/iron_gear/icon.png rename {prerender => static}/browse/thermal_expansion/iron_gear/index.html (100%) create mode 100644 static/browse/thermal_expansion/iron_nugget/icon.png rename {prerender => static}/browse/thermal_expansion/iron_nugget/index.html (100%) create mode 100644 static/browse/thermal_expansion/lead_block/icon.png rename {prerender => static}/browse/thermal_expansion/lead_block/index.html (100%) create mode 100644 static/browse/thermal_expansion/lead_gear/icon.png rename {prerender => static}/browse/thermal_expansion/lead_gear/index.html (100%) create mode 100644 static/browse/thermal_expansion/lead_ingot/icon.png rename {prerender => static}/browse/thermal_expansion/lead_ingot/index.html (100%) create mode 100644 static/browse/thermal_expansion/lead_nugget/icon.png rename {prerender => static}/browse/thermal_expansion/lead_nugget/index.html (100%) create mode 100644 static/browse/thermal_expansion/lead_ore/icon.png rename {prerender => static}/browse/thermal_expansion/lead_ore/index.html (100%) create mode 100644 static/browse/thermal_expansion/leadstone_energy_cell/icon.png rename {prerender => static}/browse/thermal_expansion/leadstone_energy_cell/index.html (100%) create mode 100644 static/browse/thermal_expansion/leadstone_energy_cell_frame/icon.png rename {prerender => static}/browse/thermal_expansion/leadstone_energy_cell_frame/index.html (100%) create mode 100644 static/browse/thermal_expansion/leadstone_flux_capacitor/icon.png rename {prerender => static}/browse/thermal_expansion/leadstone_flux_capacitor/index.html (100%) create mode 100644 static/browse/thermal_expansion/light_blue_rockwool/icon.png rename {prerender => static}/browse/thermal_expansion/light_blue_rockwool/index.html (100%) create mode 100644 static/browse/thermal_expansion/light_gray_rockwool/icon.png rename {prerender => static}/browse/thermal_expansion/light_gray_rockwool/index.html (100%) create mode 100644 static/browse/thermal_expansion/lime_rockwool/icon.png rename {prerender => static}/browse/thermal_expansion/lime_rockwool/index.html (100%) create mode 100644 static/browse/thermal_expansion/liquifacted_coal_bucket/icon.png rename {prerender => static}/browse/thermal_expansion/liquifacted_coal_bucket/index.html (100%) create mode 100644 static/browse/thermal_expansion/lumium_blend/icon.png rename {prerender => static}/browse/thermal_expansion/lumium_blend/index.html (100%) create mode 100644 static/browse/thermal_expansion/lumium_block/icon.png rename {prerender => static}/browse/thermal_expansion/lumium_block/index.html (100%) create mode 100644 static/browse/thermal_expansion/lumium_gear/icon.png rename {prerender => static}/browse/thermal_expansion/lumium_gear/index.html (100%) create mode 100644 static/browse/thermal_expansion/lumium_ingot/icon.png rename {prerender => static}/browse/thermal_expansion/lumium_ingot/index.html (100%) create mode 100644 static/browse/thermal_expansion/lumium_lamp/icon.png rename {prerender => static}/browse/thermal_expansion/lumium_lamp/index.html (100%) create mode 100644 static/browse/thermal_expansion/lumium_nugget/icon.png rename {prerender => static}/browse/thermal_expansion/lumium_nugget/index.html (100%) create mode 100644 static/browse/thermal_expansion/machine_frame/icon.png rename {prerender => static}/browse/thermal_expansion/machine_frame/index.html (100%) create mode 100644 static/browse/thermal_expansion/machine_frame_hardened/icon.png rename {prerender => static}/browse/thermal_expansion/machine_frame_hardened/index.html (100%) create mode 100644 static/browse/thermal_expansion/machine_frame_reinforced/icon.png rename {prerender => static}/browse/thermal_expansion/machine_frame_reinforced/index.html (100%) create mode 100644 static/browse/thermal_expansion/machine_frame_resonant/icon.png rename {prerender => static}/browse/thermal_expansion/machine_frame_resonant/index.html (100%) create mode 100644 static/browse/thermal_expansion/machinist_s_workbench/icon.png rename {prerender => static}/browse/thermal_expansion/machinist_s_workbench/index.html (100%) create mode 100644 static/browse/thermal_expansion/magenta_rockwool/icon.png rename {prerender => static}/browse/thermal_expansion/magenta_rockwool/index.html (100%) create mode 100644 static/browse/thermal_expansion/magma_crucible/icon.png rename {prerender => static}/browse/thermal_expansion/magma_crucible/index.html (100%) create mode 100644 static/browse/thermal_expansion/magma_crucible_hardened/icon.png rename {prerender => static}/browse/thermal_expansion/magma_crucible_hardened/index.html (100%) create mode 100644 static/browse/thermal_expansion/magma_crucible_reinforced/icon.png rename {prerender => static}/browse/thermal_expansion/magma_crucible_reinforced/index.html (100%) create mode 100644 static/browse/thermal_expansion/magma_crucible_resonant/icon.png rename {prerender => static}/browse/thermal_expansion/magma_crucible_resonant/index.html (100%) create mode 100644 static/browse/thermal_expansion/magmatic_dynamo/icon.png rename {prerender => static}/browse/thermal_expansion/magmatic_dynamo/index.html (100%) create mode 100644 static/browse/thermal_expansion/mana_dust/icon.png rename {prerender => static}/browse/thermal_expansion/mana_dust/index.html (100%) create mode 100644 static/browse/thermal_expansion/mana_infused_block/icon.png rename {prerender => static}/browse/thermal_expansion/mana_infused_block/index.html (100%) create mode 100644 static/browse/thermal_expansion/mana_infused_gear/icon.png rename {prerender => static}/browse/thermal_expansion/mana_infused_gear/index.html (100%) create mode 100644 static/browse/thermal_expansion/mana_infused_ingot/icon.png rename {prerender => static}/browse/thermal_expansion/mana_infused_ingot/index.html (100%) create mode 100644 static/browse/thermal_expansion/mana_infused_nugget/icon.png rename {prerender => static}/browse/thermal_expansion/mana_infused_nugget/index.html (100%) create mode 100644 static/browse/thermal_expansion/mana_infused_ore/icon.png rename {prerender => static}/browse/thermal_expansion/mana_infused_ore/index.html (100%) create mode 100644 static/browse/thermal_expansion/multimeter/icon.png rename {prerender => static}/browse/thermal_expansion/multimeter/index.html (100%) create mode 100644 static/browse/thermal_expansion/niter/icon.png rename {prerender => static}/browse/thermal_expansion/niter/index.html (100%) create mode 100644 static/browse/thermal_expansion/nullifier/icon.png rename {prerender => static}/browse/thermal_expansion/nullifier/index.html (100%) create mode 100644 static/browse/thermal_expansion/orange_rockwool/icon.png rename {prerender => static}/browse/thermal_expansion/orange_rockwool/index.html (100%) create mode 100644 static/browse/thermal_expansion/pink_rockwool/icon.png rename {prerender => static}/browse/thermal_expansion/pink_rockwool/index.html (100%) create mode 100644 static/browse/thermal_expansion/plate/icon.png rename {prerender => static}/browse/thermal_expansion/plate/index.html (100%) create mode 100644 static/browse/thermal_expansion/pneumatic_servo/icon.png rename {prerender => static}/browse/thermal_expansion/pneumatic_servo/index.html (100%) create mode 100644 static/browse/thermal_expansion/portable_tank/icon.png rename {prerender => static}/browse/thermal_expansion/portable_tank/index.html (100%) create mode 100644 static/browse/thermal_expansion/primal_mana_bucket/icon.png rename {prerender => static}/browse/thermal_expansion/primal_mana_bucket/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverized_charcoal/icon.png rename {prerender => static}/browse/thermal_expansion/pulverized_charcoal/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverized_coal/icon.png rename {prerender => static}/browse/thermal_expansion/pulverized_coal/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverized_copper/icon.png rename {prerender => static}/browse/thermal_expansion/pulverized_copper/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverized_ferrous_metal/icon.png rename {prerender => static}/browse/thermal_expansion/pulverized_ferrous_metal/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverized_gold/icon.png rename {prerender => static}/browse/thermal_expansion/pulverized_gold/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverized_iron/icon.png rename {prerender => static}/browse/thermal_expansion/pulverized_iron/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverized_lead/icon.png rename {prerender => static}/browse/thermal_expansion/pulverized_lead/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverized_mana_infused_metal/icon.png rename {prerender => static}/browse/thermal_expansion/pulverized_mana_infused_metal/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverized_obsidian/icon.png rename {prerender => static}/browse/thermal_expansion/pulverized_obsidian/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverized_shiny_metal/icon.png rename {prerender => static}/browse/thermal_expansion/pulverized_shiny_metal/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverized_silver/icon.png rename {prerender => static}/browse/thermal_expansion/pulverized_silver/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverized_tin/icon.png rename {prerender => static}/browse/thermal_expansion/pulverized_tin/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverizer/icon.png rename {prerender => static}/browse/thermal_expansion/pulverizer/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverizer_hardened/icon.png rename {prerender => static}/browse/thermal_expansion/pulverizer_hardened/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverizer_reinforced/icon.png rename {prerender => static}/browse/thermal_expansion/pulverizer_reinforced/index.html (100%) create mode 100644 static/browse/thermal_expansion/pulverizer_resonant/icon.png rename {prerender => static}/browse/thermal_expansion/pulverizer_resonant/index.html (100%) create mode 100644 static/browse/thermal_expansion/purple_rockwool/icon.png rename {prerender => static}/browse/thermal_expansion/purple_rockwool/index.html (100%) create mode 100644 static/browse/thermal_expansion/pyrotheum_dust/icon.png rename {prerender => static}/browse/thermal_expansion/pyrotheum_dust/index.html (100%) create mode 100644 static/browse/thermal_expansion/radiant_lumium_lamp/icon.png rename {prerender => static}/browse/thermal_expansion/radiant_lumium_lamp/index.html (100%) create mode 100644 static/browse/thermal_expansion/reactant_dynamo/icon.png rename {prerender => static}/browse/thermal_expansion/reactant_dynamo/index.html (100%) create mode 100644 static/browse/thermal_expansion/red_rockwool/icon.png rename {prerender => static}/browse/thermal_expansion/red_rockwool/index.html (100%) create mode 100644 static/browse/thermal_expansion/redprint/icon.png rename {prerender => static}/browse/thermal_expansion/redprint/index.html (100%) create mode 100644 static/browse/thermal_expansion/redstone_conductance_coil/icon.png rename {prerender => static}/browse/thermal_expansion/redstone_conductance_coil/index.html (100%) create mode 100644 static/browse/thermal_expansion/redstone_energy_cell/icon.png rename {prerender => static}/browse/thermal_expansion/redstone_energy_cell/index.html (100%) create mode 100644 static/browse/thermal_expansion/redstone_energy_cell_frame_empty/icon.png rename {prerender => static}/browse/thermal_expansion/redstone_energy_cell_frame_empty/index.html (100%) create mode 100644 static/browse/thermal_expansion/redstone_energy_cell_frame_full/icon.png rename {prerender => static}/browse/thermal_expansion/redstone_energy_cell_frame_full/index.html (100%) create mode 100644 static/browse/thermal_expansion/redstone_flux_capacitor/icon.png rename {prerender => static}/browse/thermal_expansion/redstone_flux_capacitor/index.html (100%) create mode 100644 static/browse/thermal_expansion/redstone_furnace/icon.png rename {prerender => static}/browse/thermal_expansion/redstone_furnace/index.html (100%) create mode 100644 static/browse/thermal_expansion/redstone_furnace_hardened/icon.png rename {prerender => static}/browse/thermal_expansion/redstone_furnace_hardened/index.html (100%) create mode 100644 static/browse/thermal_expansion/redstone_furnace_reinforced/icon.png rename {prerender => static}/browse/thermal_expansion/redstone_furnace_reinforced/index.html (100%) create mode 100644 static/browse/thermal_expansion/redstone_furnace_resonant/icon.png rename {prerender => static}/browse/thermal_expansion/redstone_furnace_resonant/index.html (100%) create mode 100644 static/browse/thermal_expansion/redstone_plate/icon.png rename {prerender => static}/browse/thermal_expansion/redstone_plate/index.html (100%) create mode 100644 static/browse/thermal_expansion/redstone_reception_coil/icon.png rename {prerender => static}/browse/thermal_expansion/redstone_reception_coil/index.html (100%) create mode 100644 static/browse/thermal_expansion/redstone_transmission_coil/icon.png rename {prerender => static}/browse/thermal_expansion/redstone_transmission_coil/index.html (100%) create mode 100644 static/browse/thermal_expansion/reinforced_cache/icon.png rename {prerender => static}/browse/thermal_expansion/reinforced_cache/index.html (100%) create mode 100644 static/browse/thermal_expansion/reinforced_portable_tank/icon.png rename {prerender => static}/browse/thermal_expansion/reinforced_portable_tank/index.html (100%) create mode 100644 static/browse/thermal_expansion/reinforced_satchel/icon.png rename {prerender => static}/browse/thermal_expansion/reinforced_satchel/index.html (100%) create mode 100644 static/browse/thermal_expansion/reinforced_strongbox/icon.png rename {prerender => static}/browse/thermal_expansion/reinforced_strongbox/index.html (100%) create mode 100644 static/browse/thermal_expansion/resonant_cache/icon.png rename {prerender => static}/browse/thermal_expansion/resonant_cache/index.html (100%) create mode 100644 static/browse/thermal_expansion/resonant_ender/icon.png rename {prerender => static}/browse/thermal_expansion/resonant_ender/index.html (100%) create mode 100644 static/browse/thermal_expansion/resonant_ender_bucket/icon.png rename {prerender => static}/browse/thermal_expansion/resonant_ender_bucket/index.html (100%) create mode 100644 static/browse/thermal_expansion/resonant_energy_cell/icon.png rename {prerender => static}/browse/thermal_expansion/resonant_energy_cell/index.html (100%) create mode 100644 static/browse/thermal_expansion/resonant_flux_capacitor/icon.png rename {prerender => static}/browse/thermal_expansion/resonant_flux_capacitor/index.html (100%) create mode 100644 static/browse/thermal_expansion/resonant_portable_tank/icon.png rename {prerender => static}/browse/thermal_expansion/resonant_portable_tank/index.html (100%) create mode 100644 static/browse/thermal_expansion/resonant_satchel/icon.png rename {prerender => static}/browse/thermal_expansion/resonant_satchel/index.html (100%) create mode 100644 static/browse/thermal_expansion/resonant_strongbox/icon.png rename {prerender => static}/browse/thermal_expansion/resonant_strongbox/index.html (100%) create mode 100644 static/browse/thermal_expansion/rich_slag/icon.png rename {prerender => static}/browse/thermal_expansion/rich_slag/index.html (100%) create mode 100644 static/browse/thermal_expansion/satchel/icon.png rename {prerender => static}/browse/thermal_expansion/satchel/index.html (100%) create mode 100644 static/browse/thermal_expansion/sawdust/icon.png rename {prerender => static}/browse/thermal_expansion/sawdust/index.html (100%) create mode 100644 static/browse/thermal_expansion/sawmill/icon.png rename {prerender => static}/browse/thermal_expansion/sawmill/index.html (100%) create mode 100644 static/browse/thermal_expansion/sawmill_hardened/icon.png rename {prerender => static}/browse/thermal_expansion/sawmill_hardened/index.html (100%) create mode 100644 static/browse/thermal_expansion/sawmill_reinforced/icon.png rename {prerender => static}/browse/thermal_expansion/sawmill_reinforced/index.html (100%) create mode 100644 static/browse/thermal_expansion/sawmill_resonant/icon.png rename {prerender => static}/browse/thermal_expansion/sawmill_resonant/index.html (100%) create mode 100644 static/browse/thermal_expansion/schematic/icon.png rename {prerender => static}/browse/thermal_expansion/schematic/index.html (100%) create mode 100644 static/browse/thermal_expansion/shiny_block/icon.png rename {prerender => static}/browse/thermal_expansion/shiny_block/index.html (100%) create mode 100644 static/browse/thermal_expansion/shiny_gear/icon.png rename {prerender => static}/browse/thermal_expansion/shiny_gear/index.html (100%) create mode 100644 static/browse/thermal_expansion/shiny_ingot/icon.png rename {prerender => static}/browse/thermal_expansion/shiny_ingot/index.html (100%) create mode 100644 static/browse/thermal_expansion/shiny_nugget/icon.png rename {prerender => static}/browse/thermal_expansion/shiny_nugget/index.html (100%) create mode 100644 static/browse/thermal_expansion/shiny_ore/icon.png rename {prerender => static}/browse/thermal_expansion/shiny_ore/index.html (100%) create mode 100644 static/browse/thermal_expansion/signalum_blend/icon.png rename {prerender => static}/browse/thermal_expansion/signalum_blend/index.html (100%) create mode 100644 static/browse/thermal_expansion/signalum_block/icon.png rename {prerender => static}/browse/thermal_expansion/signalum_block/index.html (100%) create mode 100644 static/browse/thermal_expansion/signalum_gear/icon.png rename {prerender => static}/browse/thermal_expansion/signalum_gear/index.html (100%) create mode 100644 static/browse/thermal_expansion/signalum_ingot/icon.png rename {prerender => static}/browse/thermal_expansion/signalum_ingot/index.html (100%) create mode 100644 static/browse/thermal_expansion/signalum_nugget/icon.png rename {prerender => static}/browse/thermal_expansion/signalum_nugget/index.html (100%) create mode 100644 static/browse/thermal_expansion/signalum_security_lock/icon.png rename {prerender => static}/browse/thermal_expansion/signalum_security_lock/index.html (100%) create mode 100644 static/browse/thermal_expansion/silver_block/icon.png rename {prerender => static}/browse/thermal_expansion/silver_block/index.html (100%) create mode 100644 static/browse/thermal_expansion/silver_gear/icon.png rename {prerender => static}/browse/thermal_expansion/silver_gear/index.html (100%) create mode 100644 static/browse/thermal_expansion/silver_ingot/icon.png rename {prerender => static}/browse/thermal_expansion/silver_ingot/index.html (100%) create mode 100644 static/browse/thermal_expansion/silver_nugget/icon.png rename {prerender => static}/browse/thermal_expansion/silver_nugget/index.html (100%) create mode 100644 static/browse/thermal_expansion/silver_ore/icon.png rename {prerender => static}/browse/thermal_expansion/silver_ore/index.html (100%) create mode 100644 static/browse/thermal_expansion/slag/icon.png rename {prerender => static}/browse/thermal_expansion/slag/index.html (100%) create mode 100644 static/browse/thermal_expansion/steam/icon.png rename {prerender => static}/browse/thermal_expansion/steam/index.html (100%) create mode 100644 static/browse/thermal_expansion/steam_dynamo/icon.png rename {prerender => static}/browse/thermal_expansion/steam_dynamo/index.html (100%) create mode 100644 static/browse/thermal_expansion/strongbox/icon.png rename {prerender => static}/browse/thermal_expansion/strongbox/index.html (100%) create mode 100644 static/browse/thermal_expansion/sulfur/icon.png rename {prerender => static}/browse/thermal_expansion/sulfur/index.html (100%) create mode 100644 static/browse/thermal_expansion/terrain_smasher/icon.png rename {prerender => static}/browse/thermal_expansion/terrain_smasher/index.html (100%) create mode 100644 static/browse/thermal_expansion/tesseract/icon.png rename {prerender => static}/browse/thermal_expansion/tesseract/index.html (100%) create mode 100644 static/browse/thermal_expansion/tesseract_frame_empty/icon.png rename {prerender => static}/browse/thermal_expansion/tesseract_frame_empty/index.html (100%) create mode 100644 static/browse/thermal_expansion/tesseract_frame_full/icon.png rename {prerender => static}/browse/thermal_expansion/tesseract_frame_full/index.html (100%) create mode 100644 static/browse/thermal_expansion/tin_block/icon.png rename {prerender => static}/browse/thermal_expansion/tin_block/index.html (100%) create mode 100644 static/browse/thermal_expansion/tin_gear/icon.png rename {prerender => static}/browse/thermal_expansion/tin_gear/index.html (100%) create mode 100644 static/browse/thermal_expansion/tin_ingot/icon.png rename {prerender => static}/browse/thermal_expansion/tin_ingot/index.html (100%) create mode 100644 static/browse/thermal_expansion/tin_nugget/icon.png rename {prerender => static}/browse/thermal_expansion/tin_nugget/index.html (100%) create mode 100644 static/browse/thermal_expansion/tin_ore/icon.png rename {prerender => static}/browse/thermal_expansion/tin_ore/index.html (100%) create mode 100644 static/browse/thermal_expansion/tinker_s_alloy_blend/icon.png rename {prerender => static}/browse/thermal_expansion/tinker_s_alloy_blend/index.html (100%) create mode 100644 static/browse/thermal_expansion/tinker_s_alloy_block/icon.png rename {prerender => static}/browse/thermal_expansion/tinker_s_alloy_block/index.html (100%) create mode 100644 static/browse/thermal_expansion/tinker_s_alloy_gear/icon.png rename {prerender => static}/browse/thermal_expansion/tinker_s_alloy_gear/index.html (100%) create mode 100644 static/browse/thermal_expansion/tinker_s_alloy_ingot/icon.png rename {prerender => static}/browse/thermal_expansion/tinker_s_alloy_ingot/index.html (100%) create mode 100644 static/browse/thermal_expansion/tinker_s_alloy_nugget/icon.png rename {prerender => static}/browse/thermal_expansion/tinker_s_alloy_nugget/index.html (100%) create mode 100644 static/browse/thermal_expansion/translocation_plate/icon.png rename {prerender => static}/browse/thermal_expansion/translocation_plate/index.html (100%) create mode 100644 static/browse/thermal_expansion/tuberous_flux_capacitor/icon.png rename {prerender => static}/browse/thermal_expansion/tuberous_flux_capacitor/index.html (100%) create mode 100644 static/browse/thermal_expansion/white_rockwool/icon.png rename {prerender => static}/browse/thermal_expansion/white_rockwool/index.html (100%) create mode 100644 static/browse/thermal_expansion/yellow_rockwool/icon.png rename {prerender => static}/browse/thermal_expansion/yellow_rockwool/index.html (100%) rename {prerender => static}/configure/index.html (100%) rename {prerender => static}/craft/index.html (100%) rename {src => static}/data/applied_energistics_2/mod.cg (100%) rename {src => static}/data/applied_energistics_2/rv1-stable-1/mod-version.cg (100%) rename {src => static}/data/buildcraft/6.2.6/mod-version.cg (100%) rename {src => static}/data/buildcraft/mod.cg (100%) rename {src => static}/data/enderio/2.2.7.325/mod-version.cg (100%) rename {src => static}/data/enderio/mod.cg (100%) rename {src => static}/data/industrial_craft_2/classic-1.7.10-6/mod-version.cg (100%) rename {src => static}/data/industrial_craft_2/experimental-2.2.663/mod-version.cg (100%) rename {src => static}/data/industrial_craft_2/mod.cg (100%) rename {src => static}/data/minecraft/1.7.10/mod-version.cg (100%) rename {src => static}/data/minecraft/mod.cg (100%) rename {src => static}/data/railcraft/9.5.0/mod-version.cg (100%) rename {src => static}/data/railcraft/mod.cg (100%) rename {src => static}/data/thermal_expansion/4.0.0B8-23/mod-version.cg (100%) rename {src => static}/data/thermal_expansion/mod.cg (100%) rename {src => static}/fonts/press_start.ttf (100%) rename {src => static}/fonts/silkscreen.ttf (100%) rename {src/pages => static}/google5a5af661c2ad567d.html (100%) rename {src => static}/images/arrow-left-disabled.png (100%) rename {src => static}/images/arrow-left-hover.png (100%) rename {src => static}/images/arrow-left.png (100%) rename {src => static}/images/arrow-right-disabled.png (100%) rename {src => static}/images/arrow-right-hover.png (100%) rename {src => static}/images/arrow-right.png (100%) rename {src => static}/images/bedrock.png (100%) rename {src => static}/images/bookshelf.png (100%) rename {src => static}/images/boots.png (100%) rename {src => static}/images/chest_front.png (100%) rename {src => static}/images/dirt.png (100%) rename {src => static}/images/empty.png (100%) rename {src => static}/images/favicon.png (100%) rename {src => static}/images/fishing_rod.png (100%) rename {src => static}/images/grass_side.png (100%) rename {src => static}/images/ice.png (100%) rename {src => static}/images/paper.png (100%) rename {src => static}/images/remove-hover.png (100%) rename {src => static}/images/remove.png (100%) rename {src => static}/images/stone_brick.png (100%) rename {src => static}/images/stone_brick_light.png (100%) rename {src => static}/images/unknown.png (100%) rename {src => static}/images/wordmark.png (100%) rename {src => static}/images/workbench_front.png (100%) rename {src => static}/images/workbench_top.png (100%) rename {prerender => static}/index.html (100%) rename {src/pages => static}/robots.txt (100%) rename {src/pages => static}/sitemap.txt (100%) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 61b74a2bb..6fb3417ec 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -21,7 +21,7 @@ module.exports = (grunt)-> debug: true extensions: ['.coffee'] files: - './dist/js/main.js': ['./src/scripts/main.coffee'] + './dist/js/main.js': ['./src/coffee/main.coffee'] test: options: transform: ['coffeeify'] @@ -29,7 +29,7 @@ module.exports = (grunt)-> debug: true extensions: ['.coffee'] files: - './dist/js/test.js': ['./test/test.coffee'] + './dist/js/test.js': ['./src/coffee/test/test.coffee'] when: options: browserifyOptions: @@ -40,31 +40,21 @@ module.exports = (grunt)-> clean: dist: ['./dist'] - build: ['./build'] copy: - data_cg: - files: [expand:true, cwd:'./src/data', src:'**/*.cg', dest:'./dist/data'] - data_images: - files: [expand:true, cwd:'./src/data', src:'**/*.png', dest:'./dist/data'] - fonts: - files: [expand:true, cwd:'./src/fonts', src:['**/*.ttf', '**/*.woff'], dest:'./dist/fonts'] - images: - files: [expand:true, cwd:'./src/images/', src:['**/*.png', '**/*.jpg'], dest:'./dist/images'] + index_prerender: + files: + './dist/index.html': ['./static/index.html'] jquery_ui_images: files: [expand:true, cwd:'./lib/jquery-ui/images', src:['*.png'], dest:'./dist/css/images'] - raw_pages: - files: [expand:true, cwd:'./src/pages', src:['**/*.html', '**/*.txt'], dest:'./dist'] - rendered_pages: - files: [expand: true, cwd:'./prerender', src:['**/*.html'], dest:'./dist'] scripts: files: - './dist/js/backbone.js': ['./node_modules/backbone/backbone.js'] - './dist/js/chai.js': ['./node_modules/chai/chai.js'] - './dist/js/jade.js': ['./node_modules/jade/runtime.js'] - './dist/js/jquery.js': ['./node_modules/jquery/dist/jquery.js'] - './dist/js/jquery-ui.js': ['./lib/jquery-ui/jquery-ui.js'] - './dist/js/mocha.js': ['./node_modules/mocha/mocha.js'] + './dist/js/backbone.js': ['./node_modules/backbone/backbone.js'] + './dist/js/chai.js': ['./node_modules/chai/chai.js'] + './dist/js/jade.js': ['./node_modules/jade/runtime.js'] + './dist/js/jquery.js': ['./node_modules/jquery/dist/jquery.js'] + './dist/js/jquery-ui.js': ['./lib/jquery-ui/jquery-ui.js'] + './dist/js/mocha.js': ['./node_modules/mocha/mocha.js'] './dist/js/underscore.js': ['./node_modules/underscore/underscore.js'] styles: files: [expand:true, cwd:'./src/css', src:'**/*.scss', dest:'./dist/src/css'] @@ -87,7 +77,7 @@ module.exports = (grunt)-> pretty: true files: [ expand: true - cwd: './src/pages' + cwd: './src/jade' src: '*.jade' dest: './dist' ext: '.html' @@ -98,29 +88,31 @@ module.exports = (grunt)-> client: true node: true processName: (f)-> - f = f.replace './src/templates/', '' + f = f.replace './src/jade/templates/', '' f = f.replace '_view', '' f = f.replace '.jade', '' f = f.replace /\//g, '_' return f files: - './src/scripts/views.js': ['./src/templates/**/*.jade'] + './src/coffee/views.js': ['./src/jade/templates/**/*.jade'] - rename: - scripts: - src: './dist/js' - dest: './build/js' + rsync: + static: + options: + src: './static/' + dest: './dist/' + recursive: true sass: - main: + build: files: - './dist/css/main.css': ['./src/css/main.scss'] + './dist/css/main.css': ['./src/scss/main.scss'] dist: options: sourcemap: 'none' style: 'compressed' files: - './dist/css/main.css': ['./src/css/main.scss'] + './dist/css/main.css': ['./src/scss/main.scss'] uglify: scripts: @@ -128,52 +120,32 @@ module.exports = (grunt)-> maxLineLen: 20 files: [ expand: true - cwd: './build/js' + cwd: './dist/js' src: '**/*.js' dest: './dist/js' ] watch: - data_json: - files: ['./src/data/**/*.json'] - tasks: ['copy:data_json'] - data_cg: - files: ['./src/data/**/*.cg'] - tasks: ['copy:data_cg'] - data_images: - files: ['./src/data/**/*.png'] - tasks: ['copy:data_images'] - fonts: - files: ['./src/fonts/**/*'] - tasks: ['copy:fonts'] - images: - files: ['./src/images/**/*'] - tasks: ['copy:images'] - source: - files: ['./src/scripts/**/*.coffee'] + static: + files: ['./static/**/*'] + tasks: ['rsync:static'] + coffee: + files: ['./src/**/*.coffee'] tasks: ['browserify:main'] - pages: - files: ['./src/pages/**/*.jade'] - tasks: ['jade:pages'] - templates: - files: ['./src/templates/**/*.jade'] - tasks: ['jade:templates', 'browserify:main'] + jade: + files: ['./src/**/*.jade'] + tasks: ['jade:pages', 'jade:templates'] sass: - files: ['./src/css/**/*.scss'] + files: ['./src/**/*.scss'] tasks: ['sass', 'copy:styles'] tests: - files: ['./src/scripts/**/*.coffee', './test/**/*.coffee'] + files: ['./src/**/*.coffee', './test/**/*.coffee'] tasks: ['browserify:test'] grunt.registerTask 'default', 'build' - grunt.registerTask 'build', [ 'copy_for_build', 'sass:main', 'jade', 'browserify', 'exorcise' ] + grunt.registerTask 'build', [ 'rsync', 'copy', 'sass:build', 'jade', 'browserify', 'exorcise' ] - grunt.registerTask 'copy_for_build', [ - 'copy:data_cg', 'copy:data_images', 'copy:fonts', 'copy:images', 'copy:jquery_ui_images', - 'copy:raw_pages', 'copy:scripts', 'copy:styles', 'copy:style_extras' - ] + grunt.registerTask 'dist', ['clean', 'build', 'copy:index_prerender', 'sass:dist', 'uglify'] - grunt.registerTask 'dist', ['clean', 'build', 'copy:rendered_pages', 'sass:dist', 'rename:scripts', 'uglify'] - - grunt.registerTask 'full-watch', ['clean', 'build', 'watch'] + grunt.registerTask 'clean-watch', ['clean', 'build', 'watch'] diff --git a/src/design/arrow.graffle b/design/arrow.graffle similarity index 100% rename from src/design/arrow.graffle rename to design/arrow.graffle diff --git a/src/design/pages.graffle b/design/pages.graffle similarity index 100% rename from src/design/pages.graffle rename to design/pages.graffle diff --git a/src/design/remove.graffle b/design/remove.graffle similarity index 100% rename from src/design/remove.graffle rename to design/remove.graffle diff --git a/src/marketing/forum-posts.txt b/marketing/forum-posts.txt similarity index 100% rename from src/marketing/forum-posts.txt rename to marketing/forum-posts.txt diff --git a/scripts/prerender b/scripts/prerender index bd2a56977..e204bcf84 100755 --- a/scripts/prerender +++ b/scripts/prerender @@ -1,6 +1,6 @@ #!/bin/bash -OUTPUT_DIR='./prerender' +OUTPUT_DIR='./static' SCRIPT='/tmp/phantomjs_render.coffee' if [[ "$1" != "" ]]; then diff --git a/scripts/serve-prerendered b/scripts/serve-prerendered deleted file mode 100755 index 38e0a7256..000000000 --- a/scripts/serve-prerendered +++ /dev/null @@ -1,41 +0,0 @@ -#!/usr/bin/env coffee -# -# Crafting Guide - serve-prerendered -# -# Copyright (c) 2014-2015 by Redwood Labs -# All rights reserved. -# - -express = require 'express' -path = require 'path' - -######################################################################################################################## - -ROOT = './dist' - -######################################################################################################################## - -app = express() - -app.get '*', (request, response)-> - effectivePath = request.path.replace /\/$/, '/index.html' - - extension = path.extname(effectivePath) - contentType = { - '.css': 'text/css' - '.html': 'text/html' - '.js': 'text/javascript' - '.json': 'application/json' - '.map': 'application/json' - '.png': 'image/png' - '.ttf': 'application/octet-stream' - '.scss': 'text/css' - }[extension] - - console.log ">>> #{effectivePath}" - - response.set 'Content-Type', contentType - setTimeout (-> response.sendFile effectivePath, root:ROOT), 100 # post files after a short delay - -server = app.listen 8001, -> - console.log "listening at: #{server.address().address}:#{server.address().port}" diff --git a/scripts/server b/scripts/server index 26fe6aab4..15fa947fa 100755 --- a/scripts/server +++ b/scripts/server @@ -7,6 +7,7 @@ # express = require 'express' +fs = require 'fs' path = require 'path' ######################################################################################################################## @@ -17,18 +18,16 @@ ROOT = './dist/' app = express() -serveIndex = (request, response)-> - console.log ">>> index.html (for #{request.path})" +app.get '*/$', (request, response)-> response.set 'Content-Type', 'text/html' - response.sendFile 'index.html', root:ROOT - -app.get '/', serveIndex -app.get '/browse(/*)?', serveIndex -app.get '/configure(/*)?', serveIndex -app.get '/craft(/*)?', serveIndex -app.get '/crafting(/*)?', serveIndex -app.get '/item(/*)?', serveIndex -app.get '/mod(/*)?', serveIndex + filePath = "#{request.path}index.html" + fs.stat "#{ROOT}#{filePath}", (err, stats)-> + if stats.isFile() + response.sendFile filePath, root:ROOT + console.log ">>> #{filePath} (for #{request.path})" + else + response.sendFile '/index.html', root:ROOT + console.log ">>> index.html (for #{request.path})" app.get '*', (request, response)-> extension = path.extname(request.path) diff --git a/src/scripts/constants.coffee b/src/coffee/constants.coffee similarity index 90% rename from src/scripts/constants.coffee rename to src/coffee/constants.coffee index 2ce1fe7f4..3458edf16 100644 --- a/src/scripts/constants.coffee +++ b/src/coffee/constants.coffee @@ -57,13 +57,12 @@ Text.title = 'Crafting Guide for Minecraft | The Ultimate Step-by-Step Tutorial exports.Url = Url = {} Url.crafting = _.template "/craft/<%= inventoryText %>" -Url.itemIcon = _.template "/data/<%= modSlug %>/<%= modVersion %>/images/<%= itemSlug %>.png" +Url.itemIcon = _.template "/browse/<%= modSlug %>/<%= itemSlug %>/icon.png" Url.item = _.template "/browse/<%= modSlug %>/<%= itemSlug %>/" Url.mod = _.template "/browse/<%= modSlug %>/" Url.modData = _.template "/data/<%= modSlug %>/mod.cg" -Url.modLogo = _.template "/data/<%= modSlug %>/logo.png" +Url.modIcon = _.template "/browse/<%= modSlug %>/icon.png" Url.modVersion = _.template "/data/<%= modSlug %>/<%= modVersion %>/mod-version.cg" -Url.modLogoImage = _.template "/data/<%= modSlug %>/logo.png" exports.UrlParam = UrlParam = {} UrlParam.quantity = 'count' diff --git a/src/scripts/controllers/base_controller.coffee b/src/coffee/controllers/base_controller.coffee similarity index 100% rename from src/scripts/controllers/base_controller.coffee rename to src/coffee/controllers/base_controller.coffee diff --git a/src/scripts/controllers/browse_page_controller.coffee b/src/coffee/controllers/browse_page_controller.coffee similarity index 100% rename from src/scripts/controllers/browse_page_controller.coffee rename to src/coffee/controllers/browse_page_controller.coffee diff --git a/src/scripts/controllers/configure_page_controller.coffee b/src/coffee/controllers/configure_page_controller.coffee similarity index 100% rename from src/scripts/controllers/configure_page_controller.coffee rename to src/coffee/controllers/configure_page_controller.coffee diff --git a/src/scripts/controllers/craft_page_controller.coffee b/src/coffee/controllers/craft_page_controller.coffee similarity index 100% rename from src/scripts/controllers/craft_page_controller.coffee rename to src/coffee/controllers/craft_page_controller.coffee diff --git a/src/scripts/controllers/crafting_grid_controller.coffee b/src/coffee/controllers/crafting_grid_controller.coffee similarity index 100% rename from src/scripts/controllers/crafting_grid_controller.coffee rename to src/coffee/controllers/crafting_grid_controller.coffee diff --git a/src/scripts/controllers/crafting_table_controller.coffee b/src/coffee/controllers/crafting_table_controller.coffee similarity index 100% rename from src/scripts/controllers/crafting_table_controller.coffee rename to src/coffee/controllers/crafting_table_controller.coffee diff --git a/src/scripts/controllers/feedback_controller.coffee b/src/coffee/controllers/feedback_controller.coffee similarity index 100% rename from src/scripts/controllers/feedback_controller.coffee rename to src/coffee/controllers/feedback_controller.coffee diff --git a/src/scripts/controllers/full_recipe_controller.coffee b/src/coffee/controllers/full_recipe_controller.coffee similarity index 100% rename from src/scripts/controllers/full_recipe_controller.coffee rename to src/coffee/controllers/full_recipe_controller.coffee diff --git a/src/scripts/controllers/header_controller.coffee b/src/coffee/controllers/header_controller.coffee similarity index 100% rename from src/scripts/controllers/header_controller.coffee rename to src/coffee/controllers/header_controller.coffee diff --git a/src/scripts/controllers/home_page_controller.coffee b/src/coffee/controllers/home_page_controller.coffee similarity index 100% rename from src/scripts/controllers/home_page_controller.coffee rename to src/coffee/controllers/home_page_controller.coffee diff --git a/src/scripts/controllers/image_loader.coffee b/src/coffee/controllers/image_loader.coffee similarity index 100% rename from src/scripts/controllers/image_loader.coffee rename to src/coffee/controllers/image_loader.coffee diff --git a/src/scripts/controllers/inventory_controller.coffee b/src/coffee/controllers/inventory_controller.coffee similarity index 100% rename from src/scripts/controllers/inventory_controller.coffee rename to src/coffee/controllers/inventory_controller.coffee diff --git a/src/scripts/controllers/inventory_table_controller.coffee b/src/coffee/controllers/inventory_table_controller.coffee similarity index 100% rename from src/scripts/controllers/inventory_table_controller.coffee rename to src/coffee/controllers/inventory_table_controller.coffee diff --git a/src/scripts/controllers/item_controller.coffee b/src/coffee/controllers/item_controller.coffee similarity index 100% rename from src/scripts/controllers/item_controller.coffee rename to src/coffee/controllers/item_controller.coffee diff --git a/src/scripts/controllers/item_group_controller.coffee b/src/coffee/controllers/item_group_controller.coffee similarity index 100% rename from src/scripts/controllers/item_group_controller.coffee rename to src/coffee/controllers/item_group_controller.coffee diff --git a/src/scripts/controllers/item_page_controller.coffee b/src/coffee/controllers/item_page_controller.coffee similarity index 100% rename from src/scripts/controllers/item_page_controller.coffee rename to src/coffee/controllers/item_page_controller.coffee diff --git a/src/scripts/controllers/minimal_recipe_controller.coffee b/src/coffee/controllers/minimal_recipe_controller.coffee similarity index 100% rename from src/scripts/controllers/minimal_recipe_controller.coffee rename to src/coffee/controllers/minimal_recipe_controller.coffee diff --git a/src/scripts/controllers/mod_controller.coffee b/src/coffee/controllers/mod_controller.coffee similarity index 95% rename from src/scripts/controllers/mod_controller.coffee rename to src/coffee/controllers/mod_controller.coffee index 7027b33a1..1b7604ab7 100644 --- a/src/scripts/controllers/mod_controller.coffee +++ b/src/coffee/controllers/mod_controller.coffee @@ -30,7 +30,7 @@ module.exports = class ModController extends BaseController @$el.removeClass 'empty' @$link.attr 'href', Url.mod modSlug:@model.slug - @$logo.attr 'src', Url.modLogo modSlug:@model.slug + @$logo.attr 'src', Url.modIcon modSlug:@model.slug @$name.html @model.name @$description.html @model.description else diff --git a/src/scripts/controllers/mod_pack_controller.coffee b/src/coffee/controllers/mod_pack_controller.coffee similarity index 100% rename from src/scripts/controllers/mod_pack_controller.coffee rename to src/coffee/controllers/mod_pack_controller.coffee diff --git a/src/scripts/controllers/mod_page_controller.coffee b/src/coffee/controllers/mod_page_controller.coffee similarity index 98% rename from src/scripts/controllers/mod_page_controller.coffee rename to src/coffee/controllers/mod_page_controller.coffee index 27a40ed6d..3d6f312f2 100644 --- a/src/scripts/controllers/mod_page_controller.coffee +++ b/src/coffee/controllers/mod_page_controller.coffee @@ -68,7 +68,7 @@ module.exports = class ModPageController extends PageController if @model? @$name.html @model.name @$byline.html "by #{@model.author}" - @$titleImage.attr 'src', Url.modLogoImage modSlug:@model.slug + @$titleImage.attr 'src', Url.modIcon modSlug:@model.slug @$description.html @model.description @$el.slideDown duration:Duration.normal diff --git a/src/scripts/controllers/mod_selector_controller.coffee b/src/coffee/controllers/mod_selector_controller.coffee similarity index 100% rename from src/scripts/controllers/mod_selector_controller.coffee rename to src/coffee/controllers/mod_selector_controller.coffee diff --git a/src/scripts/controllers/page_controller.coffee b/src/coffee/controllers/page_controller.coffee similarity index 100% rename from src/scripts/controllers/page_controller.coffee rename to src/coffee/controllers/page_controller.coffee diff --git a/src/scripts/controllers/recipe_step_controller.coffee b/src/coffee/controllers/recipe_step_controller.coffee similarity index 100% rename from src/scripts/controllers/recipe_step_controller.coffee rename to src/coffee/controllers/recipe_step_controller.coffee diff --git a/src/scripts/controllers/stack_controller.coffee b/src/coffee/controllers/stack_controller.coffee similarity index 100% rename from src/scripts/controllers/stack_controller.coffee rename to src/coffee/controllers/stack_controller.coffee diff --git a/src/scripts/crafting_guide_router.coffee b/src/coffee/crafting_guide_router.coffee similarity index 100% rename from src/scripts/crafting_guide_router.coffee rename to src/coffee/crafting_guide_router.coffee diff --git a/src/scripts/logger.coffee b/src/coffee/logger.coffee similarity index 100% rename from src/scripts/logger.coffee rename to src/coffee/logger.coffee diff --git a/src/scripts/main.coffee b/src/coffee/main.coffee similarity index 100% rename from src/scripts/main.coffee rename to src/coffee/main.coffee diff --git a/src/scripts/models/base_model.coffee b/src/coffee/models/base_model.coffee similarity index 100% rename from src/scripts/models/base_model.coffee rename to src/coffee/models/base_model.coffee diff --git a/src/scripts/models/craft_page.coffee b/src/coffee/models/craft_page.coffee similarity index 100% rename from src/scripts/models/craft_page.coffee rename to src/coffee/models/craft_page.coffee diff --git a/src/scripts/models/crafting_plan.coffee b/src/coffee/models/crafting_plan.coffee similarity index 100% rename from src/scripts/models/crafting_plan.coffee rename to src/coffee/models/crafting_plan.coffee diff --git a/src/scripts/models/crafting_table.coffee b/src/coffee/models/crafting_table.coffee similarity index 100% rename from src/scripts/models/crafting_table.coffee rename to src/coffee/models/crafting_table.coffee diff --git a/src/scripts/models/email_client.coffee b/src/coffee/models/email_client.coffee similarity index 100% rename from src/scripts/models/email_client.coffee rename to src/coffee/models/email_client.coffee diff --git a/src/scripts/models/inventory.coffee b/src/coffee/models/inventory.coffee similarity index 99% rename from src/scripts/models/inventory.coffee rename to src/coffee/models/inventory.coffee index 40db95b05..720195b2d 100644 --- a/src/scripts/models/inventory.coffee +++ b/src/coffee/models/inventory.coffee @@ -185,7 +185,7 @@ module.exports = class Inventory extends BaseModel stack = @_stacks[itemSlug] if not stack? stack = new Stack itemSlug:itemSlug, quantity:quantity - @listenTo stack, Event.change, => @trigger Event.change + @listenTo stack, Event.change, => @trigger Event.change, stack @_stacks[itemSlug] = stack @_itemSlugs.push itemSlug @_sort() diff --git a/src/scripts/models/item.coffee b/src/coffee/models/item.coffee similarity index 95% rename from src/scripts/models/item.coffee rename to src/coffee/models/item.coffee index 2e1d600b0..ad77fe109 100644 --- a/src/scripts/models/item.coffee +++ b/src/coffee/models/item.coffee @@ -20,10 +20,13 @@ module.exports = class Item extends BaseModel constructor: (attributes={}, options={})-> if not attributes.name? then throw new Error 'attributes.name is required' + attributes.description ?= null attributes.group ?= Item.Group.Other attributes.isGatherable ?= false attributes.modVersion ?= null + attributes.officialUrl ?= null attributes.slug ?= ItemSlug.slugify attributes.name + attributes.videos ?= [] options.logEvents ?= false super attributes, options diff --git a/src/scripts/models/item_page.coffee b/src/coffee/models/item_page.coffee similarity index 100% rename from src/scripts/models/item_page.coffee rename to src/coffee/models/item_page.coffee diff --git a/src/scripts/models/item_slug.coffee b/src/coffee/models/item_slug.coffee similarity index 100% rename from src/scripts/models/item_slug.coffee rename to src/coffee/models/item_slug.coffee diff --git a/src/scripts/models/mod.coffee b/src/coffee/models/mod.coffee similarity index 100% rename from src/scripts/models/mod.coffee rename to src/coffee/models/mod.coffee diff --git a/src/scripts/models/mod_pack.coffee b/src/coffee/models/mod_pack.coffee similarity index 100% rename from src/scripts/models/mod_pack.coffee rename to src/coffee/models/mod_pack.coffee diff --git a/src/scripts/models/mod_parser.coffee b/src/coffee/models/mod_parser.coffee similarity index 100% rename from src/scripts/models/mod_parser.coffee rename to src/coffee/models/mod_parser.coffee diff --git a/src/scripts/models/mod_version.coffee b/src/coffee/models/mod_version.coffee similarity index 100% rename from src/scripts/models/mod_version.coffee rename to src/coffee/models/mod_version.coffee diff --git a/src/scripts/models/mod_version_parser.coffee b/src/coffee/models/mod_version_parser.coffee similarity index 100% rename from src/scripts/models/mod_version_parser.coffee rename to src/coffee/models/mod_version_parser.coffee diff --git a/src/scripts/models/name_finder.coffee b/src/coffee/models/name_finder.coffee similarity index 100% rename from src/scripts/models/name_finder.coffee rename to src/coffee/models/name_finder.coffee diff --git a/src/scripts/models/parser_versions/command_parser_version_base.coffee b/src/coffee/models/parser_versions/command_parser_version_base.coffee similarity index 74% rename from src/scripts/models/parser_versions/command_parser_version_base.coffee rename to src/coffee/models/parser_versions/command_parser_version_base.coffee index 0f229c049..c286b1fda 100644 --- a/src/scripts/models/parser_versions/command_parser_version_base.coffee +++ b/src/coffee/models/parser_versions/command_parser_version_base.coffee @@ -39,10 +39,11 @@ module.exports = class CommandParserVersionBase @_rawData = {} @_lineNumber = 1 - lines = text.split '\n' - for i in [0...lines.length] - @_lineNumber = i + 1 - commands = @_parseLine lines[i] + @_lines = text.split '\n' + @_lineNumber = 0 + while @_lineNumber < @_lines.length + @_lineNumber += 1 + commands = @_parseLine @_lines[@_lineNumber - 1] for command in commands @_handleErrors @_execute, command @@ -77,6 +78,8 @@ module.exports = class CommandParserVersionBase line = line.trim() return [] if line.length is 0 + hereDoc = @_parseHereDoc line + lineParts = (part.trim() for part in line.split(';')) commands = [] for linePart in lineParts @@ -87,6 +90,7 @@ module.exports = class CommandParserVersionBase args = [] args = (s.trim() for s in match[2].split(',')) if match[2]? + args.push hereDoc if hereDoc commands.push name:match[1], args:args return commands @@ -100,3 +104,27 @@ module.exports = class CommandParserVersionBase e.message = "line #{@_lineNumber}: #{e.message}" if not @_showAllErrors then throw e logger.error -> e.message + + _parseHereDoc: (line)-> + hereDocIndex = line.indexOf '<<-' + return null unless hereDocIndex isnt -1 + + hereDocStopText = line[hereDocIndex+3...line.length] + hereDocLines = [] + while true + @_lineNumber += 1 + break if @_lineNumber >= @_lines.length + + nextLine = @_lines[@_lineNumber-1] + break if nextLine.trim() is hereDocStopText + hereDocLines.push nextLine + + shortestIndent = Number.MAX_VALUE + for line in hereDocLines + shortestIndent = Math.min line.match(/( *).*/)[1].length, shortestIndent + + for i in [0...hereDocLines.length] + hereDocLines[i] = hereDocLines[i][shortestIndent..] + + return null unless hereDocLines.length > 0 + return hereDocLines.join '\n' diff --git a/src/coffee/models/parser_versions/item_parser_v1.coffee b/src/coffee/models/parser_versions/item_parser_v1.coffee new file mode 100644 index 000000000..b658df195 --- /dev/null +++ b/src/coffee/models/parser_versions/item_parser_v1.coffee @@ -0,0 +1,45 @@ +### +Crafting Guide - item_parser_v1.coffee + +Copyright (c) 2015 by Redwood Labs +All rights reserved. +### + +CommandParserVersionBase = require './command_parser_version_base' + +######################################################################################################################## + +module.exports = class ItemParserV1 extends CommandParserVersionBase + + # CommandParserVersionBase Overrides ########################################################### + + _buildModel: (rawData, model)-> + @_buildItem rawData, model + + _unparseModel: (builder, model)-> + @_unparseItem builder, model + + # Command Methods ############################################################################## + + _command_description: (textParts...)-> + @_rawData.text ?= '' + @_rawData.text += textParts.join ', ' + + _command_officialUrl: (officialUrl)-> + if @_rawData.officialUrl? then throw new Error 'duplicate declaration of "officialUrl"' + if officialUrl.length is 0 then throw new Error 'officialUrl cannot be empty' + @_rawData.officialUrl = officialUrl + + _command_video: (youTubeId, name)-> + if not youTubeId?.length then throw new Error 'video declaration requires a YouTubeID' + if not name?.length then throw new Error 'video declaration requires a name' + + @_rawData.videos ?= [] + @_rawData.videos.push youTubeId:youTubeId, name:name + + # Object Building Methods ###################################################################### + + _buildItem: (rawData, model)-> + item.description = rawData.description if rawData.description + item.officialUrl = rawData.officialUrl if rawData.officialUrl + item.videos = rawData.videos if rawData.videos diff --git a/src/scripts/models/parser_versions/mod_parser_v1.coffee b/src/coffee/models/parser_versions/mod_parser_v1.coffee similarity index 98% rename from src/scripts/models/parser_versions/mod_parser_v1.coffee rename to src/coffee/models/parser_versions/mod_parser_v1.coffee index d987e0a69..94b86a7fb 100644 --- a/src/scripts/models/parser_versions/mod_parser_v1.coffee +++ b/src/coffee/models/parser_versions/mod_parser_v1.coffee @@ -11,7 +11,7 @@ ModVersion = require '../mod_version' ######################################################################################################################## -module.exports = class ModParserV2 extends CommandParserVersionBase +module.exports = class ModParserV1 extends CommandParserVersionBase # CommandParserVersionBase Overrides ########################################################### diff --git a/src/scripts/models/parser_versions/mod_version_parser_v1.coffee b/src/coffee/models/parser_versions/mod_version_parser_v1.coffee similarity index 100% rename from src/scripts/models/parser_versions/mod_version_parser_v1.coffee rename to src/coffee/models/parser_versions/mod_version_parser_v1.coffee diff --git a/src/scripts/models/recipe.coffee b/src/coffee/models/recipe.coffee similarity index 100% rename from src/scripts/models/recipe.coffee rename to src/coffee/models/recipe.coffee diff --git a/src/scripts/models/recipe_step.coffee b/src/coffee/models/recipe_step.coffee similarity index 100% rename from src/scripts/models/recipe_step.coffee rename to src/coffee/models/recipe_step.coffee diff --git a/src/scripts/models/simple_stack.coffee b/src/coffee/models/simple_stack.coffee similarity index 100% rename from src/scripts/models/simple_stack.coffee rename to src/coffee/models/simple_stack.coffee diff --git a/src/scripts/models/stack.coffee b/src/coffee/models/stack.coffee similarity index 100% rename from src/scripts/models/stack.coffee rename to src/coffee/models/stack.coffee diff --git a/src/scripts/models/storage.coffee b/src/coffee/models/storage.coffee similarity index 100% rename from src/scripts/models/storage.coffee rename to src/coffee/models/storage.coffee diff --git a/src/scripts/models/string_builder.coffee b/src/coffee/models/string_builder.coffee similarity index 100% rename from src/scripts/models/string_builder.coffee rename to src/coffee/models/string_builder.coffee diff --git a/src/scripts/models/versioned_parser_base.coffee b/src/coffee/models/versioned_parser_base.coffee similarity index 100% rename from src/scripts/models/versioned_parser_base.coffee rename to src/coffee/models/versioned_parser_base.coffee diff --git a/src/scripts/polyfill.coffee b/src/coffee/polyfill.coffee similarity index 100% rename from src/scripts/polyfill.coffee rename to src/coffee/polyfill.coffee diff --git a/test/crafting_plan.test.coffee b/src/coffee/test/crafting_plan.test.coffee similarity index 92% rename from test/crafting_plan.test.coffee rename to src/coffee/test/crafting_plan.test.coffee index 64a737430..b06023870 100644 --- a/test/crafting_plan.test.coffee +++ b/src/coffee/test/crafting_plan.test.coffee @@ -5,11 +5,11 @@ Copyright (c) 2014-2015 by Redwood Labs All rights reserved. ### -CraftingPlan = require '../src/scripts/models/crafting_plan' -ItemSlug = require '../src/scripts/models/item_slug' -Mod = require '../src/scripts/models/mod' -ModPack = require '../src/scripts/models/mod_pack' -ModVersion = require '../src/scripts/models/mod_version' +CraftingPlan = require '../models/crafting_plan' +ItemSlug = require '../models/item_slug' +Mod = require '../models/mod' +ModPack = require '../models/mod_pack' +ModVersion = require '../models/mod_version' ######################################################################################################################## diff --git a/test/event_recorder.coffee b/src/coffee/test/event_recorder.coffee similarity index 100% rename from test/event_recorder.coffee rename to src/coffee/test/event_recorder.coffee diff --git a/test/inventory.test.coffee b/src/coffee/test/inventory.test.coffee similarity index 96% rename from test/inventory.test.coffee rename to src/coffee/test/inventory.test.coffee index f05196eac..aebe3980d 100644 --- a/test/inventory.test.coffee +++ b/src/coffee/test/inventory.test.coffee @@ -5,11 +5,11 @@ # All rights reserved. ### -{Event} = require '../src/scripts/constants' +{Event} = require '../constants' EventRecorder = require './event_recorder' -Inventory = require '../src/scripts/models/inventory' -Item = require '../src/scripts/models/item' -ItemSlug = require '../src/scripts/models/item_slug' +Inventory = require '../models/inventory' +Item = require '../models/item' +ItemSlug = require '../models/item_slug' ######################################################################################################################## @@ -208,4 +208,4 @@ describe 'inventory.coffee', -> it 'emits the proper events', -> events = new EventRecorder inventory inventory.remove 'wool' - events.names.should.eql [Event.remove, Event.change] + events.names.should.eql [Event.change, Event.remove, Event.change] diff --git a/test/item_slug.test.coffee b/src/coffee/test/item_slug.test.coffee similarity index 98% rename from test/item_slug.test.coffee rename to src/coffee/test/item_slug.test.coffee index 1fbc4fa68..28b9c1492 100644 --- a/test/item_slug.test.coffee +++ b/src/coffee/test/item_slug.test.coffee @@ -5,7 +5,7 @@ Copyright (c) 2015 by Redwood Labs All rights reserved. ### -ItemSlug = require '../src/scripts/models/item_slug' +ItemSlug = require '../models/item_slug' ######################################################################################################################## diff --git a/test/mod.test.coffee b/src/coffee/test/mod.test.coffee similarity index 95% rename from test/mod.test.coffee rename to src/coffee/test/mod.test.coffee index 024a13016..d223786a3 100644 --- a/test/mod.test.coffee +++ b/src/coffee/test/mod.test.coffee @@ -5,7 +5,7 @@ Copyright (c) 2015 by Redwood Labs All rights reserved. ### -Mod = require '../src/scripts/models/mod' +Mod = require '../models/mod' ######################################################################################################################## diff --git a/test/mod_pack.test.coffee b/src/coffee/test/mod_pack.test.coffee similarity index 84% rename from test/mod_pack.test.coffee rename to src/coffee/test/mod_pack.test.coffee index 3c580170a..0abf125b0 100644 --- a/test/mod_pack.test.coffee +++ b/src/coffee/test/mod_pack.test.coffee @@ -5,11 +5,11 @@ Copyright (c) 2014-2015 by Redwood Labs All rights reserved. ### -Item = require '../src/scripts/models/item' -ItemSlug = require '../src/scripts/models/item_slug' -Mod = require '../src/scripts/models/mod' -ModPack = require '../src/scripts/models/mod_pack' -ModVersion = require '../src/scripts/models/mod_version' +Item = require '../models/item' +ItemSlug = require '../models/item_slug' +Mod = require '../models/mod' +ModPack = require '../models/mod_pack' +ModVersion = require '../models/mod_version' ######################################################################################################################## @@ -82,22 +82,22 @@ describe 'mod_pack.coffee', -> it 'returns all data for a regular Minecraft item', -> display = modPack.findItemDisplay ItemSlug.slugify 'bed' - display.iconUrl.should.equal '/data/minecraft/1.7.10/images/bed.png' - display.itemUrl.should.equal '/mod/minecraft/bed' + display.iconUrl.should.equal '/browse/minecraft/bed/icon.png' + display.itemUrl.should.equal '/browse/minecraft/bed/' display.itemName.should.equal 'Bed' display.modSlug.should.equal 'minecraft' it 'returns all data for an item in an enabled mod', -> buildcraft.activeVersion = '6.2.6' display = modPack.findItemDisplay ItemSlug.slugify 'stone_gear' - display.iconUrl.should.equal '/data/buildcraft/6.2.6/images/stone_gear.png' - display.itemUrl.should.equal '/mod/buildcraft/stone_gear' + display.iconUrl.should.equal '/browse/buildcraft/stone_gear/icon.png' + display.itemUrl.should.equal '/browse/buildcraft/stone_gear/' display.itemName.should.equal 'Stone Gear' display.modSlug.should.equal 'buildcraft' it 'assumes an unfound item is from Minecraft', -> display = modPack.findItemDisplay ItemSlug.slugify 'iron_chestplate' - display.iconUrl.should.equal '/data/minecraft/1.7.10/images/iron_chestplate.png' - display.itemUrl.should.equal '/mod/minecraft/iron_chestplate' + display.iconUrl.should.equal '/browse/minecraft/iron_chestplate/icon.png' + display.itemUrl.should.equal '/browse/minecraft/iron_chestplate/' display.itemName.should.equal 'Iron Chestplate' display.modSlug.should.equal 'minecraft' diff --git a/test/mod_version.test.coffee b/src/coffee/test/mod_version.test.coffee similarity index 95% rename from test/mod_version.test.coffee rename to src/coffee/test/mod_version.test.coffee index 4720a1c02..92ecf244e 100644 --- a/test/mod_version.test.coffee +++ b/src/coffee/test/mod_version.test.coffee @@ -5,9 +5,9 @@ Copyright (c) 2014-2015 by Redwood Labs All rights reserved. ### -Item = require '../src/scripts/models/item' -ItemSlug = require '../src/scripts/models/item_slug' -ModVersion = require '../src/scripts/models/mod_version' +Item = require '../models/item' +ItemSlug = require '../models/item_slug' +ModVersion = require '../models/mod_version' ######################################################################################################################## diff --git a/src/coffee/test/parser_versions/command_parser_version_base.test.coffee b/src/coffee/test/parser_versions/command_parser_version_base.test.coffee new file mode 100644 index 000000000..48e09df7c --- /dev/null +++ b/src/coffee/test/parser_versions/command_parser_version_base.test.coffee @@ -0,0 +1,45 @@ +### +Crafting Guide - command_parser_version_base.test.coffee + +Copyright (c) 2015 by Redwood Labs +All rights reserved. +### + +CommandParserVersionBase = require '../../models/parser_versions/command_parser_version_base' + +######################################################################################################################## + +parser = null + +######################################################################################################################## + +describe 'command_parser_version_base.coffee', -> + + beforeEach -> parser = new CommandParserVersionBase model:{} + + describe '_parseHereDoc', -> + + it 'returns null for non-heredoc lines', -> + result = parser._parseHereDoc 'foobar: baz' + expect(result).to.be.null + + it 'identifies the right text for a real heredoc', -> + parser._lines = ['command: <<-END', 'alpha', 'bravo', 'charlie', 'END', 'command1: arg2'] + parser._lineNumber = 1 + + result = parser._parseHereDoc parser._lines[0] + result.should.equal 'alpha\nbravo\ncharlie' + + it 'identifies an empty heredoc', -> + parser._lines = ['command: <<-END', 'END'] + parser._lineNumber = 1 + + result = parser._parseHereDoc parser._lines[0] + expect(result).to.be.null + + it 'trims smallest leading whitespace', -> + parser._lines = ['command: <<-END', ' alpha', ' bravo', ' charlie', 'END', 'command1: arg2'] + parser._lineNumber = 1 + + result = parser._parseHereDoc parser._lines[0] + result.should.equal 'alpha\n bravo\ncharlie' diff --git a/test/parser_versions/mod_version_parser_v1.test.coffee b/src/coffee/test/parser_versions/mod_version_parser_v1.test.coffee similarity index 97% rename from test/parser_versions/mod_version_parser_v1.test.coffee rename to src/coffee/test/parser_versions/mod_version_parser_v1.test.coffee index e45575ad6..3404be037 100644 --- a/test/parser_versions/mod_version_parser_v1.test.coffee +++ b/src/coffee/test/parser_versions/mod_version_parser_v1.test.coffee @@ -5,10 +5,10 @@ Copyright (c) 2015 by Redwood Labs All rights reserved. ### -CommandParserVersionBase = require '../../src/scripts/models/parser_versions/command_parser_version_base' -ItemSlug = require '../../src/scripts/models/item_slug' -ModVersion = require '../../src/scripts/models/mod_version' -ModVersionParserV1 = require '../../src/scripts/models/parser_versions/mod_version_parser_v1' +CommandParserVersionBase = require '../../models/parser_versions/command_parser_version_base' +ItemSlug = require '../../models/item_slug' +ModVersion = require '../../models/mod_version' +ModVersionParserV1 = require '../../models/parser_versions/mod_version_parser_v1' ######################################################################################################################## diff --git a/test/recipe.test.coffee b/src/coffee/test/recipe.test.coffee similarity index 93% rename from test/recipe.test.coffee rename to src/coffee/test/recipe.test.coffee index 3426b43b4..c8ed27f1b 100644 --- a/test/recipe.test.coffee +++ b/src/coffee/test/recipe.test.coffee @@ -5,10 +5,10 @@ Copyright (c) 2015 by Redwood Labs All rights reserved. ### -Item = require '../src/scripts/models/item' -ItemSlug = require '../src/scripts/models/item_slug' -Recipe = require '../src/scripts/models/recipe' -Stack = require '../src/scripts/models/stack' +Item = require '../models/item' +ItemSlug = require '../models/item_slug' +Recipe = require '../models/recipe' +Stack = require '../models/stack' ######################################################################################################################## diff --git a/test/string_builder.test.coffee b/src/coffee/test/string_builder.test.coffee similarity index 97% rename from test/string_builder.test.coffee rename to src/coffee/test/string_builder.test.coffee index a90791c62..6163b6dea 100644 --- a/test/string_builder.test.coffee +++ b/src/coffee/test/string_builder.test.coffee @@ -5,7 +5,7 @@ Copyright (c) 2015 by Redwood Labs All rights reserved. ### -StringBuilder = require '../src/scripts/models/string_builder' +StringBuilder = require '../models/string_builder' ######################################################################################################################## diff --git a/test/test.coffee b/src/coffee/test/test.coffee similarity index 88% rename from test/test.coffee rename to src/coffee/test/test.coffee index c5f3e423e..c43662271 100644 --- a/test/test.coffee +++ b/src/coffee/test/test.coffee @@ -18,11 +18,11 @@ global.expect = chai.expect global.should = chai.should() global.util = require 'util' -Logger = require '../src/scripts/logger' +Logger = require '../logger' global.logger = new Logger level:Logger.DEBUG -require '../src/scripts/polyfill' -require '../src/scripts/underscore_mixins' +require '../polyfill' +require '../underscore_mixins' # Test Registry ######################################################################################################## @@ -36,6 +36,7 @@ require './recipe.test' require './mod_version.test' require './mod.test' require './mod_pack.test' +require './parser_versions/command_parser_version_base.test' require './parser_versions/mod_version_parser_v1.test' require './crafting_plan.test' diff --git a/src/scripts/underscore_mixins.coffee b/src/coffee/underscore_mixins.coffee similarity index 100% rename from src/scripts/underscore_mixins.coffee rename to src/coffee/underscore_mixins.coffee diff --git a/src/scripts/url_params.coffee b/src/coffee/url_params.coffee similarity index 100% rename from src/scripts/url_params.coffee rename to src/coffee/url_params.coffee diff --git a/src/coffee/views.js b/src/coffee/views.js new file mode 100644 index 000000000..976afc0aa --- /dev/null +++ b/src/coffee/views.js @@ -0,0 +1,157 @@ +var jade = jade || require('jade').runtime; + +this["JST"] = this["JST"] || {}; + +this["JST"]["browse_page"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("
\n\n\n\n

Active Mods

");;return buf.join(""); +}; + +this["JST"]["configure_page"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("
\n\n\n\n
");;return buf.join(""); +}; + +this["JST"]["craft_page"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("
");;return buf.join(""); +}; + +this["JST"]["crafting_grid"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("
");;return buf.join(""); +}; + +this["JST"]["crafting_table"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("

Crafting Plan

");;return buf.join(""); +}; + +this["JST"]["feedback"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("

Sending failed. Please try again later.

Feedback

");;return buf.join(""); +}; + +this["JST"]["full_recipe"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("

Ingredients

Produces

");;return buf.join(""); +}; + +this["JST"]["home_page"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("
\n\n\n\n

What's new?

2015-03-01

2015-02-26

This release adds a new section to the item pages called \"Used as Tool to Make\". The new section\nshows all the other items which can be made by that tool. For example, the IC2 Macerator shows\na bunch of things like Iron Dust, Gold Dust, etc.\n

2015-02-24

This release changes the crafting page to let you modify the quantity of items in the \"Items You\nWant\" and \"Items You Have\" section. Let's say you want to make 64 Potions of Healing. You add \"Potion of Healing\" just\nas as you always did, but now you can click on the quantity to change it to whatever you want.

At the same time, I've changed the quantity field to allow up to 9999 of any item. Have fun with\nthose huge builds!\n

2015-02-22

Woo hoo! Or, should I say: Choo choo! I just added support for RailCraft! I also pushed up lots\nof performance improvements (55% faster at computing crafting plans)! Hopefully, you won't\nreally notice anything except that entering new items and computing really complicated crafting\nplans don't take so long.\n

2015-02-19

I just made some major updates to the crafting algorithm. Without getting into details, I'll say\nthat there are a few things you should notice:

  1. it will favor recipes which produce more of an item versus those which produce fewer (e.g.,\nIC2 plates get made with the Block Cutter instead of the Forge Hammer)
  2. metal ingots will frequently (but not always) get crafted using 2x recipes instead of\nsmelting ore directly in a furnace
  3. recipes for vanilla items added by mods are now available (e.g., smelting Iron Dust into Iron\ningots)

2015-02-10

I just pushed up some fixes to avoid confusing various items of the same name from different\nmods. The best example of this are the two Wrenches from Buildcraft and IC2, but there are a\nbunch of others.\n

2015-02-09

This release fixes a number of small issues and improves performance in a number of places. Most\nespecially, all links within the site have been changed to update the page in place without the\nneed to re-download anything. This should make browsing between item pages much faster.\n

2015-02-08

This is the singlest largest expansion of the website yet! Each item from each mod now has its\nown page! This will expand in the future, but for now this shows all the recipes for the item as\nwell as all the closely related items and the others items that can be made using the item.

This also changes things so that links to Crafting Guide from other sites will first go to the\nitem's page (instead of to the crafting plan). Not to worry though... there's still a direct\nlink from each item to the full crafting plan for that item.\n

2015-02-02

Crafting Guide now has support for EnderIO! I tend to add new mods in order of those with the\nmost votes, so remember to suggest your favorites!

");;return buf.join(""); +}; + +this["JST"]["inventory"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("

");;return buf.join(""); +}; + +this["JST"]["inventory_table"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("
");;return buf.join(""); +}; + +this["JST"]["item"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("
");;return buf.join(""); +}; + +this["JST"]["item_group"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("

");;return buf.join(""); +}; + +this["JST"]["item_page"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("

See Crafting Plan

\n\n\n\n

from

Recipes

");;return buf.join(""); +}; + +this["JST"]["minimal_recipe"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("

");;return buf.join(""); +}; + +this["JST"]["mod"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("

");;return buf.join(""); +}; + +this["JST"]["mod_pack"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("

Mod Pack

");;return buf.join(""); +}; + +this["JST"]["mod_page"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("

Offical Home Page

Documentation

Download

\n\n\n\n

");;return buf.join(""); +}; + +this["JST"]["mod_selector"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("

");;return buf.join(""); +}; + +this["JST"]["stack"] = function template(locals) { +var buf = []; +var jade_mixins = {}; +var jade_interp; + +buf.push("");;return buf.join(""); +}; + +if (typeof exports === 'object' && exports) {module.exports = this["JST"];} \ No newline at end of file diff --git a/src/pages/includes/_addthis.jade b/src/jade/includes/_addthis.jade similarity index 100% rename from src/pages/includes/_addthis.jade rename to src/jade/includes/_addthis.jade diff --git a/src/pages/includes/_footer.jade b/src/jade/includes/_footer.jade similarity index 100% rename from src/pages/includes/_footer.jade rename to src/jade/includes/_footer.jade diff --git a/src/pages/includes/_google_analytics.jade b/src/jade/includes/_google_analytics.jade similarity index 100% rename from src/pages/includes/_google_analytics.jade rename to src/jade/includes/_google_analytics.jade diff --git a/src/pages/includes/_header.jade b/src/jade/includes/_header.jade similarity index 100% rename from src/pages/includes/_header.jade rename to src/jade/includes/_header.jade diff --git a/src/pages/index.jade b/src/jade/index.jade similarity index 100% rename from src/pages/index.jade rename to src/jade/index.jade diff --git a/src/pages/layouts/basic.jade b/src/jade/layouts/basic.jade similarity index 100% rename from src/pages/layouts/basic.jade rename to src/jade/layouts/basic.jade diff --git a/src/templates/browse_page.jade b/src/jade/templates/browse_page.jade similarity index 100% rename from src/templates/browse_page.jade rename to src/jade/templates/browse_page.jade diff --git a/src/templates/configure_page.jade b/src/jade/templates/configure_page.jade similarity index 100% rename from src/templates/configure_page.jade rename to src/jade/templates/configure_page.jade diff --git a/src/templates/craft_page.jade b/src/jade/templates/craft_page.jade similarity index 100% rename from src/templates/craft_page.jade rename to src/jade/templates/craft_page.jade diff --git a/src/templates/crafting_grid.jade b/src/jade/templates/crafting_grid.jade similarity index 100% rename from src/templates/crafting_grid.jade rename to src/jade/templates/crafting_grid.jade diff --git a/src/templates/crafting_table.jade b/src/jade/templates/crafting_table.jade similarity index 100% rename from src/templates/crafting_table.jade rename to src/jade/templates/crafting_table.jade diff --git a/src/templates/feedback.jade b/src/jade/templates/feedback.jade similarity index 100% rename from src/templates/feedback.jade rename to src/jade/templates/feedback.jade diff --git a/src/templates/full_recipe.jade b/src/jade/templates/full_recipe.jade similarity index 100% rename from src/templates/full_recipe.jade rename to src/jade/templates/full_recipe.jade diff --git a/src/templates/home_page.jade b/src/jade/templates/home_page.jade similarity index 93% rename from src/templates/home_page.jade rename to src/jade/templates/home_page.jade index 8014fb285..9787ffc53 100644 --- a/src/templates/home_page.jade +++ b/src/jade/templates/home_page.jade @@ -7,13 +7,13 @@ .view__home_page .sidebar - .titleImage - .titleImage - .titleImage - .titleImage - .titleImage - .titleImage - .titleImage + .titleImage + .titleImage + .titleImage + .titleImage + .titleImage + .titleImage + .titleImage include ./includes/_sidebar_skyscraper.html diff --git a/src/templates/includes/_sidebar_skyscraper.html b/src/jade/templates/includes/_sidebar_skyscraper.html similarity index 100% rename from src/templates/includes/_sidebar_skyscraper.html rename to src/jade/templates/includes/_sidebar_skyscraper.html diff --git a/src/templates/inventory.jade b/src/jade/templates/inventory.jade similarity index 100% rename from src/templates/inventory.jade rename to src/jade/templates/inventory.jade diff --git a/src/templates/inventory_table.jade b/src/jade/templates/inventory_table.jade similarity index 100% rename from src/templates/inventory_table.jade rename to src/jade/templates/inventory_table.jade diff --git a/src/templates/item.jade b/src/jade/templates/item.jade similarity index 100% rename from src/templates/item.jade rename to src/jade/templates/item.jade diff --git a/src/templates/item_group.jade b/src/jade/templates/item_group.jade similarity index 100% rename from src/templates/item_group.jade rename to src/jade/templates/item_group.jade diff --git a/src/templates/item_page.jade b/src/jade/templates/item_page.jade similarity index 100% rename from src/templates/item_page.jade rename to src/jade/templates/item_page.jade diff --git a/src/templates/minimal_recipe.jade b/src/jade/templates/minimal_recipe.jade similarity index 100% rename from src/templates/minimal_recipe.jade rename to src/jade/templates/minimal_recipe.jade diff --git a/src/templates/mod.jade b/src/jade/templates/mod.jade similarity index 100% rename from src/templates/mod.jade rename to src/jade/templates/mod.jade diff --git a/src/templates/mod_pack.jade b/src/jade/templates/mod_pack.jade similarity index 100% rename from src/templates/mod_pack.jade rename to src/jade/templates/mod_pack.jade diff --git a/src/templates/mod_page.jade b/src/jade/templates/mod_page.jade similarity index 100% rename from src/templates/mod_page.jade rename to src/jade/templates/mod_page.jade diff --git a/src/templates/mod_selector.jade b/src/jade/templates/mod_selector.jade similarity index 100% rename from src/templates/mod_selector.jade rename to src/jade/templates/mod_selector.jade diff --git a/src/templates/stack.jade b/src/jade/templates/stack.jade similarity index 100% rename from src/templates/stack.jade rename to src/jade/templates/stack.jade diff --git a/src/pages/test.jade b/src/jade/test.jade similarity index 85% rename from src/pages/test.jade rename to src/jade/test.jade index 438ff22e9..193b815f2 100644 --- a/src/pages/test.jade +++ b/src/jade/test.jade @@ -9,7 +9,7 @@ extend ./layouts/basic append styles link(rel="stylesheet", type="text/css", href="css/mocha.css") - style #mocha-stats { position: absolute; top: 9em; } + style #mocha-stats { position: absolute; top: 12em; } block content #mocha diff --git a/src/css/addthis.scss b/src/scss/addthis.scss similarity index 100% rename from src/css/addthis.scss rename to src/scss/addthis.scss diff --git a/src/css/classes.scss b/src/scss/classes.scss similarity index 100% rename from src/css/classes.scss rename to src/scss/classes.scss diff --git a/src/css/main.scss b/src/scss/main.scss similarity index 100% rename from src/css/main.scss rename to src/scss/main.scss diff --git a/src/css/mixins.scss b/src/scss/mixins.scss similarity index 100% rename from src/css/mixins.scss rename to src/scss/mixins.scss diff --git a/src/css/reset.scss b/src/scss/reset.scss similarity index 100% rename from src/css/reset.scss rename to src/scss/reset.scss diff --git a/src/css/tags.scss b/src/scss/tags.scss similarity index 100% rename from src/css/tags.scss rename to src/scss/tags.scss diff --git a/src/css/templates/browse_page.scss b/src/scss/templates/browse_page.scss similarity index 100% rename from src/css/templates/browse_page.scss rename to src/scss/templates/browse_page.scss diff --git a/src/css/templates/craft_page.scss b/src/scss/templates/craft_page.scss similarity index 100% rename from src/css/templates/craft_page.scss rename to src/scss/templates/craft_page.scss diff --git a/src/css/templates/crafting_grid.scss b/src/scss/templates/crafting_grid.scss similarity index 100% rename from src/css/templates/crafting_grid.scss rename to src/scss/templates/crafting_grid.scss diff --git a/src/css/templates/crafting_table.scss b/src/scss/templates/crafting_table.scss similarity index 100% rename from src/css/templates/crafting_table.scss rename to src/scss/templates/crafting_table.scss diff --git a/src/css/templates/feedback.scss b/src/scss/templates/feedback.scss similarity index 100% rename from src/css/templates/feedback.scss rename to src/scss/templates/feedback.scss diff --git a/src/css/templates/full_recipe.scss b/src/scss/templates/full_recipe.scss similarity index 100% rename from src/css/templates/full_recipe.scss rename to src/scss/templates/full_recipe.scss diff --git a/src/css/templates/home_page.scss b/src/scss/templates/home_page.scss similarity index 100% rename from src/css/templates/home_page.scss rename to src/scss/templates/home_page.scss diff --git a/src/css/templates/index.scss b/src/scss/templates/index.scss similarity index 100% rename from src/css/templates/index.scss rename to src/scss/templates/index.scss diff --git a/src/css/templates/inventory.scss b/src/scss/templates/inventory.scss similarity index 100% rename from src/css/templates/inventory.scss rename to src/scss/templates/inventory.scss diff --git a/src/css/templates/inventory_table.scss b/src/scss/templates/inventory_table.scss similarity index 100% rename from src/css/templates/inventory_table.scss rename to src/scss/templates/inventory_table.scss diff --git a/src/css/templates/item.scss b/src/scss/templates/item.scss similarity index 100% rename from src/css/templates/item.scss rename to src/scss/templates/item.scss diff --git a/src/css/templates/item_page.scss b/src/scss/templates/item_page.scss similarity index 100% rename from src/css/templates/item_page.scss rename to src/scss/templates/item_page.scss diff --git a/src/css/templates/minimal_recipe.scss b/src/scss/templates/minimal_recipe.scss similarity index 100% rename from src/css/templates/minimal_recipe.scss rename to src/scss/templates/minimal_recipe.scss diff --git a/src/css/templates/mod.scss b/src/scss/templates/mod.scss similarity index 100% rename from src/css/templates/mod.scss rename to src/scss/templates/mod.scss diff --git a/src/css/templates/mod_pack.scss b/src/scss/templates/mod_pack.scss similarity index 100% rename from src/css/templates/mod_pack.scss rename to src/scss/templates/mod_pack.scss diff --git a/src/css/templates/mod_page.scss b/src/scss/templates/mod_page.scss similarity index 100% rename from src/css/templates/mod_page.scss rename to src/scss/templates/mod_page.scss diff --git a/src/css/templates/mod_selector.scss b/src/scss/templates/mod_selector.scss similarity index 100% rename from src/css/templates/mod_selector.scss rename to src/scss/templates/mod_selector.scss diff --git a/src/css/templates/stack.scss b/src/scss/templates/stack.scss similarity index 100% rename from src/css/templates/stack.scss rename to src/scss/templates/stack.scss diff --git a/src/css/views.scss b/src/scss/views.scss similarity index 100% rename from src/css/views.scss rename to src/scss/views.scss diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/128_spatial_component.png b/static/browse/applied_energistics_2/128_spatial_component/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/128_spatial_component.png rename to static/browse/applied_energistics_2/128_spatial_component/icon.png diff --git a/prerender/browse/applied_energistics_2/128_spatial_component/index.html b/static/browse/applied_energistics_2/128_spatial_component/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/128_spatial_component/index.html rename to static/browse/applied_energistics_2/128_spatial_component/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/128_spatial_storage_cell.png b/static/browse/applied_energistics_2/128_spatial_storage_cell/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/128_spatial_storage_cell.png rename to static/browse/applied_energistics_2/128_spatial_storage_cell/icon.png diff --git a/prerender/browse/applied_energistics_2/128_spatial_storage_cell/index.html b/static/browse/applied_energistics_2/128_spatial_storage_cell/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/128_spatial_storage_cell/index.html rename to static/browse/applied_energistics_2/128_spatial_storage_cell/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/16_spatial_component.png b/static/browse/applied_energistics_2/16_spatial_component/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/16_spatial_component.png rename to static/browse/applied_energistics_2/16_spatial_component/icon.png diff --git a/prerender/browse/applied_energistics_2/16_spatial_component/index.html b/static/browse/applied_energistics_2/16_spatial_component/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/16_spatial_component/index.html rename to static/browse/applied_energistics_2/16_spatial_component/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/16_spatial_storage_cell.png b/static/browse/applied_energistics_2/16_spatial_storage_cell/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/16_spatial_storage_cell.png rename to static/browse/applied_energistics_2/16_spatial_storage_cell/icon.png diff --git a/prerender/browse/applied_energistics_2/16_spatial_storage_cell/index.html b/static/browse/applied_energistics_2/16_spatial_storage_cell/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/16_spatial_storage_cell/index.html rename to static/browse/applied_energistics_2/16_spatial_storage_cell/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/16k_crafting_storage.png b/static/browse/applied_energistics_2/16k_crafting_storage/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/16k_crafting_storage.png rename to static/browse/applied_energistics_2/16k_crafting_storage/icon.png diff --git a/prerender/browse/applied_energistics_2/16k_crafting_storage/index.html b/static/browse/applied_energistics_2/16k_crafting_storage/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/16k_crafting_storage/index.html rename to static/browse/applied_energistics_2/16k_crafting_storage/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/16k_me_storage_cell.png b/static/browse/applied_energistics_2/16k_me_storage_cell/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/16k_me_storage_cell.png rename to static/browse/applied_energistics_2/16k_me_storage_cell/icon.png diff --git a/prerender/browse/applied_energistics_2/16k_me_storage_cell/index.html b/static/browse/applied_energistics_2/16k_me_storage_cell/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/16k_me_storage_cell/index.html rename to static/browse/applied_energistics_2/16k_me_storage_cell/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/16k_me_storage_component.png b/static/browse/applied_energistics_2/16k_me_storage_component/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/16k_me_storage_component.png rename to static/browse/applied_energistics_2/16k_me_storage_component/icon.png diff --git a/prerender/browse/applied_energistics_2/16k_me_storage_component/index.html b/static/browse/applied_energistics_2/16k_me_storage_component/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/16k_me_storage_component/index.html rename to static/browse/applied_energistics_2/16k_me_storage_component/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/1k_crafting_storage.png b/static/browse/applied_energistics_2/1k_crafting_storage/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/1k_crafting_storage.png rename to static/browse/applied_energistics_2/1k_crafting_storage/icon.png diff --git a/prerender/browse/applied_energistics_2/1k_crafting_storage/index.html b/static/browse/applied_energistics_2/1k_crafting_storage/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/1k_crafting_storage/index.html rename to static/browse/applied_energistics_2/1k_crafting_storage/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/1k_me_storage_cell.png b/static/browse/applied_energistics_2/1k_me_storage_cell/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/1k_me_storage_cell.png rename to static/browse/applied_energistics_2/1k_me_storage_cell/icon.png diff --git a/prerender/browse/applied_energistics_2/1k_me_storage_cell/index.html b/static/browse/applied_energistics_2/1k_me_storage_cell/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/1k_me_storage_cell/index.html rename to static/browse/applied_energistics_2/1k_me_storage_cell/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/1k_me_storage_component.png b/static/browse/applied_energistics_2/1k_me_storage_component/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/1k_me_storage_component.png rename to static/browse/applied_energistics_2/1k_me_storage_component/icon.png diff --git a/prerender/browse/applied_energistics_2/1k_me_storage_component/index.html b/static/browse/applied_energistics_2/1k_me_storage_component/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/1k_me_storage_component/index.html rename to static/browse/applied_energistics_2/1k_me_storage_component/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/2_spatial_component.png b/static/browse/applied_energistics_2/2_spatial_component/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/2_spatial_component.png rename to static/browse/applied_energistics_2/2_spatial_component/icon.png diff --git a/prerender/browse/applied_energistics_2/2_spatial_component/index.html b/static/browse/applied_energistics_2/2_spatial_component/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/2_spatial_component/index.html rename to static/browse/applied_energistics_2/2_spatial_component/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/2_spatial_storage_cell.png b/static/browse/applied_energistics_2/2_spatial_storage_cell/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/2_spatial_storage_cell.png rename to static/browse/applied_energistics_2/2_spatial_storage_cell/icon.png diff --git a/prerender/browse/applied_energistics_2/2_spatial_storage_cell/index.html b/static/browse/applied_energistics_2/2_spatial_storage_cell/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/2_spatial_storage_cell/index.html rename to static/browse/applied_energistics_2/2_spatial_storage_cell/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/4k_crafting_storage.png b/static/browse/applied_energistics_2/4k_crafting_storage/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/4k_crafting_storage.png rename to static/browse/applied_energistics_2/4k_crafting_storage/icon.png diff --git a/prerender/browse/applied_energistics_2/4k_crafting_storage/index.html b/static/browse/applied_energistics_2/4k_crafting_storage/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/4k_crafting_storage/index.html rename to static/browse/applied_energistics_2/4k_crafting_storage/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/4k_me_storage_cell.png b/static/browse/applied_energistics_2/4k_me_storage_cell/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/4k_me_storage_cell.png rename to static/browse/applied_energistics_2/4k_me_storage_cell/icon.png diff --git a/prerender/browse/applied_energistics_2/4k_me_storage_cell/index.html b/static/browse/applied_energistics_2/4k_me_storage_cell/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/4k_me_storage_cell/index.html rename to static/browse/applied_energistics_2/4k_me_storage_cell/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/4k_me_storage_component.png b/static/browse/applied_energistics_2/4k_me_storage_component/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/4k_me_storage_component.png rename to static/browse/applied_energistics_2/4k_me_storage_component/icon.png diff --git a/prerender/browse/applied_energistics_2/4k_me_storage_component/index.html b/static/browse/applied_energistics_2/4k_me_storage_component/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/4k_me_storage_component/index.html rename to static/browse/applied_energistics_2/4k_me_storage_component/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/64k_crafting_storage.png b/static/browse/applied_energistics_2/64k_crafting_storage/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/64k_crafting_storage.png rename to static/browse/applied_energistics_2/64k_crafting_storage/icon.png diff --git a/prerender/browse/applied_energistics_2/64k_crafting_storage/index.html b/static/browse/applied_energistics_2/64k_crafting_storage/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/64k_crafting_storage/index.html rename to static/browse/applied_energistics_2/64k_crafting_storage/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/64k_me_storage_cell.png b/static/browse/applied_energistics_2/64k_me_storage_cell/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/64k_me_storage_cell.png rename to static/browse/applied_energistics_2/64k_me_storage_cell/icon.png diff --git a/prerender/browse/applied_energistics_2/64k_me_storage_cell/index.html b/static/browse/applied_energistics_2/64k_me_storage_cell/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/64k_me_storage_cell/index.html rename to static/browse/applied_energistics_2/64k_me_storage_cell/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/64k_me_storage_component.png b/static/browse/applied_energistics_2/64k_me_storage_component/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/64k_me_storage_component.png rename to static/browse/applied_energistics_2/64k_me_storage_component/icon.png diff --git a/prerender/browse/applied_energistics_2/64k_me_storage_component/index.html b/static/browse/applied_energistics_2/64k_me_storage_component/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/64k_me_storage_component/index.html rename to static/browse/applied_energistics_2/64k_me_storage_component/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/acceleration_card.png b/static/browse/applied_energistics_2/acceleration_card/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/acceleration_card.png rename to static/browse/applied_energistics_2/acceleration_card/icon.png diff --git a/prerender/browse/applied_energistics_2/acceleration_card/index.html b/static/browse/applied_energistics_2/acceleration_card/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/acceleration_card/index.html rename to static/browse/applied_energistics_2/acceleration_card/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/advanced_card.png b/static/browse/applied_energistics_2/advanced_card/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/advanced_card.png rename to static/browse/applied_energistics_2/advanced_card/icon.png diff --git a/prerender/browse/applied_energistics_2/advanced_card/index.html b/static/browse/applied_energistics_2/advanced_card/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/advanced_card/index.html rename to static/browse/applied_energistics_2/advanced_card/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/annihilation_core.png b/static/browse/applied_energistics_2/annihilation_core/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/annihilation_core.png rename to static/browse/applied_energistics_2/annihilation_core/icon.png diff --git a/prerender/browse/applied_energistics_2/annihilation_core/index.html b/static/browse/applied_energistics_2/annihilation_core/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/annihilation_core/index.html rename to static/browse/applied_energistics_2/annihilation_core/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/basic_card.png b/static/browse/applied_energistics_2/basic_card/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/basic_card.png rename to static/browse/applied_energistics_2/basic_card/icon.png diff --git a/prerender/browse/applied_energistics_2/basic_card/index.html b/static/browse/applied_energistics_2/basic_card/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/basic_card/index.html rename to static/browse/applied_energistics_2/basic_card/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/biometric_card.png b/static/browse/applied_energistics_2/biometric_card/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/biometric_card.png rename to static/browse/applied_energistics_2/biometric_card/icon.png diff --git a/prerender/browse/applied_energistics_2/biometric_card/index.html b/static/browse/applied_energistics_2/biometric_card/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/biometric_card/index.html rename to static/browse/applied_energistics_2/biometric_card/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/blank_pattern.png b/static/browse/applied_energistics_2/blank_pattern/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/blank_pattern.png rename to static/browse/applied_energistics_2/blank_pattern/icon.png diff --git a/prerender/browse/applied_energistics_2/blank_pattern/index.html b/static/browse/applied_energistics_2/blank_pattern/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/blank_pattern/index.html rename to static/browse/applied_energistics_2/blank_pattern/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/bright_illuminated_panel.png b/static/browse/applied_energistics_2/bright_illuminated_panel/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/bright_illuminated_panel.png rename to static/browse/applied_energistics_2/bright_illuminated_panel/icon.png diff --git a/prerender/browse/applied_energistics_2/bright_illuminated_panel/index.html b/static/browse/applied_energistics_2/bright_illuminated_panel/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/bright_illuminated_panel/index.html rename to static/browse/applied_energistics_2/bright_illuminated_panel/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/cable_anchor.png b/static/browse/applied_energistics_2/cable_anchor/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/cable_anchor.png rename to static/browse/applied_energistics_2/cable_anchor/icon.png diff --git a/prerender/browse/applied_energistics_2/cable_anchor/index.html b/static/browse/applied_energistics_2/cable_anchor/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/cable_anchor/index.html rename to static/browse/applied_energistics_2/cable_anchor/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/cable_facade_stone.png b/static/browse/applied_energistics_2/cable_facade_stone/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/cable_facade_stone.png rename to static/browse/applied_energistics_2/cable_facade_stone/icon.png diff --git a/prerender/browse/applied_energistics_2/cable_facade_stone/index.html b/static/browse/applied_energistics_2/cable_facade_stone/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/cable_facade_stone/index.html rename to static/browse/applied_energistics_2/cable_facade_stone/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/calculation_processor.png b/static/browse/applied_energistics_2/calculation_processor/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/calculation_processor.png rename to static/browse/applied_energistics_2/calculation_processor/icon.png diff --git a/prerender/browse/applied_energistics_2/calculation_processor/index.html b/static/browse/applied_energistics_2/calculation_processor/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/calculation_processor/index.html rename to static/browse/applied_energistics_2/calculation_processor/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/capacity_card.png b/static/browse/applied_energistics_2/capacity_card/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/capacity_card.png rename to static/browse/applied_energistics_2/capacity_card/icon.png diff --git a/prerender/browse/applied_energistics_2/capacity_card/index.html b/static/browse/applied_energistics_2/capacity_card/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/capacity_card/index.html rename to static/browse/applied_energistics_2/capacity_card/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/cell_workbench.png b/static/browse/applied_energistics_2/cell_workbench/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/cell_workbench.png rename to static/browse/applied_energistics_2/cell_workbench/icon.png diff --git a/prerender/browse/applied_energistics_2/cell_workbench/index.html b/static/browse/applied_energistics_2/cell_workbench/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/cell_workbench/index.html rename to static/browse/applied_energistics_2/cell_workbench/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_axe.png b/static/browse/applied_energistics_2/certus_quartz_axe/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_axe.png rename to static/browse/applied_energistics_2/certus_quartz_axe/icon.png diff --git a/prerender/browse/applied_energistics_2/certus_quartz_axe/index.html b/static/browse/applied_energistics_2/certus_quartz_axe/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/certus_quartz_axe/index.html rename to static/browse/applied_energistics_2/certus_quartz_axe/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_block.png b/static/browse/applied_energistics_2/certus_quartz_block/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_block.png rename to static/browse/applied_energistics_2/certus_quartz_block/icon.png diff --git a/prerender/browse/applied_energistics_2/certus_quartz_block/index.html b/static/browse/applied_energistics_2/certus_quartz_block/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/certus_quartz_block/index.html rename to static/browse/applied_energistics_2/certus_quartz_block/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_crystal.png b/static/browse/applied_energistics_2/certus_quartz_crystal/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_crystal.png rename to static/browse/applied_energistics_2/certus_quartz_crystal/icon.png diff --git a/prerender/browse/applied_energistics_2/certus_quartz_crystal/index.html b/static/browse/applied_energistics_2/certus_quartz_crystal/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/certus_quartz_crystal/index.html rename to static/browse/applied_energistics_2/certus_quartz_crystal/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_cutting_knife.png b/static/browse/applied_energistics_2/certus_quartz_cutting_knife/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_cutting_knife.png rename to static/browse/applied_energistics_2/certus_quartz_cutting_knife/icon.png diff --git a/prerender/browse/applied_energistics_2/certus_quartz_cutting_knife/index.html b/static/browse/applied_energistics_2/certus_quartz_cutting_knife/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/certus_quartz_cutting_knife/index.html rename to static/browse/applied_energistics_2/certus_quartz_cutting_knife/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_dust.png b/static/browse/applied_energistics_2/certus_quartz_dust/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_dust.png rename to static/browse/applied_energistics_2/certus_quartz_dust/icon.png diff --git a/prerender/browse/applied_energistics_2/certus_quartz_dust/index.html b/static/browse/applied_energistics_2/certus_quartz_dust/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/certus_quartz_dust/index.html rename to static/browse/applied_energistics_2/certus_quartz_dust/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_hoe.png b/static/browse/applied_energistics_2/certus_quartz_hoe/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_hoe.png rename to static/browse/applied_energistics_2/certus_quartz_hoe/icon.png diff --git a/prerender/browse/applied_energistics_2/certus_quartz_hoe/index.html b/static/browse/applied_energistics_2/certus_quartz_hoe/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/certus_quartz_hoe/index.html rename to static/browse/applied_energistics_2/certus_quartz_hoe/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_ore.png b/static/browse/applied_energistics_2/certus_quartz_ore/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_ore.png rename to static/browse/applied_energistics_2/certus_quartz_ore/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_pickaxe.png b/static/browse/applied_energistics_2/certus_quartz_pickaxe/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_pickaxe.png rename to static/browse/applied_energistics_2/certus_quartz_pickaxe/icon.png diff --git a/prerender/browse/applied_energistics_2/certus_quartz_pickaxe/index.html b/static/browse/applied_energistics_2/certus_quartz_pickaxe/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/certus_quartz_pickaxe/index.html rename to static/browse/applied_energistics_2/certus_quartz_pickaxe/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_pillar.png b/static/browse/applied_energistics_2/certus_quartz_pillar/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_pillar.png rename to static/browse/applied_energistics_2/certus_quartz_pillar/icon.png diff --git a/prerender/browse/applied_energistics_2/certus_quartz_pillar/index.html b/static/browse/applied_energistics_2/certus_quartz_pillar/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/certus_quartz_pillar/index.html rename to static/browse/applied_energistics_2/certus_quartz_pillar/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_seed.png b/static/browse/applied_energistics_2/certus_quartz_seed/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_seed.png rename to static/browse/applied_energistics_2/certus_quartz_seed/icon.png diff --git a/prerender/browse/applied_energistics_2/certus_quartz_seed/index.html b/static/browse/applied_energistics_2/certus_quartz_seed/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/certus_quartz_seed/index.html rename to static/browse/applied_energistics_2/certus_quartz_seed/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_shovel.png b/static/browse/applied_energistics_2/certus_quartz_shovel/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_shovel.png rename to static/browse/applied_energistics_2/certus_quartz_shovel/icon.png diff --git a/prerender/browse/applied_energistics_2/certus_quartz_shovel/index.html b/static/browse/applied_energistics_2/certus_quartz_shovel/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/certus_quartz_shovel/index.html rename to static/browse/applied_energistics_2/certus_quartz_shovel/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_sword.png b/static/browse/applied_energistics_2/certus_quartz_sword/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_sword.png rename to static/browse/applied_energistics_2/certus_quartz_sword/icon.png diff --git a/prerender/browse/applied_energistics_2/certus_quartz_sword/index.html b/static/browse/applied_energistics_2/certus_quartz_sword/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/certus_quartz_sword/index.html rename to static/browse/applied_energistics_2/certus_quartz_sword/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_wrench.png b/static/browse/applied_energistics_2/certus_quartz_wrench/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/certus_quartz_wrench.png rename to static/browse/applied_energistics_2/certus_quartz_wrench/icon.png diff --git a/prerender/browse/applied_energistics_2/certus_quartz_wrench/index.html b/static/browse/applied_energistics_2/certus_quartz_wrench/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/certus_quartz_wrench/index.html rename to static/browse/applied_energistics_2/certus_quartz_wrench/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/charged_certus_quartz_crystal.png b/static/browse/applied_energistics_2/charged_certus_quartz_crystal/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/charged_certus_quartz_crystal.png rename to static/browse/applied_energistics_2/charged_certus_quartz_crystal/icon.png diff --git a/prerender/browse/applied_energistics_2/charged_certus_quartz_crystal/index.html b/static/browse/applied_energistics_2/charged_certus_quartz_crystal/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/charged_certus_quartz_crystal/index.html rename to static/browse/applied_energistics_2/charged_certus_quartz_crystal/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/charged_certus_quartz_ore.png b/static/browse/applied_energistics_2/charged_certus_quartz_ore/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/charged_certus_quartz_ore.png rename to static/browse/applied_energistics_2/charged_certus_quartz_ore/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/charged_quartz_fixture.png b/static/browse/applied_energistics_2/charged_quartz_fixture/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/charged_quartz_fixture.png rename to static/browse/applied_energistics_2/charged_quartz_fixture/icon.png diff --git a/prerender/browse/applied_energistics_2/charged_quartz_fixture/index.html b/static/browse/applied_energistics_2/charged_quartz_fixture/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/charged_quartz_fixture/index.html rename to static/browse/applied_energistics_2/charged_quartz_fixture/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/charged_staff.png b/static/browse/applied_energistics_2/charged_staff/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/charged_staff.png rename to static/browse/applied_energistics_2/charged_staff/icon.png diff --git a/prerender/browse/applied_energistics_2/charged_staff/index.html b/static/browse/applied_energistics_2/charged_staff/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/charged_staff/index.html rename to static/browse/applied_energistics_2/charged_staff/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/charger.png b/static/browse/applied_energistics_2/charger/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/charger.png rename to static/browse/applied_energistics_2/charger/icon.png diff --git a/prerender/browse/applied_energistics_2/charger/index.html b/static/browse/applied_energistics_2/charger/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/charger/index.html rename to static/browse/applied_energistics_2/charger/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/chiseled_certus_quartz_block.png b/static/browse/applied_energistics_2/chiseled_certus_quartz_block/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/chiseled_certus_quartz_block.png rename to static/browse/applied_energistics_2/chiseled_certus_quartz_block/icon.png diff --git a/prerender/browse/applied_energistics_2/chiseled_certus_quartz_block/index.html b/static/browse/applied_energistics_2/chiseled_certus_quartz_block/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/chiseled_certus_quartz_block/index.html rename to static/browse/applied_energistics_2/chiseled_certus_quartz_block/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/color_applicator.png b/static/browse/applied_energistics_2/color_applicator/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/color_applicator.png rename to static/browse/applied_energistics_2/color_applicator/icon.png diff --git a/prerender/browse/applied_energistics_2/color_applicator/index.html b/static/browse/applied_energistics_2/color_applicator/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/color_applicator/index.html rename to static/browse/applied_energistics_2/color_applicator/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/crafting_card.png b/static/browse/applied_energistics_2/crafting_card/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/crafting_card.png rename to static/browse/applied_energistics_2/crafting_card/icon.png diff --git a/prerender/browse/applied_energistics_2/crafting_card/index.html b/static/browse/applied_energistics_2/crafting_card/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/crafting_card/index.html rename to static/browse/applied_energistics_2/crafting_card/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/crafting_co_processing_unit.png b/static/browse/applied_energistics_2/crafting_co_processing_unit/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/crafting_co_processing_unit.png rename to static/browse/applied_energistics_2/crafting_co_processing_unit/icon.png diff --git a/prerender/browse/applied_energistics_2/crafting_co_processing_unit/index.html b/static/browse/applied_energistics_2/crafting_co_processing_unit/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/crafting_co_processing_unit/index.html rename to static/browse/applied_energistics_2/crafting_co_processing_unit/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/crafting_monitor.png b/static/browse/applied_energistics_2/crafting_monitor/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/crafting_monitor.png rename to static/browse/applied_energistics_2/crafting_monitor/icon.png diff --git a/prerender/browse/applied_energistics_2/crafting_monitor/index.html b/static/browse/applied_energistics_2/crafting_monitor/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/crafting_monitor/index.html rename to static/browse/applied_energistics_2/crafting_monitor/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/crafting_unit.png b/static/browse/applied_energistics_2/crafting_unit/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/crafting_unit.png rename to static/browse/applied_energistics_2/crafting_unit/icon.png diff --git a/prerender/browse/applied_energistics_2/crafting_unit/index.html b/static/browse/applied_energistics_2/crafting_unit/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/crafting_unit/index.html rename to static/browse/applied_energistics_2/crafting_unit/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/crystal_growth_accelerator.png b/static/browse/applied_energistics_2/crystal_growth_accelerator/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/crystal_growth_accelerator.png rename to static/browse/applied_energistics_2/crystal_growth_accelerator/icon.png diff --git a/prerender/browse/applied_energistics_2/crystal_growth_accelerator/index.html b/static/browse/applied_energistics_2/crystal_growth_accelerator/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/crystal_growth_accelerator/index.html rename to static/browse/applied_energistics_2/crystal_growth_accelerator/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/dark_illuminated_panel.png b/static/browse/applied_energistics_2/dark_illuminated_panel/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/dark_illuminated_panel.png rename to static/browse/applied_energistics_2/dark_illuminated_panel/icon.png diff --git a/prerender/browse/applied_energistics_2/dark_illuminated_panel/index.html b/static/browse/applied_energistics_2/dark_illuminated_panel/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/dark_illuminated_panel/index.html rename to static/browse/applied_energistics_2/dark_illuminated_panel/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/dense_energy_cell.png b/static/browse/applied_energistics_2/dense_energy_cell/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/dense_energy_cell.png rename to static/browse/applied_energistics_2/dense_energy_cell/icon.png diff --git a/prerender/browse/applied_energistics_2/dense_energy_cell/index.html b/static/browse/applied_energistics_2/dense_energy_cell/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/dense_energy_cell/index.html rename to static/browse/applied_energistics_2/dense_energy_cell/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/encoded_pattern.png b/static/browse/applied_energistics_2/encoded_pattern/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/encoded_pattern.png rename to static/browse/applied_energistics_2/encoded_pattern/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/ender_dust.png b/static/browse/applied_energistics_2/ender_dust/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/ender_dust.png rename to static/browse/applied_energistics_2/ender_dust/icon.png diff --git a/prerender/browse/applied_energistics_2/ender_dust/index.html b/static/browse/applied_energistics_2/ender_dust/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/ender_dust/index.html rename to static/browse/applied_energistics_2/ender_dust/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/energy_acceptor.png b/static/browse/applied_energistics_2/energy_acceptor/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/energy_acceptor.png rename to static/browse/applied_energistics_2/energy_acceptor/icon.png diff --git a/prerender/browse/applied_energistics_2/energy_acceptor/index.html b/static/browse/applied_energistics_2/energy_acceptor/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/energy_acceptor/index.html rename to static/browse/applied_energistics_2/energy_acceptor/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/energy_cell.png b/static/browse/applied_energistics_2/energy_cell/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/energy_cell.png rename to static/browse/applied_energistics_2/energy_cell/icon.png diff --git a/prerender/browse/applied_energistics_2/energy_cell/index.html b/static/browse/applied_energistics_2/energy_cell/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/energy_cell/index.html rename to static/browse/applied_energistics_2/energy_cell/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/engineering_processor.png b/static/browse/applied_energistics_2/engineering_processor/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/engineering_processor.png rename to static/browse/applied_energistics_2/engineering_processor/icon.png diff --git a/prerender/browse/applied_energistics_2/engineering_processor/index.html b/static/browse/applied_energistics_2/engineering_processor/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/engineering_processor/index.html rename to static/browse/applied_energistics_2/engineering_processor/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/entropy_manipulator.png b/static/browse/applied_energistics_2/entropy_manipulator/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/entropy_manipulator.png rename to static/browse/applied_energistics_2/entropy_manipulator/icon.png diff --git a/prerender/browse/applied_energistics_2/entropy_manipulator/index.html b/static/browse/applied_energistics_2/entropy_manipulator/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/entropy_manipulator/index.html rename to static/browse/applied_energistics_2/entropy_manipulator/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/flour.png b/static/browse/applied_energistics_2/flour/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/flour.png rename to static/browse/applied_energistics_2/flour/icon.png diff --git a/prerender/browse/applied_energistics_2/flour/index.html b/static/browse/applied_energistics_2/flour/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/flour/index.html rename to static/browse/applied_energistics_2/flour/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/fluix_block.png b/static/browse/applied_energistics_2/fluix_block/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/fluix_block.png rename to static/browse/applied_energistics_2/fluix_block/icon.png diff --git a/prerender/browse/applied_energistics_2/fluix_block/index.html b/static/browse/applied_energistics_2/fluix_block/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/fluix_block/index.html rename to static/browse/applied_energistics_2/fluix_block/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/fluix_crystal.png b/static/browse/applied_energistics_2/fluix_crystal/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/fluix_crystal.png rename to static/browse/applied_energistics_2/fluix_crystal/icon.png diff --git a/prerender/browse/applied_energistics_2/fluix_crystal/index.html b/static/browse/applied_energistics_2/fluix_crystal/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/fluix_crystal/index.html rename to static/browse/applied_energistics_2/fluix_crystal/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/fluix_dust.png b/static/browse/applied_energistics_2/fluix_dust/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/fluix_dust.png rename to static/browse/applied_energistics_2/fluix_dust/icon.png diff --git a/prerender/browse/applied_energistics_2/fluix_dust/index.html b/static/browse/applied_energistics_2/fluix_dust/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/fluix_dust/index.html rename to static/browse/applied_energistics_2/fluix_dust/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/fluix_pearl.png b/static/browse/applied_energistics_2/fluix_pearl/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/fluix_pearl.png rename to static/browse/applied_energistics_2/fluix_pearl/icon.png diff --git a/prerender/browse/applied_energistics_2/fluix_pearl/index.html b/static/browse/applied_energistics_2/fluix_pearl/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/fluix_pearl/index.html rename to static/browse/applied_energistics_2/fluix_pearl/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/fluix_seed.png b/static/browse/applied_energistics_2/fluix_seed/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/fluix_seed.png rename to static/browse/applied_energistics_2/fluix_seed/icon.png diff --git a/prerender/browse/applied_energistics_2/fluix_seed/index.html b/static/browse/applied_energistics_2/fluix_seed/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/fluix_seed/index.html rename to static/browse/applied_energistics_2/fluix_seed/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/formation_core.png b/static/browse/applied_energistics_2/formation_core/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/formation_core.png rename to static/browse/applied_energistics_2/formation_core/icon.png diff --git a/prerender/browse/applied_energistics_2/formation_core/index.html b/static/browse/applied_energistics_2/formation_core/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/formation_core/index.html rename to static/browse/applied_energistics_2/formation_core/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/fuzzy_card.png b/static/browse/applied_energistics_2/fuzzy_card/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/fuzzy_card.png rename to static/browse/applied_energistics_2/fuzzy_card/icon.png diff --git a/prerender/browse/applied_energistics_2/fuzzy_card/index.html b/static/browse/applied_energistics_2/fuzzy_card/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/fuzzy_card/index.html rename to static/browse/applied_energistics_2/fuzzy_card/index.html diff --git a/src/data/applied_energistics_2/logo.png b/static/browse/applied_energistics_2/icon.png similarity index 100% rename from src/data/applied_energistics_2/logo.png rename to static/browse/applied_energistics_2/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/illuminated_panel.png b/static/browse/applied_energistics_2/illuminated_panel/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/illuminated_panel.png rename to static/browse/applied_energistics_2/illuminated_panel/icon.png diff --git a/prerender/browse/applied_energistics_2/illuminated_panel/index.html b/static/browse/applied_energistics_2/illuminated_panel/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/illuminated_panel/index.html rename to static/browse/applied_energistics_2/illuminated_panel/index.html diff --git a/prerender/browse/applied_energistics_2/index.html b/static/browse/applied_energistics_2/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/index.html rename to static/browse/applied_energistics_2/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/inscriber.png b/static/browse/applied_energistics_2/inscriber/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/inscriber.png rename to static/browse/applied_energistics_2/inscriber/icon.png diff --git a/prerender/browse/applied_energistics_2/inscriber/index.html b/static/browse/applied_energistics_2/inscriber/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/inscriber/index.html rename to static/browse/applied_energistics_2/inscriber/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/inscriber_calculation_press.png b/static/browse/applied_energistics_2/inscriber_calculation_press/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/inscriber_calculation_press.png rename to static/browse/applied_energistics_2/inscriber_calculation_press/icon.png diff --git a/prerender/browse/applied_energistics_2/inscriber_calculation_press/index.html b/static/browse/applied_energistics_2/inscriber_calculation_press/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/inscriber_calculation_press/index.html rename to static/browse/applied_energistics_2/inscriber_calculation_press/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/inscriber_engineering_press.png b/static/browse/applied_energistics_2/inscriber_engineering_press/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/inscriber_engineering_press.png rename to static/browse/applied_energistics_2/inscriber_engineering_press/icon.png diff --git a/prerender/browse/applied_energistics_2/inscriber_engineering_press/index.html b/static/browse/applied_energistics_2/inscriber_engineering_press/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/inscriber_engineering_press/index.html rename to static/browse/applied_energistics_2/inscriber_engineering_press/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/inscriber_logic_press.png b/static/browse/applied_energistics_2/inscriber_logic_press/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/inscriber_logic_press.png rename to static/browse/applied_energistics_2/inscriber_logic_press/icon.png diff --git a/prerender/browse/applied_energistics_2/inscriber_logic_press/index.html b/static/browse/applied_energistics_2/inscriber_logic_press/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/inscriber_logic_press/index.html rename to static/browse/applied_energistics_2/inscriber_logic_press/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/inscriber_name_press.png b/static/browse/applied_energistics_2/inscriber_name_press/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/inscriber_name_press.png rename to static/browse/applied_energistics_2/inscriber_name_press/icon.png diff --git a/prerender/browse/applied_energistics_2/inscriber_name_press/index.html b/static/browse/applied_energistics_2/inscriber_name_press/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/inscriber_name_press/index.html rename to static/browse/applied_energistics_2/inscriber_name_press/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/inscriber_silicon_press.png b/static/browse/applied_energistics_2/inscriber_silicon_press/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/inscriber_silicon_press.png rename to static/browse/applied_energistics_2/inscriber_silicon_press/icon.png diff --git a/prerender/browse/applied_energistics_2/inscriber_silicon_press/index.html b/static/browse/applied_energistics_2/inscriber_silicon_press/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/inscriber_silicon_press/index.html rename to static/browse/applied_energistics_2/inscriber_silicon_press/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/inverter_card.png b/static/browse/applied_energistics_2/inverter_card/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/inverter_card.png rename to static/browse/applied_energistics_2/inverter_card/icon.png diff --git a/prerender/browse/applied_energistics_2/inverter_card/index.html b/static/browse/applied_energistics_2/inverter_card/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/inverter_card/index.html rename to static/browse/applied_energistics_2/inverter_card/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/iron_nugget.png b/static/browse/applied_energistics_2/iron_nugget/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/iron_nugget.png rename to static/browse/applied_energistics_2/iron_nugget/icon.png diff --git a/prerender/browse/applied_energistics_2/iron_nugget/index.html b/static/browse/applied_energistics_2/iron_nugget/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/iron_nugget/index.html rename to static/browse/applied_energistics_2/iron_nugget/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/light_detecting_fixture.png b/static/browse/applied_energistics_2/light_detecting_fixture/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/light_detecting_fixture.png rename to static/browse/applied_energistics_2/light_detecting_fixture/icon.png diff --git a/prerender/browse/applied_energistics_2/light_detecting_fixture/index.html b/static/browse/applied_energistics_2/light_detecting_fixture/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/light_detecting_fixture/index.html rename to static/browse/applied_energistics_2/light_detecting_fixture/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/logic_processor.png b/static/browse/applied_energistics_2/logic_processor/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/logic_processor.png rename to static/browse/applied_energistics_2/logic_processor/icon.png diff --git a/prerender/browse/applied_energistics_2/logic_processor/index.html b/static/browse/applied_energistics_2/logic_processor/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/logic_processor/index.html rename to static/browse/applied_energistics_2/logic_processor/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/matter_ball.png b/static/browse/applied_energistics_2/matter_ball/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/matter_ball.png rename to static/browse/applied_energistics_2/matter_ball/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/matter_cannon.png b/static/browse/applied_energistics_2/matter_cannon/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/matter_cannon.png rename to static/browse/applied_energistics_2/matter_cannon/icon.png diff --git a/prerender/browse/applied_energistics_2/matter_cannon/index.html b/static/browse/applied_energistics_2/matter_cannon/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/matter_cannon/index.html rename to static/browse/applied_energistics_2/matter_cannon/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/matter_condenser.png b/static/browse/applied_energistics_2/matter_condenser/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/matter_condenser.png rename to static/browse/applied_energistics_2/matter_condenser/icon.png diff --git a/prerender/browse/applied_energistics_2/matter_condenser/index.html b/static/browse/applied_energistics_2/matter_condenser/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/matter_condenser/index.html rename to static/browse/applied_energistics_2/matter_condenser/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_annihilation_plane.png b/static/browse/applied_energistics_2/me_annihilation_plane/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_annihilation_plane.png rename to static/browse/applied_energistics_2/me_annihilation_plane/icon.png diff --git a/prerender/browse/applied_energistics_2/me_annihilation_plane/index.html b/static/browse/applied_energistics_2/me_annihilation_plane/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_annihilation_plane/index.html rename to static/browse/applied_energistics_2/me_annihilation_plane/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_chest.png b/static/browse/applied_energistics_2/me_chest/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_chest.png rename to static/browse/applied_energistics_2/me_chest/icon.png diff --git a/prerender/browse/applied_energistics_2/me_chest/index.html b/static/browse/applied_energistics_2/me_chest/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_chest/index.html rename to static/browse/applied_energistics_2/me_chest/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_controller.png b/static/browse/applied_energistics_2/me_controller/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_controller.png rename to static/browse/applied_energistics_2/me_controller/icon.png diff --git a/prerender/browse/applied_energistics_2/me_controller/index.html b/static/browse/applied_energistics_2/me_controller/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_controller/index.html rename to static/browse/applied_energistics_2/me_controller/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_conversion_monitor.png b/static/browse/applied_energistics_2/me_conversion_monitor/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_conversion_monitor.png rename to static/browse/applied_energistics_2/me_conversion_monitor/icon.png diff --git a/prerender/browse/applied_energistics_2/me_conversion_monitor/index.html b/static/browse/applied_energistics_2/me_conversion_monitor/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_conversion_monitor/index.html rename to static/browse/applied_energistics_2/me_conversion_monitor/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_covered_cable.png b/static/browse/applied_energistics_2/me_covered_cable/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_covered_cable.png rename to static/browse/applied_energistics_2/me_covered_cable/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_covered_cable_fluix.png b/static/browse/applied_energistics_2/me_covered_cable_fluix/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_covered_cable_fluix.png rename to static/browse/applied_energistics_2/me_covered_cable_fluix/icon.png diff --git a/prerender/browse/applied_energistics_2/me_covered_cable_fluix/index.html b/static/browse/applied_energistics_2/me_covered_cable_fluix/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_covered_cable_fluix/index.html rename to static/browse/applied_energistics_2/me_covered_cable_fluix/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_crafting_terminal.png b/static/browse/applied_energistics_2/me_crafting_terminal/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_crafting_terminal.png rename to static/browse/applied_energistics_2/me_crafting_terminal/icon.png diff --git a/prerender/browse/applied_energistics_2/me_crafting_terminal/index.html b/static/browse/applied_energistics_2/me_crafting_terminal/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_crafting_terminal/index.html rename to static/browse/applied_energistics_2/me_crafting_terminal/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_dense_cable.png b/static/browse/applied_energistics_2/me_dense_cable/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_dense_cable.png rename to static/browse/applied_energistics_2/me_dense_cable/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_dense_cable_fluix.png b/static/browse/applied_energistics_2/me_dense_cable_fluix/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_dense_cable_fluix.png rename to static/browse/applied_energistics_2/me_dense_cable_fluix/icon.png diff --git a/prerender/browse/applied_energistics_2/me_dense_cable_fluix/index.html b/static/browse/applied_energistics_2/me_dense_cable_fluix/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_dense_cable_fluix/index.html rename to static/browse/applied_energistics_2/me_dense_cable_fluix/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_drive.png b/static/browse/applied_energistics_2/me_drive/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_drive.png rename to static/browse/applied_energistics_2/me_drive/icon.png diff --git a/prerender/browse/applied_energistics_2/me_drive/index.html b/static/browse/applied_energistics_2/me_drive/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_drive/index.html rename to static/browse/applied_energistics_2/me_drive/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_export_bus.png b/static/browse/applied_energistics_2/me_export_bus/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_export_bus.png rename to static/browse/applied_energistics_2/me_export_bus/icon.png diff --git a/prerender/browse/applied_energistics_2/me_export_bus/index.html b/static/browse/applied_energistics_2/me_export_bus/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_export_bus/index.html rename to static/browse/applied_energistics_2/me_export_bus/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_formation_plane.png b/static/browse/applied_energistics_2/me_formation_plane/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_formation_plane.png rename to static/browse/applied_energistics_2/me_formation_plane/icon.png diff --git a/prerender/browse/applied_energistics_2/me_formation_plane/index.html b/static/browse/applied_energistics_2/me_formation_plane/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_formation_plane/index.html rename to static/browse/applied_energistics_2/me_formation_plane/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_glass_cable.png b/static/browse/applied_energistics_2/me_glass_cable/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_glass_cable.png rename to static/browse/applied_energistics_2/me_glass_cable/icon.png diff --git a/prerender/browse/applied_energistics_2/me_glass_cable/index.html b/static/browse/applied_energistics_2/me_glass_cable/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_glass_cable/index.html rename to static/browse/applied_energistics_2/me_glass_cable/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_import_bus.png b/static/browse/applied_energistics_2/me_import_bus/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_import_bus.png rename to static/browse/applied_energistics_2/me_import_bus/icon.png diff --git a/prerender/browse/applied_energistics_2/me_import_bus/index.html b/static/browse/applied_energistics_2/me_import_bus/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_import_bus/index.html rename to static/browse/applied_energistics_2/me_import_bus/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_interface.png b/static/browse/applied_energistics_2/me_interface/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_interface.png rename to static/browse/applied_energistics_2/me_interface/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_interface_block.png b/static/browse/applied_energistics_2/me_interface_block/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_interface_block.png rename to static/browse/applied_energistics_2/me_interface_block/icon.png diff --git a/prerender/browse/applied_energistics_2/me_interface_block/index.html b/static/browse/applied_energistics_2/me_interface_block/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_interface_block/index.html rename to static/browse/applied_energistics_2/me_interface_block/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_interface_panel.png b/static/browse/applied_energistics_2/me_interface_panel/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_interface_panel.png rename to static/browse/applied_energistics_2/me_interface_panel/icon.png diff --git a/prerender/browse/applied_energistics_2/me_interface_panel/index.html b/static/browse/applied_energistics_2/me_interface_panel/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_interface_panel/index.html rename to static/browse/applied_energistics_2/me_interface_panel/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_interface_terminal.png b/static/browse/applied_energistics_2/me_interface_terminal/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_interface_terminal.png rename to static/browse/applied_energistics_2/me_interface_terminal/icon.png diff --git a/prerender/browse/applied_energistics_2/me_interface_terminal/index.html b/static/browse/applied_energistics_2/me_interface_terminal/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_interface_terminal/index.html rename to static/browse/applied_energistics_2/me_interface_terminal/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_inverted_toggle_bus.png b/static/browse/applied_energistics_2/me_inverted_toggle_bus/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_inverted_toggle_bus.png rename to static/browse/applied_energistics_2/me_inverted_toggle_bus/icon.png diff --git a/prerender/browse/applied_energistics_2/me_inverted_toggle_bus/index.html b/static/browse/applied_energistics_2/me_inverted_toggle_bus/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_inverted_toggle_bus/index.html rename to static/browse/applied_energistics_2/me_inverted_toggle_bus/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_io_port.png b/static/browse/applied_energistics_2/me_io_port/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_io_port.png rename to static/browse/applied_energistics_2/me_io_port/icon.png diff --git a/prerender/browse/applied_energistics_2/me_io_port/index.html b/static/browse/applied_energistics_2/me_io_port/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_io_port/index.html rename to static/browse/applied_energistics_2/me_io_port/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_level_emitter.png b/static/browse/applied_energistics_2/me_level_emitter/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_level_emitter.png rename to static/browse/applied_energistics_2/me_level_emitter/icon.png diff --git a/prerender/browse/applied_energistics_2/me_level_emitter/index.html b/static/browse/applied_energistics_2/me_level_emitter/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_level_emitter/index.html rename to static/browse/applied_energistics_2/me_level_emitter/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_pattern_terminal.png b/static/browse/applied_energistics_2/me_pattern_terminal/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_pattern_terminal.png rename to static/browse/applied_energistics_2/me_pattern_terminal/icon.png diff --git a/prerender/browse/applied_energistics_2/me_pattern_terminal/index.html b/static/browse/applied_energistics_2/me_pattern_terminal/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_pattern_terminal/index.html rename to static/browse/applied_energistics_2/me_pattern_terminal/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_quantum_link_chamber.png b/static/browse/applied_energistics_2/me_quantum_link_chamber/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_quantum_link_chamber.png rename to static/browse/applied_energistics_2/me_quantum_link_chamber/icon.png diff --git a/prerender/browse/applied_energistics_2/me_quantum_link_chamber/index.html b/static/browse/applied_energistics_2/me_quantum_link_chamber/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_quantum_link_chamber/index.html rename to static/browse/applied_energistics_2/me_quantum_link_chamber/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_quantum_ring.png b/static/browse/applied_energistics_2/me_quantum_ring/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_quantum_ring.png rename to static/browse/applied_energistics_2/me_quantum_ring/icon.png diff --git a/prerender/browse/applied_energistics_2/me_quantum_ring/index.html b/static/browse/applied_energistics_2/me_quantum_ring/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_quantum_ring/index.html rename to static/browse/applied_energistics_2/me_quantum_ring/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_security_terminal.png b/static/browse/applied_energistics_2/me_security_terminal/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_security_terminal.png rename to static/browse/applied_energistics_2/me_security_terminal/icon.png diff --git a/prerender/browse/applied_energistics_2/me_security_terminal/index.html b/static/browse/applied_energistics_2/me_security_terminal/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_security_terminal/index.html rename to static/browse/applied_energistics_2/me_security_terminal/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_smart_cable.png b/static/browse/applied_energistics_2/me_smart_cable/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_smart_cable.png rename to static/browse/applied_energistics_2/me_smart_cable/icon.png diff --git a/prerender/browse/applied_energistics_2/me_smart_cable/index.html b/static/browse/applied_energistics_2/me_smart_cable/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_smart_cable/index.html rename to static/browse/applied_energistics_2/me_smart_cable/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_storage_bus.png b/static/browse/applied_energistics_2/me_storage_bus/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_storage_bus.png rename to static/browse/applied_energistics_2/me_storage_bus/icon.png diff --git a/prerender/browse/applied_energistics_2/me_storage_bus/index.html b/static/browse/applied_energistics_2/me_storage_bus/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_storage_bus/index.html rename to static/browse/applied_energistics_2/me_storage_bus/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_storage_housing.png b/static/browse/applied_energistics_2/me_storage_housing/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_storage_housing.png rename to static/browse/applied_energistics_2/me_storage_housing/icon.png diff --git a/prerender/browse/applied_energistics_2/me_storage_housing/index.html b/static/browse/applied_energistics_2/me_storage_housing/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_storage_housing/index.html rename to static/browse/applied_energistics_2/me_storage_housing/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_storage_monitor.png b/static/browse/applied_energistics_2/me_storage_monitor/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_storage_monitor.png rename to static/browse/applied_energistics_2/me_storage_monitor/icon.png diff --git a/prerender/browse/applied_energistics_2/me_storage_monitor/index.html b/static/browse/applied_energistics_2/me_storage_monitor/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_storage_monitor/index.html rename to static/browse/applied_energistics_2/me_storage_monitor/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_terminal.png b/static/browse/applied_energistics_2/me_terminal/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_terminal.png rename to static/browse/applied_energistics_2/me_terminal/icon.png diff --git a/prerender/browse/applied_energistics_2/me_terminal/index.html b/static/browse/applied_energistics_2/me_terminal/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_terminal/index.html rename to static/browse/applied_energistics_2/me_terminal/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_toggle_bus.png b/static/browse/applied_energistics_2/me_toggle_bus/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_toggle_bus.png rename to static/browse/applied_energistics_2/me_toggle_bus/icon.png diff --git a/prerender/browse/applied_energistics_2/me_toggle_bus/index.html b/static/browse/applied_energistics_2/me_toggle_bus/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_toggle_bus/index.html rename to static/browse/applied_energistics_2/me_toggle_bus/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/me_wireless_access_point.png b/static/browse/applied_energistics_2/me_wireless_access_point/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/me_wireless_access_point.png rename to static/browse/applied_energistics_2/me_wireless_access_point/icon.png diff --git a/prerender/browse/applied_energistics_2/me_wireless_access_point/index.html b/static/browse/applied_energistics_2/me_wireless_access_point/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/me_wireless_access_point/index.html rename to static/browse/applied_energistics_2/me_wireless_access_point/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/memory_card.png b/static/browse/applied_energistics_2/memory_card/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/memory_card.png rename to static/browse/applied_energistics_2/memory_card/icon.png diff --git a/prerender/browse/applied_energistics_2/memory_card/index.html b/static/browse/applied_energistics_2/memory_card/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/memory_card/index.html rename to static/browse/applied_energistics_2/memory_card/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/meteorite_compass.png b/static/browse/applied_energistics_2/meteorite_compass/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/meteorite_compass.png rename to static/browse/applied_energistics_2/meteorite_compass/icon.png diff --git a/prerender/browse/applied_energistics_2/meteorite_compass/index.html b/static/browse/applied_energistics_2/meteorite_compass/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/meteorite_compass/index.html rename to static/browse/applied_energistics_2/meteorite_compass/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/molecular_assembler.png b/static/browse/applied_energistics_2/molecular_assembler/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/molecular_assembler.png rename to static/browse/applied_energistics_2/molecular_assembler/icon.png diff --git a/prerender/browse/applied_energistics_2/molecular_assembler/index.html b/static/browse/applied_energistics_2/molecular_assembler/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/molecular_assembler/index.html rename to static/browse/applied_energistics_2/molecular_assembler/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_axe.png b/static/browse/applied_energistics_2/nether_quartz_axe/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_axe.png rename to static/browse/applied_energistics_2/nether_quartz_axe/icon.png diff --git a/prerender/browse/applied_energistics_2/nether_quartz_axe/index.html b/static/browse/applied_energistics_2/nether_quartz_axe/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/nether_quartz_axe/index.html rename to static/browse/applied_energistics_2/nether_quartz_axe/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_cutting_knife.png b/static/browse/applied_energistics_2/nether_quartz_cutting_knife/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_cutting_knife.png rename to static/browse/applied_energistics_2/nether_quartz_cutting_knife/icon.png diff --git a/prerender/browse/applied_energistics_2/nether_quartz_cutting_knife/index.html b/static/browse/applied_energistics_2/nether_quartz_cutting_knife/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/nether_quartz_cutting_knife/index.html rename to static/browse/applied_energistics_2/nether_quartz_cutting_knife/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_dust.png b/static/browse/applied_energistics_2/nether_quartz_dust/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_dust.png rename to static/browse/applied_energistics_2/nether_quartz_dust/icon.png diff --git a/prerender/browse/applied_energistics_2/nether_quartz_dust/index.html b/static/browse/applied_energistics_2/nether_quartz_dust/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/nether_quartz_dust/index.html rename to static/browse/applied_energistics_2/nether_quartz_dust/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_hoe.png b/static/browse/applied_energistics_2/nether_quartz_hoe/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_hoe.png rename to static/browse/applied_energistics_2/nether_quartz_hoe/icon.png diff --git a/prerender/browse/applied_energistics_2/nether_quartz_hoe/index.html b/static/browse/applied_energistics_2/nether_quartz_hoe/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/nether_quartz_hoe/index.html rename to static/browse/applied_energistics_2/nether_quartz_hoe/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_pickaxe.png b/static/browse/applied_energistics_2/nether_quartz_pickaxe/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_pickaxe.png rename to static/browse/applied_energistics_2/nether_quartz_pickaxe/icon.png diff --git a/prerender/browse/applied_energistics_2/nether_quartz_pickaxe/index.html b/static/browse/applied_energistics_2/nether_quartz_pickaxe/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/nether_quartz_pickaxe/index.html rename to static/browse/applied_energistics_2/nether_quartz_pickaxe/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_seed.png b/static/browse/applied_energistics_2/nether_quartz_seed/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_seed.png rename to static/browse/applied_energistics_2/nether_quartz_seed/icon.png diff --git a/prerender/browse/applied_energistics_2/nether_quartz_seed/index.html b/static/browse/applied_energistics_2/nether_quartz_seed/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/nether_quartz_seed/index.html rename to static/browse/applied_energistics_2/nether_quartz_seed/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_shovel.png b/static/browse/applied_energistics_2/nether_quartz_shovel/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_shovel.png rename to static/browse/applied_energistics_2/nether_quartz_shovel/icon.png diff --git a/prerender/browse/applied_energistics_2/nether_quartz_shovel/index.html b/static/browse/applied_energistics_2/nether_quartz_shovel/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/nether_quartz_shovel/index.html rename to static/browse/applied_energistics_2/nether_quartz_shovel/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_sword.png b/static/browse/applied_energistics_2/nether_quartz_sword/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_sword.png rename to static/browse/applied_energistics_2/nether_quartz_sword/icon.png diff --git a/prerender/browse/applied_energistics_2/nether_quartz_sword/index.html b/static/browse/applied_energistics_2/nether_quartz_sword/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/nether_quartz_sword/index.html rename to static/browse/applied_energistics_2/nether_quartz_sword/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_wrench.png b/static/browse/applied_energistics_2/nether_quartz_wrench/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/nether_quartz_wrench.png rename to static/browse/applied_energistics_2/nether_quartz_wrench/icon.png diff --git a/prerender/browse/applied_energistics_2/nether_quartz_wrench/index.html b/static/browse/applied_energistics_2/nether_quartz_wrench/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/nether_quartz_wrench/index.html rename to static/browse/applied_energistics_2/nether_quartz_wrench/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/network_tool.png b/static/browse/applied_energistics_2/network_tool/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/network_tool.png rename to static/browse/applied_energistics_2/network_tool/icon.png diff --git a/prerender/browse/applied_energistics_2/network_tool/index.html b/static/browse/applied_energistics_2/network_tool/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/network_tool/index.html rename to static/browse/applied_energistics_2/network_tool/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_fluid.png b/static/browse/applied_energistics_2/p2p_tunnel_fluid/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_fluid.png rename to static/browse/applied_energistics_2/p2p_tunnel_fluid/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_item.png b/static/browse/applied_energistics_2/p2p_tunnel_item/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_item.png rename to static/browse/applied_energistics_2/p2p_tunnel_item/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_light.png b/static/browse/applied_energistics_2/p2p_tunnel_light/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_light.png rename to static/browse/applied_energistics_2/p2p_tunnel_light/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_me.png b/static/browse/applied_energistics_2/p2p_tunnel_me/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_me.png rename to static/browse/applied_energistics_2/p2p_tunnel_me/icon.png diff --git a/prerender/browse/applied_energistics_2/p2p_tunnel_me/index.html b/static/browse/applied_energistics_2/p2p_tunnel_me/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/p2p_tunnel_me/index.html rename to static/browse/applied_energistics_2/p2p_tunnel_me/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_redstone.png b/static/browse/applied_energistics_2/p2p_tunnel_redstone/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_redstone.png rename to static/browse/applied_energistics_2/p2p_tunnel_redstone/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_rf.png b/static/browse/applied_energistics_2/p2p_tunnel_rf/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/p2p_tunnel_rf.png rename to static/browse/applied_energistics_2/p2p_tunnel_rf/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/paint_ball_lumen_white.png b/static/browse/applied_energistics_2/paint_ball_lumen_white/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/paint_ball_lumen_white.png rename to static/browse/applied_energistics_2/paint_ball_lumen_white/icon.png diff --git a/prerender/browse/applied_energistics_2/paint_ball_lumen_white/index.html b/static/browse/applied_energistics_2/paint_ball_lumen_white/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/paint_ball_lumen_white/index.html rename to static/browse/applied_energistics_2/paint_ball_lumen_white/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/paint_ball_white.png b/static/browse/applied_energistics_2/paint_ball_white/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/paint_ball_white.png rename to static/browse/applied_energistics_2/paint_ball_white/icon.png diff --git a/prerender/browse/applied_energistics_2/paint_ball_white/index.html b/static/browse/applied_energistics_2/paint_ball_white/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/paint_ball_white/index.html rename to static/browse/applied_energistics_2/paint_ball_white/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/portable_cell.png b/static/browse/applied_energistics_2/portable_cell/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/portable_cell.png rename to static/browse/applied_energistics_2/portable_cell/icon.png diff --git a/prerender/browse/applied_energistics_2/portable_cell/index.html b/static/browse/applied_energistics_2/portable_cell/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/portable_cell/index.html rename to static/browse/applied_energistics_2/portable_cell/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/printed_calculation_circuit.png b/static/browse/applied_energistics_2/printed_calculation_circuit/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/printed_calculation_circuit.png rename to static/browse/applied_energistics_2/printed_calculation_circuit/icon.png diff --git a/prerender/browse/applied_energistics_2/printed_calculation_circuit/index.html b/static/browse/applied_energistics_2/printed_calculation_circuit/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/printed_calculation_circuit/index.html rename to static/browse/applied_energistics_2/printed_calculation_circuit/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/printed_engineering_circuit.png b/static/browse/applied_energistics_2/printed_engineering_circuit/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/printed_engineering_circuit.png rename to static/browse/applied_energistics_2/printed_engineering_circuit/icon.png diff --git a/prerender/browse/applied_energistics_2/printed_engineering_circuit/index.html b/static/browse/applied_energistics_2/printed_engineering_circuit/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/printed_engineering_circuit/index.html rename to static/browse/applied_energistics_2/printed_engineering_circuit/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/printed_logic_circuit.png b/static/browse/applied_energistics_2/printed_logic_circuit/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/printed_logic_circuit.png rename to static/browse/applied_energistics_2/printed_logic_circuit/icon.png diff --git a/prerender/browse/applied_energistics_2/printed_logic_circuit/index.html b/static/browse/applied_energistics_2/printed_logic_circuit/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/printed_logic_circuit/index.html rename to static/browse/applied_energistics_2/printed_logic_circuit/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/printed_silicon.png b/static/browse/applied_energistics_2/printed_silicon/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/printed_silicon.png rename to static/browse/applied_energistics_2/printed_silicon/icon.png diff --git a/prerender/browse/applied_energistics_2/printed_silicon/index.html b/static/browse/applied_energistics_2/printed_silicon/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/printed_silicon/index.html rename to static/browse/applied_energistics_2/printed_silicon/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/pure_certus_quartz_crystal.png b/static/browse/applied_energistics_2/pure_certus_quartz_crystal/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/pure_certus_quartz_crystal.png rename to static/browse/applied_energistics_2/pure_certus_quartz_crystal/icon.png diff --git a/prerender/browse/applied_energistics_2/pure_certus_quartz_crystal/index.html b/static/browse/applied_energistics_2/pure_certus_quartz_crystal/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/pure_certus_quartz_crystal/index.html rename to static/browse/applied_energistics_2/pure_certus_quartz_crystal/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/pure_fluix_crystal.png b/static/browse/applied_energistics_2/pure_fluix_crystal/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/pure_fluix_crystal.png rename to static/browse/applied_energistics_2/pure_fluix_crystal/icon.png diff --git a/prerender/browse/applied_energistics_2/pure_fluix_crystal/index.html b/static/browse/applied_energistics_2/pure_fluix_crystal/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/pure_fluix_crystal/index.html rename to static/browse/applied_energistics_2/pure_fluix_crystal/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/pure_nether_quartz_crystal.png b/static/browse/applied_energistics_2/pure_nether_quartz_crystal/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/pure_nether_quartz_crystal.png rename to static/browse/applied_energistics_2/pure_nether_quartz_crystal/icon.png diff --git a/prerender/browse/applied_energistics_2/pure_nether_quartz_crystal/index.html b/static/browse/applied_energistics_2/pure_nether_quartz_crystal/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/pure_nether_quartz_crystal/index.html rename to static/browse/applied_energistics_2/pure_nether_quartz_crystal/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/quantum_entangled_singularity.png b/static/browse/applied_energistics_2/quantum_entangled_singularity/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/quantum_entangled_singularity.png rename to static/browse/applied_energistics_2/quantum_entangled_singularity/icon.png diff --git a/prerender/browse/applied_energistics_2/quantum_entangled_singularity/index.html b/static/browse/applied_energistics_2/quantum_entangled_singularity/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/quantum_entangled_singularity/index.html rename to static/browse/applied_energistics_2/quantum_entangled_singularity/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/quartz_fiber.png b/static/browse/applied_energistics_2/quartz_fiber/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/quartz_fiber.png rename to static/browse/applied_energistics_2/quartz_fiber/icon.png diff --git a/prerender/browse/applied_energistics_2/quartz_fiber/index.html b/static/browse/applied_energistics_2/quartz_fiber/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/quartz_fiber/index.html rename to static/browse/applied_energistics_2/quartz_fiber/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/quartz_glass.png b/static/browse/applied_energistics_2/quartz_glass/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/quartz_glass.png rename to static/browse/applied_energistics_2/quartz_glass/icon.png diff --git a/prerender/browse/applied_energistics_2/quartz_glass/index.html b/static/browse/applied_energistics_2/quartz_glass/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/quartz_glass/index.html rename to static/browse/applied_energistics_2/quartz_glass/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/quartz_grindstone.png b/static/browse/applied_energistics_2/quartz_grindstone/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/quartz_grindstone.png rename to static/browse/applied_energistics_2/quartz_grindstone/icon.png diff --git a/prerender/browse/applied_energistics_2/quartz_grindstone/index.html b/static/browse/applied_energistics_2/quartz_grindstone/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/quartz_grindstone/index.html rename to static/browse/applied_energistics_2/quartz_grindstone/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/redstone_card.png b/static/browse/applied_energistics_2/redstone_card/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/redstone_card.png rename to static/browse/applied_energistics_2/redstone_card/icon.png diff --git a/prerender/browse/applied_energistics_2/redstone_card/index.html b/static/browse/applied_energistics_2/redstone_card/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/redstone_card/index.html rename to static/browse/applied_energistics_2/redstone_card/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/silicon.png b/static/browse/applied_energistics_2/silicon/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/silicon.png rename to static/browse/applied_energistics_2/silicon/icon.png diff --git a/prerender/browse/applied_energistics_2/silicon/index.html b/static/browse/applied_energistics_2/silicon/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/silicon/index.html rename to static/browse/applied_energistics_2/silicon/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/singularity.png b/static/browse/applied_energistics_2/singularity/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/singularity.png rename to static/browse/applied_energistics_2/singularity/icon.png diff --git a/prerender/browse/applied_energistics_2/singularity/index.html b/static/browse/applied_energistics_2/singularity/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/singularity/index.html rename to static/browse/applied_energistics_2/singularity/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/sky_stone.png b/static/browse/applied_energistics_2/sky_stone/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/sky_stone.png rename to static/browse/applied_energistics_2/sky_stone/icon.png diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_block.png b/static/browse/applied_energistics_2/sky_stone_block/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_block.png rename to static/browse/applied_energistics_2/sky_stone_block/icon.png diff --git a/prerender/browse/applied_energistics_2/sky_stone_block/index.html b/static/browse/applied_energistics_2/sky_stone_block/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/sky_stone_block/index.html rename to static/browse/applied_energistics_2/sky_stone_block/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_block_chest.png b/static/browse/applied_energistics_2/sky_stone_block_chest/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_block_chest.png rename to static/browse/applied_energistics_2/sky_stone_block_chest/icon.png diff --git a/prerender/browse/applied_energistics_2/sky_stone_block_chest/index.html b/static/browse/applied_energistics_2/sky_stone_block_chest/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/sky_stone_block_chest/index.html rename to static/browse/applied_energistics_2/sky_stone_block_chest/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_brick.png b/static/browse/applied_energistics_2/sky_stone_brick/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_brick.png rename to static/browse/applied_energistics_2/sky_stone_brick/icon.png diff --git a/prerender/browse/applied_energistics_2/sky_stone_brick/index.html b/static/browse/applied_energistics_2/sky_stone_brick/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/sky_stone_brick/index.html rename to static/browse/applied_energistics_2/sky_stone_brick/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_chest.png b/static/browse/applied_energistics_2/sky_stone_chest/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_chest.png rename to static/browse/applied_energistics_2/sky_stone_chest/icon.png diff --git a/prerender/browse/applied_energistics_2/sky_stone_chest/index.html b/static/browse/applied_energistics_2/sky_stone_chest/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/sky_stone_chest/index.html rename to static/browse/applied_energistics_2/sky_stone_chest/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_dust.png b/static/browse/applied_energistics_2/sky_stone_dust/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_dust.png rename to static/browse/applied_energistics_2/sky_stone_dust/icon.png diff --git a/prerender/browse/applied_energistics_2/sky_stone_dust/index.html b/static/browse/applied_energistics_2/sky_stone_dust/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/sky_stone_dust/index.html rename to static/browse/applied_energistics_2/sky_stone_dust/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_small_brick.png b/static/browse/applied_energistics_2/sky_stone_small_brick/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/sky_stone_small_brick.png rename to static/browse/applied_energistics_2/sky_stone_small_brick/icon.png diff --git a/prerender/browse/applied_energistics_2/sky_stone_small_brick/index.html b/static/browse/applied_energistics_2/sky_stone_small_brick/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/sky_stone_small_brick/index.html rename to static/browse/applied_energistics_2/sky_stone_small_brick/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/spatial_io_port.png b/static/browse/applied_energistics_2/spatial_io_port/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/spatial_io_port.png rename to static/browse/applied_energistics_2/spatial_io_port/icon.png diff --git a/prerender/browse/applied_energistics_2/spatial_io_port/index.html b/static/browse/applied_energistics_2/spatial_io_port/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/spatial_io_port/index.html rename to static/browse/applied_energistics_2/spatial_io_port/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/spatial_pylon.png b/static/browse/applied_energistics_2/spatial_pylon/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/spatial_pylon.png rename to static/browse/applied_energistics_2/spatial_pylon/icon.png diff --git a/prerender/browse/applied_energistics_2/spatial_pylon/index.html b/static/browse/applied_energistics_2/spatial_pylon/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/spatial_pylon/index.html rename to static/browse/applied_energistics_2/spatial_pylon/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/tiny_tnt.png b/static/browse/applied_energistics_2/tiny_tnt/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/tiny_tnt.png rename to static/browse/applied_energistics_2/tiny_tnt/icon.png diff --git a/prerender/browse/applied_energistics_2/tiny_tnt/index.html b/static/browse/applied_energistics_2/tiny_tnt/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/tiny_tnt/index.html rename to static/browse/applied_energistics_2/tiny_tnt/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/vibrant_quartz_glass.png b/static/browse/applied_energistics_2/vibrant_quartz_glass/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/vibrant_quartz_glass.png rename to static/browse/applied_energistics_2/vibrant_quartz_glass/icon.png diff --git a/prerender/browse/applied_energistics_2/vibrant_quartz_glass/index.html b/static/browse/applied_energistics_2/vibrant_quartz_glass/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/vibrant_quartz_glass/index.html rename to static/browse/applied_energistics_2/vibrant_quartz_glass/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/vibration_chamber.png b/static/browse/applied_energistics_2/vibration_chamber/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/vibration_chamber.png rename to static/browse/applied_energistics_2/vibration_chamber/icon.png diff --git a/prerender/browse/applied_energistics_2/vibration_chamber/index.html b/static/browse/applied_energistics_2/vibration_chamber/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/vibration_chamber/index.html rename to static/browse/applied_energistics_2/vibration_chamber/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/view_cell.png b/static/browse/applied_energistics_2/view_cell/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/view_cell.png rename to static/browse/applied_energistics_2/view_cell/icon.png diff --git a/prerender/browse/applied_energistics_2/view_cell/index.html b/static/browse/applied_energistics_2/view_cell/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/view_cell/index.html rename to static/browse/applied_energistics_2/view_cell/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/wireless_booster.png b/static/browse/applied_energistics_2/wireless_booster/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/wireless_booster.png rename to static/browse/applied_energistics_2/wireless_booster/icon.png diff --git a/prerender/browse/applied_energistics_2/wireless_booster/index.html b/static/browse/applied_energistics_2/wireless_booster/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/wireless_booster/index.html rename to static/browse/applied_energistics_2/wireless_booster/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/wireless_receiver.png b/static/browse/applied_energistics_2/wireless_receiver/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/wireless_receiver.png rename to static/browse/applied_energistics_2/wireless_receiver/icon.png diff --git a/prerender/browse/applied_energistics_2/wireless_receiver/index.html b/static/browse/applied_energistics_2/wireless_receiver/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/wireless_receiver/index.html rename to static/browse/applied_energistics_2/wireless_receiver/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/wireless_terminal.png b/static/browse/applied_energistics_2/wireless_terminal/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/wireless_terminal.png rename to static/browse/applied_energistics_2/wireless_terminal/icon.png diff --git a/prerender/browse/applied_energistics_2/wireless_terminal/index.html b/static/browse/applied_energistics_2/wireless_terminal/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/wireless_terminal/index.html rename to static/browse/applied_energistics_2/wireless_terminal/index.html diff --git a/src/data/applied_energistics_2/rv1-stable-1/images/wooden_crank.png b/static/browse/applied_energistics_2/wooden_crank/icon.png similarity index 100% rename from src/data/applied_energistics_2/rv1-stable-1/images/wooden_crank.png rename to static/browse/applied_energistics_2/wooden_crank/icon.png diff --git a/prerender/browse/applied_energistics_2/wooden_crank/index.html b/static/browse/applied_energistics_2/wooden_crank/index.html similarity index 100% rename from prerender/browse/applied_energistics_2/wooden_crank/index.html rename to static/browse/applied_energistics_2/wooden_crank/index.html diff --git a/src/data/buildcraft/6.2.6/images/advanced_crafting_table.png b/static/browse/buildcraft/advanced_crafting_table/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/advanced_crafting_table.png rename to static/browse/buildcraft/advanced_crafting_table/icon.png diff --git a/prerender/browse/buildcraft/advanced_crafting_table/index.html b/static/browse/buildcraft/advanced_crafting_table/index.html similarity index 100% rename from prerender/browse/buildcraft/advanced_crafting_table/index.html rename to static/browse/buildcraft/advanced_crafting_table/index.html diff --git a/src/data/buildcraft/6.2.6/images/architect_table.png b/static/browse/buildcraft/architect_table/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/architect_table.png rename to static/browse/buildcraft/architect_table/icon.png diff --git a/prerender/browse/buildcraft/architect_table/index.html b/static/browse/buildcraft/architect_table/index.html similarity index 100% rename from prerender/browse/buildcraft/architect_table/index.html rename to static/browse/buildcraft/architect_table/index.html diff --git a/src/data/buildcraft/6.2.6/images/assembly_table.png b/static/browse/buildcraft/assembly_table/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/assembly_table.png rename to static/browse/buildcraft/assembly_table/icon.png diff --git a/prerender/browse/buildcraft/assembly_table/index.html b/static/browse/buildcraft/assembly_table/index.html similarity index 100% rename from prerender/browse/buildcraft/assembly_table/index.html rename to static/browse/buildcraft/assembly_table/index.html diff --git a/src/data/buildcraft/6.2.6/images/auto_workbench.png b/static/browse/buildcraft/auto_workbench/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/auto_workbench.png rename to static/browse/buildcraft/auto_workbench/icon.png diff --git a/prerender/browse/buildcraft/auto_workbench/index.html b/static/browse/buildcraft/auto_workbench/index.html similarity index 100% rename from prerender/browse/buildcraft/auto_workbench/index.html rename to static/browse/buildcraft/auto_workbench/index.html diff --git a/src/data/buildcraft/6.2.6/images/basic_gate.png b/static/browse/buildcraft/basic_gate/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/basic_gate.png rename to static/browse/buildcraft/basic_gate/icon.png diff --git a/prerender/browse/buildcraft/basic_gate/index.html b/static/browse/buildcraft/basic_gate/index.html similarity index 100% rename from prerender/browse/buildcraft/basic_gate/index.html rename to static/browse/buildcraft/basic_gate/index.html diff --git a/src/data/buildcraft/6.2.6/images/basic_gate_2.png b/static/browse/buildcraft/basic_gate_2/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/basic_gate_2.png rename to static/browse/buildcraft/basic_gate_2/icon.png diff --git a/src/data/buildcraft/6.2.6/images/basic_gate_3.png b/static/browse/buildcraft/basic_gate_3/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/basic_gate_3.png rename to static/browse/buildcraft/basic_gate_3/icon.png diff --git a/src/data/buildcraft/6.2.6/images/basic_gate_4.png b/static/browse/buildcraft/basic_gate_4/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/basic_gate_4.png rename to static/browse/buildcraft/basic_gate_4/icon.png diff --git a/src/data/buildcraft/6.2.6/images/blue_pipe_wire.png b/static/browse/buildcraft/blue_pipe_wire/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/blue_pipe_wire.png rename to static/browse/buildcraft/blue_pipe_wire/icon.png diff --git a/prerender/browse/buildcraft/blue_pipe_wire/index.html b/static/browse/buildcraft/blue_pipe_wire/index.html similarity index 100% rename from prerender/browse/buildcraft/blue_pipe_wire/index.html rename to static/browse/buildcraft/blue_pipe_wire/index.html diff --git a/src/data/buildcraft/6.2.6/images/blueprint.png b/static/browse/buildcraft/blueprint/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/blueprint.png rename to static/browse/buildcraft/blueprint/icon.png diff --git a/prerender/browse/buildcraft/blueprint/index.html b/static/browse/buildcraft/blueprint/index.html similarity index 100% rename from prerender/browse/buildcraft/blueprint/index.html rename to static/browse/buildcraft/blueprint/index.html diff --git a/src/data/buildcraft/6.2.6/images/blueprint_library.png b/static/browse/buildcraft/blueprint_library/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/blueprint_library.png rename to static/browse/buildcraft/blueprint_library/icon.png diff --git a/prerender/browse/buildcraft/blueprint_library/index.html b/static/browse/buildcraft/blueprint_library/index.html similarity index 100% rename from prerender/browse/buildcraft/blueprint_library/index.html rename to static/browse/buildcraft/blueprint_library/index.html diff --git a/src/data/buildcraft/6.2.6/images/builder.png b/static/browse/buildcraft/builder/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/builder.png rename to static/browse/buildcraft/builder/icon.png diff --git a/prerender/browse/buildcraft/builder/index.html b/static/browse/buildcraft/builder/index.html similarity index 100% rename from prerender/browse/buildcraft/builder/index.html rename to static/browse/buildcraft/builder/index.html diff --git a/src/data/buildcraft/6.2.6/images/charging_table.png b/static/browse/buildcraft/charging_table/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/charging_table.png rename to static/browse/buildcraft/charging_table/icon.png diff --git a/prerender/browse/buildcraft/charging_table/index.html b/static/browse/buildcraft/charging_table/index.html similarity index 100% rename from prerender/browse/buildcraft/charging_table/index.html rename to static/browse/buildcraft/charging_table/index.html diff --git a/src/data/buildcraft/6.2.6/images/chute.png b/static/browse/buildcraft/chute/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/chute.png rename to static/browse/buildcraft/chute/icon.png diff --git a/prerender/browse/buildcraft/chute/index.html b/static/browse/buildcraft/chute/index.html similarity index 100% rename from prerender/browse/buildcraft/chute/index.html rename to static/browse/buildcraft/chute/index.html diff --git a/src/data/buildcraft/6.2.6/images/clay_transport_pipe.png b/static/browse/buildcraft/clay_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/clay_transport_pipe.png rename to static/browse/buildcraft/clay_transport_pipe/icon.png diff --git a/src/data/buildcraft/6.2.6/images/cobblestone_fluid_pipe.png b/static/browse/buildcraft/cobblestone_fluid_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/cobblestone_fluid_pipe.png rename to static/browse/buildcraft/cobblestone_fluid_pipe/icon.png diff --git a/prerender/browse/buildcraft/cobblestone_fluid_pipe/index.html b/static/browse/buildcraft/cobblestone_fluid_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/cobblestone_fluid_pipe/index.html rename to static/browse/buildcraft/cobblestone_fluid_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/cobblestone_kinesis_pipe.png b/static/browse/buildcraft/cobblestone_kinesis_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/cobblestone_kinesis_pipe.png rename to static/browse/buildcraft/cobblestone_kinesis_pipe/icon.png diff --git a/prerender/browse/buildcraft/cobblestone_kinesis_pipe/index.html b/static/browse/buildcraft/cobblestone_kinesis_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/cobblestone_kinesis_pipe/index.html rename to static/browse/buildcraft/cobblestone_kinesis_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/cobblestone_structure_pipe.png b/static/browse/buildcraft/cobblestone_structure_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/cobblestone_structure_pipe.png rename to static/browse/buildcraft/cobblestone_structure_pipe/icon.png diff --git a/prerender/browse/buildcraft/cobblestone_structure_pipe/index.html b/static/browse/buildcraft/cobblestone_structure_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/cobblestone_structure_pipe/index.html rename to static/browse/buildcraft/cobblestone_structure_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/cobblestone_transport_pipe.png b/static/browse/buildcraft/cobblestone_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/cobblestone_transport_pipe.png rename to static/browse/buildcraft/cobblestone_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/cobblestone_transport_pipe/index.html b/static/browse/buildcraft/cobblestone_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/cobblestone_transport_pipe/index.html rename to static/browse/buildcraft/cobblestone_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/combustion_engine.png b/static/browse/buildcraft/combustion_engine/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/combustion_engine.png rename to static/browse/buildcraft/combustion_engine/icon.png diff --git a/prerender/browse/buildcraft/combustion_engine/index.html b/static/browse/buildcraft/combustion_engine/index.html similarity index 100% rename from prerender/browse/buildcraft/combustion_engine/index.html rename to static/browse/buildcraft/combustion_engine/index.html diff --git a/src/data/buildcraft/6.2.6/images/construction_mark.png b/static/browse/buildcraft/construction_mark/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/construction_mark.png rename to static/browse/buildcraft/construction_mark/icon.png diff --git a/src/data/buildcraft/6.2.6/images/creative_engine.png b/static/browse/buildcraft/creative_engine/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/creative_engine.png rename to static/browse/buildcraft/creative_engine/icon.png diff --git a/src/data/buildcraft/6.2.6/images/daizuli_transport_pipe.png b/static/browse/buildcraft/daizuli_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/daizuli_transport_pipe.png rename to static/browse/buildcraft/daizuli_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/daizuli_transport_pipe/index.html b/static/browse/buildcraft/daizuli_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/daizuli_transport_pipe/index.html rename to static/browse/buildcraft/daizuli_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/diamond_and_gate.png b/static/browse/buildcraft/diamond_and_gate/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_and_gate.png rename to static/browse/buildcraft/diamond_and_gate/icon.png diff --git a/prerender/browse/buildcraft/diamond_and_gate/index.html b/static/browse/buildcraft/diamond_and_gate/index.html similarity index 100% rename from prerender/browse/buildcraft/diamond_and_gate/index.html rename to static/browse/buildcraft/diamond_and_gate/index.html diff --git a/src/data/buildcraft/6.2.6/images/diamond_and_gate_2.png b/static/browse/buildcraft/diamond_and_gate_2/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_and_gate_2.png rename to static/browse/buildcraft/diamond_and_gate_2/icon.png diff --git a/src/data/buildcraft/6.2.6/images/diamond_and_gate_3.png b/static/browse/buildcraft/diamond_and_gate_3/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_and_gate_3.png rename to static/browse/buildcraft/diamond_and_gate_3/icon.png diff --git a/src/data/buildcraft/6.2.6/images/diamond_and_gate_4.png b/static/browse/buildcraft/diamond_and_gate_4/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_and_gate_4.png rename to static/browse/buildcraft/diamond_and_gate_4/icon.png diff --git a/src/data/buildcraft/6.2.6/images/diamond_chipset.png b/static/browse/buildcraft/diamond_chipset/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_chipset.png rename to static/browse/buildcraft/diamond_chipset/icon.png diff --git a/prerender/browse/buildcraft/diamond_chipset/index.html b/static/browse/buildcraft/diamond_chipset/index.html similarity index 100% rename from prerender/browse/buildcraft/diamond_chipset/index.html rename to static/browse/buildcraft/diamond_chipset/index.html diff --git a/src/data/buildcraft/6.2.6/images/diamond_fluid_pipe.png b/static/browse/buildcraft/diamond_fluid_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_fluid_pipe.png rename to static/browse/buildcraft/diamond_fluid_pipe/icon.png diff --git a/prerender/browse/buildcraft/diamond_fluid_pipe/index.html b/static/browse/buildcraft/diamond_fluid_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/diamond_fluid_pipe/index.html rename to static/browse/buildcraft/diamond_fluid_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/diamond_gear.png b/static/browse/buildcraft/diamond_gear/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_gear.png rename to static/browse/buildcraft/diamond_gear/icon.png diff --git a/prerender/browse/buildcraft/diamond_gear/index.html b/static/browse/buildcraft/diamond_gear/index.html similarity index 100% rename from prerender/browse/buildcraft/diamond_gear/index.html rename to static/browse/buildcraft/diamond_gear/index.html diff --git a/src/data/buildcraft/6.2.6/images/diamond_kinesis_pipe.png b/static/browse/buildcraft/diamond_kinesis_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_kinesis_pipe.png rename to static/browse/buildcraft/diamond_kinesis_pipe/icon.png diff --git a/prerender/browse/buildcraft/diamond_kinesis_pipe/index.html b/static/browse/buildcraft/diamond_kinesis_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/diamond_kinesis_pipe/index.html rename to static/browse/buildcraft/diamond_kinesis_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/diamond_or_gate.png b/static/browse/buildcraft/diamond_or_gate/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_or_gate.png rename to static/browse/buildcraft/diamond_or_gate/icon.png diff --git a/prerender/browse/buildcraft/diamond_or_gate/index.html b/static/browse/buildcraft/diamond_or_gate/index.html similarity index 100% rename from prerender/browse/buildcraft/diamond_or_gate/index.html rename to static/browse/buildcraft/diamond_or_gate/index.html diff --git a/src/data/buildcraft/6.2.6/images/diamond_or_gate_2.png b/static/browse/buildcraft/diamond_or_gate_2/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_or_gate_2.png rename to static/browse/buildcraft/diamond_or_gate_2/icon.png diff --git a/src/data/buildcraft/6.2.6/images/diamond_or_gate_3.png b/static/browse/buildcraft/diamond_or_gate_3/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_or_gate_3.png rename to static/browse/buildcraft/diamond_or_gate_3/icon.png diff --git a/src/data/buildcraft/6.2.6/images/diamond_or_gate_4.png b/static/browse/buildcraft/diamond_or_gate_4/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_or_gate_4.png rename to static/browse/buildcraft/diamond_or_gate_4/icon.png diff --git a/src/data/buildcraft/6.2.6/images/diamond_transport_pipe.png b/static/browse/buildcraft/diamond_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/diamond_transport_pipe.png rename to static/browse/buildcraft/diamond_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/diamond_transport_pipe/index.html b/static/browse/buildcraft/diamond_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/diamond_transport_pipe/index.html rename to static/browse/buildcraft/diamond_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/docking_station.png b/static/browse/buildcraft/docking_station/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/docking_station.png rename to static/browse/buildcraft/docking_station/icon.png diff --git a/prerender/browse/buildcraft/docking_station/index.html b/static/browse/buildcraft/docking_station/index.html similarity index 100% rename from prerender/browse/buildcraft/docking_station/index.html rename to static/browse/buildcraft/docking_station/index.html diff --git a/src/data/buildcraft/6.2.6/images/emerald_and_gate.png b/static/browse/buildcraft/emerald_and_gate/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emerald_and_gate.png rename to static/browse/buildcraft/emerald_and_gate/icon.png diff --git a/src/data/buildcraft/6.2.6/images/emerald_and_gate_2.png b/static/browse/buildcraft/emerald_and_gate_2/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emerald_and_gate_2.png rename to static/browse/buildcraft/emerald_and_gate_2/icon.png diff --git a/src/data/buildcraft/6.2.6/images/emerald_and_gate_3.png b/static/browse/buildcraft/emerald_and_gate_3/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emerald_and_gate_3.png rename to static/browse/buildcraft/emerald_and_gate_3/icon.png diff --git a/src/data/buildcraft/6.2.6/images/emerald_and_gate_4.png b/static/browse/buildcraft/emerald_and_gate_4/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emerald_and_gate_4.png rename to static/browse/buildcraft/emerald_and_gate_4/icon.png diff --git a/src/data/buildcraft/6.2.6/images/emerald_chipset.png b/static/browse/buildcraft/emerald_chipset/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emerald_chipset.png rename to static/browse/buildcraft/emerald_chipset/icon.png diff --git a/prerender/browse/buildcraft/emerald_chipset/index.html b/static/browse/buildcraft/emerald_chipset/index.html similarity index 100% rename from prerender/browse/buildcraft/emerald_chipset/index.html rename to static/browse/buildcraft/emerald_chipset/index.html diff --git a/src/data/buildcraft/6.2.6/images/emerald_fluid_pipe.png b/static/browse/buildcraft/emerald_fluid_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emerald_fluid_pipe.png rename to static/browse/buildcraft/emerald_fluid_pipe/icon.png diff --git a/prerender/browse/buildcraft/emerald_fluid_pipe/index.html b/static/browse/buildcraft/emerald_fluid_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/emerald_fluid_pipe/index.html rename to static/browse/buildcraft/emerald_fluid_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/emerald_kinesis_pipe.png b/static/browse/buildcraft/emerald_kinesis_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emerald_kinesis_pipe.png rename to static/browse/buildcraft/emerald_kinesis_pipe/icon.png diff --git a/prerender/browse/buildcraft/emerald_kinesis_pipe/index.html b/static/browse/buildcraft/emerald_kinesis_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/emerald_kinesis_pipe/index.html rename to static/browse/buildcraft/emerald_kinesis_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/emerald_or_gate.png b/static/browse/buildcraft/emerald_or_gate/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emerald_or_gate.png rename to static/browse/buildcraft/emerald_or_gate/icon.png diff --git a/src/data/buildcraft/6.2.6/images/emerald_or_gate_2.png b/static/browse/buildcraft/emerald_or_gate_2/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emerald_or_gate_2.png rename to static/browse/buildcraft/emerald_or_gate_2/icon.png diff --git a/src/data/buildcraft/6.2.6/images/emerald_or_gate_3.png b/static/browse/buildcraft/emerald_or_gate_3/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emerald_or_gate_3.png rename to static/browse/buildcraft/emerald_or_gate_3/icon.png diff --git a/src/data/buildcraft/6.2.6/images/emerald_or_gate_4.png b/static/browse/buildcraft/emerald_or_gate_4/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emerald_or_gate_4.png rename to static/browse/buildcraft/emerald_or_gate_4/icon.png diff --git a/src/data/buildcraft/6.2.6/images/emerald_transport_pipe.png b/static/browse/buildcraft/emerald_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emerald_transport_pipe.png rename to static/browse/buildcraft/emerald_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/emerald_transport_pipe/index.html b/static/browse/buildcraft/emerald_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/emerald_transport_pipe/index.html rename to static/browse/buildcraft/emerald_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/emzuli_transport_pipe.png b/static/browse/buildcraft/emzuli_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/emzuli_transport_pipe.png rename to static/browse/buildcraft/emzuli_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/emzuli_transport_pipe/index.html b/static/browse/buildcraft/emzuli_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/emzuli_transport_pipe/index.html rename to static/browse/buildcraft/emzuli_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/facade_stone.png b/static/browse/buildcraft/facade_stone/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/facade_stone.png rename to static/browse/buildcraft/facade_stone/icon.png diff --git a/prerender/browse/buildcraft/facade_stone/index.html b/static/browse/buildcraft/facade_stone/index.html similarity index 100% rename from prerender/browse/buildcraft/facade_stone/index.html rename to static/browse/buildcraft/facade_stone/index.html diff --git a/src/data/buildcraft/6.2.6/images/filler.png b/static/browse/buildcraft/filler/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/filler.png rename to static/browse/buildcraft/filler/icon.png diff --git a/prerender/browse/buildcraft/filler/index.html b/static/browse/buildcraft/filler/index.html similarity index 100% rename from prerender/browse/buildcraft/filler/index.html rename to static/browse/buildcraft/filler/index.html diff --git a/src/data/buildcraft/6.2.6/images/filtered_buffer.png b/static/browse/buildcraft/filtered_buffer/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/filtered_buffer.png rename to static/browse/buildcraft/filtered_buffer/icon.png diff --git a/prerender/browse/buildcraft/filtered_buffer/index.html b/static/browse/buildcraft/filtered_buffer/index.html similarity index 100% rename from prerender/browse/buildcraft/filtered_buffer/index.html rename to static/browse/buildcraft/filtered_buffer/index.html diff --git a/src/data/buildcraft/6.2.6/images/flood_gate.png b/static/browse/buildcraft/flood_gate/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/flood_gate.png rename to static/browse/buildcraft/flood_gate/icon.png diff --git a/prerender/browse/buildcraft/flood_gate/index.html b/static/browse/buildcraft/flood_gate/index.html similarity index 100% rename from prerender/browse/buildcraft/flood_gate/index.html rename to static/browse/buildcraft/flood_gate/index.html diff --git a/src/data/buildcraft/6.2.6/images/frame.png b/static/browse/buildcraft/frame/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/frame.png rename to static/browse/buildcraft/frame/icon.png diff --git a/src/data/buildcraft/6.2.6/images/fuel.png b/static/browse/buildcraft/fuel/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/fuel.png rename to static/browse/buildcraft/fuel/icon.png diff --git a/src/data/buildcraft/6.2.6/images/fuel_bucket.png b/static/browse/buildcraft/fuel_bucket/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/fuel_bucket.png rename to static/browse/buildcraft/fuel_bucket/icon.png diff --git a/src/data/buildcraft/6.2.6/images/gate_copier.png b/static/browse/buildcraft/gate_copier/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/gate_copier.png rename to static/browse/buildcraft/gate_copier/icon.png diff --git a/prerender/browse/buildcraft/gate_copier/index.html b/static/browse/buildcraft/gate_copier/index.html similarity index 100% rename from prerender/browse/buildcraft/gate_copier/index.html rename to static/browse/buildcraft/gate_copier/index.html diff --git a/src/data/buildcraft/6.2.6/images/gold_and_gate.png b/static/browse/buildcraft/gold_and_gate/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/gold_and_gate.png rename to static/browse/buildcraft/gold_and_gate/icon.png diff --git a/prerender/browse/buildcraft/gold_and_gate/index.html b/static/browse/buildcraft/gold_and_gate/index.html similarity index 100% rename from prerender/browse/buildcraft/gold_and_gate/index.html rename to static/browse/buildcraft/gold_and_gate/index.html diff --git a/src/data/buildcraft/6.2.6/images/gold_and_gate_2.png b/static/browse/buildcraft/gold_and_gate_2/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/gold_and_gate_2.png rename to static/browse/buildcraft/gold_and_gate_2/icon.png diff --git a/src/data/buildcraft/6.2.6/images/gold_and_gate_3.png b/static/browse/buildcraft/gold_and_gate_3/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/gold_and_gate_3.png rename to static/browse/buildcraft/gold_and_gate_3/icon.png diff --git a/src/data/buildcraft/6.2.6/images/gold_and_gate_4.png b/static/browse/buildcraft/gold_and_gate_4/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/gold_and_gate_4.png rename to static/browse/buildcraft/gold_and_gate_4/icon.png diff --git a/src/data/buildcraft/6.2.6/images/gold_gear.png b/static/browse/buildcraft/gold_gear/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/gold_gear.png rename to static/browse/buildcraft/gold_gear/icon.png diff --git a/prerender/browse/buildcraft/gold_gear/index.html b/static/browse/buildcraft/gold_gear/index.html similarity index 100% rename from prerender/browse/buildcraft/gold_gear/index.html rename to static/browse/buildcraft/gold_gear/index.html diff --git a/src/data/buildcraft/6.2.6/images/gold_or_gate.png b/static/browse/buildcraft/gold_or_gate/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/gold_or_gate.png rename to static/browse/buildcraft/gold_or_gate/icon.png diff --git a/prerender/browse/buildcraft/gold_or_gate/index.html b/static/browse/buildcraft/gold_or_gate/index.html similarity index 100% rename from prerender/browse/buildcraft/gold_or_gate/index.html rename to static/browse/buildcraft/gold_or_gate/index.html diff --git a/src/data/buildcraft/6.2.6/images/gold_or_gate_2.png b/static/browse/buildcraft/gold_or_gate_2/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/gold_or_gate_2.png rename to static/browse/buildcraft/gold_or_gate_2/icon.png diff --git a/src/data/buildcraft/6.2.6/images/gold_or_gate_3.png b/static/browse/buildcraft/gold_or_gate_3/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/gold_or_gate_3.png rename to static/browse/buildcraft/gold_or_gate_3/icon.png diff --git a/src/data/buildcraft/6.2.6/images/gold_or_gate_4.png b/static/browse/buildcraft/gold_or_gate_4/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/gold_or_gate_4.png rename to static/browse/buildcraft/gold_or_gate_4/icon.png diff --git a/src/data/buildcraft/6.2.6/images/golden_chipset.png b/static/browse/buildcraft/golden_chipset/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/golden_chipset.png rename to static/browse/buildcraft/golden_chipset/icon.png diff --git a/prerender/browse/buildcraft/golden_chipset/index.html b/static/browse/buildcraft/golden_chipset/index.html similarity index 100% rename from prerender/browse/buildcraft/golden_chipset/index.html rename to static/browse/buildcraft/golden_chipset/index.html diff --git a/src/data/buildcraft/6.2.6/images/golden_fluid_pipe.png b/static/browse/buildcraft/golden_fluid_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/golden_fluid_pipe.png rename to static/browse/buildcraft/golden_fluid_pipe/icon.png diff --git a/prerender/browse/buildcraft/golden_fluid_pipe/index.html b/static/browse/buildcraft/golden_fluid_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/golden_fluid_pipe/index.html rename to static/browse/buildcraft/golden_fluid_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/golden_kinesis_pipe.png b/static/browse/buildcraft/golden_kinesis_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/golden_kinesis_pipe.png rename to static/browse/buildcraft/golden_kinesis_pipe/icon.png diff --git a/prerender/browse/buildcraft/golden_kinesis_pipe/index.html b/static/browse/buildcraft/golden_kinesis_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/golden_kinesis_pipe/index.html rename to static/browse/buildcraft/golden_kinesis_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/golden_transport_pipe.png b/static/browse/buildcraft/golden_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/golden_transport_pipe.png rename to static/browse/buildcraft/golden_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/golden_transport_pipe/index.html b/static/browse/buildcraft/golden_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/golden_transport_pipe/index.html rename to static/browse/buildcraft/golden_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/green_pipe_wire.png b/static/browse/buildcraft/green_pipe_wire/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/green_pipe_wire.png rename to static/browse/buildcraft/green_pipe_wire/icon.png diff --git a/prerender/browse/buildcraft/green_pipe_wire/index.html b/static/browse/buildcraft/green_pipe_wire/index.html similarity index 100% rename from prerender/browse/buildcraft/green_pipe_wire/index.html rename to static/browse/buildcraft/green_pipe_wire/index.html diff --git a/src/data/buildcraft/logo.png b/static/browse/buildcraft/icon.png similarity index 100% rename from src/data/buildcraft/logo.png rename to static/browse/buildcraft/icon.png diff --git a/prerender/browse/buildcraft/index.html b/static/browse/buildcraft/index.html similarity index 100% rename from prerender/browse/buildcraft/index.html rename to static/browse/buildcraft/index.html diff --git a/src/data/buildcraft/6.2.6/images/integration_table.png b/static/browse/buildcraft/integration_table/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/integration_table.png rename to static/browse/buildcraft/integration_table/icon.png diff --git a/prerender/browse/buildcraft/integration_table/index.html b/static/browse/buildcraft/integration_table/index.html similarity index 100% rename from prerender/browse/buildcraft/integration_table/index.html rename to static/browse/buildcraft/integration_table/index.html diff --git a/src/data/buildcraft/6.2.6/images/iron_and_gate.png b/static/browse/buildcraft/iron_and_gate/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_and_gate.png rename to static/browse/buildcraft/iron_and_gate/icon.png diff --git a/prerender/browse/buildcraft/iron_and_gate/index.html b/static/browse/buildcraft/iron_and_gate/index.html similarity index 100% rename from prerender/browse/buildcraft/iron_and_gate/index.html rename to static/browse/buildcraft/iron_and_gate/index.html diff --git a/src/data/buildcraft/6.2.6/images/iron_and_gate_2.png b/static/browse/buildcraft/iron_and_gate_2/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_and_gate_2.png rename to static/browse/buildcraft/iron_and_gate_2/icon.png diff --git a/src/data/buildcraft/6.2.6/images/iron_and_gate_3.png b/static/browse/buildcraft/iron_and_gate_3/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_and_gate_3.png rename to static/browse/buildcraft/iron_and_gate_3/icon.png diff --git a/src/data/buildcraft/6.2.6/images/iron_and_gate_4.png b/static/browse/buildcraft/iron_and_gate_4/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_and_gate_4.png rename to static/browse/buildcraft/iron_and_gate_4/icon.png diff --git a/src/data/buildcraft/6.2.6/images/iron_chipset.png b/static/browse/buildcraft/iron_chipset/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_chipset.png rename to static/browse/buildcraft/iron_chipset/icon.png diff --git a/prerender/browse/buildcraft/iron_chipset/index.html b/static/browse/buildcraft/iron_chipset/index.html similarity index 100% rename from prerender/browse/buildcraft/iron_chipset/index.html rename to static/browse/buildcraft/iron_chipset/index.html diff --git a/src/data/buildcraft/6.2.6/images/iron_fluid_pipe.png b/static/browse/buildcraft/iron_fluid_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_fluid_pipe.png rename to static/browse/buildcraft/iron_fluid_pipe/icon.png diff --git a/prerender/browse/buildcraft/iron_fluid_pipe/index.html b/static/browse/buildcraft/iron_fluid_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/iron_fluid_pipe/index.html rename to static/browse/buildcraft/iron_fluid_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/iron_gear.png b/static/browse/buildcraft/iron_gear/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_gear.png rename to static/browse/buildcraft/iron_gear/icon.png diff --git a/prerender/browse/buildcraft/iron_gear/index.html b/static/browse/buildcraft/iron_gear/index.html similarity index 100% rename from prerender/browse/buildcraft/iron_gear/index.html rename to static/browse/buildcraft/iron_gear/index.html diff --git a/src/data/buildcraft/6.2.6/images/iron_kinesis_pipe.png b/static/browse/buildcraft/iron_kinesis_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_kinesis_pipe.png rename to static/browse/buildcraft/iron_kinesis_pipe/icon.png diff --git a/prerender/browse/buildcraft/iron_kinesis_pipe/index.html b/static/browse/buildcraft/iron_kinesis_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/iron_kinesis_pipe/index.html rename to static/browse/buildcraft/iron_kinesis_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/iron_or_gate.png b/static/browse/buildcraft/iron_or_gate/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_or_gate.png rename to static/browse/buildcraft/iron_or_gate/icon.png diff --git a/prerender/browse/buildcraft/iron_or_gate/index.html b/static/browse/buildcraft/iron_or_gate/index.html similarity index 100% rename from prerender/browse/buildcraft/iron_or_gate/index.html rename to static/browse/buildcraft/iron_or_gate/index.html diff --git a/src/data/buildcraft/6.2.6/images/iron_or_gate_2.png b/static/browse/buildcraft/iron_or_gate_2/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_or_gate_2.png rename to static/browse/buildcraft/iron_or_gate_2/icon.png diff --git a/src/data/buildcraft/6.2.6/images/iron_or_gate_3.png b/static/browse/buildcraft/iron_or_gate_3/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_or_gate_3.png rename to static/browse/buildcraft/iron_or_gate_3/icon.png diff --git a/src/data/buildcraft/6.2.6/images/iron_or_gate_4.png b/static/browse/buildcraft/iron_or_gate_4/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_or_gate_4.png rename to static/browse/buildcraft/iron_or_gate_4/icon.png diff --git a/src/data/buildcraft/6.2.6/images/iron_transport_pipe.png b/static/browse/buildcraft/iron_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/iron_transport_pipe.png rename to static/browse/buildcraft/iron_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/iron_transport_pipe/index.html b/static/browse/buildcraft/iron_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/iron_transport_pipe/index.html rename to static/browse/buildcraft/iron_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/land_mark.png b/static/browse/buildcraft/land_mark/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/land_mark.png rename to static/browse/buildcraft/land_mark/icon.png diff --git a/prerender/browse/buildcraft/land_mark/index.html b/static/browse/buildcraft/land_mark/index.html similarity index 100% rename from prerender/browse/buildcraft/land_mark/index.html rename to static/browse/buildcraft/land_mark/index.html diff --git a/src/data/buildcraft/6.2.6/images/laser.png b/static/browse/buildcraft/laser/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/laser.png rename to static/browse/buildcraft/laser/icon.png diff --git a/prerender/browse/buildcraft/laser/index.html b/static/browse/buildcraft/laser/index.html similarity index 100% rename from prerender/browse/buildcraft/laser/index.html rename to static/browse/buildcraft/laser/index.html diff --git a/src/data/buildcraft/6.2.6/images/lazuli_transport_pipe.png b/static/browse/buildcraft/lazuli_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/lazuli_transport_pipe.png rename to static/browse/buildcraft/lazuli_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/lazuli_transport_pipe/index.html b/static/browse/buildcraft/lazuli_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/lazuli_transport_pipe/index.html rename to static/browse/buildcraft/lazuli_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/list.png b/static/browse/buildcraft/list/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/list.png rename to static/browse/buildcraft/list/icon.png diff --git a/src/data/buildcraft/6.2.6/images/map_location.png b/static/browse/buildcraft/map_location/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/map_location.png rename to static/browse/buildcraft/map_location/icon.png diff --git a/src/data/buildcraft/6.2.6/images/mining_pipe.png b/static/browse/buildcraft/mining_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/mining_pipe.png rename to static/browse/buildcraft/mining_pipe/icon.png diff --git a/src/data/buildcraft/6.2.6/images/mining_well.png b/static/browse/buildcraft/mining_well/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/mining_well.png rename to static/browse/buildcraft/mining_well/icon.png diff --git a/prerender/browse/buildcraft/mining_well/index.html b/static/browse/buildcraft/mining_well/index.html similarity index 100% rename from prerender/browse/buildcraft/mining_well/index.html rename to static/browse/buildcraft/mining_well/index.html diff --git a/src/data/buildcraft/6.2.6/images/obsidian_transport_pipe.png b/static/browse/buildcraft/obsidian_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/obsidian_transport_pipe.png rename to static/browse/buildcraft/obsidian_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/obsidian_transport_pipe/index.html b/static/browse/buildcraft/obsidian_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/obsidian_transport_pipe/index.html rename to static/browse/buildcraft/obsidian_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/oil.png b/static/browse/buildcraft/oil/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/oil.png rename to static/browse/buildcraft/oil/icon.png diff --git a/src/data/buildcraft/6.2.6/images/oil_bucket.png b/static/browse/buildcraft/oil_bucket/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/oil_bucket.png rename to static/browse/buildcraft/oil_bucket/icon.png diff --git a/src/data/buildcraft/6.2.6/images/oil_spring.png b/static/browse/buildcraft/oil_spring/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/oil_spring.png rename to static/browse/buildcraft/oil_spring/icon.png diff --git a/src/data/buildcraft/6.2.6/images/path_mark.png b/static/browse/buildcraft/path_mark/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/path_mark.png rename to static/browse/buildcraft/path_mark/icon.png diff --git a/prerender/browse/buildcraft/path_mark/index.html b/static/browse/buildcraft/path_mark/index.html similarity index 100% rename from prerender/browse/buildcraft/path_mark/index.html rename to static/browse/buildcraft/path_mark/index.html diff --git a/src/data/buildcraft/6.2.6/images/pipe_plug.png b/static/browse/buildcraft/pipe_plug/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/pipe_plug.png rename to static/browse/buildcraft/pipe_plug/icon.png diff --git a/prerender/browse/buildcraft/pipe_plug/index.html b/static/browse/buildcraft/pipe_plug/index.html similarity index 100% rename from prerender/browse/buildcraft/pipe_plug/index.html rename to static/browse/buildcraft/pipe_plug/index.html diff --git a/src/data/buildcraft/6.2.6/images/pipe_sealant.png b/static/browse/buildcraft/pipe_sealant/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/pipe_sealant.png rename to static/browse/buildcraft/pipe_sealant/icon.png diff --git a/prerender/browse/buildcraft/pipe_sealant/index.html b/static/browse/buildcraft/pipe_sealant/index.html similarity index 100% rename from prerender/browse/buildcraft/pipe_sealant/index.html rename to static/browse/buildcraft/pipe_sealant/index.html diff --git a/src/data/buildcraft/6.2.6/images/pulsating_chipset.png b/static/browse/buildcraft/pulsating_chipset/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/pulsating_chipset.png rename to static/browse/buildcraft/pulsating_chipset/icon.png diff --git a/prerender/browse/buildcraft/pulsating_chipset/index.html b/static/browse/buildcraft/pulsating_chipset/index.html similarity index 100% rename from prerender/browse/buildcraft/pulsating_chipset/index.html rename to static/browse/buildcraft/pulsating_chipset/index.html diff --git a/src/data/buildcraft/6.2.6/images/pump.png b/static/browse/buildcraft/pump/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/pump.png rename to static/browse/buildcraft/pump/icon.png diff --git a/prerender/browse/buildcraft/pump/index.html b/static/browse/buildcraft/pump/index.html similarity index 100% rename from prerender/browse/buildcraft/pump/index.html rename to static/browse/buildcraft/pump/index.html diff --git a/src/data/buildcraft/6.2.6/images/quarry.png b/static/browse/buildcraft/quarry/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/quarry.png rename to static/browse/buildcraft/quarry/icon.png diff --git a/prerender/browse/buildcraft/quarry/index.html b/static/browse/buildcraft/quarry/index.html similarity index 100% rename from prerender/browse/buildcraft/quarry/index.html rename to static/browse/buildcraft/quarry/index.html diff --git a/src/data/buildcraft/6.2.6/images/quartz_chipset.png b/static/browse/buildcraft/quartz_chipset/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/quartz_chipset.png rename to static/browse/buildcraft/quartz_chipset/icon.png diff --git a/prerender/browse/buildcraft/quartz_chipset/index.html b/static/browse/buildcraft/quartz_chipset/index.html similarity index 100% rename from prerender/browse/buildcraft/quartz_chipset/index.html rename to static/browse/buildcraft/quartz_chipset/index.html diff --git a/src/data/buildcraft/6.2.6/images/quartz_fluid_pipe.png b/static/browse/buildcraft/quartz_fluid_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/quartz_fluid_pipe.png rename to static/browse/buildcraft/quartz_fluid_pipe/icon.png diff --git a/src/data/buildcraft/6.2.6/images/quartz_kinesis_pipe.png b/static/browse/buildcraft/quartz_kinesis_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/quartz_kinesis_pipe.png rename to static/browse/buildcraft/quartz_kinesis_pipe/icon.png diff --git a/prerender/browse/buildcraft/quartz_kinesis_pipe/index.html b/static/browse/buildcraft/quartz_kinesis_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/quartz_kinesis_pipe/index.html rename to static/browse/buildcraft/quartz_kinesis_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/quartz_transport_pipe.png b/static/browse/buildcraft/quartz_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/quartz_transport_pipe.png rename to static/browse/buildcraft/quartz_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/quartz_transport_pipe/index.html b/static/browse/buildcraft/quartz_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/quartz_transport_pipe/index.html rename to static/browse/buildcraft/quartz_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/red_pipe_wire.png b/static/browse/buildcraft/red_pipe_wire/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/red_pipe_wire.png rename to static/browse/buildcraft/red_pipe_wire/icon.png diff --git a/prerender/browse/buildcraft/red_pipe_wire/index.html b/static/browse/buildcraft/red_pipe_wire/index.html similarity index 100% rename from prerender/browse/buildcraft/red_pipe_wire/index.html rename to static/browse/buildcraft/red_pipe_wire/index.html diff --git a/src/data/buildcraft/6.2.6/images/redstone_board.png b/static/browse/buildcraft/redstone_board/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/redstone_board.png rename to static/browse/buildcraft/redstone_board/icon.png diff --git a/src/data/buildcraft/6.2.6/images/redstone_chipset.png b/static/browse/buildcraft/redstone_chipset/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/redstone_chipset.png rename to static/browse/buildcraft/redstone_chipset/icon.png diff --git a/prerender/browse/buildcraft/redstone_chipset/index.html b/static/browse/buildcraft/redstone_chipset/index.html similarity index 100% rename from prerender/browse/buildcraft/redstone_chipset/index.html rename to static/browse/buildcraft/redstone_chipset/index.html diff --git a/src/data/buildcraft/6.2.6/images/redstone_comp_chipset.png b/static/browse/buildcraft/redstone_comp_chipset/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/redstone_comp_chipset.png rename to static/browse/buildcraft/redstone_comp_chipset/icon.png diff --git a/prerender/browse/buildcraft/redstone_comp_chipset/index.html b/static/browse/buildcraft/redstone_comp_chipset/index.html similarity index 100% rename from prerender/browse/buildcraft/redstone_comp_chipset/index.html rename to static/browse/buildcraft/redstone_comp_chipset/index.html diff --git a/src/data/buildcraft/6.2.6/images/redstone_crystal.png b/static/browse/buildcraft/redstone_crystal/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/redstone_crystal.png rename to static/browse/buildcraft/redstone_crystal/icon.png diff --git a/src/data/buildcraft/6.2.6/images/redstone_engine.png b/static/browse/buildcraft/redstone_engine/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/redstone_engine.png rename to static/browse/buildcraft/redstone_engine/icon.png diff --git a/prerender/browse/buildcraft/redstone_engine/index.html b/static/browse/buildcraft/redstone_engine/index.html similarity index 100% rename from prerender/browse/buildcraft/redstone_engine/index.html rename to static/browse/buildcraft/redstone_engine/index.html diff --git a/src/data/buildcraft/6.2.6/images/refinery.png b/static/browse/buildcraft/refinery/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/refinery.png rename to static/browse/buildcraft/refinery/icon.png diff --git a/prerender/browse/buildcraft/refinery/index.html b/static/browse/buildcraft/refinery/index.html similarity index 100% rename from prerender/browse/buildcraft/refinery/index.html rename to static/browse/buildcraft/refinery/index.html diff --git a/src/data/buildcraft/6.2.6/images/requester.png b/static/browse/buildcraft/requester/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/requester.png rename to static/browse/buildcraft/requester/icon.png diff --git a/prerender/browse/buildcraft/requester/index.html b/static/browse/buildcraft/requester/index.html similarity index 100% rename from prerender/browse/buildcraft/requester/index.html rename to static/browse/buildcraft/requester/index.html diff --git a/src/data/buildcraft/6.2.6/images/robot.png b/static/browse/buildcraft/robot/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/robot.png rename to static/browse/buildcraft/robot/icon.png diff --git a/src/data/buildcraft/6.2.6/images/sandstone_fluid_pipe.png b/static/browse/buildcraft/sandstone_fluid_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/sandstone_fluid_pipe.png rename to static/browse/buildcraft/sandstone_fluid_pipe/icon.png diff --git a/prerender/browse/buildcraft/sandstone_fluid_pipe/index.html b/static/browse/buildcraft/sandstone_fluid_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/sandstone_fluid_pipe/index.html rename to static/browse/buildcraft/sandstone_fluid_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/sandstone_kinesis_pipe.png b/static/browse/buildcraft/sandstone_kinesis_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/sandstone_kinesis_pipe.png rename to static/browse/buildcraft/sandstone_kinesis_pipe/icon.png diff --git a/src/data/buildcraft/6.2.6/images/sandstone_transport_pipe.png b/static/browse/buildcraft/sandstone_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/sandstone_transport_pipe.png rename to static/browse/buildcraft/sandstone_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/sandstone_transport_pipe/index.html b/static/browse/buildcraft/sandstone_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/sandstone_transport_pipe/index.html rename to static/browse/buildcraft/sandstone_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/stirling_engine.png b/static/browse/buildcraft/stirling_engine/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/stirling_engine.png rename to static/browse/buildcraft/stirling_engine/icon.png diff --git a/prerender/browse/buildcraft/stirling_engine/index.html b/static/browse/buildcraft/stirling_engine/index.html similarity index 100% rename from prerender/browse/buildcraft/stirling_engine/index.html rename to static/browse/buildcraft/stirling_engine/index.html diff --git a/src/data/buildcraft/6.2.6/images/stone_fluid_pipe.png b/static/browse/buildcraft/stone_fluid_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/stone_fluid_pipe.png rename to static/browse/buildcraft/stone_fluid_pipe/icon.png diff --git a/prerender/browse/buildcraft/stone_fluid_pipe/index.html b/static/browse/buildcraft/stone_fluid_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/stone_fluid_pipe/index.html rename to static/browse/buildcraft/stone_fluid_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/stone_gear.png b/static/browse/buildcraft/stone_gear/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/stone_gear.png rename to static/browse/buildcraft/stone_gear/icon.png diff --git a/prerender/browse/buildcraft/stone_gear/index.html b/static/browse/buildcraft/stone_gear/index.html similarity index 100% rename from prerender/browse/buildcraft/stone_gear/index.html rename to static/browse/buildcraft/stone_gear/index.html diff --git a/src/data/buildcraft/6.2.6/images/stone_kinesis_pipe.png b/static/browse/buildcraft/stone_kinesis_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/stone_kinesis_pipe.png rename to static/browse/buildcraft/stone_kinesis_pipe/icon.png diff --git a/prerender/browse/buildcraft/stone_kinesis_pipe/index.html b/static/browse/buildcraft/stone_kinesis_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/stone_kinesis_pipe/index.html rename to static/browse/buildcraft/stone_kinesis_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/stone_transport_pipe.png b/static/browse/buildcraft/stone_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/stone_transport_pipe.png rename to static/browse/buildcraft/stone_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/stone_transport_pipe/index.html b/static/browse/buildcraft/stone_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/stone_transport_pipe/index.html rename to static/browse/buildcraft/stone_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/stripes_transport_pipe.png b/static/browse/buildcraft/stripes_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/stripes_transport_pipe.png rename to static/browse/buildcraft/stripes_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/stripes_transport_pipe/index.html b/static/browse/buildcraft/stripes_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/stripes_transport_pipe/index.html rename to static/browse/buildcraft/stripes_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/tank.png b/static/browse/buildcraft/tank/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/tank.png rename to static/browse/buildcraft/tank/icon.png diff --git a/prerender/browse/buildcraft/tank/index.html b/static/browse/buildcraft/tank/index.html similarity index 100% rename from prerender/browse/buildcraft/tank/index.html rename to static/browse/buildcraft/tank/index.html diff --git a/src/data/buildcraft/6.2.6/images/template.png b/static/browse/buildcraft/template/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/template.png rename to static/browse/buildcraft/template/icon.png diff --git a/prerender/browse/buildcraft/template/index.html b/static/browse/buildcraft/template/index.html similarity index 100% rename from prerender/browse/buildcraft/template/index.html rename to static/browse/buildcraft/template/index.html diff --git a/src/data/buildcraft/6.2.6/images/void_fluid_pipe.png b/static/browse/buildcraft/void_fluid_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/void_fluid_pipe.png rename to static/browse/buildcraft/void_fluid_pipe/icon.png diff --git a/prerender/browse/buildcraft/void_fluid_pipe/index.html b/static/browse/buildcraft/void_fluid_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/void_fluid_pipe/index.html rename to static/browse/buildcraft/void_fluid_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/void_transport_pipe.png b/static/browse/buildcraft/void_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/void_transport_pipe.png rename to static/browse/buildcraft/void_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/void_transport_pipe/index.html b/static/browse/buildcraft/void_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/void_transport_pipe/index.html rename to static/browse/buildcraft/void_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/water_spring.png b/static/browse/buildcraft/water_spring/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/water_spring.png rename to static/browse/buildcraft/water_spring/icon.png diff --git a/src/data/buildcraft/6.2.6/images/wood_gear.png b/static/browse/buildcraft/wood_gear/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/wood_gear.png rename to static/browse/buildcraft/wood_gear/icon.png diff --git a/prerender/browse/buildcraft/wood_gear/index.html b/static/browse/buildcraft/wood_gear/index.html similarity index 100% rename from prerender/browse/buildcraft/wood_gear/index.html rename to static/browse/buildcraft/wood_gear/index.html diff --git a/src/data/buildcraft/6.2.6/images/wooden_fluid_pipe.png b/static/browse/buildcraft/wooden_fluid_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/wooden_fluid_pipe.png rename to static/browse/buildcraft/wooden_fluid_pipe/icon.png diff --git a/prerender/browse/buildcraft/wooden_fluid_pipe/index.html b/static/browse/buildcraft/wooden_fluid_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/wooden_fluid_pipe/index.html rename to static/browse/buildcraft/wooden_fluid_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/wooden_kinesis_pipe.png b/static/browse/buildcraft/wooden_kinesis_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/wooden_kinesis_pipe.png rename to static/browse/buildcraft/wooden_kinesis_pipe/icon.png diff --git a/prerender/browse/buildcraft/wooden_kinesis_pipe/index.html b/static/browse/buildcraft/wooden_kinesis_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/wooden_kinesis_pipe/index.html rename to static/browse/buildcraft/wooden_kinesis_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/wooden_transport_pipe.png b/static/browse/buildcraft/wooden_transport_pipe/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/wooden_transport_pipe.png rename to static/browse/buildcraft/wooden_transport_pipe/icon.png diff --git a/prerender/browse/buildcraft/wooden_transport_pipe/index.html b/static/browse/buildcraft/wooden_transport_pipe/index.html similarity index 100% rename from prerender/browse/buildcraft/wooden_transport_pipe/index.html rename to static/browse/buildcraft/wooden_transport_pipe/index.html diff --git a/src/data/buildcraft/6.2.6/images/wrench.png b/static/browse/buildcraft/wrench/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/wrench.png rename to static/browse/buildcraft/wrench/icon.png diff --git a/prerender/browse/buildcraft/wrench/index.html b/static/browse/buildcraft/wrench/index.html similarity index 100% rename from prerender/browse/buildcraft/wrench/index.html rename to static/browse/buildcraft/wrench/index.html diff --git a/src/data/buildcraft/6.2.6/images/yellow_pipe_wire.png b/static/browse/buildcraft/yellow_pipe_wire/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/yellow_pipe_wire.png rename to static/browse/buildcraft/yellow_pipe_wire/icon.png diff --git a/prerender/browse/buildcraft/yellow_pipe_wire/index.html b/static/browse/buildcraft/yellow_pipe_wire/index.html similarity index 100% rename from prerender/browse/buildcraft/yellow_pipe_wire/index.html rename to static/browse/buildcraft/yellow_pipe_wire/index.html diff --git a/src/data/buildcraft/6.2.6/images/zone_planner.png b/static/browse/buildcraft/zone_planner/icon.png similarity index 100% rename from src/data/buildcraft/6.2.6/images/zone_planner.png rename to static/browse/buildcraft/zone_planner/icon.png diff --git a/prerender/browse/buildcraft/zone_planner/index.html b/static/browse/buildcraft/zone_planner/index.html similarity index 100% rename from prerender/browse/buildcraft/zone_planner/index.html rename to static/browse/buildcraft/zone_planner/index.html diff --git a/src/data/enderio/2.2.7.325/images/advanced_item_filter.png b/static/browse/enderio/advanced_item_filter/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/advanced_item_filter.png rename to static/browse/enderio/advanced_item_filter/icon.png diff --git a/prerender/browse/enderio/advanced_item_filter/index.html b/static/browse/enderio/advanced_item_filter/index.html similarity index 100% rename from prerender/browse/enderio/advanced_item_filter/index.html rename to static/browse/enderio/advanced_item_filter/index.html diff --git a/src/data/enderio/2.2.7.325/images/advanced_photovoltaic_cell.png b/static/browse/enderio/advanced_photovoltaic_cell/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/advanced_photovoltaic_cell.png rename to static/browse/enderio/advanced_photovoltaic_cell/icon.png diff --git a/prerender/browse/enderio/advanced_photovoltaic_cell/index.html b/static/browse/enderio/advanced_photovoltaic_cell/index.html similarity index 100% rename from prerender/browse/enderio/advanced_photovoltaic_cell/index.html rename to static/browse/enderio/advanced_photovoltaic_cell/index.html diff --git a/src/data/enderio/2.2.7.325/images/alloy_smelter.png b/static/browse/enderio/alloy_smelter/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/alloy_smelter.png rename to static/browse/enderio/alloy_smelter/icon.png diff --git a/prerender/browse/enderio/alloy_smelter/index.html b/static/browse/enderio/alloy_smelter/index.html similarity index 100% rename from prerender/browse/enderio/alloy_smelter/index.html rename to static/browse/enderio/alloy_smelter/index.html diff --git a/src/data/enderio/2.2.7.325/images/attractor_obelisk.png b/static/browse/enderio/attractor_obelisk/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/attractor_obelisk.png rename to static/browse/enderio/attractor_obelisk/icon.png diff --git a/prerender/browse/enderio/attractor_obelisk/index.html b/static/browse/enderio/attractor_obelisk/index.html similarity index 100% rename from prerender/browse/enderio/attractor_obelisk/index.html rename to static/browse/enderio/attractor_obelisk/index.html diff --git a/src/data/enderio/2.2.7.325/images/aversion_obelisk.png b/static/browse/enderio/aversion_obelisk/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/aversion_obelisk.png rename to static/browse/enderio/aversion_obelisk/icon.png diff --git a/prerender/browse/enderio/aversion_obelisk/index.html b/static/browse/enderio/aversion_obelisk/index.html similarity index 100% rename from prerender/browse/enderio/aversion_obelisk/index.html rename to static/browse/enderio/aversion_obelisk/index.html diff --git a/src/data/enderio/2.2.7.325/images/basic_capacitor.png b/static/browse/enderio/basic_capacitor/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/basic_capacitor.png rename to static/browse/enderio/basic_capacitor/icon.png diff --git a/prerender/browse/enderio/basic_capacitor/index.html b/static/browse/enderio/basic_capacitor/index.html similarity index 100% rename from prerender/browse/enderio/basic_capacitor/index.html rename to static/browse/enderio/basic_capacitor/index.html diff --git a/src/data/enderio/2.2.7.325/images/basic_capacitor_bank.png b/static/browse/enderio/basic_capacitor_bank/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/basic_capacitor_bank.png rename to static/browse/enderio/basic_capacitor_bank/icon.png diff --git a/prerender/browse/enderio/basic_capacitor_bank/index.html b/static/browse/enderio/basic_capacitor_bank/index.html similarity index 100% rename from prerender/browse/enderio/basic_capacitor_bank/index.html rename to static/browse/enderio/basic_capacitor_bank/index.html diff --git a/src/data/enderio/2.2.7.325/images/basic_capacitor_bank_2.png b/static/browse/enderio/basic_capacitor_bank_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/basic_capacitor_bank_2.png rename to static/browse/enderio/basic_capacitor_bank_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/basic_gear.png b/static/browse/enderio/basic_gear/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/basic_gear.png rename to static/browse/enderio/basic_gear/icon.png diff --git a/prerender/browse/enderio/basic_gear/index.html b/static/browse/enderio/basic_gear/index.html similarity index 100% rename from prerender/browse/enderio/basic_gear/index.html rename to static/browse/enderio/basic_gear/index.html diff --git a/src/data/enderio/2.2.7.325/images/basic_item_filter.png b/static/browse/enderio/basic_item_filter/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/basic_item_filter.png rename to static/browse/enderio/basic_item_filter/icon.png diff --git a/prerender/browse/enderio/basic_item_filter/index.html b/static/browse/enderio/basic_item_filter/index.html similarity index 100% rename from prerender/browse/enderio/basic_item_filter/index.html rename to static/browse/enderio/basic_item_filter/index.html diff --git a/src/data/enderio/2.2.7.325/images/binder_composite.png b/static/browse/enderio/binder_composite/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/binder_composite.png rename to static/browse/enderio/binder_composite/icon.png diff --git a/prerender/browse/enderio/binder_composite/index.html b/static/browse/enderio/binder_composite/index.html similarity index 100% rename from prerender/browse/enderio/binder_composite/index.html rename to static/browse/enderio/binder_composite/index.html diff --git a/src/data/enderio/2.2.7.325/images/broken_spawner.png b/static/browse/enderio/broken_spawner/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/broken_spawner.png rename to static/browse/enderio/broken_spawner/icon.png diff --git a/prerender/browse/enderio/broken_spawner/index.html b/static/browse/enderio/broken_spawner/index.html similarity index 100% rename from prerender/browse/enderio/broken_spawner/index.html rename to static/browse/enderio/broken_spawner/index.html diff --git a/src/data/enderio/2.2.7.325/images/broken_spawner_2.png b/static/browse/enderio/broken_spawner_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/broken_spawner_2.png rename to static/browse/enderio/broken_spawner_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/broken_spawner_3.png b/static/browse/enderio/broken_spawner_3/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/broken_spawner_3.png rename to static/browse/enderio/broken_spawner_3/icon.png diff --git a/src/data/enderio/2.2.7.325/images/broken_spawner_4.png b/static/browse/enderio/broken_spawner_4/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/broken_spawner_4.png rename to static/browse/enderio/broken_spawner_4/icon.png diff --git a/src/data/enderio/2.2.7.325/images/broken_spawner_5.png b/static/browse/enderio/broken_spawner_5/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/broken_spawner_5.png rename to static/browse/enderio/broken_spawner_5/icon.png diff --git a/src/data/enderio/2.2.7.325/images/broken_spawner_6.png b/static/browse/enderio/broken_spawner_6/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/broken_spawner_6.png rename to static/browse/enderio/broken_spawner_6/icon.png diff --git a/src/data/enderio/2.2.7.325/images/broken_spawner_7.png b/static/browse/enderio/broken_spawner_7/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/broken_spawner_7.png rename to static/browse/enderio/broken_spawner_7/icon.png diff --git a/src/data/enderio/2.2.7.325/images/capacitor_bank.png b/static/browse/enderio/capacitor_bank/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/capacitor_bank.png rename to static/browse/enderio/capacitor_bank/icon.png diff --git a/prerender/browse/enderio/capacitor_bank/index.html b/static/browse/enderio/capacitor_bank/index.html similarity index 100% rename from prerender/browse/enderio/capacitor_bank/index.html rename to static/browse/enderio/capacitor_bank/index.html diff --git a/src/data/enderio/2.2.7.325/images/capacitor_bank_2.png b/static/browse/enderio/capacitor_bank_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/capacitor_bank_2.png rename to static/browse/enderio/capacitor_bank_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/capacitor_bank_deprecated.png b/static/browse/enderio/capacitor_bank_deprecated/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/capacitor_bank_deprecated.png rename to static/browse/enderio/capacitor_bank_deprecated/icon.png diff --git a/src/data/enderio/2.2.7.325/images/capacitor_bank_deprecated_2.png b/static/browse/enderio/capacitor_bank_deprecated_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/capacitor_bank_deprecated_2.png rename to static/browse/enderio/capacitor_bank_deprecated_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/chargeable_item_filter.png b/static/browse/enderio/chargeable_item_filter/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/chargeable_item_filter.png rename to static/browse/enderio/chargeable_item_filter/icon.png diff --git a/prerender/browse/enderio/chargeable_item_filter/index.html b/static/browse/enderio/chargeable_item_filter/index.html similarity index 100% rename from prerender/browse/enderio/chargeable_item_filter/index.html rename to static/browse/enderio/chargeable_item_filter/index.html diff --git a/src/data/enderio/2.2.7.325/images/coal_powder.png b/static/browse/enderio/coal_powder/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/coal_powder.png rename to static/browse/enderio/coal_powder/icon.png diff --git a/prerender/browse/enderio/coal_powder/index.html b/static/browse/enderio/coal_powder/index.html similarity index 100% rename from prerender/browse/enderio/coal_powder/index.html rename to static/browse/enderio/coal_powder/index.html diff --git a/src/data/enderio/2.2.7.325/images/combustion_generator.png b/static/browse/enderio/combustion_generator/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/combustion_generator.png rename to static/browse/enderio/combustion_generator/icon.png diff --git a/prerender/browse/enderio/combustion_generator/index.html b/static/browse/enderio/combustion_generator/index.html similarity index 100% rename from prerender/browse/enderio/combustion_generator/index.html rename to static/browse/enderio/combustion_generator/index.html diff --git a/src/data/enderio/2.2.7.325/images/conductive_iron.png b/static/browse/enderio/conductive_iron/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/conductive_iron.png rename to static/browse/enderio/conductive_iron/icon.png diff --git a/prerender/browse/enderio/conductive_iron/index.html b/static/browse/enderio/conductive_iron/index.html similarity index 100% rename from prerender/browse/enderio/conductive_iron/index.html rename to static/browse/enderio/conductive_iron/index.html diff --git a/src/data/enderio/2.2.7.325/images/conductive_iron_block.png b/static/browse/enderio/conductive_iron_block/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/conductive_iron_block.png rename to static/browse/enderio/conductive_iron_block/icon.png diff --git a/prerender/browse/enderio/conductive_iron_block/index.html b/static/browse/enderio/conductive_iron_block/index.html similarity index 100% rename from prerender/browse/enderio/conductive_iron_block/index.html rename to static/browse/enderio/conductive_iron_block/index.html diff --git a/src/data/enderio/2.2.7.325/images/conduit_binder.png b/static/browse/enderio/conduit_binder/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/conduit_binder.png rename to static/browse/enderio/conduit_binder/icon.png diff --git a/prerender/browse/enderio/conduit_binder/index.html b/static/browse/enderio/conduit_binder/index.html similarity index 100% rename from prerender/browse/enderio/conduit_binder/index.html rename to static/browse/enderio/conduit_binder/index.html diff --git a/src/data/enderio/2.2.7.325/images/conduit_connector.png b/static/browse/enderio/conduit_connector/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/conduit_connector.png rename to static/browse/enderio/conduit_connector/icon.png diff --git a/src/data/enderio/2.2.7.325/images/conduit_facade.png b/static/browse/enderio/conduit_facade/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/conduit_facade.png rename to static/browse/enderio/conduit_facade/icon.png diff --git a/prerender/browse/enderio/conduit_facade/index.html b/static/browse/enderio/conduit_facade/index.html similarity index 100% rename from prerender/browse/enderio/conduit_facade/index.html rename to static/browse/enderio/conduit_facade/index.html diff --git a/src/data/enderio/2.2.7.325/images/conduit_probe.png b/static/browse/enderio/conduit_probe/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/conduit_probe.png rename to static/browse/enderio/conduit_probe/icon.png diff --git a/prerender/browse/enderio/conduit_probe/index.html b/static/browse/enderio/conduit_probe/index.html similarity index 100% rename from prerender/browse/enderio/conduit_probe/index.html rename to static/browse/enderio/conduit_probe/index.html diff --git a/src/data/enderio/2.2.7.325/images/conduit_switch.png b/static/browse/enderio/conduit_switch/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/conduit_switch.png rename to static/browse/enderio/conduit_switch/icon.png diff --git a/prerender/browse/enderio/conduit_switch/index.html b/static/browse/enderio/conduit_switch/index.html similarity index 100% rename from prerender/browse/enderio/conduit_switch/index.html rename to static/browse/enderio/conduit_switch/index.html diff --git a/src/data/enderio/2.2.7.325/images/crafter.png b/static/browse/enderio/crafter/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/crafter.png rename to static/browse/enderio/crafter/icon.png diff --git a/prerender/browse/enderio/crafter/index.html b/static/browse/enderio/crafter/index.html similarity index 100% rename from prerender/browse/enderio/crafter/index.html rename to static/browse/enderio/crafter/index.html diff --git a/src/data/enderio/2.2.7.325/images/creative_buffer.png b/static/browse/enderio/creative_buffer/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/creative_buffer.png rename to static/browse/enderio/creative_buffer/icon.png diff --git a/src/data/enderio/2.2.7.325/images/creative_capacitor_bank.png b/static/browse/enderio/creative_capacitor_bank/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/creative_capacitor_bank.png rename to static/browse/enderio/creative_capacitor_bank/icon.png diff --git a/src/data/enderio/2.2.7.325/images/creative_capacitor_bank_deprecated.png b/static/browse/enderio/creative_capacitor_bank_deprecated/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/creative_capacitor_bank_deprecated.png rename to static/browse/enderio/creative_capacitor_bank_deprecated/icon.png diff --git a/src/data/enderio/2.2.7.325/images/dark_axe.png b/static/browse/enderio/dark_axe/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_axe.png rename to static/browse/enderio/dark_axe/icon.png diff --git a/prerender/browse/enderio/dark_axe/index.html b/static/browse/enderio/dark_axe/index.html similarity index 100% rename from prerender/browse/enderio/dark_axe/index.html rename to static/browse/enderio/dark_axe/index.html diff --git a/src/data/enderio/2.2.7.325/images/dark_axe_2.png b/static/browse/enderio/dark_axe_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_axe_2.png rename to static/browse/enderio/dark_axe_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/dark_boots.png b/static/browse/enderio/dark_boots/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_boots.png rename to static/browse/enderio/dark_boots/icon.png diff --git a/prerender/browse/enderio/dark_boots/index.html b/static/browse/enderio/dark_boots/index.html similarity index 100% rename from prerender/browse/enderio/dark_boots/index.html rename to static/browse/enderio/dark_boots/index.html diff --git a/src/data/enderio/2.2.7.325/images/dark_boots_2.png b/static/browse/enderio/dark_boots_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_boots_2.png rename to static/browse/enderio/dark_boots_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/dark_helm.png b/static/browse/enderio/dark_helm/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_helm.png rename to static/browse/enderio/dark_helm/icon.png diff --git a/prerender/browse/enderio/dark_helm/index.html b/static/browse/enderio/dark_helm/index.html similarity index 100% rename from prerender/browse/enderio/dark_helm/index.html rename to static/browse/enderio/dark_helm/index.html diff --git a/src/data/enderio/2.2.7.325/images/dark_helm_2.png b/static/browse/enderio/dark_helm_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_helm_2.png rename to static/browse/enderio/dark_helm_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/dark_iron_bars.png b/static/browse/enderio/dark_iron_bars/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_iron_bars.png rename to static/browse/enderio/dark_iron_bars/icon.png diff --git a/prerender/browse/enderio/dark_iron_bars/index.html b/static/browse/enderio/dark_iron_bars/index.html similarity index 100% rename from prerender/browse/enderio/dark_iron_bars/index.html rename to static/browse/enderio/dark_iron_bars/index.html diff --git a/src/data/enderio/2.2.7.325/images/dark_leggings.png b/static/browse/enderio/dark_leggings/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_leggings.png rename to static/browse/enderio/dark_leggings/icon.png diff --git a/prerender/browse/enderio/dark_leggings/index.html b/static/browse/enderio/dark_leggings/index.html similarity index 100% rename from prerender/browse/enderio/dark_leggings/index.html rename to static/browse/enderio/dark_leggings/index.html diff --git a/src/data/enderio/2.2.7.325/images/dark_leggings_2.png b/static/browse/enderio/dark_leggings_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_leggings_2.png rename to static/browse/enderio/dark_leggings_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/dark_pick.png b/static/browse/enderio/dark_pick/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_pick.png rename to static/browse/enderio/dark_pick/icon.png diff --git a/prerender/browse/enderio/dark_pick/index.html b/static/browse/enderio/dark_pick/index.html similarity index 100% rename from prerender/browse/enderio/dark_pick/index.html rename to static/browse/enderio/dark_pick/index.html diff --git a/src/data/enderio/2.2.7.325/images/dark_pick_2.png b/static/browse/enderio/dark_pick_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_pick_2.png rename to static/browse/enderio/dark_pick_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/dark_plate.png b/static/browse/enderio/dark_plate/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_plate.png rename to static/browse/enderio/dark_plate/icon.png diff --git a/prerender/browse/enderio/dark_plate/index.html b/static/browse/enderio/dark_plate/index.html similarity index 100% rename from prerender/browse/enderio/dark_plate/index.html rename to static/browse/enderio/dark_plate/index.html diff --git a/src/data/enderio/2.2.7.325/images/dark_plate_2.png b/static/browse/enderio/dark_plate_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_plate_2.png rename to static/browse/enderio/dark_plate_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/dark_pressure_plate.png b/static/browse/enderio/dark_pressure_plate/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_pressure_plate.png rename to static/browse/enderio/dark_pressure_plate/icon.png diff --git a/prerender/browse/enderio/dark_pressure_plate/index.html b/static/browse/enderio/dark_pressure_plate/index.html similarity index 100% rename from prerender/browse/enderio/dark_pressure_plate/index.html rename to static/browse/enderio/dark_pressure_plate/index.html diff --git a/src/data/enderio/2.2.7.325/images/dark_pressure_plate_2.png b/static/browse/enderio/dark_pressure_plate_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_pressure_plate_2.png rename to static/browse/enderio/dark_pressure_plate_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/dark_steel.png b/static/browse/enderio/dark_steel/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_steel.png rename to static/browse/enderio/dark_steel/icon.png diff --git a/prerender/browse/enderio/dark_steel/index.html b/static/browse/enderio/dark_steel/index.html similarity index 100% rename from prerender/browse/enderio/dark_steel/index.html rename to static/browse/enderio/dark_steel/index.html diff --git a/src/data/enderio/2.2.7.325/images/dark_steel_anvil.png b/static/browse/enderio/dark_steel_anvil/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_steel_anvil.png rename to static/browse/enderio/dark_steel_anvil/icon.png diff --git a/prerender/browse/enderio/dark_steel_anvil/index.html b/static/browse/enderio/dark_steel_anvil/index.html similarity index 100% rename from prerender/browse/enderio/dark_steel_anvil/index.html rename to static/browse/enderio/dark_steel_anvil/index.html diff --git a/src/data/enderio/2.2.7.325/images/dark_steel_ball.png b/static/browse/enderio/dark_steel_ball/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_steel_ball.png rename to static/browse/enderio/dark_steel_ball/icon.png diff --git a/prerender/browse/enderio/dark_steel_ball/index.html b/static/browse/enderio/dark_steel_ball/index.html similarity index 100% rename from prerender/browse/enderio/dark_steel_ball/index.html rename to static/browse/enderio/dark_steel_ball/index.html diff --git a/src/data/enderio/2.2.7.325/images/dark_steel_block.png b/static/browse/enderio/dark_steel_block/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_steel_block.png rename to static/browse/enderio/dark_steel_block/icon.png diff --git a/prerender/browse/enderio/dark_steel_block/index.html b/static/browse/enderio/dark_steel_block/index.html similarity index 100% rename from prerender/browse/enderio/dark_steel_block/index.html rename to static/browse/enderio/dark_steel_block/index.html diff --git a/src/data/enderio/2.2.7.325/images/dark_steel_ladder.png b/static/browse/enderio/dark_steel_ladder/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dark_steel_ladder.png rename to static/browse/enderio/dark_steel_ladder/icon.png diff --git a/prerender/browse/enderio/dark_steel_ladder/index.html b/static/browse/enderio/dark_steel_ladder/index.html similarity index 100% rename from prerender/browse/enderio/dark_steel_ladder/index.html rename to static/browse/enderio/dark_steel_ladder/index.html diff --git a/src/data/enderio/2.2.7.325/images/dimensional_transceiver.png b/static/browse/enderio/dimensional_transceiver/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/dimensional_transceiver.png rename to static/browse/enderio/dimensional_transceiver/icon.png diff --git a/prerender/browse/enderio/dimensional_transceiver/index.html b/static/browse/enderio/dimensional_transceiver/index.html similarity index 100% rename from prerender/browse/enderio/dimensional_transceiver/index.html rename to static/browse/enderio/dimensional_transceiver/index.html diff --git a/src/data/enderio/2.2.7.325/images/double_layer_capacitor.png b/static/browse/enderio/double_layer_capacitor/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/double_layer_capacitor.png rename to static/browse/enderio/double_layer_capacitor/icon.png diff --git a/prerender/browse/enderio/double_layer_capacitor/index.html b/static/browse/enderio/double_layer_capacitor/index.html similarity index 100% rename from prerender/browse/enderio/double_layer_capacitor/index.html rename to static/browse/enderio/double_layer_capacitor/index.html diff --git a/src/data/enderio/2.2.7.325/images/electrical_steel.png b/static/browse/enderio/electrical_steel/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/electrical_steel.png rename to static/browse/enderio/electrical_steel/icon.png diff --git a/prerender/browse/enderio/electrical_steel/index.html b/static/browse/enderio/electrical_steel/index.html similarity index 100% rename from prerender/browse/enderio/electrical_steel/index.html rename to static/browse/enderio/electrical_steel/index.html diff --git a/src/data/enderio/2.2.7.325/images/electrical_steel_block.png b/static/browse/enderio/electrical_steel_block/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/electrical_steel_block.png rename to static/browse/enderio/electrical_steel_block/icon.png diff --git a/prerender/browse/enderio/electrical_steel_block/index.html b/static/browse/enderio/electrical_steel_block/index.html similarity index 100% rename from prerender/browse/enderio/electrical_steel_block/index.html rename to static/browse/enderio/electrical_steel_block/index.html diff --git a/src/data/enderio/2.2.7.325/images/electromagnet.png b/static/browse/enderio/electromagnet/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/electromagnet.png rename to static/browse/enderio/electromagnet/icon.png diff --git a/prerender/browse/enderio/electromagnet/index.html b/static/browse/enderio/electromagnet/index.html similarity index 100% rename from prerender/browse/enderio/electromagnet/index.html rename to static/browse/enderio/electromagnet/index.html diff --git a/src/data/enderio/2.2.7.325/images/electromagnet_2.png b/static/browse/enderio/electromagnet_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/electromagnet_2.png rename to static/browse/enderio/electromagnet_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/enchanter.png b/static/browse/enderio/enchanter/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/enchanter.png rename to static/browse/enderio/enchanter/icon.png diff --git a/prerender/browse/enderio/enchanter/index.html b/static/browse/enderio/enchanter/index.html similarity index 100% rename from prerender/browse/enderio/enchanter/index.html rename to static/browse/enderio/enchanter/index.html diff --git a/src/data/enderio/2.2.7.325/images/ender_crystal.png b/static/browse/enderio/ender_crystal/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/ender_crystal.png rename to static/browse/enderio/ender_crystal/icon.png diff --git a/prerender/browse/enderio/ender_crystal/index.html b/static/browse/enderio/ender_crystal/index.html similarity index 100% rename from prerender/browse/enderio/ender_crystal/index.html rename to static/browse/enderio/ender_crystal/index.html diff --git a/src/data/enderio/2.2.7.325/images/ender_energy_conduit.png b/static/browse/enderio/ender_energy_conduit/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/ender_energy_conduit.png rename to static/browse/enderio/ender_energy_conduit/icon.png diff --git a/prerender/browse/enderio/ender_energy_conduit/index.html b/static/browse/enderio/ender_energy_conduit/index.html similarity index 100% rename from prerender/browse/enderio/ender_energy_conduit/index.html rename to static/browse/enderio/ender_energy_conduit/index.html diff --git a/src/data/enderio/2.2.7.325/images/ender_fluid_conduit.png b/static/browse/enderio/ender_fluid_conduit/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/ender_fluid_conduit.png rename to static/browse/enderio/ender_fluid_conduit/icon.png diff --git a/prerender/browse/enderio/ender_fluid_conduit/index.html b/static/browse/enderio/ender_fluid_conduit/index.html similarity index 100% rename from prerender/browse/enderio/ender_fluid_conduit/index.html rename to static/browse/enderio/ender_fluid_conduit/index.html diff --git a/src/data/enderio/2.2.7.325/images/ender_io.png b/static/browse/enderio/ender_io/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/ender_io.png rename to static/browse/enderio/ender_io/icon.png diff --git a/prerender/browse/enderio/ender_io/index.html b/static/browse/enderio/ender_io/index.html similarity index 100% rename from prerender/browse/enderio/ender_io/index.html rename to static/browse/enderio/ender_io/index.html diff --git a/src/data/enderio/2.2.7.325/images/ender_rail.png b/static/browse/enderio/ender_rail/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/ender_rail.png rename to static/browse/enderio/ender_rail/icon.png diff --git a/prerender/browse/enderio/ender_rail/index.html b/static/browse/enderio/ender_rail/index.html similarity index 100% rename from prerender/browse/enderio/ender_rail/index.html rename to static/browse/enderio/ender_rail/index.html diff --git a/src/data/enderio/2.2.7.325/images/ender_resonator.png b/static/browse/enderio/ender_resonator/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/ender_resonator.png rename to static/browse/enderio/ender_resonator/icon.png diff --git a/prerender/browse/enderio/ender_resonator/index.html b/static/browse/enderio/ender_resonator/index.html similarity index 100% rename from prerender/browse/enderio/ender_resonator/index.html rename to static/browse/enderio/ender_resonator/index.html diff --git a/src/data/enderio/2.2.7.325/images/enderman_head.png b/static/browse/enderio/enderman_head/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/enderman_head.png rename to static/browse/enderio/enderman_head/icon.png diff --git a/prerender/browse/enderio/enderman_head/index.html b/static/browse/enderio/enderman_head/index.html similarity index 100% rename from prerender/browse/enderio/enderman_head/index.html rename to static/browse/enderio/enderman_head/index.html diff --git a/src/data/enderio/2.2.7.325/images/energetic_alloy.png b/static/browse/enderio/energetic_alloy/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/energetic_alloy.png rename to static/browse/enderio/energetic_alloy/icon.png diff --git a/prerender/browse/enderio/energetic_alloy/index.html b/static/browse/enderio/energetic_alloy/index.html similarity index 100% rename from prerender/browse/enderio/energetic_alloy/index.html rename to static/browse/enderio/energetic_alloy/index.html diff --git a/src/data/enderio/2.2.7.325/images/energetic_alloy_block.png b/static/browse/enderio/energetic_alloy_block/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/energetic_alloy_block.png rename to static/browse/enderio/energetic_alloy_block/icon.png diff --git a/prerender/browse/enderio/energetic_alloy_block/index.html b/static/browse/enderio/energetic_alloy_block/index.html similarity index 100% rename from prerender/browse/enderio/energetic_alloy_block/index.html rename to static/browse/enderio/energetic_alloy_block/index.html diff --git a/src/data/enderio/2.2.7.325/images/energy_conduit.png b/static/browse/enderio/energy_conduit/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/energy_conduit.png rename to static/browse/enderio/energy_conduit/icon.png diff --git a/prerender/browse/enderio/energy_conduit/index.html b/static/browse/enderio/energy_conduit/index.html similarity index 100% rename from prerender/browse/enderio/energy_conduit/index.html rename to static/browse/enderio/energy_conduit/index.html diff --git a/src/data/enderio/2.2.7.325/images/enhanced_energy_conduit.png b/static/browse/enderio/enhanced_energy_conduit/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/enhanced_energy_conduit.png rename to static/browse/enderio/enhanced_energy_conduit/icon.png diff --git a/prerender/browse/enderio/enhanced_energy_conduit/index.html b/static/browse/enderio/enhanced_energy_conduit/index.html similarity index 100% rename from prerender/browse/enderio/enhanced_energy_conduit/index.html rename to static/browse/enderio/enhanced_energy_conduit/index.html diff --git a/src/data/enderio/2.2.7.325/images/enlightened_clear_glass.png b/static/browse/enderio/enlightened_clear_glass/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/enlightened_clear_glass.png rename to static/browse/enderio/enlightened_clear_glass/icon.png diff --git a/prerender/browse/enderio/enlightened_clear_glass/index.html b/static/browse/enderio/enlightened_clear_glass/index.html similarity index 100% rename from prerender/browse/enderio/enlightened_clear_glass/index.html rename to static/browse/enderio/enlightened_clear_glass/index.html diff --git a/src/data/enderio/2.2.7.325/images/enlightened_fused_quartz.png b/static/browse/enderio/enlightened_fused_quartz/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/enlightened_fused_quartz.png rename to static/browse/enderio/enlightened_fused_quartz/icon.png diff --git a/prerender/browse/enderio/enlightened_fused_quartz/index.html b/static/browse/enderio/enlightened_fused_quartz/index.html similarity index 100% rename from prerender/browse/enderio/enlightened_fused_quartz/index.html rename to static/browse/enderio/enlightened_fused_quartz/index.html diff --git a/src/data/enderio/2.2.7.325/images/enticing_crystal.png b/static/browse/enderio/enticing_crystal/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/enticing_crystal.png rename to static/browse/enderio/enticing_crystal/icon.png diff --git a/prerender/browse/enderio/enticing_crystal/index.html b/static/browse/enderio/enticing_crystal/index.html similarity index 100% rename from prerender/browse/enderio/enticing_crystal/index.html rename to static/browse/enderio/enticing_crystal/index.html diff --git a/src/data/enderio/2.2.7.325/images/existing_item_filter.png b/static/browse/enderio/existing_item_filter/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/existing_item_filter.png rename to static/browse/enderio/existing_item_filter/icon.png diff --git a/prerender/browse/enderio/existing_item_filter/index.html b/static/browse/enderio/existing_item_filter/index.html similarity index 100% rename from prerender/browse/enderio/existing_item_filter/index.html rename to static/browse/enderio/existing_item_filter/index.html diff --git a/src/data/enderio/2.2.7.325/images/experience_obelisk.png b/static/browse/enderio/experience_obelisk/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/experience_obelisk.png rename to static/browse/enderio/experience_obelisk/icon.png diff --git a/prerender/browse/enderio/experience_obelisk/index.html b/static/browse/enderio/experience_obelisk/index.html similarity index 100% rename from prerender/browse/enderio/experience_obelisk/index.html rename to static/browse/enderio/experience_obelisk/index.html diff --git a/src/data/enderio/2.2.7.325/images/experience_rod.png b/static/browse/enderio/experience_rod/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/experience_rod.png rename to static/browse/enderio/experience_rod/icon.png diff --git a/prerender/browse/enderio/experience_rod/index.html b/static/browse/enderio/experience_rod/index.html similarity index 100% rename from prerender/browse/enderio/experience_rod/index.html rename to static/browse/enderio/experience_rod/index.html diff --git a/src/data/enderio/2.2.7.325/images/farming_station.png b/static/browse/enderio/farming_station/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/farming_station.png rename to static/browse/enderio/farming_station/icon.png diff --git a/prerender/browse/enderio/farming_station/index.html b/static/browse/enderio/farming_station/index.html similarity index 100% rename from prerender/browse/enderio/farming_station/index.html rename to static/browse/enderio/farming_station/index.html diff --git a/src/data/enderio/2.2.7.325/images/fire_water.png b/static/browse/enderio/fire_water/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/fire_water.png rename to static/browse/enderio/fire_water/icon.png diff --git a/prerender/browse/enderio/fire_water/index.html b/static/browse/enderio/fire_water/index.html similarity index 100% rename from prerender/browse/enderio/fire_water/index.html rename to static/browse/enderio/fire_water/index.html diff --git a/src/data/enderio/2.2.7.325/images/fire_water_bucket.png b/static/browse/enderio/fire_water_bucket/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/fire_water_bucket.png rename to static/browse/enderio/fire_water_bucket/icon.png diff --git a/prerender/browse/enderio/fire_water_bucket/index.html b/static/browse/enderio/fire_water_bucket/index.html similarity index 100% rename from prerender/browse/enderio/fire_water_bucket/index.html rename to static/browse/enderio/fire_water_bucket/index.html diff --git a/src/data/enderio/2.2.7.325/images/fluid_conduit.png b/static/browse/enderio/fluid_conduit/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/fluid_conduit.png rename to static/browse/enderio/fluid_conduit/icon.png diff --git a/prerender/browse/enderio/fluid_conduit/index.html b/static/browse/enderio/fluid_conduit/index.html similarity index 100% rename from prerender/browse/enderio/fluid_conduit/index.html rename to static/browse/enderio/fluid_conduit/index.html diff --git a/src/data/enderio/2.2.7.325/images/fluid_tank.png b/static/browse/enderio/fluid_tank/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/fluid_tank.png rename to static/browse/enderio/fluid_tank/icon.png diff --git a/prerender/browse/enderio/fluid_tank/index.html b/static/browse/enderio/fluid_tank/index.html similarity index 100% rename from prerender/browse/enderio/fluid_tank/index.html rename to static/browse/enderio/fluid_tank/index.html diff --git a/src/data/enderio/2.2.7.325/images/frank_n_zombie.png b/static/browse/enderio/frank_n_zombie/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/frank_n_zombie.png rename to static/browse/enderio/frank_n_zombie/icon.png diff --git a/prerender/browse/enderio/frank_n_zombie/index.html b/static/browse/enderio/frank_n_zombie/index.html similarity index 100% rename from prerender/browse/enderio/frank_n_zombie/index.html rename to static/browse/enderio/frank_n_zombie/index.html diff --git a/src/data/enderio/2.2.7.325/images/fused_quartz.png b/static/browse/enderio/fused_quartz/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/fused_quartz.png rename to static/browse/enderio/fused_quartz/icon.png diff --git a/prerender/browse/enderio/fused_quartz/index.html b/static/browse/enderio/fused_quartz/index.html similarity index 100% rename from prerender/browse/enderio/fused_quartz/index.html rename to static/browse/enderio/fused_quartz/index.html diff --git a/src/data/enderio/2.2.7.325/images/fused_quartz_frame.png b/static/browse/enderio/fused_quartz_frame/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/fused_quartz_frame.png rename to static/browse/enderio/fused_quartz_frame/icon.png diff --git a/prerender/browse/enderio/fused_quartz_frame/index.html b/static/browse/enderio/fused_quartz_frame/index.html similarity index 100% rename from prerender/browse/enderio/fused_quartz_frame/index.html rename to static/browse/enderio/fused_quartz_frame/index.html diff --git a/src/data/enderio/2.2.7.325/images/glider_wing.png b/static/browse/enderio/glider_wing/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/glider_wing.png rename to static/browse/enderio/glider_wing/icon.png diff --git a/prerender/browse/enderio/glider_wing/index.html b/static/browse/enderio/glider_wing/index.html similarity index 100% rename from prerender/browse/enderio/glider_wing/index.html rename to static/browse/enderio/glider_wing/index.html diff --git a/src/data/enderio/2.2.7.325/images/glider_wings.png b/static/browse/enderio/glider_wings/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/glider_wings.png rename to static/browse/enderio/glider_wings/icon.png diff --git a/prerender/browse/enderio/glider_wings/index.html b/static/browse/enderio/glider_wings/index.html similarity index 100% rename from prerender/browse/enderio/glider_wings/index.html rename to static/browse/enderio/glider_wings/index.html diff --git a/src/data/enderio/2.2.7.325/images/gold_powder.png b/static/browse/enderio/gold_powder/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/gold_powder.png rename to static/browse/enderio/gold_powder/icon.png diff --git a/prerender/browse/enderio/gold_powder/index.html b/static/browse/enderio/gold_powder/index.html similarity index 100% rename from prerender/browse/enderio/gold_powder/index.html rename to static/browse/enderio/gold_powder/index.html diff --git a/src/data/enderio/2.2.7.325/images/hootch.png b/static/browse/enderio/hootch/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/hootch.png rename to static/browse/enderio/hootch/icon.png diff --git a/prerender/browse/enderio/hootch/index.html b/static/browse/enderio/hootch/index.html similarity index 100% rename from prerender/browse/enderio/hootch/index.html rename to static/browse/enderio/hootch/index.html diff --git a/src/data/enderio/2.2.7.325/images/hootch_bucket.png b/static/browse/enderio/hootch_bucket/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/hootch_bucket.png rename to static/browse/enderio/hootch_bucket/icon.png diff --git a/prerender/browse/enderio/hootch_bucket/index.html b/static/browse/enderio/hootch_bucket/index.html similarity index 100% rename from prerender/browse/enderio/hootch_bucket/index.html rename to static/browse/enderio/hootch_bucket/index.html diff --git a/src/data/enderio/logo.png b/static/browse/enderio/icon.png similarity index 100% rename from src/data/enderio/logo.png rename to static/browse/enderio/icon.png diff --git a/prerender/browse/enderio/index.html b/static/browse/enderio/index.html similarity index 100% rename from prerender/browse/enderio/index.html rename to static/browse/enderio/index.html diff --git a/src/data/enderio/2.2.7.325/images/insulated_redstone_conduit.png b/static/browse/enderio/insulated_redstone_conduit/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/insulated_redstone_conduit.png rename to static/browse/enderio/insulated_redstone_conduit/icon.png diff --git a/prerender/browse/enderio/insulated_redstone_conduit/index.html b/static/browse/enderio/insulated_redstone_conduit/index.html similarity index 100% rename from prerender/browse/enderio/insulated_redstone_conduit/index.html rename to static/browse/enderio/insulated_redstone_conduit/index.html diff --git a/src/data/enderio/2.2.7.325/images/iron_powder.png b/static/browse/enderio/iron_powder/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/iron_powder.png rename to static/browse/enderio/iron_powder/icon.png diff --git a/prerender/browse/enderio/iron_powder/index.html b/static/browse/enderio/iron_powder/index.html similarity index 100% rename from prerender/browse/enderio/iron_powder/index.html rename to static/browse/enderio/iron_powder/index.html diff --git a/src/data/enderio/2.2.7.325/images/item_buffer.png b/static/browse/enderio/item_buffer/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/item_buffer.png rename to static/browse/enderio/item_buffer/icon.png diff --git a/prerender/browse/enderio/item_buffer/index.html b/static/browse/enderio/item_buffer/index.html similarity index 100% rename from prerender/browse/enderio/item_buffer/index.html rename to static/browse/enderio/item_buffer/index.html diff --git a/src/data/enderio/2.2.7.325/images/item_conduit.png b/static/browse/enderio/item_conduit/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/item_conduit.png rename to static/browse/enderio/item_conduit/icon.png diff --git a/prerender/browse/enderio/item_conduit/index.html b/static/browse/enderio/item_conduit/index.html similarity index 100% rename from prerender/browse/enderio/item_conduit/index.html rename to static/browse/enderio/item_conduit/index.html diff --git a/src/data/enderio/2.2.7.325/images/item_conduit_speed_upgrade.png b/static/browse/enderio/item_conduit_speed_upgrade/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/item_conduit_speed_upgrade.png rename to static/browse/enderio/item_conduit_speed_upgrade/icon.png diff --git a/prerender/browse/enderio/item_conduit_speed_upgrade/index.html b/static/browse/enderio/item_conduit_speed_upgrade/index.html similarity index 100% rename from prerender/browse/enderio/item_conduit_speed_upgrade/index.html rename to static/browse/enderio/item_conduit_speed_upgrade/index.html diff --git a/src/data/enderio/2.2.7.325/images/killer_joe.png b/static/browse/enderio/killer_joe/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/killer_joe.png rename to static/browse/enderio/killer_joe/icon.png diff --git a/prerender/browse/enderio/killer_joe/index.html b/static/browse/enderio/killer_joe/index.html similarity index 100% rename from prerender/browse/enderio/killer_joe/index.html rename to static/browse/enderio/killer_joe/index.html diff --git a/src/data/enderio/2.2.7.325/images/light.png b/static/browse/enderio/light/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/light.png rename to static/browse/enderio/light/icon.png diff --git a/prerender/browse/enderio/light/index.html b/static/browse/enderio/light/index.html similarity index 100% rename from prerender/browse/enderio/light/index.html rename to static/browse/enderio/light/index.html diff --git a/src/data/enderio/2.2.7.325/images/light_inverted.png b/static/browse/enderio/light_inverted/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/light_inverted.png rename to static/browse/enderio/light_inverted/icon.png diff --git a/prerender/browse/enderio/light_inverted/index.html b/static/browse/enderio/light_inverted/index.html similarity index 100% rename from prerender/browse/enderio/light_inverted/index.html rename to static/browse/enderio/light_inverted/index.html diff --git a/src/data/enderio/2.2.7.325/images/liquid_xp.png b/static/browse/enderio/liquid_xp/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/liquid_xp.png rename to static/browse/enderio/liquid_xp/icon.png diff --git a/prerender/browse/enderio/liquid_xp/index.html b/static/browse/enderio/liquid_xp/index.html similarity index 100% rename from prerender/browse/enderio/liquid_xp/index.html rename to static/browse/enderio/liquid_xp/index.html diff --git a/src/data/enderio/2.2.7.325/images/machine_chassis.png b/static/browse/enderio/machine_chassis/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/machine_chassis.png rename to static/browse/enderio/machine_chassis/icon.png diff --git a/prerender/browse/enderio/machine_chassis/index.html b/static/browse/enderio/machine_chassis/index.html similarity index 100% rename from prerender/browse/enderio/machine_chassis/index.html rename to static/browse/enderio/machine_chassis/index.html diff --git a/src/data/enderio/2.2.7.325/images/mod_item_filter.png b/static/browse/enderio/mod_item_filter/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/mod_item_filter.png rename to static/browse/enderio/mod_item_filter/icon.png diff --git a/prerender/browse/enderio/mod_item_filter/index.html b/static/browse/enderio/mod_item_filter/index.html similarity index 100% rename from prerender/browse/enderio/mod_item_filter/index.html rename to static/browse/enderio/mod_item_filter/index.html diff --git a/src/data/enderio/2.2.7.325/images/nutrient_distillation.png b/static/browse/enderio/nutrient_distillation/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/nutrient_distillation.png rename to static/browse/enderio/nutrient_distillation/icon.png diff --git a/prerender/browse/enderio/nutrient_distillation/index.html b/static/browse/enderio/nutrient_distillation/index.html similarity index 100% rename from prerender/browse/enderio/nutrient_distillation/index.html rename to static/browse/enderio/nutrient_distillation/index.html diff --git a/src/data/enderio/2.2.7.325/images/nutrient_distillation_bucket.png b/static/browse/enderio/nutrient_distillation_bucket/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/nutrient_distillation_bucket.png rename to static/browse/enderio/nutrient_distillation_bucket/icon.png diff --git a/prerender/browse/enderio/nutrient_distillation_bucket/index.html b/static/browse/enderio/nutrient_distillation_bucket/index.html similarity index 100% rename from prerender/browse/enderio/nutrient_distillation_bucket/index.html rename to static/browse/enderio/nutrient_distillation_bucket/index.html diff --git a/src/data/enderio/2.2.7.325/images/octadic_capacitor.png b/static/browse/enderio/octadic_capacitor/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/octadic_capacitor.png rename to static/browse/enderio/octadic_capacitor/icon.png diff --git a/prerender/browse/enderio/octadic_capacitor/index.html b/static/browse/enderio/octadic_capacitor/index.html similarity index 100% rename from prerender/browse/enderio/octadic_capacitor/index.html rename to static/browse/enderio/octadic_capacitor/index.html diff --git a/src/data/enderio/2.2.7.325/images/omni_buffer.png b/static/browse/enderio/omni_buffer/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/omni_buffer.png rename to static/browse/enderio/omni_buffer/icon.png diff --git a/prerender/browse/enderio/omni_buffer/index.html b/static/browse/enderio/omni_buffer/index.html similarity index 100% rename from prerender/browse/enderio/omni_buffer/index.html rename to static/browse/enderio/omni_buffer/index.html diff --git a/src/data/enderio/2.2.7.325/images/painting_machine.png b/static/browse/enderio/painting_machine/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/painting_machine.png rename to static/browse/enderio/painting_machine/icon.png diff --git a/prerender/browse/enderio/painting_machine/index.html b/static/browse/enderio/painting_machine/index.html similarity index 100% rename from prerender/browse/enderio/painting_machine/index.html rename to static/browse/enderio/painting_machine/index.html diff --git a/src/data/enderio/2.2.7.325/images/photovoltaic_cell.png b/static/browse/enderio/photovoltaic_cell/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/photovoltaic_cell.png rename to static/browse/enderio/photovoltaic_cell/icon.png diff --git a/prerender/browse/enderio/photovoltaic_cell/index.html b/static/browse/enderio/photovoltaic_cell/index.html similarity index 100% rename from prerender/browse/enderio/photovoltaic_cell/index.html rename to static/browse/enderio/photovoltaic_cell/index.html diff --git a/src/data/enderio/2.2.7.325/images/power_buffer.png b/static/browse/enderio/power_buffer/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/power_buffer.png rename to static/browse/enderio/power_buffer/icon.png diff --git a/prerender/browse/enderio/power_buffer/index.html b/static/browse/enderio/power_buffer/index.html similarity index 100% rename from prerender/browse/enderio/power_buffer/index.html rename to static/browse/enderio/power_buffer/index.html diff --git a/src/data/enderio/2.2.7.325/images/power_monitor.png b/static/browse/enderio/power_monitor/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/power_monitor.png rename to static/browse/enderio/power_monitor/icon.png diff --git a/prerender/browse/enderio/power_monitor/index.html b/static/browse/enderio/power_monitor/index.html similarity index 100% rename from prerender/browse/enderio/power_monitor/index.html rename to static/browse/enderio/power_monitor/index.html diff --git a/src/data/enderio/2.2.7.325/images/powered_light.png b/static/browse/enderio/powered_light/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/powered_light.png rename to static/browse/enderio/powered_light/icon.png diff --git a/prerender/browse/enderio/powered_light/index.html b/static/browse/enderio/powered_light/index.html similarity index 100% rename from prerender/browse/enderio/powered_light/index.html rename to static/browse/enderio/powered_light/index.html diff --git a/src/data/enderio/2.2.7.325/images/powered_light_inverted.png b/static/browse/enderio/powered_light_inverted/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/powered_light_inverted.png rename to static/browse/enderio/powered_light_inverted/icon.png diff --git a/prerender/browse/enderio/powered_light_inverted/index.html b/static/browse/enderio/powered_light_inverted/index.html similarity index 100% rename from prerender/browse/enderio/powered_light_inverted/index.html rename to static/browse/enderio/powered_light_inverted/index.html diff --git a/src/data/enderio/2.2.7.325/images/powered_spawner.png b/static/browse/enderio/powered_spawner/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/powered_spawner.png rename to static/browse/enderio/powered_spawner/icon.png diff --git a/prerender/browse/enderio/powered_spawner/index.html b/static/browse/enderio/powered_spawner/index.html similarity index 100% rename from prerender/browse/enderio/powered_spawner/index.html rename to static/browse/enderio/powered_spawner/index.html diff --git a/src/data/enderio/2.2.7.325/images/powered_spawner_2.png b/static/browse/enderio/powered_spawner_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/powered_spawner_2.png rename to static/browse/enderio/powered_spawner_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/powered_spawner_3.png b/static/browse/enderio/powered_spawner_3/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/powered_spawner_3.png rename to static/browse/enderio/powered_spawner_3/icon.png diff --git a/src/data/enderio/2.2.7.325/images/pressurized_fluid_conduit.png b/static/browse/enderio/pressurized_fluid_conduit/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/pressurized_fluid_conduit.png rename to static/browse/enderio/pressurized_fluid_conduit/icon.png diff --git a/prerender/browse/enderio/pressurized_fluid_conduit/index.html b/static/browse/enderio/pressurized_fluid_conduit/index.html similarity index 100% rename from prerender/browse/enderio/pressurized_fluid_conduit/index.html rename to static/browse/enderio/pressurized_fluid_conduit/index.html diff --git a/src/data/enderio/2.2.7.325/images/pressurized_fluid_tank.png b/static/browse/enderio/pressurized_fluid_tank/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/pressurized_fluid_tank.png rename to static/browse/enderio/pressurized_fluid_tank/icon.png diff --git a/prerender/browse/enderio/pressurized_fluid_tank/index.html b/static/browse/enderio/pressurized_fluid_tank/index.html similarity index 100% rename from prerender/browse/enderio/pressurized_fluid_tank/index.html rename to static/browse/enderio/pressurized_fluid_tank/index.html diff --git a/src/data/enderio/2.2.7.325/images/pulsating_crystal.png b/static/browse/enderio/pulsating_crystal/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/pulsating_crystal.png rename to static/browse/enderio/pulsating_crystal/icon.png diff --git a/prerender/browse/enderio/pulsating_crystal/index.html b/static/browse/enderio/pulsating_crystal/index.html similarity index 100% rename from prerender/browse/enderio/pulsating_crystal/index.html rename to static/browse/enderio/pulsating_crystal/index.html diff --git a/src/data/enderio/2.2.7.325/images/pulsating_iron.png b/static/browse/enderio/pulsating_iron/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/pulsating_iron.png rename to static/browse/enderio/pulsating_iron/icon.png diff --git a/prerender/browse/enderio/pulsating_iron/index.html b/static/browse/enderio/pulsating_iron/index.html similarity index 100% rename from prerender/browse/enderio/pulsating_iron/index.html rename to static/browse/enderio/pulsating_iron/index.html diff --git a/src/data/enderio/2.2.7.325/images/pulsating_iron_block.png b/static/browse/enderio/pulsating_iron_block/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/pulsating_iron_block.png rename to static/browse/enderio/pulsating_iron_block/icon.png diff --git a/prerender/browse/enderio/pulsating_iron_block/index.html b/static/browse/enderio/pulsating_iron_block/index.html similarity index 100% rename from prerender/browse/enderio/pulsating_iron_block/index.html rename to static/browse/enderio/pulsating_iron_block/index.html diff --git a/src/data/enderio/2.2.7.325/images/pulsating_iron_nugget.png b/static/browse/enderio/pulsating_iron_nugget/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/pulsating_iron_nugget.png rename to static/browse/enderio/pulsating_iron_nugget/icon.png diff --git a/prerender/browse/enderio/pulsating_iron_nugget/index.html b/static/browse/enderio/pulsating_iron_nugget/index.html similarity index 100% rename from prerender/browse/enderio/pulsating_iron_nugget/index.html rename to static/browse/enderio/pulsating_iron_nugget/index.html diff --git a/src/data/enderio/2.2.7.325/images/quite_clear_glass.png b/static/browse/enderio/quite_clear_glass/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/quite_clear_glass.png rename to static/browse/enderio/quite_clear_glass/icon.png diff --git a/prerender/browse/enderio/quite_clear_glass/index.html b/static/browse/enderio/quite_clear_glass/index.html similarity index 100% rename from prerender/browse/enderio/quite_clear_glass/index.html rename to static/browse/enderio/quite_clear_glass/index.html diff --git a/src/data/enderio/2.2.7.325/images/redstone_alloy.png b/static/browse/enderio/redstone_alloy/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/redstone_alloy.png rename to static/browse/enderio/redstone_alloy/icon.png diff --git a/prerender/browse/enderio/redstone_alloy/index.html b/static/browse/enderio/redstone_alloy/index.html similarity index 100% rename from prerender/browse/enderio/redstone_alloy/index.html rename to static/browse/enderio/redstone_alloy/index.html diff --git a/src/data/enderio/2.2.7.325/images/redstone_alloy_block.png b/static/browse/enderio/redstone_alloy_block/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/redstone_alloy_block.png rename to static/browse/enderio/redstone_alloy_block/icon.png diff --git a/prerender/browse/enderio/redstone_alloy_block/index.html b/static/browse/enderio/redstone_alloy_block/index.html similarity index 100% rename from prerender/browse/enderio/redstone_alloy_block/index.html rename to static/browse/enderio/redstone_alloy_block/index.html diff --git a/src/data/enderio/2.2.7.325/images/redstone_conduit.png b/static/browse/enderio/redstone_conduit/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/redstone_conduit.png rename to static/browse/enderio/redstone_conduit/icon.png diff --git a/prerender/browse/enderio/redstone_conduit/index.html b/static/browse/enderio/redstone_conduit/index.html similarity index 100% rename from prerender/browse/enderio/redstone_conduit/index.html rename to static/browse/enderio/redstone_conduit/index.html diff --git a/src/data/enderio/2.2.7.325/images/reinforced_obsidian.png b/static/browse/enderio/reinforced_obsidian/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/reinforced_obsidian.png rename to static/browse/enderio/reinforced_obsidian/icon.png diff --git a/prerender/browse/enderio/reinforced_obsidian/index.html b/static/browse/enderio/reinforced_obsidian/index.html similarity index 100% rename from prerender/browse/enderio/reinforced_obsidian/index.html rename to static/browse/enderio/reinforced_obsidian/index.html diff --git a/src/data/enderio/2.2.7.325/images/reservoir.png b/static/browse/enderio/reservoir/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/reservoir.png rename to static/browse/enderio/reservoir/icon.png diff --git a/prerender/browse/enderio/reservoir/index.html b/static/browse/enderio/reservoir/index.html similarity index 100% rename from prerender/browse/enderio/reservoir/index.html rename to static/browse/enderio/reservoir/index.html diff --git a/src/data/enderio/2.2.7.325/images/rocket_fuel.png b/static/browse/enderio/rocket_fuel/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/rocket_fuel.png rename to static/browse/enderio/rocket_fuel/icon.png diff --git a/prerender/browse/enderio/rocket_fuel/index.html b/static/browse/enderio/rocket_fuel/index.html similarity index 100% rename from prerender/browse/enderio/rocket_fuel/index.html rename to static/browse/enderio/rocket_fuel/index.html diff --git a/src/data/enderio/2.2.7.325/images/rocket_fuel_bucket.png b/static/browse/enderio/rocket_fuel_bucket/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/rocket_fuel_bucket.png rename to static/browse/enderio/rocket_fuel_bucket/icon.png diff --git a/prerender/browse/enderio/rocket_fuel_bucket/index.html b/static/browse/enderio/rocket_fuel_bucket/index.html similarity index 100% rename from prerender/browse/enderio/rocket_fuel_bucket/index.html rename to static/browse/enderio/rocket_fuel_bucket/index.html diff --git a/src/data/enderio/2.2.7.325/images/sag_mill.png b/static/browse/enderio/sag_mill/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/sag_mill.png rename to static/browse/enderio/sag_mill/icon.png diff --git a/prerender/browse/enderio/sag_mill/index.html b/static/browse/enderio/sag_mill/index.html similarity index 100% rename from prerender/browse/enderio/sag_mill/index.html rename to static/browse/enderio/sag_mill/index.html diff --git a/src/data/enderio/2.2.7.325/images/silicon.png b/static/browse/enderio/silicon/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/silicon.png rename to static/browse/enderio/silicon/icon.png diff --git a/prerender/browse/enderio/silicon/index.html b/static/browse/enderio/silicon/index.html similarity index 100% rename from prerender/browse/enderio/silicon/index.html rename to static/browse/enderio/silicon/index.html diff --git a/src/data/enderio/2.2.7.325/images/slice_n_splice.png b/static/browse/enderio/slice_n_splice/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/slice_n_splice.png rename to static/browse/enderio/slice_n_splice/icon.png diff --git a/prerender/browse/enderio/slice_n_splice/index.html b/static/browse/enderio/slice_n_splice/index.html similarity index 100% rename from prerender/browse/enderio/slice_n_splice/index.html rename to static/browse/enderio/slice_n_splice/index.html diff --git a/src/data/enderio/2.2.7.325/images/slightly_damaged_dark_steel_anvil.png b/static/browse/enderio/slightly_damaged_dark_steel_anvil/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/slightly_damaged_dark_steel_anvil.png rename to static/browse/enderio/slightly_damaged_dark_steel_anvil/icon.png diff --git a/src/data/enderio/2.2.7.325/images/soul_binder.png b/static/browse/enderio/soul_binder/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/soul_binder.png rename to static/browse/enderio/soul_binder/icon.png diff --git a/prerender/browse/enderio/soul_binder/index.html b/static/browse/enderio/soul_binder/index.html similarity index 100% rename from prerender/browse/enderio/soul_binder/index.html rename to static/browse/enderio/soul_binder/index.html diff --git a/src/data/enderio/2.2.7.325/images/soul_vial.png b/static/browse/enderio/soul_vial/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/soul_vial.png rename to static/browse/enderio/soul_vial/icon.png diff --git a/prerender/browse/enderio/soul_vial/index.html b/static/browse/enderio/soul_vial/index.html similarity index 100% rename from prerender/browse/enderio/soul_vial/index.html rename to static/browse/enderio/soul_vial/index.html diff --git a/src/data/enderio/2.2.7.325/images/soul_vial_filled.png b/static/browse/enderio/soul_vial_filled/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/soul_vial_filled.png rename to static/browse/enderio/soul_vial_filled/icon.png diff --git a/prerender/browse/enderio/soul_vial_filled/index.html b/static/browse/enderio/soul_vial_filled/index.html similarity index 100% rename from prerender/browse/enderio/soul_vial_filled/index.html rename to static/browse/enderio/soul_vial_filled/index.html diff --git a/src/data/enderio/2.2.7.325/images/soularium.png b/static/browse/enderio/soularium/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/soularium.png rename to static/browse/enderio/soularium/icon.png diff --git a/prerender/browse/enderio/soularium/index.html b/static/browse/enderio/soularium/index.html similarity index 100% rename from prerender/browse/enderio/soularium/index.html rename to static/browse/enderio/soularium/index.html diff --git a/src/data/enderio/2.2.7.325/images/soularium_block.png b/static/browse/enderio/soularium_block/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/soularium_block.png rename to static/browse/enderio/soularium_block/icon.png diff --git a/prerender/browse/enderio/soularium_block/index.html b/static/browse/enderio/soularium_block/index.html similarity index 100% rename from prerender/browse/enderio/soularium_block/index.html rename to static/browse/enderio/soularium_block/index.html diff --git a/src/data/enderio/2.2.7.325/images/staff_of_traveling.png b/static/browse/enderio/staff_of_traveling/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/staff_of_traveling.png rename to static/browse/enderio/staff_of_traveling/icon.png diff --git a/prerender/browse/enderio/staff_of_traveling/index.html b/static/browse/enderio/staff_of_traveling/index.html similarity index 100% rename from prerender/browse/enderio/staff_of_traveling/index.html rename to static/browse/enderio/staff_of_traveling/index.html diff --git a/src/data/enderio/2.2.7.325/images/staff_of_traveling_2.png b/static/browse/enderio/staff_of_traveling_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/staff_of_traveling_2.png rename to static/browse/enderio/staff_of_traveling_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/stirling_generator.png b/static/browse/enderio/stirling_generator/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/stirling_generator.png rename to static/browse/enderio/stirling_generator/icon.png diff --git a/prerender/browse/enderio/stirling_generator/index.html b/static/browse/enderio/stirling_generator/index.html similarity index 100% rename from prerender/browse/enderio/stirling_generator/index.html rename to static/browse/enderio/stirling_generator/index.html diff --git a/src/data/enderio/2.2.7.325/images/the_ender.png b/static/browse/enderio/the_ender/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/the_ender.png rename to static/browse/enderio/the_ender/icon.png diff --git a/prerender/browse/enderio/the_ender/index.html b/static/browse/enderio/the_ender/index.html similarity index 100% rename from prerender/browse/enderio/the_ender/index.html rename to static/browse/enderio/the_ender/index.html diff --git a/src/data/enderio/2.2.7.325/images/the_ender_2.png b/static/browse/enderio/the_ender_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/the_ender_2.png rename to static/browse/enderio/the_ender_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/the_vat.png b/static/browse/enderio/the_vat/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/the_vat.png rename to static/browse/enderio/the_vat/icon.png diff --git a/prerender/browse/enderio/the_vat/index.html b/static/browse/enderio/the_vat/index.html similarity index 100% rename from prerender/browse/enderio/the_vat/index.html rename to static/browse/enderio/the_vat/index.html diff --git a/src/data/enderio/2.2.7.325/images/tile_blocklightnode_name.png b/static/browse/enderio/tile_blocklightnode_name/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/tile_blocklightnode_name.png rename to static/browse/enderio/tile_blocklightnode_name/icon.png diff --git a/src/data/enderio/2.2.7.325/images/tormented_enderman_head.png b/static/browse/enderio/tormented_enderman_head/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/tormented_enderman_head.png rename to static/browse/enderio/tormented_enderman_head/icon.png diff --git a/prerender/browse/enderio/tormented_enderman_head/index.html b/static/browse/enderio/tormented_enderman_head/index.html similarity index 100% rename from prerender/browse/enderio/tormented_enderman_head/index.html rename to static/browse/enderio/tormented_enderman_head/index.html diff --git a/src/data/enderio/2.2.7.325/images/travel_anchor.png b/static/browse/enderio/travel_anchor/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/travel_anchor.png rename to static/browse/enderio/travel_anchor/icon.png diff --git a/prerender/browse/enderio/travel_anchor/index.html b/static/browse/enderio/travel_anchor/index.html similarity index 100% rename from prerender/browse/enderio/travel_anchor/index.html rename to static/browse/enderio/travel_anchor/index.html diff --git a/src/data/enderio/2.2.7.325/images/vacuum_chest.png b/static/browse/enderio/vacuum_chest/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/vacuum_chest.png rename to static/browse/enderio/vacuum_chest/icon.png diff --git a/prerender/browse/enderio/vacuum_chest/index.html b/static/browse/enderio/vacuum_chest/index.html similarity index 100% rename from prerender/browse/enderio/vacuum_chest/index.html rename to static/browse/enderio/vacuum_chest/index.html diff --git a/src/data/enderio/2.2.7.325/images/very_damaged_dark_steel_anvil.png b/static/browse/enderio/very_damaged_dark_steel_anvil/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/very_damaged_dark_steel_anvil.png rename to static/browse/enderio/very_damaged_dark_steel_anvil/icon.png diff --git a/src/data/enderio/2.2.7.325/images/vibrant_alloy.png b/static/browse/enderio/vibrant_alloy/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/vibrant_alloy.png rename to static/browse/enderio/vibrant_alloy/icon.png diff --git a/prerender/browse/enderio/vibrant_alloy/index.html b/static/browse/enderio/vibrant_alloy/index.html similarity index 100% rename from prerender/browse/enderio/vibrant_alloy/index.html rename to static/browse/enderio/vibrant_alloy/index.html diff --git a/src/data/enderio/2.2.7.325/images/vibrant_alloy_block.png b/static/browse/enderio/vibrant_alloy_block/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/vibrant_alloy_block.png rename to static/browse/enderio/vibrant_alloy_block/icon.png diff --git a/prerender/browse/enderio/vibrant_alloy_block/index.html b/static/browse/enderio/vibrant_alloy_block/index.html similarity index 100% rename from prerender/browse/enderio/vibrant_alloy_block/index.html rename to static/browse/enderio/vibrant_alloy_block/index.html diff --git a/src/data/enderio/2.2.7.325/images/vibrant_alloy_nugget.png b/static/browse/enderio/vibrant_alloy_nugget/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/vibrant_alloy_nugget.png rename to static/browse/enderio/vibrant_alloy_nugget/icon.png diff --git a/prerender/browse/enderio/vibrant_alloy_nugget/index.html b/static/browse/enderio/vibrant_alloy_nugget/index.html similarity index 100% rename from prerender/browse/enderio/vibrant_alloy_nugget/index.html rename to static/browse/enderio/vibrant_alloy_nugget/index.html diff --git a/src/data/enderio/2.2.7.325/images/vibrant_capacitor_bank.png b/static/browse/enderio/vibrant_capacitor_bank/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/vibrant_capacitor_bank.png rename to static/browse/enderio/vibrant_capacitor_bank/icon.png diff --git a/prerender/browse/enderio/vibrant_capacitor_bank/index.html b/static/browse/enderio/vibrant_capacitor_bank/index.html similarity index 100% rename from prerender/browse/enderio/vibrant_capacitor_bank/index.html rename to static/browse/enderio/vibrant_capacitor_bank/index.html diff --git a/src/data/enderio/2.2.7.325/images/vibrant_capacitor_bank_2.png b/static/browse/enderio/vibrant_capacitor_bank_2/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/vibrant_capacitor_bank_2.png rename to static/browse/enderio/vibrant_capacitor_bank_2/icon.png diff --git a/src/data/enderio/2.2.7.325/images/vibrant_crystal.png b/static/browse/enderio/vibrant_crystal/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/vibrant_crystal.png rename to static/browse/enderio/vibrant_crystal/icon.png diff --git a/prerender/browse/enderio/vibrant_crystal/index.html b/static/browse/enderio/vibrant_crystal/index.html similarity index 100% rename from prerender/browse/enderio/vibrant_crystal/index.html rename to static/browse/enderio/vibrant_crystal/index.html diff --git a/src/data/enderio/2.2.7.325/images/wireless_charger.png b/static/browse/enderio/wireless_charger/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/wireless_charger.png rename to static/browse/enderio/wireless_charger/icon.png diff --git a/prerender/browse/enderio/wireless_charger/index.html b/static/browse/enderio/wireless_charger/index.html similarity index 100% rename from prerender/browse/enderio/wireless_charger/index.html rename to static/browse/enderio/wireless_charger/index.html diff --git a/src/data/enderio/2.2.7.325/images/wireless_powered_light.png b/static/browse/enderio/wireless_powered_light/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/wireless_powered_light.png rename to static/browse/enderio/wireless_powered_light/icon.png diff --git a/prerender/browse/enderio/wireless_powered_light/index.html b/static/browse/enderio/wireless_powered_light/index.html similarity index 100% rename from prerender/browse/enderio/wireless_powered_light/index.html rename to static/browse/enderio/wireless_powered_light/index.html diff --git a/src/data/enderio/2.2.7.325/images/wireless_powered_light_inverted.png b/static/browse/enderio/wireless_powered_light_inverted/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/wireless_powered_light_inverted.png rename to static/browse/enderio/wireless_powered_light_inverted/icon.png diff --git a/prerender/browse/enderio/wireless_powered_light_inverted/index.html b/static/browse/enderio/wireless_powered_light_inverted/index.html similarity index 100% rename from prerender/browse/enderio/wireless_powered_light_inverted/index.html rename to static/browse/enderio/wireless_powered_light_inverted/index.html diff --git a/src/data/enderio/2.2.7.325/images/xp_bucket.png b/static/browse/enderio/xp_bucket/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/xp_bucket.png rename to static/browse/enderio/xp_bucket/icon.png diff --git a/prerender/browse/enderio/xp_bucket/index.html b/static/browse/enderio/xp_bucket/index.html similarity index 100% rename from prerender/browse/enderio/xp_bucket/index.html rename to static/browse/enderio/xp_bucket/index.html diff --git a/src/data/enderio/2.2.7.325/images/yeta_wrench.png b/static/browse/enderio/yeta_wrench/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/yeta_wrench.png rename to static/browse/enderio/yeta_wrench/icon.png diff --git a/prerender/browse/enderio/yeta_wrench/index.html b/static/browse/enderio/yeta_wrench/index.html similarity index 100% rename from prerender/browse/enderio/yeta_wrench/index.html rename to static/browse/enderio/yeta_wrench/index.html diff --git a/src/data/enderio/2.2.7.325/images/z_logic_controller.png b/static/browse/enderio/z_logic_controller/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/z_logic_controller.png rename to static/browse/enderio/z_logic_controller/icon.png diff --git a/prerender/browse/enderio/z_logic_controller/index.html b/static/browse/enderio/z_logic_controller/index.html similarity index 100% rename from prerender/browse/enderio/z_logic_controller/index.html rename to static/browse/enderio/z_logic_controller/index.html diff --git a/src/data/enderio/2.2.7.325/images/zombie_electrode.png b/static/browse/enderio/zombie_electrode/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/zombie_electrode.png rename to static/browse/enderio/zombie_electrode/icon.png diff --git a/prerender/browse/enderio/zombie_electrode/index.html b/static/browse/enderio/zombie_electrode/index.html similarity index 100% rename from prerender/browse/enderio/zombie_electrode/index.html rename to static/browse/enderio/zombie_electrode/index.html diff --git a/src/data/enderio/2.2.7.325/images/zombie_generator.png b/static/browse/enderio/zombie_generator/icon.png similarity index 100% rename from src/data/enderio/2.2.7.325/images/zombie_generator.png rename to static/browse/enderio/zombie_generator/icon.png diff --git a/prerender/browse/enderio/zombie_generator/index.html b/static/browse/enderio/zombie_generator/index.html similarity index 100% rename from prerender/browse/enderio/zombie_generator/index.html rename to static/browse/enderio/zombie_generator/index.html diff --git a/prerender/browse/index.html b/static/browse/index.html similarity index 100% rename from prerender/browse/index.html rename to static/browse/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/10k_coolant_cell.png b/static/browse/industrial_craft_2/10k_coolant_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/10k_coolant_cell.png rename to static/browse/industrial_craft_2/10k_coolant_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/10k_coolant_cell/index.html b/static/browse/industrial_craft_2/10k_coolant_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/10k_coolant_cell/index.html rename to static/browse/industrial_craft_2/10k_coolant_cell/index.html diff --git a/prerender/browse/industrial_craft_2/2x_ins_gold_cable/index.html b/static/browse/industrial_craft_2/2x_ins_gold_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/2x_ins_gold_cable/index.html rename to static/browse/industrial_craft_2/2x_ins_gold_cable/index.html diff --git a/prerender/browse/industrial_craft_2/2x_ins_hv_cable/index.html b/static/browse/industrial_craft_2/2x_ins_hv_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/2x_ins_hv_cable/index.html rename to static/browse/industrial_craft_2/2x_ins_hv_cable/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/30k_coolant_cell.png b/static/browse/industrial_craft_2/30k_coolant_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/30k_coolant_cell.png rename to static/browse/industrial_craft_2/30k_coolant_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/30k_coolant_cell/index.html b/static/browse/industrial_craft_2/30k_coolant_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/30k_coolant_cell/index.html rename to static/browse/industrial_craft_2/30k_coolant_cell/index.html diff --git a/prerender/browse/industrial_craft_2/4x_ins_hv_cable/index.html b/static/browse/industrial_craft_2/4x_ins_hv_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/4x_ins_hv_cable/index.html rename to static/browse/industrial_craft_2/4x_ins_hv_cable/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/60k_coolant_cell.png b/static/browse/industrial_craft_2/60k_coolant_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/60k_coolant_cell.png rename to static/browse/industrial_craft_2/60k_coolant_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/60k_coolant_cell/index.html b/static/browse/industrial_craft_2/60k_coolant_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/60k_coolant_cell/index.html rename to static/browse/industrial_craft_2/60k_coolant_cell/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_alloy.png b/static/browse/industrial_craft_2/advanced_alloy/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_alloy.png rename to static/browse/industrial_craft_2/advanced_alloy/icon.png diff --git a/prerender/browse/industrial_craft_2/advanced_alloy/index.html b/static/browse/industrial_craft_2/advanced_alloy/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/advanced_alloy/index.html rename to static/browse/industrial_craft_2/advanced_alloy/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/advanced_batpack.png b/static/browse/industrial_craft_2/advanced_batpack/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/advanced_batpack.png rename to static/browse/industrial_craft_2/advanced_batpack/icon.png diff --git a/prerender/browse/industrial_craft_2/advanced_batpack/index.html b/static/browse/industrial_craft_2/advanced_batpack/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/advanced_batpack/index.html rename to static/browse/industrial_craft_2/advanced_batpack/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_circuit.png b/static/browse/industrial_craft_2/advanced_circuit/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_circuit.png rename to static/browse/industrial_craft_2/advanced_circuit/icon.png diff --git a/prerender/browse/industrial_craft_2/advanced_circuit/index.html b/static/browse/industrial_craft_2/advanced_circuit/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/advanced_circuit/index.html rename to static/browse/industrial_craft_2/advanced_circuit/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_heat_exchanger.png b/static/browse/industrial_craft_2/advanced_heat_exchanger/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_heat_exchanger.png rename to static/browse/industrial_craft_2/advanced_heat_exchanger/icon.png diff --git a/prerender/browse/industrial_craft_2/advanced_heat_exchanger/index.html b/static/browse/industrial_craft_2/advanced_heat_exchanger/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/advanced_heat_exchanger/index.html rename to static/browse/industrial_craft_2/advanced_heat_exchanger/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_heat_vent.png b/static/browse/industrial_craft_2/advanced_heat_vent/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_heat_vent.png rename to static/browse/industrial_craft_2/advanced_heat_vent/icon.png diff --git a/prerender/browse/industrial_craft_2/advanced_heat_vent/index.html b/static/browse/industrial_craft_2/advanced_heat_vent/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/advanced_heat_vent/index.html rename to static/browse/industrial_craft_2/advanced_heat_vent/index.html diff --git a/prerender/browse/industrial_craft_2/advanced_machine_block/index.html b/static/browse/industrial_craft_2/advanced_machine_block/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/advanced_machine_block/index.html rename to static/browse/industrial_craft_2/advanced_machine_block/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/advanced_machine_casing.png b/static/browse/industrial_craft_2/advanced_machine_casing/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/advanced_machine_casing.png rename to static/browse/industrial_craft_2/advanced_machine_casing/icon.png diff --git a/prerender/browse/industrial_craft_2/advanced_machine_casing/index.html b/static/browse/industrial_craft_2/advanced_machine_casing/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/advanced_machine_casing/index.html rename to static/browse/industrial_craft_2/advanced_machine_casing/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/advanced_miner.png b/static/browse/industrial_craft_2/advanced_miner/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/advanced_miner.png rename to static/browse/industrial_craft_2/advanced_miner/icon.png diff --git a/prerender/browse/industrial_craft_2/advanced_miner/index.html b/static/browse/industrial_craft_2/advanced_miner/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/advanced_miner/index.html rename to static/browse/industrial_craft_2/advanced_miner/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/advanced_re_battery.png b/static/browse/industrial_craft_2/advanced_re_battery/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/advanced_re_battery.png rename to static/browse/industrial_craft_2/advanced_re_battery/icon.png diff --git a/prerender/browse/industrial_craft_2/advanced_re_battery/index.html b/static/browse/industrial_craft_2/advanced_re_battery/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/advanced_re_battery/index.html rename to static/browse/industrial_craft_2/advanced_re_battery/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ashes.png b/static/browse/industrial_craft_2/ashes/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ashes.png rename to static/browse/industrial_craft_2/ashes/icon.png diff --git a/prerender/browse/industrial_craft_2/ashes/index.html b/static/browse/industrial_craft_2/ashes/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/ashes/index.html rename to static/browse/industrial_craft_2/ashes/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/aurelia_seeds.png b/static/browse/industrial_craft_2/aurelia_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/aurelia_seeds.png rename to static/browse/industrial_craft_2/aurelia_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/basalt.png b/static/browse/industrial_craft_2/basalt/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/basalt.png rename to static/browse/industrial_craft_2/basalt/icon.png diff --git a/prerender/browse/industrial_craft_2/basalt/index.html b/static/browse/industrial_craft_2/basalt/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/basalt/index.html rename to static/browse/industrial_craft_2/basalt/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/basic_machine_casing.png b/static/browse/industrial_craft_2/basic_machine_casing/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/basic_machine_casing.png rename to static/browse/industrial_craft_2/basic_machine_casing/icon.png diff --git a/prerender/browse/industrial_craft_2/basic_machine_casing/index.html b/static/browse/industrial_craft_2/basic_machine_casing/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/basic_machine_casing/index.html rename to static/browse/industrial_craft_2/basic_machine_casing/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/batbox.png b/static/browse/industrial_craft_2/batbox/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/batbox.png rename to static/browse/industrial_craft_2/batbox/icon.png diff --git a/prerender/browse/industrial_craft_2/batbox/index.html b/static/browse/industrial_craft_2/batbox/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/batbox/index.html rename to static/browse/industrial_craft_2/batbox/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/batpack.png b/static/browse/industrial_craft_2/batpack/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/batpack.png rename to static/browse/industrial_craft_2/batpack/icon.png diff --git a/prerender/browse/industrial_craft_2/batpack/index.html b/static/browse/industrial_craft_2/batpack/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/batpack/index.html rename to static/browse/industrial_craft_2/batpack/index.html diff --git a/prerender/browse/industrial_craft_2/bio_cell/index.html b/static/browse/industrial_craft_2/bio_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bio_cell/index.html rename to static/browse/industrial_craft_2/bio_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bio_chaff.png b/static/browse/industrial_craft_2/bio_chaff/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bio_chaff.png rename to static/browse/industrial_craft_2/bio_chaff/icon.png diff --git a/prerender/browse/industrial_craft_2/bio_chaff/index.html b/static/browse/industrial_craft_2/bio_chaff/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bio_chaff/index.html rename to static/browse/industrial_craft_2/bio_chaff/index.html diff --git a/prerender/browse/industrial_craft_2/biofuel_cell/index.html b/static/browse/industrial_craft_2/biofuel_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/biofuel_cell/index.html rename to static/browse/industrial_craft_2/biofuel_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/biogas.png b/static/browse/industrial_craft_2/biogas/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/biogas.png rename to static/browse/industrial_craft_2/biogas/icon.png diff --git a/prerender/browse/industrial_craft_2/biogas/index.html b/static/browse/industrial_craft_2/biogas/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/biogas/index.html rename to static/browse/industrial_craft_2/biogas/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/biogas_cell.png b/static/browse/industrial_craft_2/biogas_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/biogas_cell.png rename to static/browse/industrial_craft_2/biogas_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/biogas_cell/index.html b/static/browse/industrial_craft_2/biogas_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/biogas_cell/index.html rename to static/browse/industrial_craft_2/biogas_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/biomass.png b/static/browse/industrial_craft_2/biomass/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/biomass.png rename to static/browse/industrial_craft_2/biomass/icon.png diff --git a/prerender/browse/industrial_craft_2/biomass/index.html b/static/browse/industrial_craft_2/biomass/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/biomass/index.html rename to static/browse/industrial_craft_2/biomass/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/biomass_cell.png b/static/browse/industrial_craft_2/biomass_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/biomass_cell.png rename to static/browse/industrial_craft_2/biomass_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/biomass_cell/index.html b/static/browse/industrial_craft_2/biomass_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/biomass_cell/index.html rename to static/browse/industrial_craft_2/biomass_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/black_painter.png b/static/browse/industrial_craft_2/black_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/black_painter.png rename to static/browse/industrial_craft_2/black_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/black_painter/index.html b/static/browse/industrial_craft_2/black_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/black_painter/index.html rename to static/browse/industrial_craft_2/black_painter/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/blackthorn_seeds.png b/static/browse/industrial_craft_2/blackthorn_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/blackthorn_seeds.png rename to static/browse/industrial_craft_2/blackthorn_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/blast_furnace.png b/static/browse/industrial_craft_2/blast_furnace/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/blast_furnace.png rename to static/browse/industrial_craft_2/blast_furnace/icon.png diff --git a/prerender/browse/industrial_craft_2/blast_furnace/index.html b/static/browse/industrial_craft_2/blast_furnace/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/blast_furnace/index.html rename to static/browse/industrial_craft_2/blast_furnace/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/block_cutting_blade_diamond.png b/static/browse/industrial_craft_2/block_cutting_blade_diamond/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/block_cutting_blade_diamond.png rename to static/browse/industrial_craft_2/block_cutting_blade_diamond/icon.png diff --git a/prerender/browse/industrial_craft_2/block_cutting_blade_diamond/index.html b/static/browse/industrial_craft_2/block_cutting_blade_diamond/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/block_cutting_blade_diamond/index.html rename to static/browse/industrial_craft_2/block_cutting_blade_diamond/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/block_cutting_blade_iron.png b/static/browse/industrial_craft_2/block_cutting_blade_iron/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/block_cutting_blade_iron.png rename to static/browse/industrial_craft_2/block_cutting_blade_iron/icon.png diff --git a/prerender/browse/industrial_craft_2/block_cutting_blade_iron/index.html b/static/browse/industrial_craft_2/block_cutting_blade_iron/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/block_cutting_blade_iron/index.html rename to static/browse/industrial_craft_2/block_cutting_blade_iron/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/block_cutting_blade_refined_iron.png b/static/browse/industrial_craft_2/block_cutting_blade_refined_iron/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/block_cutting_blade_refined_iron.png rename to static/browse/industrial_craft_2/block_cutting_blade_refined_iron/icon.png diff --git a/prerender/browse/industrial_craft_2/block_cutting_blade_refined_iron/index.html b/static/browse/industrial_craft_2/block_cutting_blade_refined_iron/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/block_cutting_blade_refined_iron/index.html rename to static/browse/industrial_craft_2/block_cutting_blade_refined_iron/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/block_cutting_machine.png b/static/browse/industrial_craft_2/block_cutting_machine/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/block_cutting_machine.png rename to static/browse/industrial_craft_2/block_cutting_machine/icon.png diff --git a/prerender/browse/industrial_craft_2/block_cutting_machine/index.html b/static/browse/industrial_craft_2/block_cutting_machine/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/block_cutting_machine/index.html rename to static/browse/industrial_craft_2/block_cutting_machine/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/blue_painter.png b/static/browse/industrial_craft_2/blue_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/blue_painter.png rename to static/browse/industrial_craft_2/blue_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/blue_painter/index.html b/static/browse/industrial_craft_2/blue_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/blue_painter/index.html rename to static/browse/industrial_craft_2/blue_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bottling_plant.png b/static/browse/industrial_craft_2/bottling_plant/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bottling_plant.png rename to static/browse/industrial_craft_2/bottling_plant/icon.png diff --git a/prerender/browse/industrial_craft_2/bottling_plant/index.html b/static/browse/industrial_craft_2/bottling_plant/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bottling_plant/index.html rename to static/browse/industrial_craft_2/bottling_plant/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_axe.png b/static/browse/industrial_craft_2/bronze_axe/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_axe.png rename to static/browse/industrial_craft_2/bronze_axe/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_axe/index.html b/static/browse/industrial_craft_2/bronze_axe/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_axe/index.html rename to static/browse/industrial_craft_2/bronze_axe/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_block.png b/static/browse/industrial_craft_2/bronze_block/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_block.png rename to static/browse/industrial_craft_2/bronze_block/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_block/index.html b/static/browse/industrial_craft_2/bronze_block/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_block/index.html rename to static/browse/industrial_craft_2/bronze_block/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_boots.png b/static/browse/industrial_craft_2/bronze_boots/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_boots.png rename to static/browse/industrial_craft_2/bronze_boots/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_boots/index.html b/static/browse/industrial_craft_2/bronze_boots/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_boots/index.html rename to static/browse/industrial_craft_2/bronze_boots/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_chestplate.png b/static/browse/industrial_craft_2/bronze_chestplate/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_chestplate.png rename to static/browse/industrial_craft_2/bronze_chestplate/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_chestplate/index.html b/static/browse/industrial_craft_2/bronze_chestplate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_chestplate/index.html rename to static/browse/industrial_craft_2/bronze_chestplate/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_dust.png b/static/browse/industrial_craft_2/bronze_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_dust.png rename to static/browse/industrial_craft_2/bronze_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_dust/index.html b/static/browse/industrial_craft_2/bronze_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_dust/index.html rename to static/browse/industrial_craft_2/bronze_dust/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_helmet.png b/static/browse/industrial_craft_2/bronze_helmet/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_helmet.png rename to static/browse/industrial_craft_2/bronze_helmet/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_helmet/index.html b/static/browse/industrial_craft_2/bronze_helmet/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_helmet/index.html rename to static/browse/industrial_craft_2/bronze_helmet/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_hoe.png b/static/browse/industrial_craft_2/bronze_hoe/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_hoe.png rename to static/browse/industrial_craft_2/bronze_hoe/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_hoe/index.html b/static/browse/industrial_craft_2/bronze_hoe/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_hoe/index.html rename to static/browse/industrial_craft_2/bronze_hoe/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_ingot.png b/static/browse/industrial_craft_2/bronze_ingot/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_ingot.png rename to static/browse/industrial_craft_2/bronze_ingot/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_ingot/index.html b/static/browse/industrial_craft_2/bronze_ingot/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_ingot/index.html rename to static/browse/industrial_craft_2/bronze_ingot/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_item_casing.png b/static/browse/industrial_craft_2/bronze_item_casing/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_item_casing.png rename to static/browse/industrial_craft_2/bronze_item_casing/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_item_casing/index.html b/static/browse/industrial_craft_2/bronze_item_casing/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_item_casing/index.html rename to static/browse/industrial_craft_2/bronze_item_casing/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_leggings.png b/static/browse/industrial_craft_2/bronze_leggings/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_leggings.png rename to static/browse/industrial_craft_2/bronze_leggings/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_leggings/index.html b/static/browse/industrial_craft_2/bronze_leggings/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_leggings/index.html rename to static/browse/industrial_craft_2/bronze_leggings/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_pickaxe.png b/static/browse/industrial_craft_2/bronze_pickaxe/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_pickaxe.png rename to static/browse/industrial_craft_2/bronze_pickaxe/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_pickaxe/index.html b/static/browse/industrial_craft_2/bronze_pickaxe/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_pickaxe/index.html rename to static/browse/industrial_craft_2/bronze_pickaxe/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_plate.png b/static/browse/industrial_craft_2/bronze_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_plate.png rename to static/browse/industrial_craft_2/bronze_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_plate/index.html b/static/browse/industrial_craft_2/bronze_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_plate/index.html rename to static/browse/industrial_craft_2/bronze_plate/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_shovel.png b/static/browse/industrial_craft_2/bronze_shovel/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_shovel.png rename to static/browse/industrial_craft_2/bronze_shovel/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_shovel/index.html b/static/browse/industrial_craft_2/bronze_shovel/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_shovel/index.html rename to static/browse/industrial_craft_2/bronze_shovel/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_sword.png b/static/browse/industrial_craft_2/bronze_sword/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bronze_sword.png rename to static/browse/industrial_craft_2/bronze_sword/icon.png diff --git a/prerender/browse/industrial_craft_2/bronze_sword/index.html b/static/browse/industrial_craft_2/bronze_sword/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/bronze_sword/index.html rename to static/browse/industrial_craft_2/bronze_sword/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/brown_painter.png b/static/browse/industrial_craft_2/brown_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/brown_painter.png rename to static/browse/industrial_craft_2/brown_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/brown_painter/index.html b/static/browse/industrial_craft_2/brown_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/brown_painter/index.html rename to static/browse/industrial_craft_2/brown_painter/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/carrots_seeds.png b/static/browse/industrial_craft_2/brownmushroom_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/carrots_seeds.png rename to static/browse/industrial_craft_2/brownmushroom_seeds/icon.png diff --git a/prerender/browse/industrial_craft_2/canning_machine/index.html b/static/browse/industrial_craft_2/canning_machine/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/canning_machine/index.html rename to static/browse/industrial_craft_2/canning_machine/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/carbon_fiber_canoe.png b/static/browse/industrial_craft_2/carbon_fiber_canoe/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/carbon_fiber_canoe.png rename to static/browse/industrial_craft_2/carbon_fiber_canoe/icon.png diff --git a/prerender/browse/industrial_craft_2/carbon_fiber_canoe/index.html b/static/browse/industrial_craft_2/carbon_fiber_canoe/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/carbon_fiber_canoe/index.html rename to static/browse/industrial_craft_2/carbon_fiber_canoe/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/carbon_plate.png b/static/browse/industrial_craft_2/carbon_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/carbon_plate.png rename to static/browse/industrial_craft_2/carbon_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/carbon_plate/index.html b/static/browse/industrial_craft_2/carbon_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/carbon_plate/index.html rename to static/browse/industrial_craft_2/carbon_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/carbon_rotor_blade.png b/static/browse/industrial_craft_2/carbon_rotor_blade/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/carbon_rotor_blade.png rename to static/browse/industrial_craft_2/carbon_rotor_blade/icon.png diff --git a/prerender/browse/industrial_craft_2/carbon_rotor_blade/index.html b/static/browse/industrial_craft_2/carbon_rotor_blade/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/carbon_rotor_blade/index.html rename to static/browse/industrial_craft_2/carbon_rotor_blade/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/cocoa_seeds.png b/static/browse/industrial_craft_2/carrots_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/cocoa_seeds.png rename to static/browse/industrial_craft_2/carrots_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/cesu.png b/static/browse/industrial_craft_2/cesu/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/cesu.png rename to static/browse/industrial_craft_2/cesu/icon.png diff --git a/prerender/browse/industrial_craft_2/cesu/index.html b/static/browse/industrial_craft_2/cesu/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/cesu/index.html rename to static/browse/industrial_craft_2/cesu/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/cf_backpack.png b/static/browse/industrial_craft_2/cf_backpack/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/cf_backpack.png rename to static/browse/industrial_craft_2/cf_backpack/icon.png diff --git a/prerender/browse/industrial_craft_2/cf_backpack/index.html b/static/browse/industrial_craft_2/cf_backpack/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/cf_backpack/index.html rename to static/browse/industrial_craft_2/cf_backpack/index.html diff --git a/prerender/browse/industrial_craft_2/cf_pellet/index.html b/static/browse/industrial_craft_2/cf_pellet/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/cf_pellet/index.html rename to static/browse/industrial_craft_2/cf_pellet/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/cf_powder.png b/static/browse/industrial_craft_2/cf_powder/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/cf_powder.png rename to static/browse/industrial_craft_2/cf_powder/icon.png diff --git a/prerender/browse/industrial_craft_2/cf_powder/index.html b/static/browse/industrial_craft_2/cf_powder/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/cf_powder/index.html rename to static/browse/industrial_craft_2/cf_powder/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/cf_sprayer.png b/static/browse/industrial_craft_2/cf_sprayer/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/cf_sprayer.png rename to static/browse/industrial_craft_2/cf_sprayer/icon.png diff --git a/prerender/browse/industrial_craft_2/cf_sprayer/index.html b/static/browse/industrial_craft_2/cf_sprayer/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/cf_sprayer/index.html rename to static/browse/industrial_craft_2/cf_sprayer/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/chainsaw.png b/static/browse/industrial_craft_2/chainsaw/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/chainsaw.png rename to static/browse/industrial_craft_2/chainsaw/icon.png diff --git a/prerender/browse/industrial_craft_2/chainsaw/index.html b/static/browse/industrial_craft_2/chainsaw/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/chainsaw/index.html rename to static/browse/industrial_craft_2/chainsaw/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/charge_pad_batbox.png b/static/browse/industrial_craft_2/charge_pad_batbox/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/charge_pad_batbox.png rename to static/browse/industrial_craft_2/charge_pad_batbox/icon.png diff --git a/prerender/browse/industrial_craft_2/charge_pad_batbox/index.html b/static/browse/industrial_craft_2/charge_pad_batbox/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/charge_pad_batbox/index.html rename to static/browse/industrial_craft_2/charge_pad_batbox/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/charge_pad_cesu.png b/static/browse/industrial_craft_2/charge_pad_cesu/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/charge_pad_cesu.png rename to static/browse/industrial_craft_2/charge_pad_cesu/icon.png diff --git a/prerender/browse/industrial_craft_2/charge_pad_cesu/index.html b/static/browse/industrial_craft_2/charge_pad_cesu/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/charge_pad_cesu/index.html rename to static/browse/industrial_craft_2/charge_pad_cesu/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/charge_pad_mfe.png b/static/browse/industrial_craft_2/charge_pad_mfe/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/charge_pad_mfe.png rename to static/browse/industrial_craft_2/charge_pad_mfe/icon.png diff --git a/prerender/browse/industrial_craft_2/charge_pad_mfe/index.html b/static/browse/industrial_craft_2/charge_pad_mfe/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/charge_pad_mfe/index.html rename to static/browse/industrial_craft_2/charge_pad_mfe/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/charge_pad_mfsu.png b/static/browse/industrial_craft_2/charge_pad_mfsu/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/charge_pad_mfsu.png rename to static/browse/industrial_craft_2/charge_pad_mfsu/icon.png diff --git a/prerender/browse/industrial_craft_2/charge_pad_mfsu/index.html b/static/browse/industrial_craft_2/charge_pad_mfsu/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/charge_pad_mfsu/index.html rename to static/browse/industrial_craft_2/charge_pad_mfsu/index.html diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/hydration_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/10k_coolant_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/hydration_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/10k_coolant_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/2x_ins_gold_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/2x_ins_gold_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/2x_ins_gold_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/2x_ins_gold_cable/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/2x_ins_hv_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/2x_ins_hv_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/2x_ins_hv_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/2x_ins_hv_cable/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/30k_coolant_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/30k_coolant_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/30k_coolant_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/30k_coolant_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/4x_ins_hv_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/4x_ins_hv_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/4x_ins_hv_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/4x_ins_hv_cable/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/60k_coolant_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/60k_coolant_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/60k_coolant_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/60k_coolant_cell/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/advanced_alloy.png b/static/browse/industrial_craft_2/classic-1.7.10-6/advanced_alloy/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/advanced_alloy.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/advanced_alloy/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/advanced_circuit.png b/static/browse/industrial_craft_2/classic-1.7.10-6/advanced_circuit/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/advanced_circuit.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/advanced_circuit/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/advanced_heat_exchanger.png b/static/browse/industrial_craft_2/classic-1.7.10-6/advanced_heat_exchanger/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/advanced_heat_exchanger.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/advanced_heat_exchanger/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/advanced_heat_vent.png b/static/browse/industrial_craft_2/classic-1.7.10-6/advanced_heat_vent/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/advanced_heat_vent.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/advanced_heat_vent/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_machine_block.png b/static/browse/industrial_craft_2/classic-1.7.10-6/advanced_machine_block/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/advanced_machine_block.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/advanced_machine_block/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/coffee_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/aurelia_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/coffee_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/aurelia_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/batbox.png b/static/browse/industrial_craft_2/classic-1.7.10-6/batbox/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/batbox.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/batbox/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/batpack.png b/static/browse/industrial_craft_2/classic-1.7.10-6/batpack/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/batpack.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/batpack/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/bio_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bio_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/bio_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bio_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/biofuel_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/biofuel_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/biofuel_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/biofuel_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/cyazint_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/blackthorn_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/cyazint_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/blackthorn_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_axe.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bronze_axe/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_axe.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bronze_axe/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_block.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bronze_block/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_block.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bronze_block/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_boots.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bronze_boots/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_boots.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bronze_boots/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_chestplate.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bronze_chestplate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_chestplate.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bronze_chestplate/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_dust.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bronze_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_dust.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bronze_dust/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_helmet.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bronze_helmet/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_helmet.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bronze_helmet/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_hoe.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bronze_hoe/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_hoe.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bronze_hoe/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_ingot.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bronze_ingot/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_ingot.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bronze_ingot/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_leggings.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bronze_leggings/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_leggings.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bronze_leggings/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_pickaxe.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bronze_pickaxe/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_pickaxe.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bronze_pickaxe/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_shovel.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bronze_shovel/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_shovel.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bronze_shovel/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/bronze_sword.png b/static/browse/industrial_craft_2/classic-1.7.10-6/bronze_sword/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/bronze_sword.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/bronze_sword/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/canning_machine.png b/static/browse/industrial_craft_2/classic-1.7.10-6/canning_machine/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/canning_machine.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/canning_machine/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/carbon_plate.png b/static/browse/industrial_craft_2/classic-1.7.10-6/carbon_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/carbon_plate.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/carbon_plate/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/dandelion_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/carrots_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/dandelion_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/carrots_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/cf_backpack.png b/static/browse/industrial_craft_2/classic-1.7.10-6/cf_backpack/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/cf_backpack.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/cf_backpack/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/cf_pellet.png b/static/browse/industrial_craft_2/classic-1.7.10-6/cf_pellet/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/cf_pellet.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/cf_pellet/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/cf_sprayer.png b/static/browse/industrial_craft_2/classic-1.7.10-6/cf_sprayer/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/cf_sprayer.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/cf_sprayer/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/chainsaw.png b/static/browse/industrial_craft_2/classic-1.7.10-6/chainsaw/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/chainsaw.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/chainsaw/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/clay_dust.png b/static/browse/industrial_craft_2/classic-1.7.10-6/clay_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/clay_dust.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/clay_dust/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/coal_ball.png b/static/browse/industrial_craft_2/classic-1.7.10-6/coal_ball/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/coal_ball.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/coal_ball/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/coal_chunk.png b/static/browse/industrial_craft_2/classic-1.7.10-6/coal_chunk/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/coal_chunk.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/coal_chunk/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/coal_dust.png b/static/browse/industrial_craft_2/classic-1.7.10-6/coal_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/coal_dust.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/coal_dust/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/coalfuel_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/coalfuel_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/coalfuel_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/coalfuel_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/ferru_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/cocoa_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/ferru_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/cocoa_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/coffee.png b/static/browse/industrial_craft_2/classic-1.7.10-6/coffee/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/coffee.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/coffee/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/coffee_beans.png b/static/browse/industrial_craft_2/classic-1.7.10-6/coffee_beans/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/coffee_beans.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/coffee_beans/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/coffee_powder.png b/static/browse/industrial_craft_2/classic-1.7.10-6/coffee_powder/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/coffee_powder.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/coffee_powder/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/hops_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/coffee_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/hops_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/coffee_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/cold_coffee.png b/static/browse/industrial_craft_2/classic-1.7.10-6/cold_coffee/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/cold_coffee.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/cold_coffee/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/component_heat_exchanger.png b/static/browse/industrial_craft_2/classic-1.7.10-6/component_heat_exchanger/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/component_heat_exchanger.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/component_heat_exchanger/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/component_heat_vent.png b/static/browse/industrial_craft_2/classic-1.7.10-6/component_heat_vent/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/component_heat_vent.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/component_heat_vent/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/composite_vest.png b/static/browse/industrial_craft_2/classic-1.7.10-6/composite_vest/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/composite_vest.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/composite_vest/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/compressed_air_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/compressed_air_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/compressed_air_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/compressed_air_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/compressed_coal_ball.png b/static/browse/industrial_craft_2/classic-1.7.10-6/compressed_coal_ball/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/compressed_coal_ball.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/compressed_coal_ball/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/compressed_hyd_coalclump.png b/static/browse/industrial_craft_2/classic-1.7.10-6/compressed_hyd_coalclump/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/compressed_hyd_coalclump.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/compressed_hyd_coalclump/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/compressed_plants.png b/static/browse/industrial_craft_2/classic-1.7.10-6/compressed_plants/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/compressed_plants.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/compressed_plants/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/compressor.png b/static/browse/industrial_craft_2/classic-1.7.10-6/compressor/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/compressor.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/compressor/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/construction_foam.png b/static/browse/industrial_craft_2/classic-1.7.10-6/construction_foam/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/construction_foam.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/construction_foam/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/containment_reactor_plating.png b/static/browse/industrial_craft_2/classic-1.7.10-6/containment_reactor_plating/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/containment_reactor_plating.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/containment_reactor_plating/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/copper_block.png b/static/browse/industrial_craft_2/classic-1.7.10-6/copper_block/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/copper_block.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/copper_block/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/copper_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/copper_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/copper_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/copper_cable/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/copper_dust.png b/static/browse/industrial_craft_2/classic-1.7.10-6/copper_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/copper_dust.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/copper_dust/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/copper_ingot.png b/static/browse/industrial_craft_2/classic-1.7.10-6/copper_ingot/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/copper_ingot.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/copper_ingot/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/copper_ore.png b/static/browse/industrial_craft_2/classic-1.7.10-6/copper_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/copper_ore.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/copper_ore/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/crop.png b/static/browse/industrial_craft_2/classic-1.7.10-6/crop/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/crop.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/crop/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/crop_matron.png b/static/browse/industrial_craft_2/classic-1.7.10-6/crop_matron/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/crop_matron.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/crop_matron/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/cropnalyzer.png b/static/browse/industrial_craft_2/classic-1.7.10-6/cropnalyzer/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/cropnalyzer.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/cropnalyzer/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/melon_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/cyazint_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/melon_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/cyazint_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/nether_wart_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/dandelion_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/nether_wart_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/dandelion_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/dark_coffee.png b/static/browse/industrial_craft_2/classic-1.7.10-6/dark_coffee/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/dark_coffee.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/dark_coffee/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/dense_copper_plate.png b/static/browse/industrial_craft_2/classic-1.7.10-6/dense_copper_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/dense_copper_plate.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/dense_copper_plate/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/depleted_isotope_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/depleted_isotope_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/depleted_isotope_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/depleted_isotope_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/diamond_drill.png b/static/browse/industrial_craft_2/classic-1.7.10-6/diamond_drill/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/diamond_drill.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/diamond_drill/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/diamond_industrial.png b/static/browse/industrial_craft_2/classic-1.7.10-6/diamond_industrial/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/diamond_industrial.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/diamond_industrial/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/dual_uranium_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/dual_uranium_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/dual_uranium_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/dual_uranium_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/dynamite.png b/static/browse/industrial_craft_2/classic-1.7.10-6/dynamite/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/dynamite.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/dynamite/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/dynamite_o_mote.png b/static/browse/industrial_craft_2/classic-1.7.10-6/dynamite_o_mote/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/dynamite_o_mote.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/dynamite_o_mote/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/electric_furnace.png b/static/browse/industrial_craft_2/classic-1.7.10-6/electric_furnace/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/electric_furnace.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/electric_furnace/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/electric_hoe.png b/static/browse/industrial_craft_2/classic-1.7.10-6/electric_hoe/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/electric_hoe.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/electric_hoe/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/electric_jetpack.png b/static/browse/industrial_craft_2/classic-1.7.10-6/electric_jetpack/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/electric_jetpack.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/electric_jetpack/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/electric_treetap.png b/static/browse/industrial_craft_2/classic-1.7.10-6/electric_treetap/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/electric_treetap.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/electric_treetap/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/electric_wrench.png b/static/browse/industrial_craft_2/classic-1.7.10-6/electric_wrench/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/electric_wrench.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/electric_wrench/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/electrolyzed_water_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/electrolyzed_water_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/electrolyzed_water_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/electrolyzed_water_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/electrolyzer.png b/static/browse/industrial_craft_2/classic-1.7.10-6/electrolyzer/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/electrolyzer.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/electrolyzer/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/electronic_circuit.png b/static/browse/industrial_craft_2/classic-1.7.10-6/electronic_circuit/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/electronic_circuit.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/electronic_circuit/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/empty_booze_barrel.png b/static/browse/industrial_craft_2/classic-1.7.10-6/empty_booze_barrel/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/empty_booze_barrel.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/empty_booze_barrel/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/empty_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/empty_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/empty_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/empty_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/empty_fuel_can.png b/static/browse/industrial_craft_2/classic-1.7.10-6/empty_fuel_can/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/empty_fuel_can.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/empty_fuel_can/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/energy_crystal.png b/static/browse/industrial_craft_2/classic-1.7.10-6/energy_crystal/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/energy_crystal.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/energy_crystal/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/energy_o_mat.png b/static/browse/industrial_craft_2/classic-1.7.10-6/energy_o_mat/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/energy_o_mat.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/energy_o_mat/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/energy_storage_upgrade.png b/static/browse/industrial_craft_2/classic-1.7.10-6/energy_storage_upgrade/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/energy_storage_upgrade.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/energy_storage_upgrade/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/eu_detector_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/eu_detector_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/eu_detector_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/eu_detector_cable/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/eu_reader.png b/static/browse/industrial_craft_2/classic-1.7.10-6/eu_reader/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/eu_reader.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/eu_reader/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/eu_splitter_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/eu_splitter_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/eu_splitter_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/eu_splitter_cable/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/extractor.png b/static/browse/industrial_craft_2/classic-1.7.10-6/extractor/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/extractor.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/extractor/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/potato_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/ferru_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/potato_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/ferru_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/fertilizer.png b/static/browse/industrial_craft_2/classic-1.7.10-6/fertilizer/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/fertilizer.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/fertilizer/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/filled_fuel_can.png b/static/browse/industrial_craft_2/classic-1.7.10-6/filled_fuel_can/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/filled_fuel_can.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/filled_fuel_can/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/filled_tin_can.png b/static/browse/industrial_craft_2/classic-1.7.10-6/filled_tin_can/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/filled_tin_can.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/filled_tin_can/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/frequency_transmitter.png b/static/browse/industrial_craft_2/classic-1.7.10-6/frequency_transmitter/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/frequency_transmitter.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/frequency_transmitter/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/generator.png b/static/browse/industrial_craft_2/classic-1.7.10-6/generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/generator.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/generator/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/geothermal_generator.png b/static/browse/industrial_craft_2/classic-1.7.10-6/geothermal_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/geothermal_generator.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/geothermal_generator/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/glass_fibre_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/glass_fibre_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/glass_fibre_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/glass_fibre_cable/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/gold_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/gold_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/gold_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/gold_cable/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/gold_dust.png b/static/browse/industrial_craft_2/classic-1.7.10-6/gold_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/gold_dust.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/gold_dust/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/grin_powder.png b/static/browse/industrial_craft_2/classic-1.7.10-6/grin_powder/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/grin_powder.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/grin_powder/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/h_coal_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/h_coal_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/h_coal_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/h_coal_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/hazmat_suit.png b/static/browse/industrial_craft_2/classic-1.7.10-6/hazmat_suit/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/hazmat_suit.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/hazmat_suit/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/hazmat_suit_leggings.png b/static/browse/industrial_craft_2/classic-1.7.10-6/hazmat_suit_leggings/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/hazmat_suit_leggings.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/hazmat_suit_leggings/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/heat_capacity_reactor_plating.png b/static/browse/industrial_craft_2/classic-1.7.10-6/heat_capacity_reactor_plating/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/heat_capacity_reactor_plating.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/heat_capacity_reactor_plating/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/heat_exchanger.png b/static/browse/industrial_craft_2/classic-1.7.10-6/heat_exchanger/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/heat_exchanger.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/heat_exchanger/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/heat_vent.png b/static/browse/industrial_craft_2/classic-1.7.10-6/heat_vent/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/heat_vent.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/heat_vent/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/heating_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/heating_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/heating_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/heating_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/hops.png b/static/browse/industrial_craft_2/classic-1.7.10-6/hops/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/hops.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/hops/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/pumpkin_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/hops_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/pumpkin_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/hops_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/hv_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/hv_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/hv_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/hv_cable/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/hv_transformer.png b/static/browse/industrial_craft_2/classic-1.7.10-6/hv_transformer/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/hv_transformer.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/hv_transformer/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/hydrated_coal_dust.png b/static/browse/industrial_craft_2/classic-1.7.10-6/hydrated_coal_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/hydrated_coal_dust.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/hydrated_coal_dust/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/10k_coolant_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/hydration_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/10k_coolant_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/hydration_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/induction_furnace.png b/static/browse/industrial_craft_2/classic-1.7.10-6/induction_furnace/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/induction_furnace.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/induction_furnace/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/industrial_credit.png b/static/browse/industrial_craft_2/classic-1.7.10-6/industrial_credit/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/industrial_credit.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/industrial_credit/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/industrial_tnt.png b/static/browse/industrial_craft_2/classic-1.7.10-6/industrial_tnt/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/industrial_tnt.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/industrial_tnt/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/insulated_copper_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/insulated_copper_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/insulated_copper_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/insulated_copper_cable/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/insulated_gold_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/insulated_gold_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/insulated_gold_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/insulated_gold_cable/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/insulated_hv_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/insulated_hv_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/insulated_hv_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/insulated_hv_cable/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/insulation_cutter.png b/static/browse/industrial_craft_2/classic-1.7.10-6/insulation_cutter/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/insulation_cutter.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/insulation_cutter/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/iridium_ore.png b/static/browse/industrial_craft_2/classic-1.7.10-6/iridium_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/iridium_ore.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/iridium_ore/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/iridium_plate.png b/static/browse/industrial_craft_2/classic-1.7.10-6/iridium_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/iridium_plate.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/iridium_plate/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/iron_dust.png b/static/browse/industrial_craft_2/classic-1.7.10-6/iron_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/iron_dust.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/iron_dust/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/iron_fence.png b/static/browse/industrial_craft_2/classic-1.7.10-6/iron_fence/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/iron_fence.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/iron_fence/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/iron_furnace.png b/static/browse/industrial_craft_2/classic-1.7.10-6/iron_furnace/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/iron_furnace.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/iron_furnace/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/iron_scaffold.png b/static/browse/industrial_craft_2/classic-1.7.10-6/iron_scaffold/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/iron_scaffold.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/iron_scaffold/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/jetpack.png b/static/browse/industrial_craft_2/classic-1.7.10-6/jetpack/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/jetpack.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/jetpack/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/lapotron_crystal.png b/static/browse/industrial_craft_2/classic-1.7.10-6/lapotron_crystal/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/lapotron_crystal.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/lapotron_crystal/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/lappack.png b/static/browse/industrial_craft_2/classic-1.7.10-6/lappack/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/lappack.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/lappack/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/lava_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/lava_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/lava_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/lava_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/luminator.png b/static/browse/industrial_craft_2/classic-1.7.10-6/luminator/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/luminator.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/luminator/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/lv_transformer.png b/static/browse/industrial_craft_2/classic-1.7.10-6/lv_transformer/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/lv_transformer.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/lv_transformer/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/lzh_condensator.png b/static/browse/industrial_craft_2/classic-1.7.10-6/lzh_condensator/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/lzh_condensator.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/lzh_condensator/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/macerator.png b/static/browse/industrial_craft_2/classic-1.7.10-6/macerator/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/macerator.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/macerator/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/machine_block.png b/static/browse/industrial_craft_2/classic-1.7.10-6/machine_block/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/machine_block.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/machine_block/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/magnetizer.png b/static/browse/industrial_craft_2/classic-1.7.10-6/magnetizer/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/magnetizer.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/magnetizer/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/mass_fabricator.png b/static/browse/industrial_craft_2/classic-1.7.10-6/mass_fabricator/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/mass_fabricator.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/mass_fabricator/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/redwheat_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/melon_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/redwheat_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/melon_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/mfe.png b/static/browse/industrial_craft_2/classic-1.7.10-6/mfe/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/mfe.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/mfe/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/mfsu.png b/static/browse/industrial_craft_2/classic-1.7.10-6/mfsu/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/mfsu.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/mfsu/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/miner.png b/static/browse/industrial_craft_2/classic-1.7.10-6/miner/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/miner.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/miner/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/mining_drill.png b/static/browse/industrial_craft_2/classic-1.7.10-6/mining_drill/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/mining_drill.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/mining_drill/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/mining_laser.png b/static/browse/industrial_craft_2/classic-1.7.10-6/mining_laser/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/mining_laser.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/mining_laser/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/mining_pipe.png b/static/browse/industrial_craft_2/classic-1.7.10-6/mining_pipe/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/mining_pipe.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/mining_pipe/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/mixed_metal_ingot.png b/static/browse/industrial_craft_2/classic-1.7.10-6/mixed_metal_ingot/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/mixed_metal_ingot.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/mixed_metal_ingot/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/mv_transformer.png b/static/browse/industrial_craft_2/classic-1.7.10-6/mv_transformer/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/mv_transformer.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/mv_transformer/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/nano_saber.png b/static/browse/industrial_craft_2/classic-1.7.10-6/nano_saber/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/nano_saber.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/nano_saber/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/nanosuit_bodyarmor.png b/static/browse/industrial_craft_2/classic-1.7.10-6/nanosuit_bodyarmor/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/nanosuit_bodyarmor.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/nanosuit_bodyarmor/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/nanosuit_boots.png b/static/browse/industrial_craft_2/classic-1.7.10-6/nanosuit_boots/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/nanosuit_boots.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/nanosuit_boots/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/nanosuit_helmet.png b/static/browse/industrial_craft_2/classic-1.7.10-6/nanosuit_helmet/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/nanosuit_helmet.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/nanosuit_helmet/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/nanosuit_leggings.png b/static/browse/industrial_craft_2/classic-1.7.10-6/nanosuit_leggings/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/nanosuit_leggings.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/nanosuit_leggings/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/near_depleted_uranium_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/near_depleted_uranium_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/near_depleted_uranium_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/near_depleted_uranium_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/reed_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/nether_wart_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/reed_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/nether_wart_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/neutron_reflector.png b/static/browse/industrial_craft_2/classic-1.7.10-6/neutron_reflector/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/neutron_reflector.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/neutron_reflector/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/nuclear_reactor.png b/static/browse/industrial_craft_2/classic-1.7.10-6/nuclear_reactor/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/nuclear_reactor.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/nuclear_reactor/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/nuke.png b/static/browse/industrial_craft_2/classic-1.7.10-6/nuke/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/nuke.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/nuke/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/od_scanner.png b/static/browse/industrial_craft_2/classic-1.7.10-6/od_scanner/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/od_scanner.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/od_scanner/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/ov_scanner.png b/static/browse/industrial_craft_2/classic-1.7.10-6/ov_scanner/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/ov_scanner.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/ov_scanner/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/overclocked_heat_vent.png b/static/browse/industrial_craft_2/classic-1.7.10-6/overclocked_heat_vent/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/overclocked_heat_vent.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/overclocked_heat_vent/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/overclocker_upgrade.png b/static/browse/industrial_craft_2/classic-1.7.10-6/overclocker_upgrade/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/overclocker_upgrade.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/overclocker_upgrade/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/painter.png b/static/browse/industrial_craft_2/classic-1.7.10-6/painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/painter.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/painter/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/personal_safe.png b/static/browse/industrial_craft_2/classic-1.7.10-6/personal_safe/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/personal_safe.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/personal_safe/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/plantball.png b/static/browse/industrial_craft_2/classic-1.7.10-6/plantball/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/plantball.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/plantball/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/rose_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/potato_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/rose_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/potato_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/pump.png b/static/browse/industrial_craft_2/classic-1.7.10-6/pump/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/pump.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/pump/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/stickreed_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/pumpkin_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/stickreed_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/pumpkin_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/quad_uranium_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/quad_uranium_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/quad_uranium_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/quad_uranium_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/quantumsuit_bodyarmor.png b/static/browse/industrial_craft_2/classic-1.7.10-6/quantumsuit_bodyarmor/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/quantumsuit_bodyarmor.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/quantumsuit_bodyarmor/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/quantumsuit_boots.png b/static/browse/industrial_craft_2/classic-1.7.10-6/quantumsuit_boots/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/quantumsuit_boots.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/quantumsuit_boots/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/quantumsuit_helmet.png b/static/browse/industrial_craft_2/classic-1.7.10-6/quantumsuit_helmet/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/quantumsuit_helmet.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/quantumsuit_helmet/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/quantumsuit_leggings.png b/static/browse/industrial_craft_2/classic-1.7.10-6/quantumsuit_leggings/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/quantumsuit_leggings.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/quantumsuit_leggings/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/raw_carbon_fibre.png b/static/browse/industrial_craft_2/classic-1.7.10-6/raw_carbon_fibre/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/raw_carbon_fibre.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/raw_carbon_fibre/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/raw_carbon_mesh.png b/static/browse/industrial_craft_2/classic-1.7.10-6/raw_carbon_mesh/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/raw_carbon_mesh.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/raw_carbon_mesh/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/re_battery.png b/static/browse/industrial_craft_2/classic-1.7.10-6/re_battery/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/re_battery.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/re_battery/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/re_enriched_uranium_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/re_enriched_uranium_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/re_enriched_uranium_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/re_enriched_uranium_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/reactor_chamber.png b/static/browse/industrial_craft_2/classic-1.7.10-6/reactor_chamber/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/reactor_chamber.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/reactor_chamber/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/reactor_heat_exchanger.png b/static/browse/industrial_craft_2/classic-1.7.10-6/reactor_heat_exchanger/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/reactor_heat_exchanger.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/reactor_heat_exchanger/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/reactor_heat_vent.png b/static/browse/industrial_craft_2/classic-1.7.10-6/reactor_heat_vent/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/reactor_heat_vent.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/reactor_heat_vent/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/reactor_plating.png b/static/browse/industrial_craft_2/classic-1.7.10-6/reactor_plating/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/reactor_plating.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/reactor_plating/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/recycler.png b/static/browse/industrial_craft_2/classic-1.7.10-6/recycler/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/recycler.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/recycler/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/terra_wart_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/redwheat_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/terra_wart_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/redwheat_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tulip_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/reed_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tulip_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/reed_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/refined_iron.png b/static/browse/industrial_craft_2/classic-1.7.10-6/refined_iron/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/refined_iron.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/refined_iron/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/refined_uranium.png b/static/browse/industrial_craft_2/classic-1.7.10-6/refined_uranium/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/refined_uranium.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/refined_uranium/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/reinforced_door.png b/static/browse/industrial_craft_2/classic-1.7.10-6/reinforced_door/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/reinforced_door.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/reinforced_door/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/reinforced_glass.png b/static/browse/industrial_craft_2/classic-1.7.10-6/reinforced_glass/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/reinforced_glass.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/reinforced_glass/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/reinforced_stone.png b/static/browse/industrial_craft_2/classic-1.7.10-6/reinforced_stone/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/reinforced_stone.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/reinforced_stone/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/venomilia_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/rose_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/venomilia_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/rose_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/rsh_condensator.png b/static/browse/industrial_craft_2/classic-1.7.10-6/rsh_condensator/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/rsh_condensator.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/rsh_condensator/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/rubber.png b/static/browse/industrial_craft_2/classic-1.7.10-6/rubber/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/rubber.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/rubber/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/rubber_boots.png b/static/browse/industrial_craft_2/classic-1.7.10-6/rubber_boots/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/rubber_boots.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/rubber_boots/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/rubber_sheet.png b/static/browse/industrial_craft_2/classic-1.7.10-6/rubber_sheet/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/rubber_sheet.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/rubber_sheet/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/rubber_tree_sapling.png b/static/browse/industrial_craft_2/classic-1.7.10-6/rubber_tree_sapling/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/rubber_tree_sapling.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/rubber_tree_sapling/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/rubber_wood.png b/static/browse/industrial_craft_2/classic-1.7.10-6/rubber_wood/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/rubber_wood.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/rubber_wood/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/scaffold.png b/static/browse/industrial_craft_2/classic-1.7.10-6/scaffold/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/scaffold.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/scaffold/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/scrap.png b/static/browse/industrial_craft_2/classic-1.7.10-6/scrap/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/scrap.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/scrap/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/scrap_box.png b/static/browse/industrial_craft_2/classic-1.7.10-6/scrap_box/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/scrap_box.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/scrap_box/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/scuba_helmet.png b/static/browse/industrial_craft_2/classic-1.7.10-6/scuba_helmet/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/scuba_helmet.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/scuba_helmet/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/single_use_battery.png b/static/browse/industrial_craft_2/classic-1.7.10-6/single_use_battery/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/single_use_battery.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/single_use_battery/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/small_pile_of_iron_dust.png b/static/browse/industrial_craft_2/classic-1.7.10-6/small_pile_of_iron_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/small_pile_of_iron_dust.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/small_pile_of_iron_dust/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/solar_helmet.png b/static/browse/industrial_craft_2/classic-1.7.10-6/solar_helmet/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/solar_helmet.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/solar_helmet/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/solar_panel.png b/static/browse/industrial_craft_2/classic-1.7.10-6/solar_panel/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/solar_panel.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/solar_panel/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/static_boots.png b/static/browse/industrial_craft_2/classic-1.7.10-6/static_boots/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/static_boots.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/static_boots/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/weed_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/stickreed_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/weed_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/stickreed_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/sticky_dynamite.png b/static/browse/industrial_craft_2/classic-1.7.10-6/sticky_dynamite/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/sticky_dynamite.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/sticky_dynamite/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/sticky_resin.png b/static/browse/industrial_craft_2/classic-1.7.10-6/sticky_resin/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/sticky_resin.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/sticky_resin/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/stone_mug.png b/static/browse/industrial_craft_2/classic-1.7.10-6/stone_mug/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/stone_mug.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/stone_mug/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/teleporter.png b/static/browse/industrial_craft_2/classic-1.7.10-6/teleporter/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/teleporter.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/teleporter/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/terra_wart.png b/static/browse/industrial_craft_2/classic-1.7.10-6/terra_wart/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/terra_wart.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/terra_wart/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/wheat_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/terra_wart_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/wheat_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/terra_wart_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/terraformer.png b/static/browse/industrial_craft_2/classic-1.7.10-6/terraformer/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/terraformer.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/terraformer/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tesla_coil.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tesla_coil/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tesla_coil.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tesla_coil/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_chilling.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_chilling/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_chilling.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_chilling/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_cultivation.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_cultivation/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_cultivation.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_cultivation/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_desertification.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_desertification/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_desertification.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_desertification/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_empty.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_empty/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_empty.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_empty/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_flatification.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_flatification/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_flatification.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_flatification/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_irrigation.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_irrigation/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tfbp_irrigation.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tfbp_irrigation/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/thick_neutron_reflector.png b/static/browse/industrial_craft_2/classic-1.7.10-6/thick_neutron_reflector/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/thick_neutron_reflector.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/thick_neutron_reflector/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tin_block.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tin_block/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tin_block.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tin_block/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tin_can.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tin_can/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tin_can.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tin_can/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tin_dust.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tin_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tin_dust.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tin_dust/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tin_ingot.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tin_ingot/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tin_ingot.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tin_ingot/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tin_ore.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tin_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tin_ore.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tin_ore/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/tool_box.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tool_box/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/tool_box.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tool_box/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/trade_o_mat.png b/static/browse/industrial_craft_2/classic-1.7.10-6/trade_o_mat/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/trade_o_mat.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/trade_o_mat/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/transformer_upgrade.png b/static/browse/industrial_craft_2/classic-1.7.10-6/transformer_upgrade/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/transformer_upgrade.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/transformer_upgrade/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/treetap.png b/static/browse/industrial_craft_2/classic-1.7.10-6/treetap/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/treetap.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/treetap/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/aurelia_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/tulip_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/aurelia_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/tulip_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/ultra_low_current_cable.png b/static/browse/industrial_craft_2/classic-1.7.10-6/ultra_low_current_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/ultra_low_current_cable.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/ultra_low_current_cable/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/uranium.png b/static/browse/industrial_craft_2/classic-1.7.10-6/uranium/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/uranium.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/uranium/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/uranium_block.png b/static/browse/industrial_craft_2/classic-1.7.10-6/uranium_block/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/uranium_block.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/uranium_block/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/uranium_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/uranium_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/uranium_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/uranium_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/uranium_ore.png b/static/browse/industrial_craft_2/classic-1.7.10-6/uranium_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/uranium_ore.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/uranium_ore/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/uu_matter.png b/static/browse/industrial_craft_2/classic-1.7.10-6/uu_matter/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/uu_matter.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/uu_matter/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/blackthorn_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/venomilia_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/blackthorn_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/venomilia_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/water_cell.png b/static/browse/industrial_craft_2/classic-1.7.10-6/water_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/water_cell.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/water_cell/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/water_mill.png b/static/browse/industrial_craft_2/classic-1.7.10-6/water_mill/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/water_mill.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/water_mill/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/weed_ex.png b/static/browse/industrial_craft_2/classic-1.7.10-6/weed_ex/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/weed_ex.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/weed_ex/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/brownmushroom_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/weed_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/brownmushroom_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/weed_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/carrots_seeds.png b/static/browse/industrial_craft_2/classic-1.7.10-6/wheat_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/carrots_seeds.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/wheat_seeds/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/wind_mill.png b/static/browse/industrial_craft_2/classic-1.7.10-6/wind_mill/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/wind_mill.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/wind_mill/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/wrench.png b/static/browse/industrial_craft_2/classic-1.7.10-6/wrench/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/wrench.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/wrench/icon.png diff --git a/src/data/industrial_craft_2/classic-1.7.10-6/images/zero.png b/static/browse/industrial_craft_2/classic-1.7.10-6/zero/icon.png similarity index 100% rename from src/data/industrial_craft_2/classic-1.7.10-6/images/zero.png rename to static/browse/industrial_craft_2/classic-1.7.10-6/zero/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/clay_dust.png b/static/browse/industrial_craft_2/clay_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/clay_dust.png rename to static/browse/industrial_craft_2/clay_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/clay_dust/index.html b/static/browse/industrial_craft_2/clay_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/clay_dust/index.html rename to static/browse/industrial_craft_2/clay_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/coal_ball.png b/static/browse/industrial_craft_2/coal_ball/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/coal_ball.png rename to static/browse/industrial_craft_2/coal_ball/icon.png diff --git a/prerender/browse/industrial_craft_2/coal_ball/index.html b/static/browse/industrial_craft_2/coal_ball/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/coal_ball/index.html rename to static/browse/industrial_craft_2/coal_ball/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/coal_chunk.png b/static/browse/industrial_craft_2/coal_chunk/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/coal_chunk.png rename to static/browse/industrial_craft_2/coal_chunk/icon.png diff --git a/prerender/browse/industrial_craft_2/coal_chunk/index.html b/static/browse/industrial_craft_2/coal_chunk/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/coal_chunk/index.html rename to static/browse/industrial_craft_2/coal_chunk/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/coal_dust.png b/static/browse/industrial_craft_2/coal_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/coal_dust.png rename to static/browse/industrial_craft_2/coal_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/coal_dust/index.html b/static/browse/industrial_craft_2/coal_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/coal_dust/index.html rename to static/browse/industrial_craft_2/coal_dust/index.html diff --git a/prerender/browse/industrial_craft_2/coalfuel_cell/index.html b/static/browse/industrial_craft_2/coalfuel_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/coalfuel_cell/index.html rename to static/browse/industrial_craft_2/coalfuel_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/cocoa_seeds.png b/static/browse/industrial_craft_2/cocoa_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/cocoa_seeds.png rename to static/browse/industrial_craft_2/cocoa_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/coffee.png b/static/browse/industrial_craft_2/coffee/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/coffee.png rename to static/browse/industrial_craft_2/coffee/icon.png diff --git a/prerender/browse/industrial_craft_2/coffee/index.html b/static/browse/industrial_craft_2/coffee/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/coffee/index.html rename to static/browse/industrial_craft_2/coffee/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/coffee_beans.png b/static/browse/industrial_craft_2/coffee_beans/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/coffee_beans.png rename to static/browse/industrial_craft_2/coffee_beans/icon.png diff --git a/prerender/browse/industrial_craft_2/coffee_beans/index.html b/static/browse/industrial_craft_2/coffee_beans/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/coffee_beans/index.html rename to static/browse/industrial_craft_2/coffee_beans/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/coffee_powder.png b/static/browse/industrial_craft_2/coffee_powder/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/coffee_powder.png rename to static/browse/industrial_craft_2/coffee_powder/icon.png diff --git a/prerender/browse/industrial_craft_2/coffee_powder/index.html b/static/browse/industrial_craft_2/coffee_powder/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/coffee_powder/index.html rename to static/browse/industrial_craft_2/coffee_powder/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/coffee_seeds.png b/static/browse/industrial_craft_2/coffee_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/coffee_seeds.png rename to static/browse/industrial_craft_2/coffee_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/coil.png b/static/browse/industrial_craft_2/coil/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/coil.png rename to static/browse/industrial_craft_2/coil/icon.png diff --git a/prerender/browse/industrial_craft_2/coil/index.html b/static/browse/industrial_craft_2/coil/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/coil/index.html rename to static/browse/industrial_craft_2/coil/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/cold_coffee.png b/static/browse/industrial_craft_2/cold_coffee/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/cold_coffee.png rename to static/browse/industrial_craft_2/cold_coffee/icon.png diff --git a/prerender/browse/industrial_craft_2/cold_coffee/index.html b/static/browse/industrial_craft_2/cold_coffee/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/cold_coffee/index.html rename to static/browse/industrial_craft_2/cold_coffee/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/component_heat_exchanger.png b/static/browse/industrial_craft_2/component_heat_exchanger/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/component_heat_exchanger.png rename to static/browse/industrial_craft_2/component_heat_exchanger/icon.png diff --git a/prerender/browse/industrial_craft_2/component_heat_exchanger/index.html b/static/browse/industrial_craft_2/component_heat_exchanger/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/component_heat_exchanger/index.html rename to static/browse/industrial_craft_2/component_heat_exchanger/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/component_heat_vent.png b/static/browse/industrial_craft_2/component_heat_vent/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/component_heat_vent.png rename to static/browse/industrial_craft_2/component_heat_vent/icon.png diff --git a/prerender/browse/industrial_craft_2/component_heat_vent/index.html b/static/browse/industrial_craft_2/component_heat_vent/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/component_heat_vent/index.html rename to static/browse/industrial_craft_2/component_heat_vent/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/composite_vest.png b/static/browse/industrial_craft_2/composite_vest/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/composite_vest.png rename to static/browse/industrial_craft_2/composite_vest/icon.png diff --git a/prerender/browse/industrial_craft_2/composite_vest/index.html b/static/browse/industrial_craft_2/composite_vest/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/composite_vest/index.html rename to static/browse/industrial_craft_2/composite_vest/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/compressed_air_cell.png b/static/browse/industrial_craft_2/compressed_air_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/compressed_air_cell.png rename to static/browse/industrial_craft_2/compressed_air_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/compressed_air_cell/index.html b/static/browse/industrial_craft_2/compressed_air_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/compressed_air_cell/index.html rename to static/browse/industrial_craft_2/compressed_air_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/compressed_coal_ball.png b/static/browse/industrial_craft_2/compressed_coal_ball/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/compressed_coal_ball.png rename to static/browse/industrial_craft_2/compressed_coal_ball/icon.png diff --git a/prerender/browse/industrial_craft_2/compressed_coal_ball/index.html b/static/browse/industrial_craft_2/compressed_coal_ball/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/compressed_coal_ball/index.html rename to static/browse/industrial_craft_2/compressed_coal_ball/index.html diff --git a/prerender/browse/industrial_craft_2/compressed_hyd_coalclump/index.html b/static/browse/industrial_craft_2/compressed_hyd_coalclump/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/compressed_hyd_coalclump/index.html rename to static/browse/industrial_craft_2/compressed_hyd_coalclump/index.html diff --git a/prerender/browse/industrial_craft_2/compressed_plants/index.html b/static/browse/industrial_craft_2/compressed_plants/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/compressed_plants/index.html rename to static/browse/industrial_craft_2/compressed_plants/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/compressor.png b/static/browse/industrial_craft_2/compressor/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/compressor.png rename to static/browse/industrial_craft_2/compressor/icon.png diff --git a/prerender/browse/industrial_craft_2/compressor/index.html b/static/browse/industrial_craft_2/compressor/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/compressor/index.html rename to static/browse/industrial_craft_2/compressor/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/condenser.png b/static/browse/industrial_craft_2/condenser/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/condenser.png rename to static/browse/industrial_craft_2/condenser/icon.png diff --git a/prerender/browse/industrial_craft_2/condenser/index.html b/static/browse/industrial_craft_2/condenser/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/condenser/index.html rename to static/browse/industrial_craft_2/condenser/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/construction_foam.png b/static/browse/industrial_craft_2/construction_foam/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/construction_foam.png rename to static/browse/industrial_craft_2/construction_foam/icon.png diff --git a/prerender/browse/industrial_craft_2/construction_foam/index.html b/static/browse/industrial_craft_2/construction_foam/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/construction_foam/index.html rename to static/browse/industrial_craft_2/construction_foam/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/construction_foam_2.png b/static/browse/industrial_craft_2/construction_foam_2/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/construction_foam_2.png rename to static/browse/industrial_craft_2/construction_foam_2/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/construction_foam_cell.png b/static/browse/industrial_craft_2/construction_foam_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/construction_foam_cell.png rename to static/browse/industrial_craft_2/construction_foam_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/construction_foam_cell/index.html b/static/browse/industrial_craft_2/construction_foam_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/construction_foam_cell/index.html rename to static/browse/industrial_craft_2/construction_foam_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/containment_box.png b/static/browse/industrial_craft_2/containment_box/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/containment_box.png rename to static/browse/industrial_craft_2/containment_box/icon.png diff --git a/prerender/browse/industrial_craft_2/containment_box/index.html b/static/browse/industrial_craft_2/containment_box/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/containment_box/index.html rename to static/browse/industrial_craft_2/containment_box/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/containment_reactor_plating.png b/static/browse/industrial_craft_2/containment_reactor_plating/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/containment_reactor_plating.png rename to static/browse/industrial_craft_2/containment_reactor_plating/icon.png diff --git a/prerender/browse/industrial_craft_2/containment_reactor_plating/index.html b/static/browse/industrial_craft_2/containment_reactor_plating/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/containment_reactor_plating/index.html rename to static/browse/industrial_craft_2/containment_reactor_plating/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/coolant_cell.png b/static/browse/industrial_craft_2/coolant_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/coolant_cell.png rename to static/browse/industrial_craft_2/coolant_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/coolant_cell/index.html b/static/browse/industrial_craft_2/coolant_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/coolant_cell/index.html rename to static/browse/industrial_craft_2/coolant_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/copper_block.png b/static/browse/industrial_craft_2/copper_block/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/copper_block.png rename to static/browse/industrial_craft_2/copper_block/icon.png diff --git a/prerender/browse/industrial_craft_2/copper_block/index.html b/static/browse/industrial_craft_2/copper_block/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/copper_block/index.html rename to static/browse/industrial_craft_2/copper_block/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/copper_boiler.png b/static/browse/industrial_craft_2/copper_boiler/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/copper_boiler.png rename to static/browse/industrial_craft_2/copper_boiler/icon.png diff --git a/prerender/browse/industrial_craft_2/copper_boiler/index.html b/static/browse/industrial_craft_2/copper_boiler/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/copper_boiler/index.html rename to static/browse/industrial_craft_2/copper_boiler/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/copper_cable.png b/static/browse/industrial_craft_2/copper_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/copper_cable.png rename to static/browse/industrial_craft_2/copper_cable/icon.png diff --git a/prerender/browse/industrial_craft_2/copper_cable/index.html b/static/browse/industrial_craft_2/copper_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/copper_cable/index.html rename to static/browse/industrial_craft_2/copper_cable/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/copper_dust.png b/static/browse/industrial_craft_2/copper_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/copper_dust.png rename to static/browse/industrial_craft_2/copper_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/copper_dust/index.html b/static/browse/industrial_craft_2/copper_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/copper_dust/index.html rename to static/browse/industrial_craft_2/copper_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/copper_ingot.png b/static/browse/industrial_craft_2/copper_ingot/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/copper_ingot.png rename to static/browse/industrial_craft_2/copper_ingot/icon.png diff --git a/prerender/browse/industrial_craft_2/copper_ingot/index.html b/static/browse/industrial_craft_2/copper_ingot/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/copper_ingot/index.html rename to static/browse/industrial_craft_2/copper_ingot/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/copper_item_casing.png b/static/browse/industrial_craft_2/copper_item_casing/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/copper_item_casing.png rename to static/browse/industrial_craft_2/copper_item_casing/icon.png diff --git a/prerender/browse/industrial_craft_2/copper_item_casing/index.html b/static/browse/industrial_craft_2/copper_item_casing/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/copper_item_casing/index.html rename to static/browse/industrial_craft_2/copper_item_casing/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/copper_ore.png b/static/browse/industrial_craft_2/copper_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/copper_ore.png rename to static/browse/industrial_craft_2/copper_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/copper_ore/index.html b/static/browse/industrial_craft_2/copper_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/copper_ore/index.html rename to static/browse/industrial_craft_2/copper_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/copper_plate.png b/static/browse/industrial_craft_2/copper_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/copper_plate.png rename to static/browse/industrial_craft_2/copper_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/copper_plate/index.html b/static/browse/industrial_craft_2/copper_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/copper_plate/index.html rename to static/browse/industrial_craft_2/copper_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/crop.png b/static/browse/industrial_craft_2/crop/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/crop.png rename to static/browse/industrial_craft_2/crop/icon.png diff --git a/prerender/browse/industrial_craft_2/crop/index.html b/static/browse/industrial_craft_2/crop/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/crop/index.html rename to static/browse/industrial_craft_2/crop/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/crop_harvester.png b/static/browse/industrial_craft_2/crop_harvester/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/crop_harvester.png rename to static/browse/industrial_craft_2/crop_harvester/icon.png diff --git a/prerender/browse/industrial_craft_2/crop_harvester/index.html b/static/browse/industrial_craft_2/crop_harvester/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/crop_harvester/index.html rename to static/browse/industrial_craft_2/crop_harvester/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/crop_matron.png b/static/browse/industrial_craft_2/crop_matron/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/crop_matron.png rename to static/browse/industrial_craft_2/crop_matron/icon.png diff --git a/prerender/browse/industrial_craft_2/crop_matron/index.html b/static/browse/industrial_craft_2/crop_matron/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/crop_matron/index.html rename to static/browse/industrial_craft_2/crop_matron/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/cropnalyzer.png b/static/browse/industrial_craft_2/cropnalyzer/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/cropnalyzer.png rename to static/browse/industrial_craft_2/cropnalyzer/icon.png diff --git a/prerender/browse/industrial_craft_2/cropnalyzer/index.html b/static/browse/industrial_craft_2/cropnalyzer/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/cropnalyzer/index.html rename to static/browse/industrial_craft_2/cropnalyzer/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/crushed_copper_ore.png b/static/browse/industrial_craft_2/crushed_copper_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/crushed_copper_ore.png rename to static/browse/industrial_craft_2/crushed_copper_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/crushed_copper_ore/index.html b/static/browse/industrial_craft_2/crushed_copper_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/crushed_copper_ore/index.html rename to static/browse/industrial_craft_2/crushed_copper_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/crushed_gold_ore.png b/static/browse/industrial_craft_2/crushed_gold_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/crushed_gold_ore.png rename to static/browse/industrial_craft_2/crushed_gold_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/crushed_gold_ore/index.html b/static/browse/industrial_craft_2/crushed_gold_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/crushed_gold_ore/index.html rename to static/browse/industrial_craft_2/crushed_gold_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/crushed_iron_ore.png b/static/browse/industrial_craft_2/crushed_iron_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/crushed_iron_ore.png rename to static/browse/industrial_craft_2/crushed_iron_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/crushed_iron_ore/index.html b/static/browse/industrial_craft_2/crushed_iron_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/crushed_iron_ore/index.html rename to static/browse/industrial_craft_2/crushed_iron_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/crushed_lead_ore.png b/static/browse/industrial_craft_2/crushed_lead_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/crushed_lead_ore.png rename to static/browse/industrial_craft_2/crushed_lead_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/crushed_lead_ore/index.html b/static/browse/industrial_craft_2/crushed_lead_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/crushed_lead_ore/index.html rename to static/browse/industrial_craft_2/crushed_lead_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/crushed_silver_ore.png b/static/browse/industrial_craft_2/crushed_silver_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/crushed_silver_ore.png rename to static/browse/industrial_craft_2/crushed_silver_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/crushed_silver_ore/index.html b/static/browse/industrial_craft_2/crushed_silver_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/crushed_silver_ore/index.html rename to static/browse/industrial_craft_2/crushed_silver_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/crushed_tin_ore.png b/static/browse/industrial_craft_2/crushed_tin_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/crushed_tin_ore.png rename to static/browse/industrial_craft_2/crushed_tin_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/crushed_tin_ore/index.html b/static/browse/industrial_craft_2/crushed_tin_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/crushed_tin_ore/index.html rename to static/browse/industrial_craft_2/crushed_tin_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/crushed_uranium_ore.png b/static/browse/industrial_craft_2/crushed_uranium_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/crushed_uranium_ore.png rename to static/browse/industrial_craft_2/crushed_uranium_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/crushed_uranium_ore/index.html b/static/browse/industrial_craft_2/crushed_uranium_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/crushed_uranium_ore/index.html rename to static/browse/industrial_craft_2/crushed_uranium_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/crystal_memory.png b/static/browse/industrial_craft_2/crystal_memory/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/crystal_memory.png rename to static/browse/industrial_craft_2/crystal_memory/icon.png diff --git a/prerender/browse/industrial_craft_2/crystal_memory/index.html b/static/browse/industrial_craft_2/crystal_memory/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/crystal_memory/index.html rename to static/browse/industrial_craft_2/crystal_memory/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/crystal_memory_raw.png b/static/browse/industrial_craft_2/crystal_memory_raw/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/crystal_memory_raw.png rename to static/browse/industrial_craft_2/crystal_memory_raw/icon.png diff --git a/prerender/browse/industrial_craft_2/crystal_memory_raw/index.html b/static/browse/industrial_craft_2/crystal_memory_raw/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/crystal_memory_raw/index.html rename to static/browse/industrial_craft_2/crystal_memory_raw/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/cutter.png b/static/browse/industrial_craft_2/cutter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/cutter.png rename to static/browse/industrial_craft_2/cutter/icon.png diff --git a/prerender/browse/industrial_craft_2/cutter/index.html b/static/browse/industrial_craft_2/cutter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/cutter/index.html rename to static/browse/industrial_craft_2/cutter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/cyan_painter.png b/static/browse/industrial_craft_2/cyan_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/cyan_painter.png rename to static/browse/industrial_craft_2/cyan_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/cyan_painter/index.html b/static/browse/industrial_craft_2/cyan_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/cyan_painter/index.html rename to static/browse/industrial_craft_2/cyan_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/cyazint_seeds.png b/static/browse/industrial_craft_2/cyazint_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/cyazint_seeds.png rename to static/browse/industrial_craft_2/cyazint_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/damaged_rubber_dinghy.png b/static/browse/industrial_craft_2/damaged_rubber_dinghy/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/damaged_rubber_dinghy.png rename to static/browse/industrial_craft_2/damaged_rubber_dinghy/icon.png diff --git a/prerender/browse/industrial_craft_2/damaged_rubber_dinghy/index.html b/static/browse/industrial_craft_2/damaged_rubber_dinghy/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/damaged_rubber_dinghy/index.html rename to static/browse/industrial_craft_2/damaged_rubber_dinghy/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dandelion_seeds.png b/static/browse/industrial_craft_2/dandelion_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dandelion_seeds.png rename to static/browse/industrial_craft_2/dandelion_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dark_coffee.png b/static/browse/industrial_craft_2/dark_coffee/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dark_coffee.png rename to static/browse/industrial_craft_2/dark_coffee/icon.png diff --git a/prerender/browse/industrial_craft_2/dark_coffee/index.html b/static/browse/industrial_craft_2/dark_coffee/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dark_coffee/index.html rename to static/browse/industrial_craft_2/dark_coffee/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dark_grey_painter.png b/static/browse/industrial_craft_2/dark_grey_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dark_grey_painter.png rename to static/browse/industrial_craft_2/dark_grey_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/dark_grey_painter/index.html b/static/browse/industrial_craft_2/dark_grey_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dark_grey_painter/index.html rename to static/browse/industrial_craft_2/dark_grey_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/debug_item.png b/static/browse/industrial_craft_2/debug_item/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/debug_item.png rename to static/browse/industrial_craft_2/debug_item/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dense_bronze_plate.png b/static/browse/industrial_craft_2/dense_bronze_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dense_bronze_plate.png rename to static/browse/industrial_craft_2/dense_bronze_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/dense_bronze_plate/index.html b/static/browse/industrial_craft_2/dense_bronze_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dense_bronze_plate/index.html rename to static/browse/industrial_craft_2/dense_bronze_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dense_copper_plate.png b/static/browse/industrial_craft_2/dense_copper_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dense_copper_plate.png rename to static/browse/industrial_craft_2/dense_copper_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/dense_copper_plate/index.html b/static/browse/industrial_craft_2/dense_copper_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dense_copper_plate/index.html rename to static/browse/industrial_craft_2/dense_copper_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dense_gold_plate.png b/static/browse/industrial_craft_2/dense_gold_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dense_gold_plate.png rename to static/browse/industrial_craft_2/dense_gold_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/dense_gold_plate/index.html b/static/browse/industrial_craft_2/dense_gold_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dense_gold_plate/index.html rename to static/browse/industrial_craft_2/dense_gold_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dense_iron_plate.png b/static/browse/industrial_craft_2/dense_iron_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dense_iron_plate.png rename to static/browse/industrial_craft_2/dense_iron_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/dense_iron_plate/index.html b/static/browse/industrial_craft_2/dense_iron_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dense_iron_plate/index.html rename to static/browse/industrial_craft_2/dense_iron_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dense_lapis_lazuli_plate.png b/static/browse/industrial_craft_2/dense_lapis_lazuli_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dense_lapis_lazuli_plate.png rename to static/browse/industrial_craft_2/dense_lapis_lazuli_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/dense_lapis_lazuli_plate/index.html b/static/browse/industrial_craft_2/dense_lapis_lazuli_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dense_lapis_lazuli_plate/index.html rename to static/browse/industrial_craft_2/dense_lapis_lazuli_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dense_lead_plate.png b/static/browse/industrial_craft_2/dense_lead_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dense_lead_plate.png rename to static/browse/industrial_craft_2/dense_lead_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/dense_lead_plate/index.html b/static/browse/industrial_craft_2/dense_lead_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dense_lead_plate/index.html rename to static/browse/industrial_craft_2/dense_lead_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dense_obsidian_plate.png b/static/browse/industrial_craft_2/dense_obsidian_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dense_obsidian_plate.png rename to static/browse/industrial_craft_2/dense_obsidian_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/dense_obsidian_plate/index.html b/static/browse/industrial_craft_2/dense_obsidian_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dense_obsidian_plate/index.html rename to static/browse/industrial_craft_2/dense_obsidian_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dense_refined_iron_plate.png b/static/browse/industrial_craft_2/dense_refined_iron_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dense_refined_iron_plate.png rename to static/browse/industrial_craft_2/dense_refined_iron_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/dense_refined_iron_plate/index.html b/static/browse/industrial_craft_2/dense_refined_iron_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dense_refined_iron_plate/index.html rename to static/browse/industrial_craft_2/dense_refined_iron_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dense_tin_plate.png b/static/browse/industrial_craft_2/dense_tin_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dense_tin_plate.png rename to static/browse/industrial_craft_2/dense_tin_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/dense_tin_plate/index.html b/static/browse/industrial_craft_2/dense_tin_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dense_tin_plate/index.html rename to static/browse/industrial_craft_2/dense_tin_plate/index.html diff --git a/prerender/browse/industrial_craft_2/depleted_isotope_cell/index.html b/static/browse/industrial_craft_2/depleted_isotope_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/depleted_isotope_cell/index.html rename to static/browse/industrial_craft_2/depleted_isotope_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/diamond_drill.png b/static/browse/industrial_craft_2/diamond_drill/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/diamond_drill.png rename to static/browse/industrial_craft_2/diamond_drill/icon.png diff --git a/prerender/browse/industrial_craft_2/diamond_drill/index.html b/static/browse/industrial_craft_2/diamond_drill/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/diamond_drill/index.html rename to static/browse/industrial_craft_2/diamond_drill/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/diamond_dust.png b/static/browse/industrial_craft_2/diamond_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/diamond_dust.png rename to static/browse/industrial_craft_2/diamond_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/diamond_dust/index.html b/static/browse/industrial_craft_2/diamond_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/diamond_dust/index.html rename to static/browse/industrial_craft_2/diamond_dust/index.html diff --git a/prerender/browse/industrial_craft_2/diamond_industrial/index.html b/static/browse/industrial_craft_2/diamond_industrial/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/diamond_industrial/index.html rename to static/browse/industrial_craft_2/diamond_industrial/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/distilled_water.png b/static/browse/industrial_craft_2/distilled_water/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/distilled_water.png rename to static/browse/industrial_craft_2/distilled_water/icon.png diff --git a/prerender/browse/industrial_craft_2/distilled_water/index.html b/static/browse/industrial_craft_2/distilled_water/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/distilled_water/index.html rename to static/browse/industrial_craft_2/distilled_water/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/distilled_water_cell.png b/static/browse/industrial_craft_2/distilled_water_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/distilled_water_cell.png rename to static/browse/industrial_craft_2/distilled_water_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/distilled_water_cell/index.html b/static/browse/industrial_craft_2/distilled_water_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/distilled_water_cell/index.html rename to static/browse/industrial_craft_2/distilled_water_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dual_fuel_rod_depleted_mox.png b/static/browse/industrial_craft_2/dual_fuel_rod_depleted_mox/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dual_fuel_rod_depleted_mox.png rename to static/browse/industrial_craft_2/dual_fuel_rod_depleted_mox/icon.png diff --git a/prerender/browse/industrial_craft_2/dual_fuel_rod_depleted_mox/index.html b/static/browse/industrial_craft_2/dual_fuel_rod_depleted_mox/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dual_fuel_rod_depleted_mox/index.html rename to static/browse/industrial_craft_2/dual_fuel_rod_depleted_mox/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dual_fuel_rod_depleted_uranium.png b/static/browse/industrial_craft_2/dual_fuel_rod_depleted_uranium/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dual_fuel_rod_depleted_uranium.png rename to static/browse/industrial_craft_2/dual_fuel_rod_depleted_uranium/icon.png diff --git a/prerender/browse/industrial_craft_2/dual_fuel_rod_depleted_uranium/index.html b/static/browse/industrial_craft_2/dual_fuel_rod_depleted_uranium/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dual_fuel_rod_depleted_uranium/index.html rename to static/browse/industrial_craft_2/dual_fuel_rod_depleted_uranium/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dual_fuel_rod_mox.png b/static/browse/industrial_craft_2/dual_fuel_rod_mox/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dual_fuel_rod_mox.png rename to static/browse/industrial_craft_2/dual_fuel_rod_mox/icon.png diff --git a/prerender/browse/industrial_craft_2/dual_fuel_rod_mox/index.html b/static/browse/industrial_craft_2/dual_fuel_rod_mox/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dual_fuel_rod_mox/index.html rename to static/browse/industrial_craft_2/dual_fuel_rod_mox/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dual_fuel_rod_uranium.png b/static/browse/industrial_craft_2/dual_fuel_rod_uranium/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dual_fuel_rod_uranium.png rename to static/browse/industrial_craft_2/dual_fuel_rod_uranium/icon.png diff --git a/prerender/browse/industrial_craft_2/dual_fuel_rod_uranium/index.html b/static/browse/industrial_craft_2/dual_fuel_rod_uranium/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dual_fuel_rod_uranium/index.html rename to static/browse/industrial_craft_2/dual_fuel_rod_uranium/index.html diff --git a/prerender/browse/industrial_craft_2/dual_uranium_cell/index.html b/static/browse/industrial_craft_2/dual_uranium_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dual_uranium_cell/index.html rename to static/browse/industrial_craft_2/dual_uranium_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dynamite.png b/static/browse/industrial_craft_2/dynamite/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dynamite.png rename to static/browse/industrial_craft_2/dynamite/icon.png diff --git a/prerender/browse/industrial_craft_2/dynamite/index.html b/static/browse/industrial_craft_2/dynamite/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dynamite/index.html rename to static/browse/industrial_craft_2/dynamite/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/dynamite_o_mote.png b/static/browse/industrial_craft_2/dynamite_o_mote/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/dynamite_o_mote.png rename to static/browse/industrial_craft_2/dynamite_o_mote/icon.png diff --git a/prerender/browse/industrial_craft_2/dynamite_o_mote/index.html b/static/browse/industrial_craft_2/dynamite_o_mote/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/dynamite_o_mote/index.html rename to static/browse/industrial_craft_2/dynamite_o_mote/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ejector_upgrade.png b/static/browse/industrial_craft_2/ejector_upgrade/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ejector_upgrade.png rename to static/browse/industrial_craft_2/ejector_upgrade/icon.png diff --git a/prerender/browse/industrial_craft_2/ejector_upgrade/index.html b/static/browse/industrial_craft_2/ejector_upgrade/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/ejector_upgrade/index.html rename to static/browse/industrial_craft_2/ejector_upgrade/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electric_boat.png b/static/browse/industrial_craft_2/electric_boat/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electric_boat.png rename to static/browse/industrial_craft_2/electric_boat/icon.png diff --git a/prerender/browse/industrial_craft_2/electric_boat/index.html b/static/browse/industrial_craft_2/electric_boat/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electric_boat/index.html rename to static/browse/industrial_craft_2/electric_boat/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electric_furnace.png b/static/browse/industrial_craft_2/electric_furnace/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electric_furnace.png rename to static/browse/industrial_craft_2/electric_furnace/icon.png diff --git a/prerender/browse/industrial_craft_2/electric_furnace/index.html b/static/browse/industrial_craft_2/electric_furnace/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electric_furnace/index.html rename to static/browse/industrial_craft_2/electric_furnace/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electric_heat_generator.png b/static/browse/industrial_craft_2/electric_heat_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electric_heat_generator.png rename to static/browse/industrial_craft_2/electric_heat_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/electric_heat_generator/index.html b/static/browse/industrial_craft_2/electric_heat_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electric_heat_generator/index.html rename to static/browse/industrial_craft_2/electric_heat_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electric_hoe.png b/static/browse/industrial_craft_2/electric_hoe/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electric_hoe.png rename to static/browse/industrial_craft_2/electric_hoe/icon.png diff --git a/prerender/browse/industrial_craft_2/electric_hoe/index.html b/static/browse/industrial_craft_2/electric_hoe/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electric_hoe/index.html rename to static/browse/industrial_craft_2/electric_hoe/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electric_jetpack.png b/static/browse/industrial_craft_2/electric_jetpack/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electric_jetpack.png rename to static/browse/industrial_craft_2/electric_jetpack/icon.png diff --git a/prerender/browse/industrial_craft_2/electric_jetpack/index.html b/static/browse/industrial_craft_2/electric_jetpack/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electric_jetpack/index.html rename to static/browse/industrial_craft_2/electric_jetpack/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electric_kinetic_generator.png b/static/browse/industrial_craft_2/electric_kinetic_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electric_kinetic_generator.png rename to static/browse/industrial_craft_2/electric_kinetic_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/electric_kinetic_generator/index.html b/static/browse/industrial_craft_2/electric_kinetic_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electric_kinetic_generator/index.html rename to static/browse/industrial_craft_2/electric_kinetic_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electric_motor.png b/static/browse/industrial_craft_2/electric_motor/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electric_motor.png rename to static/browse/industrial_craft_2/electric_motor/icon.png diff --git a/prerender/browse/industrial_craft_2/electric_motor/index.html b/static/browse/industrial_craft_2/electric_motor/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electric_motor/index.html rename to static/browse/industrial_craft_2/electric_motor/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electric_sorting_machine.png b/static/browse/industrial_craft_2/electric_sorting_machine/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electric_sorting_machine.png rename to static/browse/industrial_craft_2/electric_sorting_machine/icon.png diff --git a/prerender/browse/industrial_craft_2/electric_sorting_machine/index.html b/static/browse/industrial_craft_2/electric_sorting_machine/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electric_sorting_machine/index.html rename to static/browse/industrial_craft_2/electric_sorting_machine/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electric_treetap.png b/static/browse/industrial_craft_2/electric_treetap/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electric_treetap.png rename to static/browse/industrial_craft_2/electric_treetap/icon.png diff --git a/prerender/browse/industrial_craft_2/electric_treetap/index.html b/static/browse/industrial_craft_2/electric_treetap/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electric_treetap/index.html rename to static/browse/industrial_craft_2/electric_treetap/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electric_wrench.png b/static/browse/industrial_craft_2/electric_wrench/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electric_wrench.png rename to static/browse/industrial_craft_2/electric_wrench/icon.png diff --git a/prerender/browse/industrial_craft_2/electric_wrench/index.html b/static/browse/industrial_craft_2/electric_wrench/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electric_wrench/index.html rename to static/browse/industrial_craft_2/electric_wrench/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electrolyzed_water_cell.png b/static/browse/industrial_craft_2/electrolyzed_water_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electrolyzed_water_cell.png rename to static/browse/industrial_craft_2/electrolyzed_water_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/electrolyzed_water_cell/index.html b/static/browse/industrial_craft_2/electrolyzed_water_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electrolyzed_water_cell/index.html rename to static/browse/industrial_craft_2/electrolyzed_water_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electrolyzer.png b/static/browse/industrial_craft_2/electrolyzer/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electrolyzer.png rename to static/browse/industrial_craft_2/electrolyzer/icon.png diff --git a/prerender/browse/industrial_craft_2/electrolyzer/index.html b/static/browse/industrial_craft_2/electrolyzer/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electrolyzer/index.html rename to static/browse/industrial_craft_2/electrolyzer/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/electronic_circuit.png b/static/browse/industrial_craft_2/electronic_circuit/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/electronic_circuit.png rename to static/browse/industrial_craft_2/electronic_circuit/icon.png diff --git a/prerender/browse/industrial_craft_2/electronic_circuit/index.html b/static/browse/industrial_craft_2/electronic_circuit/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/electronic_circuit/index.html rename to static/browse/industrial_craft_2/electronic_circuit/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/empty_booze_barrel.png b/static/browse/industrial_craft_2/empty_booze_barrel/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/empty_booze_barrel.png rename to static/browse/industrial_craft_2/empty_booze_barrel/icon.png diff --git a/prerender/browse/industrial_craft_2/empty_booze_barrel/index.html b/static/browse/industrial_craft_2/empty_booze_barrel/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/empty_booze_barrel/index.html rename to static/browse/industrial_craft_2/empty_booze_barrel/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/empty_cell.png b/static/browse/industrial_craft_2/empty_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/empty_cell.png rename to static/browse/industrial_craft_2/empty_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/empty_cell/index.html b/static/browse/industrial_craft_2/empty_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/empty_cell/index.html rename to static/browse/industrial_craft_2/empty_cell/index.html diff --git a/prerender/browse/industrial_craft_2/empty_fuel_can/index.html b/static/browse/industrial_craft_2/empty_fuel_can/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/empty_fuel_can/index.html rename to static/browse/industrial_craft_2/empty_fuel_can/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/energium_dust.png b/static/browse/industrial_craft_2/energium_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/energium_dust.png rename to static/browse/industrial_craft_2/energium_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/energium_dust/index.html b/static/browse/industrial_craft_2/energium_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/energium_dust/index.html rename to static/browse/industrial_craft_2/energium_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/energy_crystal.png b/static/browse/industrial_craft_2/energy_crystal/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/energy_crystal.png rename to static/browse/industrial_craft_2/energy_crystal/icon.png diff --git a/prerender/browse/industrial_craft_2/energy_crystal/index.html b/static/browse/industrial_craft_2/energy_crystal/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/energy_crystal/index.html rename to static/browse/industrial_craft_2/energy_crystal/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/energy_o_mat.png b/static/browse/industrial_craft_2/energy_o_mat/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/energy_o_mat.png rename to static/browse/industrial_craft_2/energy_o_mat/icon.png diff --git a/prerender/browse/industrial_craft_2/energy_o_mat/index.html b/static/browse/industrial_craft_2/energy_o_mat/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/energy_o_mat/index.html rename to static/browse/industrial_craft_2/energy_o_mat/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/energy_storage_upgrade.png b/static/browse/industrial_craft_2/energy_storage_upgrade/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/energy_storage_upgrade.png rename to static/browse/industrial_craft_2/energy_storage_upgrade/icon.png diff --git a/prerender/browse/industrial_craft_2/energy_storage_upgrade/index.html b/static/browse/industrial_craft_2/energy_storage_upgrade/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/energy_storage_upgrade/index.html rename to static/browse/industrial_craft_2/energy_storage_upgrade/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/energypack.png b/static/browse/industrial_craft_2/energypack/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/energypack.png rename to static/browse/industrial_craft_2/energypack/icon.png diff --git a/prerender/browse/industrial_craft_2/energypack/index.html b/static/browse/industrial_craft_2/energypack/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/energypack/index.html rename to static/browse/industrial_craft_2/energypack/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/enriched_uranium_nuclear_fuel.png b/static/browse/industrial_craft_2/enriched_uranium_nuclear_fuel/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/enriched_uranium_nuclear_fuel.png rename to static/browse/industrial_craft_2/enriched_uranium_nuclear_fuel/icon.png diff --git a/prerender/browse/industrial_craft_2/enriched_uranium_nuclear_fuel/index.html b/static/browse/industrial_craft_2/enriched_uranium_nuclear_fuel/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/enriched_uranium_nuclear_fuel/index.html rename to static/browse/industrial_craft_2/enriched_uranium_nuclear_fuel/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/eu_detector_cable.png b/static/browse/industrial_craft_2/eu_detector_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/eu_detector_cable.png rename to static/browse/industrial_craft_2/eu_detector_cable/icon.png diff --git a/prerender/browse/industrial_craft_2/eu_detector_cable/index.html b/static/browse/industrial_craft_2/eu_detector_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/eu_detector_cable/index.html rename to static/browse/industrial_craft_2/eu_detector_cable/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/eu_reader.png b/static/browse/industrial_craft_2/eu_reader/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/eu_reader.png rename to static/browse/industrial_craft_2/eu_reader/icon.png diff --git a/prerender/browse/industrial_craft_2/eu_reader/index.html b/static/browse/industrial_craft_2/eu_reader/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/eu_reader/index.html rename to static/browse/industrial_craft_2/eu_reader/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/eu_splitter_cable.png b/static/browse/industrial_craft_2/eu_splitter_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/eu_splitter_cable.png rename to static/browse/industrial_craft_2/eu_splitter_cable/icon.png diff --git a/prerender/browse/industrial_craft_2/eu_splitter_cable/index.html b/static/browse/industrial_craft_2/eu_splitter_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/eu_splitter_cable/index.html rename to static/browse/industrial_craft_2/eu_splitter_cable/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ev_transformer.png b/static/browse/industrial_craft_2/ev_transformer/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ev_transformer.png rename to static/browse/industrial_craft_2/ev_transformer/icon.png diff --git a/prerender/browse/industrial_craft_2/ev_transformer/index.html b/static/browse/industrial_craft_2/ev_transformer/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/ev_transformer/index.html rename to static/browse/industrial_craft_2/ev_transformer/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/extractor.png b/static/browse/industrial_craft_2/extractor/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/extractor.png rename to static/browse/industrial_craft_2/extractor/icon.png diff --git a/prerender/browse/industrial_craft_2/extractor/index.html b/static/browse/industrial_craft_2/extractor/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/extractor/index.html rename to static/browse/industrial_craft_2/extractor/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fermenter.png b/static/browse/industrial_craft_2/fermenter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fermenter.png rename to static/browse/industrial_craft_2/fermenter/icon.png diff --git a/prerender/browse/industrial_craft_2/fermenter/index.html b/static/browse/industrial_craft_2/fermenter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fermenter/index.html rename to static/browse/industrial_craft_2/fermenter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ferru_seeds.png b/static/browse/industrial_craft_2/ferru_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ferru_seeds.png rename to static/browse/industrial_craft_2/ferru_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fertilizer.png b/static/browse/industrial_craft_2/fertilizer/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fertilizer.png rename to static/browse/industrial_craft_2/fertilizer/icon.png diff --git a/prerender/browse/industrial_craft_2/fertilizer/index.html b/static/browse/industrial_craft_2/fertilizer/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fertilizer/index.html rename to static/browse/industrial_craft_2/fertilizer/index.html diff --git a/prerender/browse/industrial_craft_2/filled_fuel_can/index.html b/static/browse/industrial_craft_2/filled_fuel_can/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/filled_fuel_can/index.html rename to static/browse/industrial_craft_2/filled_fuel_can/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/filled_tin_can.png b/static/browse/industrial_craft_2/filled_tin_can/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/filled_tin_can.png rename to static/browse/industrial_craft_2/filled_tin_can/icon.png diff --git a/prerender/browse/industrial_craft_2/filled_tin_can/index.html b/static/browse/industrial_craft_2/filled_tin_can/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/filled_tin_can/index.html rename to static/browse/industrial_craft_2/filled_tin_can/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fluid_distributor.png b/static/browse/industrial_craft_2/fluid_distributor/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fluid_distributor.png rename to static/browse/industrial_craft_2/fluid_distributor/icon.png diff --git a/prerender/browse/industrial_craft_2/fluid_distributor/index.html b/static/browse/industrial_craft_2/fluid_distributor/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fluid_distributor/index.html rename to static/browse/industrial_craft_2/fluid_distributor/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fluid_ejector_upgrade.png b/static/browse/industrial_craft_2/fluid_ejector_upgrade/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fluid_ejector_upgrade.png rename to static/browse/industrial_craft_2/fluid_ejector_upgrade/icon.png diff --git a/prerender/browse/industrial_craft_2/fluid_ejector_upgrade/index.html b/static/browse/industrial_craft_2/fluid_ejector_upgrade/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fluid_ejector_upgrade/index.html rename to static/browse/industrial_craft_2/fluid_ejector_upgrade/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fluid_heat_generator.png b/static/browse/industrial_craft_2/fluid_heat_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fluid_heat_generator.png rename to static/browse/industrial_craft_2/fluid_heat_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/fluid_heat_generator/index.html b/static/browse/industrial_craft_2/fluid_heat_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fluid_heat_generator/index.html rename to static/browse/industrial_craft_2/fluid_heat_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fluid_regulator.png b/static/browse/industrial_craft_2/fluid_regulator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fluid_regulator.png rename to static/browse/industrial_craft_2/fluid_regulator/icon.png diff --git a/prerender/browse/industrial_craft_2/fluid_regulator/index.html b/static/browse/industrial_craft_2/fluid_regulator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fluid_regulator/index.html rename to static/browse/industrial_craft_2/fluid_regulator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fluid_solid_canning_machine.png b/static/browse/industrial_craft_2/fluid_solid_canning_machine/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fluid_solid_canning_machine.png rename to static/browse/industrial_craft_2/fluid_solid_canning_machine/icon.png diff --git a/prerender/browse/industrial_craft_2/fluid_solid_canning_machine/index.html b/static/browse/industrial_craft_2/fluid_solid_canning_machine/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fluid_solid_canning_machine/index.html rename to static/browse/industrial_craft_2/fluid_solid_canning_machine/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/forge_hammer.png b/static/browse/industrial_craft_2/forge_hammer/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/forge_hammer.png rename to static/browse/industrial_craft_2/forge_hammer/icon.png diff --git a/prerender/browse/industrial_craft_2/forge_hammer/index.html b/static/browse/industrial_craft_2/forge_hammer/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/forge_hammer/index.html rename to static/browse/industrial_craft_2/forge_hammer/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/frequency_transmitter.png b/static/browse/industrial_craft_2/frequency_transmitter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/frequency_transmitter.png rename to static/browse/industrial_craft_2/frequency_transmitter/icon.png diff --git a/prerender/browse/industrial_craft_2/frequency_transmitter/index.html b/static/browse/industrial_craft_2/frequency_transmitter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/frequency_transmitter/index.html rename to static/browse/industrial_craft_2/frequency_transmitter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_depleted_mox.png b/static/browse/industrial_craft_2/fuel_rod_depleted_mox/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_depleted_mox.png rename to static/browse/industrial_craft_2/fuel_rod_depleted_mox/icon.png diff --git a/prerender/browse/industrial_craft_2/fuel_rod_depleted_mox/index.html b/static/browse/industrial_craft_2/fuel_rod_depleted_mox/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fuel_rod_depleted_mox/index.html rename to static/browse/industrial_craft_2/fuel_rod_depleted_mox/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_depleted_uranium.png b/static/browse/industrial_craft_2/fuel_rod_depleted_uranium/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_depleted_uranium.png rename to static/browse/industrial_craft_2/fuel_rod_depleted_uranium/icon.png diff --git a/prerender/browse/industrial_craft_2/fuel_rod_depleted_uranium/index.html b/static/browse/industrial_craft_2/fuel_rod_depleted_uranium/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fuel_rod_depleted_uranium/index.html rename to static/browse/industrial_craft_2/fuel_rod_depleted_uranium/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_empty.png b/static/browse/industrial_craft_2/fuel_rod_empty/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_empty.png rename to static/browse/industrial_craft_2/fuel_rod_empty/icon.png diff --git a/prerender/browse/industrial_craft_2/fuel_rod_empty/index.html b/static/browse/industrial_craft_2/fuel_rod_empty/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fuel_rod_empty/index.html rename to static/browse/industrial_craft_2/fuel_rod_empty/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_lithium.png b/static/browse/industrial_craft_2/fuel_rod_lithium/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_lithium.png rename to static/browse/industrial_craft_2/fuel_rod_lithium/icon.png diff --git a/prerender/browse/industrial_craft_2/fuel_rod_lithium/index.html b/static/browse/industrial_craft_2/fuel_rod_lithium/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fuel_rod_lithium/index.html rename to static/browse/industrial_craft_2/fuel_rod_lithium/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_mox.png b/static/browse/industrial_craft_2/fuel_rod_mox/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_mox.png rename to static/browse/industrial_craft_2/fuel_rod_mox/icon.png diff --git a/prerender/browse/industrial_craft_2/fuel_rod_mox/index.html b/static/browse/industrial_craft_2/fuel_rod_mox/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fuel_rod_mox/index.html rename to static/browse/industrial_craft_2/fuel_rod_mox/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_tritium.png b/static/browse/industrial_craft_2/fuel_rod_tritium/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_tritium.png rename to static/browse/industrial_craft_2/fuel_rod_tritium/icon.png diff --git a/prerender/browse/industrial_craft_2/fuel_rod_tritium/index.html b/static/browse/industrial_craft_2/fuel_rod_tritium/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fuel_rod_tritium/index.html rename to static/browse/industrial_craft_2/fuel_rod_tritium/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_uranium.png b/static/browse/industrial_craft_2/fuel_rod_uranium/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/fuel_rod_uranium.png rename to static/browse/industrial_craft_2/fuel_rod_uranium/icon.png diff --git a/prerender/browse/industrial_craft_2/fuel_rod_uranium/index.html b/static/browse/industrial_craft_2/fuel_rod_uranium/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/fuel_rod_uranium/index.html rename to static/browse/industrial_craft_2/fuel_rod_uranium/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/generator.png b/static/browse/industrial_craft_2/generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/generator.png rename to static/browse/industrial_craft_2/generator/icon.png diff --git a/prerender/browse/industrial_craft_2/generator/index.html b/static/browse/industrial_craft_2/generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/generator/index.html rename to static/browse/industrial_craft_2/generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/geothermal_generator.png b/static/browse/industrial_craft_2/geothermal_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/geothermal_generator.png rename to static/browse/industrial_craft_2/geothermal_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/geothermal_generator/index.html b/static/browse/industrial_craft_2/geothermal_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/geothermal_generator/index.html rename to static/browse/industrial_craft_2/geothermal_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/glass_fibre_cable.png b/static/browse/industrial_craft_2/glass_fibre_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/glass_fibre_cable.png rename to static/browse/industrial_craft_2/glass_fibre_cable/icon.png diff --git a/prerender/browse/industrial_craft_2/glass_fibre_cable/index.html b/static/browse/industrial_craft_2/glass_fibre_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/glass_fibre_cable/index.html rename to static/browse/industrial_craft_2/glass_fibre_cable/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/gold_cable.png b/static/browse/industrial_craft_2/gold_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/gold_cable.png rename to static/browse/industrial_craft_2/gold_cable/icon.png diff --git a/prerender/browse/industrial_craft_2/gold_cable/index.html b/static/browse/industrial_craft_2/gold_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/gold_cable/index.html rename to static/browse/industrial_craft_2/gold_cable/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/gold_dust.png b/static/browse/industrial_craft_2/gold_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/gold_dust.png rename to static/browse/industrial_craft_2/gold_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/gold_dust/index.html b/static/browse/industrial_craft_2/gold_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/gold_dust/index.html rename to static/browse/industrial_craft_2/gold_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/gold_item_casing.png b/static/browse/industrial_craft_2/gold_item_casing/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/gold_item_casing.png rename to static/browse/industrial_craft_2/gold_item_casing/icon.png diff --git a/prerender/browse/industrial_craft_2/gold_item_casing/index.html b/static/browse/industrial_craft_2/gold_item_casing/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/gold_item_casing/index.html rename to static/browse/industrial_craft_2/gold_item_casing/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/gold_plate.png b/static/browse/industrial_craft_2/gold_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/gold_plate.png rename to static/browse/industrial_craft_2/gold_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/gold_plate/index.html b/static/browse/industrial_craft_2/gold_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/gold_plate/index.html rename to static/browse/industrial_craft_2/gold_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/green_painter.png b/static/browse/industrial_craft_2/green_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/green_painter.png rename to static/browse/industrial_craft_2/green_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/green_painter/index.html b/static/browse/industrial_craft_2/green_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/green_painter/index.html rename to static/browse/industrial_craft_2/green_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/grin_powder.png b/static/browse/industrial_craft_2/grin_powder/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/grin_powder.png rename to static/browse/industrial_craft_2/grin_powder/icon.png diff --git a/prerender/browse/industrial_craft_2/grin_powder/index.html b/static/browse/industrial_craft_2/grin_powder/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/grin_powder/index.html rename to static/browse/industrial_craft_2/grin_powder/index.html diff --git a/prerender/browse/industrial_craft_2/h_coal_cell/index.html b/static/browse/industrial_craft_2/h_coal_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/h_coal_cell/index.html rename to static/browse/industrial_craft_2/h_coal_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/hazmat_suit.png b/static/browse/industrial_craft_2/hazmat_suit/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/hazmat_suit.png rename to static/browse/industrial_craft_2/hazmat_suit/icon.png diff --git a/prerender/browse/industrial_craft_2/hazmat_suit/index.html b/static/browse/industrial_craft_2/hazmat_suit/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/hazmat_suit/index.html rename to static/browse/industrial_craft_2/hazmat_suit/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/hazmat_suit_leggings.png b/static/browse/industrial_craft_2/hazmat_suit_leggings/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/hazmat_suit_leggings.png rename to static/browse/industrial_craft_2/hazmat_suit_leggings/icon.png diff --git a/prerender/browse/industrial_craft_2/hazmat_suit_leggings/index.html b/static/browse/industrial_craft_2/hazmat_suit_leggings/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/hazmat_suit_leggings/index.html rename to static/browse/industrial_craft_2/hazmat_suit_leggings/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/heat_capacity_reactor_plating.png b/static/browse/industrial_craft_2/heat_capacity_reactor_plating/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/heat_capacity_reactor_plating.png rename to static/browse/industrial_craft_2/heat_capacity_reactor_plating/icon.png diff --git a/prerender/browse/industrial_craft_2/heat_capacity_reactor_plating/index.html b/static/browse/industrial_craft_2/heat_capacity_reactor_plating/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/heat_capacity_reactor_plating/index.html rename to static/browse/industrial_craft_2/heat_capacity_reactor_plating/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/heat_conductor.png b/static/browse/industrial_craft_2/heat_conductor/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/heat_conductor.png rename to static/browse/industrial_craft_2/heat_conductor/icon.png diff --git a/prerender/browse/industrial_craft_2/heat_conductor/index.html b/static/browse/industrial_craft_2/heat_conductor/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/heat_conductor/index.html rename to static/browse/industrial_craft_2/heat_conductor/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/heat_exchanger.png b/static/browse/industrial_craft_2/heat_exchanger/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/heat_exchanger.png rename to static/browse/industrial_craft_2/heat_exchanger/icon.png diff --git a/prerender/browse/industrial_craft_2/heat_exchanger/index.html b/static/browse/industrial_craft_2/heat_exchanger/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/heat_exchanger/index.html rename to static/browse/industrial_craft_2/heat_exchanger/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/heat_vent.png b/static/browse/industrial_craft_2/heat_vent/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/heat_vent.png rename to static/browse/industrial_craft_2/heat_vent/icon.png diff --git a/prerender/browse/industrial_craft_2/heat_vent/index.html b/static/browse/industrial_craft_2/heat_vent/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/heat_vent/index.html rename to static/browse/industrial_craft_2/heat_vent/index.html diff --git a/prerender/browse/industrial_craft_2/heating_cell/index.html b/static/browse/industrial_craft_2/heating_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/heating_cell/index.html rename to static/browse/industrial_craft_2/heating_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/hops.png b/static/browse/industrial_craft_2/hops/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/hops.png rename to static/browse/industrial_craft_2/hops/icon.png diff --git a/prerender/browse/industrial_craft_2/hops/index.html b/static/browse/industrial_craft_2/hops/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/hops/index.html rename to static/browse/industrial_craft_2/hops/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/hops_seeds.png b/static/browse/industrial_craft_2/hops_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/hops_seeds.png rename to static/browse/industrial_craft_2/hops_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/hot_coolant_cell.png b/static/browse/industrial_craft_2/hot_coolant_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/hot_coolant_cell.png rename to static/browse/industrial_craft_2/hot_coolant_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/hot_coolant_cell/index.html b/static/browse/industrial_craft_2/hot_coolant_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/hot_coolant_cell/index.html rename to static/browse/industrial_craft_2/hot_coolant_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/hv_cable.png b/static/browse/industrial_craft_2/hv_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/hv_cable.png rename to static/browse/industrial_craft_2/hv_cable/icon.png diff --git a/prerender/browse/industrial_craft_2/hv_cable/index.html b/static/browse/industrial_craft_2/hv_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/hv_cable/index.html rename to static/browse/industrial_craft_2/hv_cable/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/hv_transformer.png b/static/browse/industrial_craft_2/hv_transformer/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/hv_transformer.png rename to static/browse/industrial_craft_2/hv_transformer/icon.png diff --git a/prerender/browse/industrial_craft_2/hv_transformer/index.html b/static/browse/industrial_craft_2/hv_transformer/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/hv_transformer/index.html rename to static/browse/industrial_craft_2/hv_transformer/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/hydrated_coal_dust.png b/static/browse/industrial_craft_2/hydrated_coal_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/hydrated_coal_dust.png rename to static/browse/industrial_craft_2/hydrated_coal_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/hydrated_coal_dust/index.html b/static/browse/industrial_craft_2/hydrated_coal_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/hydrated_coal_dust/index.html rename to static/browse/industrial_craft_2/hydrated_coal_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/hydration_cell.png b/static/browse/industrial_craft_2/hydration_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/hydration_cell.png rename to static/browse/industrial_craft_2/hydration_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/hydration_cell/index.html b/static/browse/industrial_craft_2/hydration_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/hydration_cell/index.html rename to static/browse/industrial_craft_2/hydration_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockbarrel.png b/static/browse/industrial_craft_2/ic2_blockbarrel/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockbarrel.png rename to static/browse/industrial_craft_2/ic2_blockbarrel/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockcable.png b/static/browse/industrial_craft_2/ic2_blockcable/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockcable.png rename to static/browse/industrial_craft_2/ic2_blockcable/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockdynamite.png b/static/browse/industrial_craft_2/ic2_blockdynamite/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockdynamite.png rename to static/browse/industrial_craft_2/ic2_blockdynamite/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockdynamiteremote.png b/static/browse/industrial_craft_2/ic2_blockdynamiteremote/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockdynamiteremote.png rename to static/browse/industrial_craft_2/ic2_blockdynamiteremote/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockharz.png b/static/browse/industrial_craft_2/ic2_blockharz/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockharz.png rename to static/browse/industrial_craft_2/ic2_blockharz/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall.png b/static/browse/industrial_craft_2/ic2_blockwall/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall.png rename to static/browse/industrial_craft_2/ic2_blockwall/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_10.png b/static/browse/industrial_craft_2/ic2_blockwall_10/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_10.png rename to static/browse/industrial_craft_2/ic2_blockwall_10/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_11.png b/static/browse/industrial_craft_2/ic2_blockwall_11/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_11.png rename to static/browse/industrial_craft_2/ic2_blockwall_11/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_12.png b/static/browse/industrial_craft_2/ic2_blockwall_12/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_12.png rename to static/browse/industrial_craft_2/ic2_blockwall_12/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_13.png b/static/browse/industrial_craft_2/ic2_blockwall_13/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_13.png rename to static/browse/industrial_craft_2/ic2_blockwall_13/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_14.png b/static/browse/industrial_craft_2/ic2_blockwall_14/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_14.png rename to static/browse/industrial_craft_2/ic2_blockwall_14/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_15.png b/static/browse/industrial_craft_2/ic2_blockwall_15/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_15.png rename to static/browse/industrial_craft_2/ic2_blockwall_15/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_16.png b/static/browse/industrial_craft_2/ic2_blockwall_16/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_16.png rename to static/browse/industrial_craft_2/ic2_blockwall_16/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_2.png b/static/browse/industrial_craft_2/ic2_blockwall_2/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_2.png rename to static/browse/industrial_craft_2/ic2_blockwall_2/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_3.png b/static/browse/industrial_craft_2/ic2_blockwall_3/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_3.png rename to static/browse/industrial_craft_2/ic2_blockwall_3/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_4.png b/static/browse/industrial_craft_2/ic2_blockwall_4/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_4.png rename to static/browse/industrial_craft_2/ic2_blockwall_4/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_5.png b/static/browse/industrial_craft_2/ic2_blockwall_5/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_5.png rename to static/browse/industrial_craft_2/ic2_blockwall_5/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_6.png b/static/browse/industrial_craft_2/ic2_blockwall_6/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_6.png rename to static/browse/industrial_craft_2/ic2_blockwall_6/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_7.png b/static/browse/industrial_craft_2/ic2_blockwall_7/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_7.png rename to static/browse/industrial_craft_2/ic2_blockwall_7/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_8.png b/static/browse/industrial_craft_2/ic2_blockwall_8/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_8.png rename to static/browse/industrial_craft_2/ic2_blockwall_8/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_9.png b/static/browse/industrial_craft_2/ic2_blockwall_9/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_blockwall_9.png rename to static/browse/industrial_craft_2/ic2_blockwall_9/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_coolant.png b/static/browse/industrial_craft_2/ic2_coolant/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_coolant.png rename to static/browse/industrial_craft_2/ic2_coolant/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_hot_coolant.png b/static/browse/industrial_craft_2/ic2_hot_coolant/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_hot_coolant.png rename to static/browse/industrial_craft_2/ic2_hot_coolant/icon.png diff --git a/prerender/browse/industrial_craft_2/ic2_hot_coolant/index.html b/static/browse/industrial_craft_2/ic2_hot_coolant/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/ic2_hot_coolant/index.html rename to static/browse/industrial_craft_2/ic2_hot_coolant/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ic2_plasmalauncher.png b/static/browse/industrial_craft_2/ic2_plasmalauncher/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ic2_plasmalauncher.png rename to static/browse/industrial_craft_2/ic2_plasmalauncher/icon.png diff --git a/src/data/industrial_craft_2/logo.png b/static/browse/industrial_craft_2/icon.png similarity index 100% rename from src/data/industrial_craft_2/logo.png rename to static/browse/industrial_craft_2/icon.png diff --git a/prerender/browse/industrial_craft_2/index.html b/static/browse/industrial_craft_2/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/index.html rename to static/browse/industrial_craft_2/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/induction_furnace.png b/static/browse/industrial_craft_2/induction_furnace/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/induction_furnace.png rename to static/browse/industrial_craft_2/induction_furnace/icon.png diff --git a/prerender/browse/industrial_craft_2/induction_furnace/index.html b/static/browse/industrial_craft_2/induction_furnace/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/induction_furnace/index.html rename to static/browse/industrial_craft_2/induction_furnace/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/industrial_credit.png b/static/browse/industrial_craft_2/industrial_credit/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/industrial_credit.png rename to static/browse/industrial_craft_2/industrial_credit/icon.png diff --git a/prerender/browse/industrial_craft_2/industrial_credit/index.html b/static/browse/industrial_craft_2/industrial_credit/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/industrial_credit/index.html rename to static/browse/industrial_craft_2/industrial_credit/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/industrial_diamond.png b/static/browse/industrial_craft_2/industrial_diamond/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/industrial_diamond.png rename to static/browse/industrial_craft_2/industrial_diamond/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/industrial_tnt.png b/static/browse/industrial_craft_2/industrial_tnt/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/industrial_tnt.png rename to static/browse/industrial_craft_2/industrial_tnt/icon.png diff --git a/prerender/browse/industrial_craft_2/industrial_tnt/index.html b/static/browse/industrial_craft_2/industrial_tnt/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/industrial_tnt/index.html rename to static/browse/industrial_craft_2/industrial_tnt/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/insulated_copper_cable.png b/static/browse/industrial_craft_2/insulated_copper_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/insulated_copper_cable.png rename to static/browse/industrial_craft_2/insulated_copper_cable/icon.png diff --git a/prerender/browse/industrial_craft_2/insulated_copper_cable/index.html b/static/browse/industrial_craft_2/insulated_copper_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/insulated_copper_cable/index.html rename to static/browse/industrial_craft_2/insulated_copper_cable/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/insulated_gold_cable.png b/static/browse/industrial_craft_2/insulated_gold_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/insulated_gold_cable.png rename to static/browse/industrial_craft_2/insulated_gold_cable/icon.png diff --git a/prerender/browse/industrial_craft_2/insulated_gold_cable/index.html b/static/browse/industrial_craft_2/insulated_gold_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/insulated_gold_cable/index.html rename to static/browse/industrial_craft_2/insulated_gold_cable/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/insulated_hv_cable.png b/static/browse/industrial_craft_2/insulated_hv_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/insulated_hv_cable.png rename to static/browse/industrial_craft_2/insulated_hv_cable/icon.png diff --git a/prerender/browse/industrial_craft_2/insulated_hv_cable/index.html b/static/browse/industrial_craft_2/insulated_hv_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/insulated_hv_cable/index.html rename to static/browse/industrial_craft_2/insulated_hv_cable/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/insulated_tin_cable.png b/static/browse/industrial_craft_2/insulated_tin_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/insulated_tin_cable.png rename to static/browse/industrial_craft_2/insulated_tin_cable/icon.png diff --git a/prerender/browse/industrial_craft_2/insulated_tin_cable/index.html b/static/browse/industrial_craft_2/insulated_tin_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/insulated_tin_cable/index.html rename to static/browse/industrial_craft_2/insulated_tin_cable/index.html diff --git a/prerender/browse/industrial_craft_2/insulation_cutter/index.html b/static/browse/industrial_craft_2/insulation_cutter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/insulation_cutter/index.html rename to static/browse/industrial_craft_2/insulation_cutter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/iridium_drill.png b/static/browse/industrial_craft_2/iridium_drill/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/iridium_drill.png rename to static/browse/industrial_craft_2/iridium_drill/icon.png diff --git a/prerender/browse/industrial_craft_2/iridium_drill/index.html b/static/browse/industrial_craft_2/iridium_drill/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/iridium_drill/index.html rename to static/browse/industrial_craft_2/iridium_drill/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/iridium_ore.png b/static/browse/industrial_craft_2/iridium_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/iridium_ore.png rename to static/browse/industrial_craft_2/iridium_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/iridium_ore/index.html b/static/browse/industrial_craft_2/iridium_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/iridium_ore/index.html rename to static/browse/industrial_craft_2/iridium_ore/index.html diff --git a/prerender/browse/industrial_craft_2/iridium_plate/index.html b/static/browse/industrial_craft_2/iridium_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/iridium_plate/index.html rename to static/browse/industrial_craft_2/iridium_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/iridium_reinforced_plate.png b/static/browse/industrial_craft_2/iridium_reinforced_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/iridium_reinforced_plate.png rename to static/browse/industrial_craft_2/iridium_reinforced_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/iridium_reinforced_plate/index.html b/static/browse/industrial_craft_2/iridium_reinforced_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/iridium_reinforced_plate/index.html rename to static/browse/industrial_craft_2/iridium_reinforced_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/iron_dust.png b/static/browse/industrial_craft_2/iron_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/iron_dust.png rename to static/browse/industrial_craft_2/iron_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/iron_dust/index.html b/static/browse/industrial_craft_2/iron_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/iron_dust/index.html rename to static/browse/industrial_craft_2/iron_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/iron_fence.png b/static/browse/industrial_craft_2/iron_fence/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/iron_fence.png rename to static/browse/industrial_craft_2/iron_fence/icon.png diff --git a/prerender/browse/industrial_craft_2/iron_fence/index.html b/static/browse/industrial_craft_2/iron_fence/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/iron_fence/index.html rename to static/browse/industrial_craft_2/iron_fence/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/iron_furnace.png b/static/browse/industrial_craft_2/iron_furnace/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/iron_furnace.png rename to static/browse/industrial_craft_2/iron_furnace/icon.png diff --git a/prerender/browse/industrial_craft_2/iron_furnace/index.html b/static/browse/industrial_craft_2/iron_furnace/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/iron_furnace/index.html rename to static/browse/industrial_craft_2/iron_furnace/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/iron_item_casing.png b/static/browse/industrial_craft_2/iron_item_casing/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/iron_item_casing.png rename to static/browse/industrial_craft_2/iron_item_casing/icon.png diff --git a/prerender/browse/industrial_craft_2/iron_item_casing/index.html b/static/browse/industrial_craft_2/iron_item_casing/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/iron_item_casing/index.html rename to static/browse/industrial_craft_2/iron_item_casing/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/iron_plate.png b/static/browse/industrial_craft_2/iron_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/iron_plate.png rename to static/browse/industrial_craft_2/iron_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/iron_plate/index.html b/static/browse/industrial_craft_2/iron_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/iron_plate/index.html rename to static/browse/industrial_craft_2/iron_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/iron_rotor_blade.png b/static/browse/industrial_craft_2/iron_rotor_blade/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/iron_rotor_blade.png rename to static/browse/industrial_craft_2/iron_rotor_blade/icon.png diff --git a/prerender/browse/industrial_craft_2/iron_rotor_blade/index.html b/static/browse/industrial_craft_2/iron_rotor_blade/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/iron_rotor_blade/index.html rename to static/browse/industrial_craft_2/iron_rotor_blade/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/iron_scaffold.png b/static/browse/industrial_craft_2/iron_scaffold/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/iron_scaffold.png rename to static/browse/industrial_craft_2/iron_scaffold/icon.png diff --git a/prerender/browse/industrial_craft_2/iron_scaffold/index.html b/static/browse/industrial_craft_2/iron_scaffold/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/iron_scaffold/index.html rename to static/browse/industrial_craft_2/iron_scaffold/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/iron_turning_blank.png b/static/browse/industrial_craft_2/iron_turning_blank/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/iron_turning_blank.png rename to static/browse/industrial_craft_2/iron_turning_blank/icon.png diff --git a/prerender/browse/industrial_craft_2/iron_turning_blank/index.html b/static/browse/industrial_craft_2/iron_turning_blank/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/iron_turning_blank/index.html rename to static/browse/industrial_craft_2/iron_turning_blank/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/item_buffer.png b/static/browse/industrial_craft_2/item_buffer/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/item_buffer.png rename to static/browse/industrial_craft_2/item_buffer/icon.png diff --git a/prerender/browse/industrial_craft_2/item_buffer/index.html b/static/browse/industrial_craft_2/item_buffer/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/item_buffer/index.html rename to static/browse/industrial_craft_2/item_buffer/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/jetpack.png b/static/browse/industrial_craft_2/jetpack/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/jetpack.png rename to static/browse/industrial_craft_2/jetpack/icon.png diff --git a/prerender/browse/industrial_craft_2/jetpack/index.html b/static/browse/industrial_craft_2/jetpack/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/jetpack/index.html rename to static/browse/industrial_craft_2/jetpack/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_generator.png b/static/browse/industrial_craft_2/kinetic_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_generator.png rename to static/browse/industrial_craft_2/kinetic_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/kinetic_generator/index.html b/static/browse/industrial_craft_2/kinetic_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/kinetic_generator/index.html rename to static/browse/industrial_craft_2/kinetic_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_steam_generator.png b/static/browse/industrial_craft_2/kinetic_steam_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_steam_generator.png rename to static/browse/industrial_craft_2/kinetic_steam_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/kinetic_steam_generator/index.html b/static/browse/industrial_craft_2/kinetic_steam_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/kinetic_steam_generator/index.html rename to static/browse/industrial_craft_2/kinetic_steam_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator.png b/static/browse/industrial_craft_2/kinetic_wind_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator.png rename to static/browse/industrial_craft_2/kinetic_wind_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/kinetic_wind_generator/index.html b/static/browse/industrial_craft_2/kinetic_wind_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/kinetic_wind_generator/index.html rename to static/browse/industrial_craft_2/kinetic_wind_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator_rotor_carbon.png b/static/browse/industrial_craft_2/kinetic_wind_generator_rotor_carbon/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator_rotor_carbon.png rename to static/browse/industrial_craft_2/kinetic_wind_generator_rotor_carbon/icon.png diff --git a/prerender/browse/industrial_craft_2/kinetic_wind_generator_rotor_carbon/index.html b/static/browse/industrial_craft_2/kinetic_wind_generator_rotor_carbon/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/kinetic_wind_generator_rotor_carbon/index.html rename to static/browse/industrial_craft_2/kinetic_wind_generator_rotor_carbon/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator_rotor_iron.png b/static/browse/industrial_craft_2/kinetic_wind_generator_rotor_iron/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator_rotor_iron.png rename to static/browse/industrial_craft_2/kinetic_wind_generator_rotor_iron/icon.png diff --git a/prerender/browse/industrial_craft_2/kinetic_wind_generator_rotor_iron/index.html b/static/browse/industrial_craft_2/kinetic_wind_generator_rotor_iron/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/kinetic_wind_generator_rotor_iron/index.html rename to static/browse/industrial_craft_2/kinetic_wind_generator_rotor_iron/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator_rotor_steel.png b/static/browse/industrial_craft_2/kinetic_wind_generator_rotor_steel/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator_rotor_steel.png rename to static/browse/industrial_craft_2/kinetic_wind_generator_rotor_steel/icon.png diff --git a/prerender/browse/industrial_craft_2/kinetic_wind_generator_rotor_steel/index.html b/static/browse/industrial_craft_2/kinetic_wind_generator_rotor_steel/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/kinetic_wind_generator_rotor_steel/index.html rename to static/browse/industrial_craft_2/kinetic_wind_generator_rotor_steel/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator_rotor_wood.png b/static/browse/industrial_craft_2/kinetic_wind_generator_rotor_wood/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/kinetic_wind_generator_rotor_wood.png rename to static/browse/industrial_craft_2/kinetic_wind_generator_rotor_wood/icon.png diff --git a/prerender/browse/industrial_craft_2/kinetic_wind_generator_rotor_wood/index.html b/static/browse/industrial_craft_2/kinetic_wind_generator_rotor_wood/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/kinetic_wind_generator_rotor_wood/index.html rename to static/browse/industrial_craft_2/kinetic_wind_generator_rotor_wood/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lapis_lazuli_dust.png b/static/browse/industrial_craft_2/lapis_lazuli_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lapis_lazuli_dust.png rename to static/browse/industrial_craft_2/lapis_lazuli_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/lapis_lazuli_dust/index.html b/static/browse/industrial_craft_2/lapis_lazuli_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lapis_lazuli_dust/index.html rename to static/browse/industrial_craft_2/lapis_lazuli_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lapis_lazuli_plate.png b/static/browse/industrial_craft_2/lapis_lazuli_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lapis_lazuli_plate.png rename to static/browse/industrial_craft_2/lapis_lazuli_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/lapis_lazuli_plate/index.html b/static/browse/industrial_craft_2/lapis_lazuli_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lapis_lazuli_plate/index.html rename to static/browse/industrial_craft_2/lapis_lazuli_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lapotron_crystal.png b/static/browse/industrial_craft_2/lapotron_crystal/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lapotron_crystal.png rename to static/browse/industrial_craft_2/lapotron_crystal/icon.png diff --git a/prerender/browse/industrial_craft_2/lapotron_crystal/index.html b/static/browse/industrial_craft_2/lapotron_crystal/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lapotron_crystal/index.html rename to static/browse/industrial_craft_2/lapotron_crystal/index.html diff --git a/prerender/browse/industrial_craft_2/lappack/index.html b/static/browse/industrial_craft_2/lappack/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lappack/index.html rename to static/browse/industrial_craft_2/lappack/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lathing_tool.png b/static/browse/industrial_craft_2/lathing_tool/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lathing_tool.png rename to static/browse/industrial_craft_2/lathing_tool/icon.png diff --git a/prerender/browse/industrial_craft_2/lathing_tool/index.html b/static/browse/industrial_craft_2/lathing_tool/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lathing_tool/index.html rename to static/browse/industrial_craft_2/lathing_tool/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lava_cell.png b/static/browse/industrial_craft_2/lava_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lava_cell.png rename to static/browse/industrial_craft_2/lava_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/lava_cell/index.html b/static/browse/industrial_craft_2/lava_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lava_cell/index.html rename to static/browse/industrial_craft_2/lava_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lead_block.png b/static/browse/industrial_craft_2/lead_block/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lead_block.png rename to static/browse/industrial_craft_2/lead_block/icon.png diff --git a/prerender/browse/industrial_craft_2/lead_block/index.html b/static/browse/industrial_craft_2/lead_block/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lead_block/index.html rename to static/browse/industrial_craft_2/lead_block/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lead_dust.png b/static/browse/industrial_craft_2/lead_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lead_dust.png rename to static/browse/industrial_craft_2/lead_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/lead_dust/index.html b/static/browse/industrial_craft_2/lead_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lead_dust/index.html rename to static/browse/industrial_craft_2/lead_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lead_ingot.png b/static/browse/industrial_craft_2/lead_ingot/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lead_ingot.png rename to static/browse/industrial_craft_2/lead_ingot/icon.png diff --git a/prerender/browse/industrial_craft_2/lead_ingot/index.html b/static/browse/industrial_craft_2/lead_ingot/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lead_ingot/index.html rename to static/browse/industrial_craft_2/lead_ingot/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lead_item_casing.png b/static/browse/industrial_craft_2/lead_item_casing/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lead_item_casing.png rename to static/browse/industrial_craft_2/lead_item_casing/icon.png diff --git a/prerender/browse/industrial_craft_2/lead_item_casing/index.html b/static/browse/industrial_craft_2/lead_item_casing/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lead_item_casing/index.html rename to static/browse/industrial_craft_2/lead_item_casing/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lead_ore.png b/static/browse/industrial_craft_2/lead_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lead_ore.png rename to static/browse/industrial_craft_2/lead_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/lead_ore/index.html b/static/browse/industrial_craft_2/lead_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lead_ore/index.html rename to static/browse/industrial_craft_2/lead_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lead_plate.png b/static/browse/industrial_craft_2/lead_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lead_plate.png rename to static/browse/industrial_craft_2/lead_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/lead_plate/index.html b/static/browse/industrial_craft_2/lead_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lead_plate/index.html rename to static/browse/industrial_craft_2/lead_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/light_blue_painter.png b/static/browse/industrial_craft_2/light_blue_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/light_blue_painter.png rename to static/browse/industrial_craft_2/light_blue_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/light_blue_painter/index.html b/static/browse/industrial_craft_2/light_blue_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/light_blue_painter/index.html rename to static/browse/industrial_craft_2/light_blue_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/light_grey_painter.png b/static/browse/industrial_craft_2/light_grey_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/light_grey_painter.png rename to static/browse/industrial_craft_2/light_grey_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/light_grey_painter/index.html b/static/browse/industrial_craft_2/light_grey_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/light_grey_painter/index.html rename to static/browse/industrial_craft_2/light_grey_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lime_painter.png b/static/browse/industrial_craft_2/lime_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lime_painter.png rename to static/browse/industrial_craft_2/lime_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/lime_painter/index.html b/static/browse/industrial_craft_2/lime_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lime_painter/index.html rename to static/browse/industrial_craft_2/lime_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/liquid_heat_exchanger.png b/static/browse/industrial_craft_2/liquid_heat_exchanger/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/liquid_heat_exchanger.png rename to static/browse/industrial_craft_2/liquid_heat_exchanger/icon.png diff --git a/prerender/browse/industrial_craft_2/liquid_heat_exchanger/index.html b/static/browse/industrial_craft_2/liquid_heat_exchanger/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/liquid_heat_exchanger/index.html rename to static/browse/industrial_craft_2/liquid_heat_exchanger/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lithium_dust.png b/static/browse/industrial_craft_2/lithium_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lithium_dust.png rename to static/browse/industrial_craft_2/lithium_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/lithium_dust/index.html b/static/browse/industrial_craft_2/lithium_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lithium_dust/index.html rename to static/browse/industrial_craft_2/lithium_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/luminator.png b/static/browse/industrial_craft_2/luminator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/luminator.png rename to static/browse/industrial_craft_2/luminator/icon.png diff --git a/prerender/browse/industrial_craft_2/luminator/index.html b/static/browse/industrial_craft_2/luminator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/luminator/index.html rename to static/browse/industrial_craft_2/luminator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lv_transformer.png b/static/browse/industrial_craft_2/lv_transformer/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lv_transformer.png rename to static/browse/industrial_craft_2/lv_transformer/icon.png diff --git a/prerender/browse/industrial_craft_2/lv_transformer/index.html b/static/browse/industrial_craft_2/lv_transformer/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lv_transformer/index.html rename to static/browse/industrial_craft_2/lv_transformer/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/lzh_condensator.png b/static/browse/industrial_craft_2/lzh_condensator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/lzh_condensator.png rename to static/browse/industrial_craft_2/lzh_condensator/icon.png diff --git a/prerender/browse/industrial_craft_2/lzh_condensator/index.html b/static/browse/industrial_craft_2/lzh_condensator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/lzh_condensator/index.html rename to static/browse/industrial_craft_2/lzh_condensator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/macerator.png b/static/browse/industrial_craft_2/macerator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/macerator.png rename to static/browse/industrial_craft_2/macerator/icon.png diff --git a/prerender/browse/industrial_craft_2/macerator/index.html b/static/browse/industrial_craft_2/macerator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/macerator/index.html rename to static/browse/industrial_craft_2/macerator/index.html diff --git a/prerender/browse/industrial_craft_2/machine_block/index.html b/static/browse/industrial_craft_2/machine_block/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/machine_block/index.html rename to static/browse/industrial_craft_2/machine_block/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/magenta_painter.png b/static/browse/industrial_craft_2/magenta_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/magenta_painter.png rename to static/browse/industrial_craft_2/magenta_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/magenta_painter/index.html b/static/browse/industrial_craft_2/magenta_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/magenta_painter/index.html rename to static/browse/industrial_craft_2/magenta_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/magnetizer.png b/static/browse/industrial_craft_2/magnetizer/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/magnetizer.png rename to static/browse/industrial_craft_2/magnetizer/icon.png diff --git a/prerender/browse/industrial_craft_2/magnetizer/index.html b/static/browse/industrial_craft_2/magnetizer/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/magnetizer/index.html rename to static/browse/industrial_craft_2/magnetizer/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/manual_kinetic_generator.png b/static/browse/industrial_craft_2/manual_kinetic_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/manual_kinetic_generator.png rename to static/browse/industrial_craft_2/manual_kinetic_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/manual_kinetic_generator/index.html b/static/browse/industrial_craft_2/manual_kinetic_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/manual_kinetic_generator/index.html rename to static/browse/industrial_craft_2/manual_kinetic_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/mass_fabricator.png b/static/browse/industrial_craft_2/mass_fabricator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/mass_fabricator.png rename to static/browse/industrial_craft_2/mass_fabricator/icon.png diff --git a/prerender/browse/industrial_craft_2/mass_fabricator/index.html b/static/browse/industrial_craft_2/mass_fabricator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/mass_fabricator/index.html rename to static/browse/industrial_craft_2/mass_fabricator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/melon_seeds.png b/static/browse/industrial_craft_2/melon_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/melon_seeds.png rename to static/browse/industrial_craft_2/melon_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/metal_former.png b/static/browse/industrial_craft_2/metal_former/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/metal_former.png rename to static/browse/industrial_craft_2/metal_former/icon.png diff --git a/prerender/browse/industrial_craft_2/metal_former/index.html b/static/browse/industrial_craft_2/metal_former/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/metal_former/index.html rename to static/browse/industrial_craft_2/metal_former/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/mfe.png b/static/browse/industrial_craft_2/mfe/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/mfe.png rename to static/browse/industrial_craft_2/mfe/icon.png diff --git a/prerender/browse/industrial_craft_2/mfe/index.html b/static/browse/industrial_craft_2/mfe/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/mfe/index.html rename to static/browse/industrial_craft_2/mfe/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/mfsu.png b/static/browse/industrial_craft_2/mfsu/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/mfsu.png rename to static/browse/industrial_craft_2/mfsu/icon.png diff --git a/prerender/browse/industrial_craft_2/mfsu/index.html b/static/browse/industrial_craft_2/mfsu/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/mfsu/index.html rename to static/browse/industrial_craft_2/mfsu/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/mfsu_upgrade_kit.png b/static/browse/industrial_craft_2/mfsu_upgrade_kit/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/mfsu_upgrade_kit.png rename to static/browse/industrial_craft_2/mfsu_upgrade_kit/icon.png diff --git a/prerender/browse/industrial_craft_2/mfsu_upgrade_kit/index.html b/static/browse/industrial_craft_2/mfsu_upgrade_kit/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/mfsu_upgrade_kit/index.html rename to static/browse/industrial_craft_2/mfsu_upgrade_kit/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/miner.png b/static/browse/industrial_craft_2/miner/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/miner.png rename to static/browse/industrial_craft_2/miner/icon.png diff --git a/prerender/browse/industrial_craft_2/miner/index.html b/static/browse/industrial_craft_2/miner/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/miner/index.html rename to static/browse/industrial_craft_2/miner/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/mining_drill.png b/static/browse/industrial_craft_2/mining_drill/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/mining_drill.png rename to static/browse/industrial_craft_2/mining_drill/icon.png diff --git a/prerender/browse/industrial_craft_2/mining_drill/index.html b/static/browse/industrial_craft_2/mining_drill/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/mining_drill/index.html rename to static/browse/industrial_craft_2/mining_drill/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/mining_laser.png b/static/browse/industrial_craft_2/mining_laser/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/mining_laser.png rename to static/browse/industrial_craft_2/mining_laser/icon.png diff --git a/prerender/browse/industrial_craft_2/mining_laser/index.html b/static/browse/industrial_craft_2/mining_laser/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/mining_laser/index.html rename to static/browse/industrial_craft_2/mining_laser/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/mining_pipe.png b/static/browse/industrial_craft_2/mining_pipe/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/mining_pipe.png rename to static/browse/industrial_craft_2/mining_pipe/icon.png diff --git a/prerender/browse/industrial_craft_2/mining_pipe/index.html b/static/browse/industrial_craft_2/mining_pipe/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/mining_pipe/index.html rename to static/browse/industrial_craft_2/mining_pipe/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/mixed_metal_ingot.png b/static/browse/industrial_craft_2/mixed_metal_ingot/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/mixed_metal_ingot.png rename to static/browse/industrial_craft_2/mixed_metal_ingot/icon.png diff --git a/prerender/browse/industrial_craft_2/mixed_metal_ingot/index.html b/static/browse/industrial_craft_2/mixed_metal_ingot/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/mixed_metal_ingot/index.html rename to static/browse/industrial_craft_2/mixed_metal_ingot/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/mox_nuclear_fuel.png b/static/browse/industrial_craft_2/mox_nuclear_fuel/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/mox_nuclear_fuel.png rename to static/browse/industrial_craft_2/mox_nuclear_fuel/icon.png diff --git a/prerender/browse/industrial_craft_2/mox_nuclear_fuel/index.html b/static/browse/industrial_craft_2/mox_nuclear_fuel/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/mox_nuclear_fuel/index.html rename to static/browse/industrial_craft_2/mox_nuclear_fuel/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/mv_transformer.png b/static/browse/industrial_craft_2/mv_transformer/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/mv_transformer.png rename to static/browse/industrial_craft_2/mv_transformer/icon.png diff --git a/prerender/browse/industrial_craft_2/mv_transformer/index.html b/static/browse/industrial_craft_2/mv_transformer/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/mv_transformer/index.html rename to static/browse/industrial_craft_2/mv_transformer/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/nano_saber.png b/static/browse/industrial_craft_2/nano_saber/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/nano_saber.png rename to static/browse/industrial_craft_2/nano_saber/icon.png diff --git a/prerender/browse/industrial_craft_2/nano_saber/index.html b/static/browse/industrial_craft_2/nano_saber/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/nano_saber/index.html rename to static/browse/industrial_craft_2/nano_saber/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/nanosuit_bodyarmor.png b/static/browse/industrial_craft_2/nanosuit_bodyarmor/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/nanosuit_bodyarmor.png rename to static/browse/industrial_craft_2/nanosuit_bodyarmor/icon.png diff --git a/prerender/browse/industrial_craft_2/nanosuit_bodyarmor/index.html b/static/browse/industrial_craft_2/nanosuit_bodyarmor/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/nanosuit_bodyarmor/index.html rename to static/browse/industrial_craft_2/nanosuit_bodyarmor/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/nanosuit_boots.png b/static/browse/industrial_craft_2/nanosuit_boots/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/nanosuit_boots.png rename to static/browse/industrial_craft_2/nanosuit_boots/icon.png diff --git a/prerender/browse/industrial_craft_2/nanosuit_boots/index.html b/static/browse/industrial_craft_2/nanosuit_boots/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/nanosuit_boots/index.html rename to static/browse/industrial_craft_2/nanosuit_boots/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/nanosuit_helmet.png b/static/browse/industrial_craft_2/nanosuit_helmet/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/nanosuit_helmet.png rename to static/browse/industrial_craft_2/nanosuit_helmet/icon.png diff --git a/prerender/browse/industrial_craft_2/nanosuit_helmet/index.html b/static/browse/industrial_craft_2/nanosuit_helmet/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/nanosuit_helmet/index.html rename to static/browse/industrial_craft_2/nanosuit_helmet/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/nanosuit_leggings.png b/static/browse/industrial_craft_2/nanosuit_leggings/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/nanosuit_leggings.png rename to static/browse/industrial_craft_2/nanosuit_leggings/icon.png diff --git a/prerender/browse/industrial_craft_2/nanosuit_leggings/index.html b/static/browse/industrial_craft_2/nanosuit_leggings/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/nanosuit_leggings/index.html rename to static/browse/industrial_craft_2/nanosuit_leggings/index.html diff --git a/prerender/browse/industrial_craft_2/near_depleted_uranium_cell/index.html b/static/browse/industrial_craft_2/near_depleted_uranium_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/near_depleted_uranium_cell/index.html rename to static/browse/industrial_craft_2/near_depleted_uranium_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/nether_wart_seeds.png b/static/browse/industrial_craft_2/nether_wart_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/nether_wart_seeds.png rename to static/browse/industrial_craft_2/nether_wart_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/neutron_reflector.png b/static/browse/industrial_craft_2/neutron_reflector/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/neutron_reflector.png rename to static/browse/industrial_craft_2/neutron_reflector/icon.png diff --git a/prerender/browse/industrial_craft_2/neutron_reflector/index.html b/static/browse/industrial_craft_2/neutron_reflector/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/neutron_reflector/index.html rename to static/browse/industrial_craft_2/neutron_reflector/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/nightvision_goggles.png b/static/browse/industrial_craft_2/nightvision_goggles/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/nightvision_goggles.png rename to static/browse/industrial_craft_2/nightvision_goggles/icon.png diff --git a/prerender/browse/industrial_craft_2/nightvision_goggles/index.html b/static/browse/industrial_craft_2/nightvision_goggles/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/nightvision_goggles/index.html rename to static/browse/industrial_craft_2/nightvision_goggles/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/nuclear_reactor.png b/static/browse/industrial_craft_2/nuclear_reactor/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/nuclear_reactor.png rename to static/browse/industrial_craft_2/nuclear_reactor/icon.png diff --git a/prerender/browse/industrial_craft_2/nuclear_reactor/index.html b/static/browse/industrial_craft_2/nuclear_reactor/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/nuclear_reactor/index.html rename to static/browse/industrial_craft_2/nuclear_reactor/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/nuke.png b/static/browse/industrial_craft_2/nuke/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/nuke.png rename to static/browse/industrial_craft_2/nuke/icon.png diff --git a/prerender/browse/industrial_craft_2/nuke/index.html b/static/browse/industrial_craft_2/nuke/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/nuke/index.html rename to static/browse/industrial_craft_2/nuke/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/obscurator.png b/static/browse/industrial_craft_2/obscurator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/obscurator.png rename to static/browse/industrial_craft_2/obscurator/icon.png diff --git a/prerender/browse/industrial_craft_2/obscurator/index.html b/static/browse/industrial_craft_2/obscurator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/obscurator/index.html rename to static/browse/industrial_craft_2/obscurator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/obsidian_dust.png b/static/browse/industrial_craft_2/obsidian_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/obsidian_dust.png rename to static/browse/industrial_craft_2/obsidian_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/obsidian_dust/index.html b/static/browse/industrial_craft_2/obsidian_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/obsidian_dust/index.html rename to static/browse/industrial_craft_2/obsidian_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/obsidian_plate.png b/static/browse/industrial_craft_2/obsidian_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/obsidian_plate.png rename to static/browse/industrial_craft_2/obsidian_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/obsidian_plate/index.html b/static/browse/industrial_craft_2/obsidian_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/obsidian_plate/index.html rename to static/browse/industrial_craft_2/obsidian_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/od_scanner.png b/static/browse/industrial_craft_2/od_scanner/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/od_scanner.png rename to static/browse/industrial_craft_2/od_scanner/icon.png diff --git a/prerender/browse/industrial_craft_2/od_scanner/index.html b/static/browse/industrial_craft_2/od_scanner/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/od_scanner/index.html rename to static/browse/industrial_craft_2/od_scanner/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/orange_painter.png b/static/browse/industrial_craft_2/orange_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/orange_painter.png rename to static/browse/industrial_craft_2/orange_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/orange_painter/index.html b/static/browse/industrial_craft_2/orange_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/orange_painter/index.html rename to static/browse/industrial_craft_2/orange_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ore_washing_plant.png b/static/browse/industrial_craft_2/ore_washing_plant/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ore_washing_plant.png rename to static/browse/industrial_craft_2/ore_washing_plant/icon.png diff --git a/prerender/browse/industrial_craft_2/ore_washing_plant/index.html b/static/browse/industrial_craft_2/ore_washing_plant/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/ore_washing_plant/index.html rename to static/browse/industrial_craft_2/ore_washing_plant/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/ov_scanner.png b/static/browse/industrial_craft_2/ov_scanner/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/ov_scanner.png rename to static/browse/industrial_craft_2/ov_scanner/icon.png diff --git a/prerender/browse/industrial_craft_2/ov_scanner/index.html b/static/browse/industrial_craft_2/ov_scanner/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/ov_scanner/index.html rename to static/browse/industrial_craft_2/ov_scanner/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/overclocked_heat_vent.png b/static/browse/industrial_craft_2/overclocked_heat_vent/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/overclocked_heat_vent.png rename to static/browse/industrial_craft_2/overclocked_heat_vent/icon.png diff --git a/prerender/browse/industrial_craft_2/overclocked_heat_vent/index.html b/static/browse/industrial_craft_2/overclocked_heat_vent/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/overclocked_heat_vent/index.html rename to static/browse/industrial_craft_2/overclocked_heat_vent/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/overclocker_upgrade.png b/static/browse/industrial_craft_2/overclocker_upgrade/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/overclocker_upgrade.png rename to static/browse/industrial_craft_2/overclocker_upgrade/icon.png diff --git a/prerender/browse/industrial_craft_2/overclocker_upgrade/index.html b/static/browse/industrial_craft_2/overclocker_upgrade/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/overclocker_upgrade/index.html rename to static/browse/industrial_craft_2/overclocker_upgrade/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/pahoehoe_lava.png b/static/browse/industrial_craft_2/pahoehoe_lava/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/pahoehoe_lava.png rename to static/browse/industrial_craft_2/pahoehoe_lava/icon.png diff --git a/prerender/browse/industrial_craft_2/pahoehoe_lava/index.html b/static/browse/industrial_craft_2/pahoehoe_lava/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/pahoehoe_lava/index.html rename to static/browse/industrial_craft_2/pahoehoe_lava/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/pahoehoe_lava_cell.png b/static/browse/industrial_craft_2/pahoehoe_lava_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/pahoehoe_lava_cell.png rename to static/browse/industrial_craft_2/pahoehoe_lava_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/pahoehoe_lava_cell/index.html b/static/browse/industrial_craft_2/pahoehoe_lava_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/pahoehoe_lava_cell/index.html rename to static/browse/industrial_craft_2/pahoehoe_lava_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/painter.png b/static/browse/industrial_craft_2/painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/painter.png rename to static/browse/industrial_craft_2/painter/icon.png diff --git a/prerender/browse/industrial_craft_2/painter/index.html b/static/browse/industrial_craft_2/painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/painter/index.html rename to static/browse/industrial_craft_2/painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/pattern_storage.png b/static/browse/industrial_craft_2/pattern_storage/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/pattern_storage.png rename to static/browse/industrial_craft_2/pattern_storage/icon.png diff --git a/prerender/browse/industrial_craft_2/pattern_storage/index.html b/static/browse/industrial_craft_2/pattern_storage/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/pattern_storage/index.html rename to static/browse/industrial_craft_2/pattern_storage/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/pellets_of_rtg_fuel.png b/static/browse/industrial_craft_2/pellets_of_rtg_fuel/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/pellets_of_rtg_fuel.png rename to static/browse/industrial_craft_2/pellets_of_rtg_fuel/icon.png diff --git a/prerender/browse/industrial_craft_2/pellets_of_rtg_fuel/index.html b/static/browse/industrial_craft_2/pellets_of_rtg_fuel/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/pellets_of_rtg_fuel/index.html rename to static/browse/industrial_craft_2/pellets_of_rtg_fuel/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/personal_safe.png b/static/browse/industrial_craft_2/personal_safe/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/personal_safe.png rename to static/browse/industrial_craft_2/personal_safe/icon.png diff --git a/prerender/browse/industrial_craft_2/personal_safe/index.html b/static/browse/industrial_craft_2/personal_safe/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/personal_safe/index.html rename to static/browse/industrial_craft_2/personal_safe/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/pink_painter.png b/static/browse/industrial_craft_2/pink_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/pink_painter.png rename to static/browse/industrial_craft_2/pink_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/pink_painter/index.html b/static/browse/industrial_craft_2/pink_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/pink_painter/index.html rename to static/browse/industrial_craft_2/pink_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/plantball.png b/static/browse/industrial_craft_2/plantball/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/plantball.png rename to static/browse/industrial_craft_2/plantball/icon.png diff --git a/prerender/browse/industrial_craft_2/plantball/index.html b/static/browse/industrial_craft_2/plantball/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/plantball/index.html rename to static/browse/industrial_craft_2/plantball/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/plutonium.png b/static/browse/industrial_craft_2/plutonium/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/plutonium.png rename to static/browse/industrial_craft_2/plutonium/icon.png diff --git a/prerender/browse/industrial_craft_2/plutonium/index.html b/static/browse/industrial_craft_2/plutonium/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/plutonium/index.html rename to static/browse/industrial_craft_2/plutonium/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/potato_seeds.png b/static/browse/industrial_craft_2/potato_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/potato_seeds.png rename to static/browse/industrial_craft_2/potato_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/power_unit.png b/static/browse/industrial_craft_2/power_unit/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/power_unit.png rename to static/browse/industrial_craft_2/power_unit/icon.png diff --git a/prerender/browse/industrial_craft_2/power_unit/index.html b/static/browse/industrial_craft_2/power_unit/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/power_unit/index.html rename to static/browse/industrial_craft_2/power_unit/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/pump.png b/static/browse/industrial_craft_2/pump/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/pump.png rename to static/browse/industrial_craft_2/pump/icon.png diff --git a/prerender/browse/industrial_craft_2/pump/index.html b/static/browse/industrial_craft_2/pump/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/pump/index.html rename to static/browse/industrial_craft_2/pump/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/pumpkin_seeds.png b/static/browse/industrial_craft_2/pumpkin_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/pumpkin_seeds.png rename to static/browse/industrial_craft_2/pumpkin_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_copper_ore.png b/static/browse/industrial_craft_2/purified_crushed_copper_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_copper_ore.png rename to static/browse/industrial_craft_2/purified_crushed_copper_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/purified_crushed_copper_ore/index.html b/static/browse/industrial_craft_2/purified_crushed_copper_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/purified_crushed_copper_ore/index.html rename to static/browse/industrial_craft_2/purified_crushed_copper_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_gold_ore.png b/static/browse/industrial_craft_2/purified_crushed_gold_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_gold_ore.png rename to static/browse/industrial_craft_2/purified_crushed_gold_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/purified_crushed_gold_ore/index.html b/static/browse/industrial_craft_2/purified_crushed_gold_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/purified_crushed_gold_ore/index.html rename to static/browse/industrial_craft_2/purified_crushed_gold_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_iron_ore.png b/static/browse/industrial_craft_2/purified_crushed_iron_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_iron_ore.png rename to static/browse/industrial_craft_2/purified_crushed_iron_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/purified_crushed_iron_ore/index.html b/static/browse/industrial_craft_2/purified_crushed_iron_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/purified_crushed_iron_ore/index.html rename to static/browse/industrial_craft_2/purified_crushed_iron_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_lead_ore.png b/static/browse/industrial_craft_2/purified_crushed_lead_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_lead_ore.png rename to static/browse/industrial_craft_2/purified_crushed_lead_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/purified_crushed_lead_ore/index.html b/static/browse/industrial_craft_2/purified_crushed_lead_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/purified_crushed_lead_ore/index.html rename to static/browse/industrial_craft_2/purified_crushed_lead_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_silver_ore.png b/static/browse/industrial_craft_2/purified_crushed_silver_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_silver_ore.png rename to static/browse/industrial_craft_2/purified_crushed_silver_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/purified_crushed_silver_ore/index.html b/static/browse/industrial_craft_2/purified_crushed_silver_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/purified_crushed_silver_ore/index.html rename to static/browse/industrial_craft_2/purified_crushed_silver_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_tin_ore.png b/static/browse/industrial_craft_2/purified_crushed_tin_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_tin_ore.png rename to static/browse/industrial_craft_2/purified_crushed_tin_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/purified_crushed_tin_ore/index.html b/static/browse/industrial_craft_2/purified_crushed_tin_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/purified_crushed_tin_ore/index.html rename to static/browse/industrial_craft_2/purified_crushed_tin_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_uranium_ore.png b/static/browse/industrial_craft_2/purified_crushed_uranium_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/purified_crushed_uranium_ore.png rename to static/browse/industrial_craft_2/purified_crushed_uranium_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/purified_crushed_uranium_ore/index.html b/static/browse/industrial_craft_2/purified_crushed_uranium_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/purified_crushed_uranium_ore/index.html rename to static/browse/industrial_craft_2/purified_crushed_uranium_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/purple_painter.png b/static/browse/industrial_craft_2/purple_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/purple_painter.png rename to static/browse/industrial_craft_2/purple_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/purple_painter/index.html b/static/browse/industrial_craft_2/purple_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/purple_painter/index.html rename to static/browse/industrial_craft_2/purple_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/quad_fuel_rod_depleted_mox.png b/static/browse/industrial_craft_2/quad_fuel_rod_depleted_mox/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/quad_fuel_rod_depleted_mox.png rename to static/browse/industrial_craft_2/quad_fuel_rod_depleted_mox/icon.png diff --git a/prerender/browse/industrial_craft_2/quad_fuel_rod_depleted_mox/index.html b/static/browse/industrial_craft_2/quad_fuel_rod_depleted_mox/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/quad_fuel_rod_depleted_mox/index.html rename to static/browse/industrial_craft_2/quad_fuel_rod_depleted_mox/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/quad_fuel_rod_depleted_uranium.png b/static/browse/industrial_craft_2/quad_fuel_rod_depleted_uranium/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/quad_fuel_rod_depleted_uranium.png rename to static/browse/industrial_craft_2/quad_fuel_rod_depleted_uranium/icon.png diff --git a/prerender/browse/industrial_craft_2/quad_fuel_rod_depleted_uranium/index.html b/static/browse/industrial_craft_2/quad_fuel_rod_depleted_uranium/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/quad_fuel_rod_depleted_uranium/index.html rename to static/browse/industrial_craft_2/quad_fuel_rod_depleted_uranium/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/quad_fuel_rod_mox.png b/static/browse/industrial_craft_2/quad_fuel_rod_mox/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/quad_fuel_rod_mox.png rename to static/browse/industrial_craft_2/quad_fuel_rod_mox/icon.png diff --git a/prerender/browse/industrial_craft_2/quad_fuel_rod_mox/index.html b/static/browse/industrial_craft_2/quad_fuel_rod_mox/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/quad_fuel_rod_mox/index.html rename to static/browse/industrial_craft_2/quad_fuel_rod_mox/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/quad_fuel_rod_uranium.png b/static/browse/industrial_craft_2/quad_fuel_rod_uranium/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/quad_fuel_rod_uranium.png rename to static/browse/industrial_craft_2/quad_fuel_rod_uranium/icon.png diff --git a/prerender/browse/industrial_craft_2/quad_fuel_rod_uranium/index.html b/static/browse/industrial_craft_2/quad_fuel_rod_uranium/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/quad_fuel_rod_uranium/index.html rename to static/browse/industrial_craft_2/quad_fuel_rod_uranium/index.html diff --git a/prerender/browse/industrial_craft_2/quad_uranium_cell/index.html b/static/browse/industrial_craft_2/quad_uranium_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/quad_uranium_cell/index.html rename to static/browse/industrial_craft_2/quad_uranium_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/quantumsuit_bodyarmor.png b/static/browse/industrial_craft_2/quantumsuit_bodyarmor/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/quantumsuit_bodyarmor.png rename to static/browse/industrial_craft_2/quantumsuit_bodyarmor/icon.png diff --git a/prerender/browse/industrial_craft_2/quantumsuit_bodyarmor/index.html b/static/browse/industrial_craft_2/quantumsuit_bodyarmor/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/quantumsuit_bodyarmor/index.html rename to static/browse/industrial_craft_2/quantumsuit_bodyarmor/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/quantumsuit_boots.png b/static/browse/industrial_craft_2/quantumsuit_boots/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/quantumsuit_boots.png rename to static/browse/industrial_craft_2/quantumsuit_boots/icon.png diff --git a/prerender/browse/industrial_craft_2/quantumsuit_boots/index.html b/static/browse/industrial_craft_2/quantumsuit_boots/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/quantumsuit_boots/index.html rename to static/browse/industrial_craft_2/quantumsuit_boots/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/quantumsuit_helmet.png b/static/browse/industrial_craft_2/quantumsuit_helmet/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/quantumsuit_helmet.png rename to static/browse/industrial_craft_2/quantumsuit_helmet/icon.png diff --git a/prerender/browse/industrial_craft_2/quantumsuit_helmet/index.html b/static/browse/industrial_craft_2/quantumsuit_helmet/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/quantumsuit_helmet/index.html rename to static/browse/industrial_craft_2/quantumsuit_helmet/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/quantumsuit_leggings.png b/static/browse/industrial_craft_2/quantumsuit_leggings/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/quantumsuit_leggings.png rename to static/browse/industrial_craft_2/quantumsuit_leggings/icon.png diff --git a/prerender/browse/industrial_craft_2/quantumsuit_leggings/index.html b/static/browse/industrial_craft_2/quantumsuit_leggings/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/quantumsuit_leggings/index.html rename to static/browse/industrial_craft_2/quantumsuit_leggings/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/radioisotope_heat_generator.png b/static/browse/industrial_craft_2/radioisotope_heat_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/radioisotope_heat_generator.png rename to static/browse/industrial_craft_2/radioisotope_heat_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/radioisotope_heat_generator/index.html b/static/browse/industrial_craft_2/radioisotope_heat_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/radioisotope_heat_generator/index.html rename to static/browse/industrial_craft_2/radioisotope_heat_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/radioisotope_thermoelectric_generator.png b/static/browse/industrial_craft_2/radioisotope_thermoelectric_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/radioisotope_thermoelectric_generator.png rename to static/browse/industrial_craft_2/radioisotope_thermoelectric_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/radioisotope_thermoelectric_generator/index.html b/static/browse/industrial_craft_2/radioisotope_thermoelectric_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/radioisotope_thermoelectric_generator/index.html rename to static/browse/industrial_craft_2/radioisotope_thermoelectric_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/raw_carbon_fibre.png b/static/browse/industrial_craft_2/raw_carbon_fibre/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/raw_carbon_fibre.png rename to static/browse/industrial_craft_2/raw_carbon_fibre/icon.png diff --git a/prerender/browse/industrial_craft_2/raw_carbon_fibre/index.html b/static/browse/industrial_craft_2/raw_carbon_fibre/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/raw_carbon_fibre/index.html rename to static/browse/industrial_craft_2/raw_carbon_fibre/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/raw_carbon_mesh.png b/static/browse/industrial_craft_2/raw_carbon_mesh/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/raw_carbon_mesh.png rename to static/browse/industrial_craft_2/raw_carbon_mesh/icon.png diff --git a/prerender/browse/industrial_craft_2/raw_carbon_mesh/index.html b/static/browse/industrial_craft_2/raw_carbon_mesh/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/raw_carbon_mesh/index.html rename to static/browse/industrial_craft_2/raw_carbon_mesh/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/re_battery.png b/static/browse/industrial_craft_2/re_battery/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/re_battery.png rename to static/browse/industrial_craft_2/re_battery/icon.png diff --git a/prerender/browse/industrial_craft_2/re_battery/index.html b/static/browse/industrial_craft_2/re_battery/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/re_battery/index.html rename to static/browse/industrial_craft_2/re_battery/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reactor_access_hatch.png b/static/browse/industrial_craft_2/reactor_access_hatch/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reactor_access_hatch.png rename to static/browse/industrial_craft_2/reactor_access_hatch/icon.png diff --git a/prerender/browse/industrial_craft_2/reactor_access_hatch/index.html b/static/browse/industrial_craft_2/reactor_access_hatch/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/reactor_access_hatch/index.html rename to static/browse/industrial_craft_2/reactor_access_hatch/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reactor_chamber.png b/static/browse/industrial_craft_2/reactor_chamber/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reactor_chamber.png rename to static/browse/industrial_craft_2/reactor_chamber/icon.png diff --git a/prerender/browse/industrial_craft_2/reactor_chamber/index.html b/static/browse/industrial_craft_2/reactor_chamber/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/reactor_chamber/index.html rename to static/browse/industrial_craft_2/reactor_chamber/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reactor_fluid_port.png b/static/browse/industrial_craft_2/reactor_fluid_port/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reactor_fluid_port.png rename to static/browse/industrial_craft_2/reactor_fluid_port/icon.png diff --git a/prerender/browse/industrial_craft_2/reactor_fluid_port/index.html b/static/browse/industrial_craft_2/reactor_fluid_port/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/reactor_fluid_port/index.html rename to static/browse/industrial_craft_2/reactor_fluid_port/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reactor_heat_exchanger.png b/static/browse/industrial_craft_2/reactor_heat_exchanger/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reactor_heat_exchanger.png rename to static/browse/industrial_craft_2/reactor_heat_exchanger/icon.png diff --git a/prerender/browse/industrial_craft_2/reactor_heat_exchanger/index.html b/static/browse/industrial_craft_2/reactor_heat_exchanger/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/reactor_heat_exchanger/index.html rename to static/browse/industrial_craft_2/reactor_heat_exchanger/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reactor_heat_vent.png b/static/browse/industrial_craft_2/reactor_heat_vent/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reactor_heat_vent.png rename to static/browse/industrial_craft_2/reactor_heat_vent/icon.png diff --git a/prerender/browse/industrial_craft_2/reactor_heat_vent/index.html b/static/browse/industrial_craft_2/reactor_heat_vent/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/reactor_heat_vent/index.html rename to static/browse/industrial_craft_2/reactor_heat_vent/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reactor_plating.png b/static/browse/industrial_craft_2/reactor_plating/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reactor_plating.png rename to static/browse/industrial_craft_2/reactor_plating/icon.png diff --git a/prerender/browse/industrial_craft_2/reactor_plating/index.html b/static/browse/industrial_craft_2/reactor_plating/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/reactor_plating/index.html rename to static/browse/industrial_craft_2/reactor_plating/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reactor_pressure_vessel.png b/static/browse/industrial_craft_2/reactor_pressure_vessel/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reactor_pressure_vessel.png rename to static/browse/industrial_craft_2/reactor_pressure_vessel/icon.png diff --git a/prerender/browse/industrial_craft_2/reactor_pressure_vessel/index.html b/static/browse/industrial_craft_2/reactor_pressure_vessel/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/reactor_pressure_vessel/index.html rename to static/browse/industrial_craft_2/reactor_pressure_vessel/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reactor_redstone_port.png b/static/browse/industrial_craft_2/reactor_redstone_port/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reactor_redstone_port.png rename to static/browse/industrial_craft_2/reactor_redstone_port/icon.png diff --git a/prerender/browse/industrial_craft_2/reactor_redstone_port/index.html b/static/browse/industrial_craft_2/reactor_redstone_port/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/reactor_redstone_port/index.html rename to static/browse/industrial_craft_2/reactor_redstone_port/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/recycler.png b/static/browse/industrial_craft_2/recycler/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/recycler.png rename to static/browse/industrial_craft_2/recycler/icon.png diff --git a/prerender/browse/industrial_craft_2/recycler/index.html b/static/browse/industrial_craft_2/recycler/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/recycler/index.html rename to static/browse/industrial_craft_2/recycler/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/red_painter.png b/static/browse/industrial_craft_2/red_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/red_painter.png rename to static/browse/industrial_craft_2/red_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/red_painter/index.html b/static/browse/industrial_craft_2/red_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/red_painter/index.html rename to static/browse/industrial_craft_2/red_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/redmushroom_seeds.png b/static/browse/industrial_craft_2/redmushroom_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/redmushroom_seeds.png rename to static/browse/industrial_craft_2/redmushroom_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/redstone_signal_inverter_upgrade.png b/static/browse/industrial_craft_2/redstone_signal_inverter_upgrade/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/redstone_signal_inverter_upgrade.png rename to static/browse/industrial_craft_2/redstone_signal_inverter_upgrade/icon.png diff --git a/prerender/browse/industrial_craft_2/redstone_signal_inverter_upgrade/index.html b/static/browse/industrial_craft_2/redstone_signal_inverter_upgrade/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/redstone_signal_inverter_upgrade/index.html rename to static/browse/industrial_craft_2/redstone_signal_inverter_upgrade/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/redwheat_seeds.png b/static/browse/industrial_craft_2/redwheat_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/redwheat_seeds.png rename to static/browse/industrial_craft_2/redwheat_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reed_seeds.png b/static/browse/industrial_craft_2/reed_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reed_seeds.png rename to static/browse/industrial_craft_2/reed_seeds/icon.png diff --git a/prerender/browse/industrial_craft_2/refined_iron/index.html b/static/browse/industrial_craft_2/refined_iron/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/refined_iron/index.html rename to static/browse/industrial_craft_2/refined_iron/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/refined_iron_block.png b/static/browse/industrial_craft_2/refined_iron_block/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/refined_iron_block.png rename to static/browse/industrial_craft_2/refined_iron_block/icon.png diff --git a/prerender/browse/industrial_craft_2/refined_iron_block/index.html b/static/browse/industrial_craft_2/refined_iron_block/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/refined_iron_block/index.html rename to static/browse/industrial_craft_2/refined_iron_block/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/refined_iron_ingot.png b/static/browse/industrial_craft_2/refined_iron_ingot/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/refined_iron_ingot.png rename to static/browse/industrial_craft_2/refined_iron_ingot/icon.png diff --git a/prerender/browse/industrial_craft_2/refined_iron_ingot/index.html b/static/browse/industrial_craft_2/refined_iron_ingot/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/refined_iron_ingot/index.html rename to static/browse/industrial_craft_2/refined_iron_ingot/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/refined_iron_item_casing.png b/static/browse/industrial_craft_2/refined_iron_item_casing/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/refined_iron_item_casing.png rename to static/browse/industrial_craft_2/refined_iron_item_casing/icon.png diff --git a/prerender/browse/industrial_craft_2/refined_iron_item_casing/index.html b/static/browse/industrial_craft_2/refined_iron_item_casing/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/refined_iron_item_casing/index.html rename to static/browse/industrial_craft_2/refined_iron_item_casing/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/refined_iron_plate.png b/static/browse/industrial_craft_2/refined_iron_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/refined_iron_plate.png rename to static/browse/industrial_craft_2/refined_iron_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/refined_iron_plate/index.html b/static/browse/industrial_craft_2/refined_iron_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/refined_iron_plate/index.html rename to static/browse/industrial_craft_2/refined_iron_plate/index.html diff --git a/prerender/browse/industrial_craft_2/refined_uranium/index.html b/static/browse/industrial_craft_2/refined_uranium/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/refined_uranium/index.html rename to static/browse/industrial_craft_2/refined_uranium/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reinforced_construction_foam.png b/static/browse/industrial_craft_2/reinforced_construction_foam/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reinforced_construction_foam.png rename to static/browse/industrial_craft_2/reinforced_construction_foam/icon.png diff --git a/prerender/browse/industrial_craft_2/reinforced_construction_foam/index.html b/static/browse/industrial_craft_2/reinforced_construction_foam/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/reinforced_construction_foam/index.html rename to static/browse/industrial_craft_2/reinforced_construction_foam/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reinforced_door.png b/static/browse/industrial_craft_2/reinforced_door/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reinforced_door.png rename to static/browse/industrial_craft_2/reinforced_door/icon.png diff --git a/prerender/browse/industrial_craft_2/reinforced_door/index.html b/static/browse/industrial_craft_2/reinforced_door/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/reinforced_door/index.html rename to static/browse/industrial_craft_2/reinforced_door/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reinforced_glass.png b/static/browse/industrial_craft_2/reinforced_glass/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reinforced_glass.png rename to static/browse/industrial_craft_2/reinforced_glass/icon.png diff --git a/prerender/browse/industrial_craft_2/reinforced_glass/index.html b/static/browse/industrial_craft_2/reinforced_glass/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/reinforced_glass/index.html rename to static/browse/industrial_craft_2/reinforced_glass/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/reinforced_stone.png b/static/browse/industrial_craft_2/reinforced_stone/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/reinforced_stone.png rename to static/browse/industrial_craft_2/reinforced_stone/icon.png diff --git a/prerender/browse/industrial_craft_2/reinforced_stone/index.html b/static/browse/industrial_craft_2/reinforced_stone/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/reinforced_stone/index.html rename to static/browse/industrial_craft_2/reinforced_stone/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/replicator.png b/static/browse/industrial_craft_2/replicator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/replicator.png rename to static/browse/industrial_craft_2/replicator/icon.png diff --git a/prerender/browse/industrial_craft_2/replicator/index.html b/static/browse/industrial_craft_2/replicator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/replicator/index.html rename to static/browse/industrial_craft_2/replicator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/rose_seeds.png b/static/browse/industrial_craft_2/rose_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/rose_seeds.png rename to static/browse/industrial_craft_2/rose_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/rsh_condensator.png b/static/browse/industrial_craft_2/rsh_condensator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/rsh_condensator.png rename to static/browse/industrial_craft_2/rsh_condensator/icon.png diff --git a/prerender/browse/industrial_craft_2/rsh_condensator/index.html b/static/browse/industrial_craft_2/rsh_condensator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/rsh_condensator/index.html rename to static/browse/industrial_craft_2/rsh_condensator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/rubber.png b/static/browse/industrial_craft_2/rubber/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/rubber.png rename to static/browse/industrial_craft_2/rubber/icon.png diff --git a/prerender/browse/industrial_craft_2/rubber/index.html b/static/browse/industrial_craft_2/rubber/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/rubber/index.html rename to static/browse/industrial_craft_2/rubber/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/rubber_boots.png b/static/browse/industrial_craft_2/rubber_boots/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/rubber_boots.png rename to static/browse/industrial_craft_2/rubber_boots/icon.png diff --git a/prerender/browse/industrial_craft_2/rubber_boots/index.html b/static/browse/industrial_craft_2/rubber_boots/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/rubber_boots/index.html rename to static/browse/industrial_craft_2/rubber_boots/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/rubber_dinghy.png b/static/browse/industrial_craft_2/rubber_dinghy/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/rubber_dinghy.png rename to static/browse/industrial_craft_2/rubber_dinghy/icon.png diff --git a/prerender/browse/industrial_craft_2/rubber_dinghy/index.html b/static/browse/industrial_craft_2/rubber_dinghy/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/rubber_dinghy/index.html rename to static/browse/industrial_craft_2/rubber_dinghy/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/rubber_sheet.png b/static/browse/industrial_craft_2/rubber_sheet/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/rubber_sheet.png rename to static/browse/industrial_craft_2/rubber_sheet/icon.png diff --git a/prerender/browse/industrial_craft_2/rubber_sheet/index.html b/static/browse/industrial_craft_2/rubber_sheet/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/rubber_sheet/index.html rename to static/browse/industrial_craft_2/rubber_sheet/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/rubber_tree_leaves.png b/static/browse/industrial_craft_2/rubber_tree_leaves/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/rubber_tree_leaves.png rename to static/browse/industrial_craft_2/rubber_tree_leaves/icon.png diff --git a/prerender/browse/industrial_craft_2/rubber_tree_leaves/index.html b/static/browse/industrial_craft_2/rubber_tree_leaves/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/rubber_tree_leaves/index.html rename to static/browse/industrial_craft_2/rubber_tree_leaves/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/rubber_tree_sapling.png b/static/browse/industrial_craft_2/rubber_tree_sapling/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/rubber_tree_sapling.png rename to static/browse/industrial_craft_2/rubber_tree_sapling/icon.png diff --git a/prerender/browse/industrial_craft_2/rubber_tree_sapling/index.html b/static/browse/industrial_craft_2/rubber_tree_sapling/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/rubber_tree_sapling/index.html rename to static/browse/industrial_craft_2/rubber_tree_sapling/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/rubber_wood.png b/static/browse/industrial_craft_2/rubber_wood/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/rubber_wood.png rename to static/browse/industrial_craft_2/rubber_wood/icon.png diff --git a/prerender/browse/industrial_craft_2/rubber_wood/index.html b/static/browse/industrial_craft_2/rubber_wood/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/rubber_wood/index.html rename to static/browse/industrial_craft_2/rubber_wood/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/scaffold.png b/static/browse/industrial_craft_2/scaffold/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/scaffold.png rename to static/browse/industrial_craft_2/scaffold/icon.png diff --git a/prerender/browse/industrial_craft_2/scaffold/index.html b/static/browse/industrial_craft_2/scaffold/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/scaffold/index.html rename to static/browse/industrial_craft_2/scaffold/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/scanner.png b/static/browse/industrial_craft_2/scanner/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/scanner.png rename to static/browse/industrial_craft_2/scanner/icon.png diff --git a/prerender/browse/industrial_craft_2/scanner/index.html b/static/browse/industrial_craft_2/scanner/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/scanner/index.html rename to static/browse/industrial_craft_2/scanner/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/scrap.png b/static/browse/industrial_craft_2/scrap/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/scrap.png rename to static/browse/industrial_craft_2/scrap/icon.png diff --git a/prerender/browse/industrial_craft_2/scrap/index.html b/static/browse/industrial_craft_2/scrap/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/scrap/index.html rename to static/browse/industrial_craft_2/scrap/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/scrap_box.png b/static/browse/industrial_craft_2/scrap_box/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/scrap_box.png rename to static/browse/industrial_craft_2/scrap_box/icon.png diff --git a/prerender/browse/industrial_craft_2/scrap_box/index.html b/static/browse/industrial_craft_2/scrap_box/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/scrap_box/index.html rename to static/browse/industrial_craft_2/scrap_box/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/scuba_helmet.png b/static/browse/industrial_craft_2/scuba_helmet/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/scuba_helmet.png rename to static/browse/industrial_craft_2/scuba_helmet/icon.png diff --git a/prerender/browse/industrial_craft_2/scuba_helmet/index.html b/static/browse/industrial_craft_2/scuba_helmet/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/scuba_helmet/index.html rename to static/browse/industrial_craft_2/scuba_helmet/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/semifluid_generator.png b/static/browse/industrial_craft_2/semifluid_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/semifluid_generator.png rename to static/browse/industrial_craft_2/semifluid_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/semifluid_generator/index.html b/static/browse/industrial_craft_2/semifluid_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/semifluid_generator/index.html rename to static/browse/industrial_craft_2/semifluid_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/shaft_iron.png b/static/browse/industrial_craft_2/shaft_iron/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/shaft_iron.png rename to static/browse/industrial_craft_2/shaft_iron/icon.png diff --git a/prerender/browse/industrial_craft_2/shaft_iron/index.html b/static/browse/industrial_craft_2/shaft_iron/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/shaft_iron/index.html rename to static/browse/industrial_craft_2/shaft_iron/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/shaft_refined_iron.png b/static/browse/industrial_craft_2/shaft_refined_iron/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/shaft_refined_iron.png rename to static/browse/industrial_craft_2/shaft_refined_iron/icon.png diff --git a/prerender/browse/industrial_craft_2/shaft_refined_iron/index.html b/static/browse/industrial_craft_2/shaft_refined_iron/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/shaft_refined_iron/index.html rename to static/browse/industrial_craft_2/shaft_refined_iron/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/silicon_dioxide.png b/static/browse/industrial_craft_2/silicon_dioxide/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/silicon_dioxide.png rename to static/browse/industrial_craft_2/silicon_dioxide/icon.png diff --git a/prerender/browse/industrial_craft_2/silicon_dioxide/index.html b/static/browse/industrial_craft_2/silicon_dioxide/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/silicon_dioxide/index.html rename to static/browse/industrial_craft_2/silicon_dioxide/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/silver_dust.png b/static/browse/industrial_craft_2/silver_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/silver_dust.png rename to static/browse/industrial_craft_2/silver_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/silver_dust/index.html b/static/browse/industrial_craft_2/silver_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/silver_dust/index.html rename to static/browse/industrial_craft_2/silver_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/silver_ingot.png b/static/browse/industrial_craft_2/silver_ingot/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/silver_ingot.png rename to static/browse/industrial_craft_2/silver_ingot/icon.png diff --git a/prerender/browse/industrial_craft_2/silver_ingot/index.html b/static/browse/industrial_craft_2/silver_ingot/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/silver_ingot/index.html rename to static/browse/industrial_craft_2/silver_ingot/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/single_use_battery.png b/static/browse/industrial_craft_2/single_use_battery/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/single_use_battery.png rename to static/browse/industrial_craft_2/single_use_battery/icon.png diff --git a/prerender/browse/industrial_craft_2/single_use_battery/index.html b/static/browse/industrial_craft_2/single_use_battery/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/single_use_battery/index.html rename to static/browse/industrial_craft_2/single_use_battery/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/slag.png b/static/browse/industrial_craft_2/slag/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/slag.png rename to static/browse/industrial_craft_2/slag/icon.png diff --git a/prerender/browse/industrial_craft_2/slag/index.html b/static/browse/industrial_craft_2/slag/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/slag/index.html rename to static/browse/industrial_craft_2/slag/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/small_power_unit.png b/static/browse/industrial_craft_2/small_power_unit/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/small_power_unit.png rename to static/browse/industrial_craft_2/small_power_unit/icon.png diff --git a/prerender/browse/industrial_craft_2/small_power_unit/index.html b/static/browse/industrial_craft_2/small_power_unit/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/small_power_unit/index.html rename to static/browse/industrial_craft_2/small_power_unit/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/solar_distiller.png b/static/browse/industrial_craft_2/solar_distiller/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/solar_distiller.png rename to static/browse/industrial_craft_2/solar_distiller/icon.png diff --git a/prerender/browse/industrial_craft_2/solar_distiller/index.html b/static/browse/industrial_craft_2/solar_distiller/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/solar_distiller/index.html rename to static/browse/industrial_craft_2/solar_distiller/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/solar_helmet.png b/static/browse/industrial_craft_2/solar_helmet/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/solar_helmet.png rename to static/browse/industrial_craft_2/solar_helmet/icon.png diff --git a/prerender/browse/industrial_craft_2/solar_helmet/index.html b/static/browse/industrial_craft_2/solar_helmet/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/solar_helmet/index.html rename to static/browse/industrial_craft_2/solar_helmet/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/solar_panel.png b/static/browse/industrial_craft_2/solar_panel/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/solar_panel.png rename to static/browse/industrial_craft_2/solar_panel/icon.png diff --git a/prerender/browse/industrial_craft_2/solar_panel/index.html b/static/browse/industrial_craft_2/solar_panel/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/solar_panel/index.html rename to static/browse/industrial_craft_2/solar_panel/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/solid_canning_machine.png b/static/browse/industrial_craft_2/solid_canning_machine/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/solid_canning_machine.png rename to static/browse/industrial_craft_2/solid_canning_machine/icon.png diff --git a/prerender/browse/industrial_craft_2/solid_canning_machine/index.html b/static/browse/industrial_craft_2/solid_canning_machine/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/solid_canning_machine/index.html rename to static/browse/industrial_craft_2/solid_canning_machine/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/solid_heat_generator.png b/static/browse/industrial_craft_2/solid_heat_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/solid_heat_generator.png rename to static/browse/industrial_craft_2/solid_heat_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/solid_heat_generator/index.html b/static/browse/industrial_craft_2/solid_heat_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/solid_heat_generator/index.html rename to static/browse/industrial_craft_2/solid_heat_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/static_boots.png b/static/browse/industrial_craft_2/static_boots/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/static_boots.png rename to static/browse/industrial_craft_2/static_boots/icon.png diff --git a/prerender/browse/industrial_craft_2/static_boots/index.html b/static/browse/industrial_craft_2/static_boots/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/static_boots/index.html rename to static/browse/industrial_craft_2/static_boots/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/steam.png b/static/browse/industrial_craft_2/steam/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/steam.png rename to static/browse/industrial_craft_2/steam/icon.png diff --git a/prerender/browse/industrial_craft_2/steam/index.html b/static/browse/industrial_craft_2/steam/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/steam/index.html rename to static/browse/industrial_craft_2/steam/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/steam_cell.png b/static/browse/industrial_craft_2/steam_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/steam_cell.png rename to static/browse/industrial_craft_2/steam_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/steam_cell/index.html b/static/browse/industrial_craft_2/steam_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/steam_cell/index.html rename to static/browse/industrial_craft_2/steam_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/steam_generator.png b/static/browse/industrial_craft_2/steam_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/steam_generator.png rename to static/browse/industrial_craft_2/steam_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/steam_generator/index.html b/static/browse/industrial_craft_2/steam_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/steam_generator/index.html rename to static/browse/industrial_craft_2/steam_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/steam_turbine.png b/static/browse/industrial_craft_2/steam_turbine/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/steam_turbine.png rename to static/browse/industrial_craft_2/steam_turbine/icon.png diff --git a/prerender/browse/industrial_craft_2/steam_turbine/index.html b/static/browse/industrial_craft_2/steam_turbine/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/steam_turbine/index.html rename to static/browse/industrial_craft_2/steam_turbine/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/steam_turbine_blade.png b/static/browse/industrial_craft_2/steam_turbine_blade/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/steam_turbine_blade.png rename to static/browse/industrial_craft_2/steam_turbine_blade/icon.png diff --git a/prerender/browse/industrial_craft_2/steam_turbine_blade/index.html b/static/browse/industrial_craft_2/steam_turbine_blade/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/steam_turbine_blade/index.html rename to static/browse/industrial_craft_2/steam_turbine_blade/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/steel_rotor_blade.png b/static/browse/industrial_craft_2/steel_rotor_blade/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/steel_rotor_blade.png rename to static/browse/industrial_craft_2/steel_rotor_blade/icon.png diff --git a/prerender/browse/industrial_craft_2/steel_rotor_blade/index.html b/static/browse/industrial_craft_2/steel_rotor_blade/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/steel_rotor_blade/index.html rename to static/browse/industrial_craft_2/steel_rotor_blade/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/stickreed_seeds.png b/static/browse/industrial_craft_2/stickreed_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/stickreed_seeds.png rename to static/browse/industrial_craft_2/stickreed_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/sticky_dynamite.png b/static/browse/industrial_craft_2/sticky_dynamite/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/sticky_dynamite.png rename to static/browse/industrial_craft_2/sticky_dynamite/icon.png diff --git a/prerender/browse/industrial_craft_2/sticky_dynamite/index.html b/static/browse/industrial_craft_2/sticky_dynamite/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/sticky_dynamite/index.html rename to static/browse/industrial_craft_2/sticky_dynamite/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/sticky_resin.png b/static/browse/industrial_craft_2/sticky_resin/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/sticky_resin.png rename to static/browse/industrial_craft_2/sticky_resin/icon.png diff --git a/prerender/browse/industrial_craft_2/sticky_resin/index.html b/static/browse/industrial_craft_2/sticky_resin/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/sticky_resin/index.html rename to static/browse/industrial_craft_2/sticky_resin/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/stirling_generator.png b/static/browse/industrial_craft_2/stirling_generator/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/stirling_generator.png rename to static/browse/industrial_craft_2/stirling_generator/icon.png diff --git a/prerender/browse/industrial_craft_2/stirling_generator/index.html b/static/browse/industrial_craft_2/stirling_generator/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/stirling_generator/index.html rename to static/browse/industrial_craft_2/stirling_generator/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/stone_dust.png b/static/browse/industrial_craft_2/stone_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/stone_dust.png rename to static/browse/industrial_craft_2/stone_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/stone_dust/index.html b/static/browse/industrial_craft_2/stone_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/stone_dust/index.html rename to static/browse/industrial_craft_2/stone_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/stone_mug.png b/static/browse/industrial_craft_2/stone_mug/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/stone_mug.png rename to static/browse/industrial_craft_2/stone_mug/icon.png diff --git a/prerender/browse/industrial_craft_2/stone_mug/index.html b/static/browse/industrial_craft_2/stone_mug/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/stone_mug/index.html rename to static/browse/industrial_craft_2/stone_mug/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/sulfur_dust.png b/static/browse/industrial_craft_2/sulfur_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/sulfur_dust.png rename to static/browse/industrial_craft_2/sulfur_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/sulfur_dust/index.html b/static/browse/industrial_craft_2/sulfur_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/sulfur_dust/index.html rename to static/browse/industrial_craft_2/sulfur_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/superheated_steam.png b/static/browse/industrial_craft_2/superheated_steam/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/superheated_steam.png rename to static/browse/industrial_craft_2/superheated_steam/icon.png diff --git a/prerender/browse/industrial_craft_2/superheated_steam/index.html b/static/browse/industrial_craft_2/superheated_steam/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/superheated_steam/index.html rename to static/browse/industrial_craft_2/superheated_steam/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/superheated_steam_cell.png b/static/browse/industrial_craft_2/superheated_steam_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/superheated_steam_cell.png rename to static/browse/industrial_craft_2/superheated_steam_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/superheated_steam_cell/index.html b/static/browse/industrial_craft_2/superheated_steam_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/superheated_steam_cell/index.html rename to static/browse/industrial_craft_2/superheated_steam_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/teleporter.png b/static/browse/industrial_craft_2/teleporter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/teleporter.png rename to static/browse/industrial_craft_2/teleporter/icon.png diff --git a/prerender/browse/industrial_craft_2/teleporter/index.html b/static/browse/industrial_craft_2/teleporter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/teleporter/index.html rename to static/browse/industrial_craft_2/teleporter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/terra_wart.png b/static/browse/industrial_craft_2/terra_wart/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/terra_wart.png rename to static/browse/industrial_craft_2/terra_wart/icon.png diff --git a/prerender/browse/industrial_craft_2/terra_wart/index.html b/static/browse/industrial_craft_2/terra_wart/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/terra_wart/index.html rename to static/browse/industrial_craft_2/terra_wart/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/terra_wart_seeds.png b/static/browse/industrial_craft_2/terra_wart_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/terra_wart_seeds.png rename to static/browse/industrial_craft_2/terra_wart_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/terraformer.png b/static/browse/industrial_craft_2/terraformer/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/terraformer.png rename to static/browse/industrial_craft_2/terraformer/icon.png diff --git a/prerender/browse/industrial_craft_2/terraformer/index.html b/static/browse/industrial_craft_2/terraformer/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/terraformer/index.html rename to static/browse/industrial_craft_2/terraformer/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tesla_coil.png b/static/browse/industrial_craft_2/tesla_coil/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tesla_coil.png rename to static/browse/industrial_craft_2/tesla_coil/icon.png diff --git a/prerender/browse/industrial_craft_2/tesla_coil/index.html b/static/browse/industrial_craft_2/tesla_coil/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tesla_coil/index.html rename to static/browse/industrial_craft_2/tesla_coil/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_chilling.png b/static/browse/industrial_craft_2/tfbp_chilling/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_chilling.png rename to static/browse/industrial_craft_2/tfbp_chilling/icon.png diff --git a/prerender/browse/industrial_craft_2/tfbp_chilling/index.html b/static/browse/industrial_craft_2/tfbp_chilling/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tfbp_chilling/index.html rename to static/browse/industrial_craft_2/tfbp_chilling/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_cultivation.png b/static/browse/industrial_craft_2/tfbp_cultivation/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_cultivation.png rename to static/browse/industrial_craft_2/tfbp_cultivation/icon.png diff --git a/prerender/browse/industrial_craft_2/tfbp_cultivation/index.html b/static/browse/industrial_craft_2/tfbp_cultivation/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tfbp_cultivation/index.html rename to static/browse/industrial_craft_2/tfbp_cultivation/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_desertification.png b/static/browse/industrial_craft_2/tfbp_desertification/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_desertification.png rename to static/browse/industrial_craft_2/tfbp_desertification/icon.png diff --git a/prerender/browse/industrial_craft_2/tfbp_desertification/index.html b/static/browse/industrial_craft_2/tfbp_desertification/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tfbp_desertification/index.html rename to static/browse/industrial_craft_2/tfbp_desertification/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_empty.png b/static/browse/industrial_craft_2/tfbp_empty/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_empty.png rename to static/browse/industrial_craft_2/tfbp_empty/icon.png diff --git a/prerender/browse/industrial_craft_2/tfbp_empty/index.html b/static/browse/industrial_craft_2/tfbp_empty/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tfbp_empty/index.html rename to static/browse/industrial_craft_2/tfbp_empty/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_flatification.png b/static/browse/industrial_craft_2/tfbp_flatification/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_flatification.png rename to static/browse/industrial_craft_2/tfbp_flatification/icon.png diff --git a/prerender/browse/industrial_craft_2/tfbp_flatification/index.html b/static/browse/industrial_craft_2/tfbp_flatification/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tfbp_flatification/index.html rename to static/browse/industrial_craft_2/tfbp_flatification/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_irrigation.png b/static/browse/industrial_craft_2/tfbp_irrigation/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_irrigation.png rename to static/browse/industrial_craft_2/tfbp_irrigation/icon.png diff --git a/prerender/browse/industrial_craft_2/tfbp_irrigation/index.html b/static/browse/industrial_craft_2/tfbp_irrigation/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tfbp_irrigation/index.html rename to static/browse/industrial_craft_2/tfbp_irrigation/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_mushroom.png b/static/browse/industrial_craft_2/tfbp_mushroom/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tfbp_mushroom.png rename to static/browse/industrial_craft_2/tfbp_mushroom/icon.png diff --git a/prerender/browse/industrial_craft_2/tfbp_mushroom/index.html b/static/browse/industrial_craft_2/tfbp_mushroom/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tfbp_mushroom/index.html rename to static/browse/industrial_craft_2/tfbp_mushroom/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/thermal_centrifuge.png b/static/browse/industrial_craft_2/thermal_centrifuge/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/thermal_centrifuge.png rename to static/browse/industrial_craft_2/thermal_centrifuge/icon.png diff --git a/prerender/browse/industrial_craft_2/thermal_centrifuge/index.html b/static/browse/industrial_craft_2/thermal_centrifuge/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/thermal_centrifuge/index.html rename to static/browse/industrial_craft_2/thermal_centrifuge/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/thick_neutron_reflector.png b/static/browse/industrial_craft_2/thick_neutron_reflector/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/thick_neutron_reflector.png rename to static/browse/industrial_craft_2/thick_neutron_reflector/icon.png diff --git a/prerender/browse/industrial_craft_2/thick_neutron_reflector/index.html b/static/browse/industrial_craft_2/thick_neutron_reflector/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/thick_neutron_reflector/index.html rename to static/browse/industrial_craft_2/thick_neutron_reflector/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tile_blockdooralloy_name.png b/static/browse/industrial_craft_2/tile_blockdooralloy_name/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tile_blockdooralloy_name.png rename to static/browse/industrial_craft_2/tile_blockdooralloy_name/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tin_block.png b/static/browse/industrial_craft_2/tin_block/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tin_block.png rename to static/browse/industrial_craft_2/tin_block/icon.png diff --git a/prerender/browse/industrial_craft_2/tin_block/index.html b/static/browse/industrial_craft_2/tin_block/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tin_block/index.html rename to static/browse/industrial_craft_2/tin_block/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tin_cable.png b/static/browse/industrial_craft_2/tin_cable/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tin_cable.png rename to static/browse/industrial_craft_2/tin_cable/icon.png diff --git a/prerender/browse/industrial_craft_2/tin_cable/index.html b/static/browse/industrial_craft_2/tin_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tin_cable/index.html rename to static/browse/industrial_craft_2/tin_cable/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tin_can.png b/static/browse/industrial_craft_2/tin_can/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tin_can.png rename to static/browse/industrial_craft_2/tin_can/icon.png diff --git a/prerender/browse/industrial_craft_2/tin_can/index.html b/static/browse/industrial_craft_2/tin_can/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tin_can/index.html rename to static/browse/industrial_craft_2/tin_can/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tin_dust.png b/static/browse/industrial_craft_2/tin_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tin_dust.png rename to static/browse/industrial_craft_2/tin_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/tin_dust/index.html b/static/browse/industrial_craft_2/tin_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tin_dust/index.html rename to static/browse/industrial_craft_2/tin_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tin_ingot.png b/static/browse/industrial_craft_2/tin_ingot/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tin_ingot.png rename to static/browse/industrial_craft_2/tin_ingot/icon.png diff --git a/prerender/browse/industrial_craft_2/tin_ingot/index.html b/static/browse/industrial_craft_2/tin_ingot/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tin_ingot/index.html rename to static/browse/industrial_craft_2/tin_ingot/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tin_item_casing.png b/static/browse/industrial_craft_2/tin_item_casing/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tin_item_casing.png rename to static/browse/industrial_craft_2/tin_item_casing/icon.png diff --git a/prerender/browse/industrial_craft_2/tin_item_casing/index.html b/static/browse/industrial_craft_2/tin_item_casing/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tin_item_casing/index.html rename to static/browse/industrial_craft_2/tin_item_casing/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tin_ore.png b/static/browse/industrial_craft_2/tin_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tin_ore.png rename to static/browse/industrial_craft_2/tin_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/tin_ore/index.html b/static/browse/industrial_craft_2/tin_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tin_ore/index.html rename to static/browse/industrial_craft_2/tin_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tin_plate.png b/static/browse/industrial_craft_2/tin_plate/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tin_plate.png rename to static/browse/industrial_craft_2/tin_plate/icon.png diff --git a/prerender/browse/industrial_craft_2/tin_plate/index.html b/static/browse/industrial_craft_2/tin_plate/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tin_plate/index.html rename to static/browse/industrial_craft_2/tin_plate/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_bronze_dust.png b/static/browse/industrial_craft_2/tiny_pile_of_bronze_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_bronze_dust.png rename to static/browse/industrial_craft_2/tiny_pile_of_bronze_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_bronze_dust/index.html b/static/browse/industrial_craft_2/tiny_pile_of_bronze_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_bronze_dust/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_bronze_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_copper_dust.png b/static/browse/industrial_craft_2/tiny_pile_of_copper_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_copper_dust.png rename to static/browse/industrial_craft_2/tiny_pile_of_copper_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_copper_dust/index.html b/static/browse/industrial_craft_2/tiny_pile_of_copper_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_copper_dust/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_copper_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_gold_dust.png b/static/browse/industrial_craft_2/tiny_pile_of_gold_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_gold_dust.png rename to static/browse/industrial_craft_2/tiny_pile_of_gold_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_gold_dust/index.html b/static/browse/industrial_craft_2/tiny_pile_of_gold_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_gold_dust/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_gold_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_iron_dust.png b/static/browse/industrial_craft_2/tiny_pile_of_iron_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_iron_dust.png rename to static/browse/industrial_craft_2/tiny_pile_of_iron_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_iron_dust/index.html b/static/browse/industrial_craft_2/tiny_pile_of_iron_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_iron_dust/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_iron_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_lapis_dust.png b/static/browse/industrial_craft_2/tiny_pile_of_lapis_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_lapis_dust.png rename to static/browse/industrial_craft_2/tiny_pile_of_lapis_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_lapis_dust/index.html b/static/browse/industrial_craft_2/tiny_pile_of_lapis_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_lapis_dust/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_lapis_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_lead_dust.png b/static/browse/industrial_craft_2/tiny_pile_of_lead_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_lead_dust.png rename to static/browse/industrial_craft_2/tiny_pile_of_lead_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_lead_dust/index.html b/static/browse/industrial_craft_2/tiny_pile_of_lead_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_lead_dust/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_lead_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_lithium_dust.png b/static/browse/industrial_craft_2/tiny_pile_of_lithium_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_lithium_dust.png rename to static/browse/industrial_craft_2/tiny_pile_of_lithium_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_lithium_dust/index.html b/static/browse/industrial_craft_2/tiny_pile_of_lithium_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_lithium_dust/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_lithium_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_obsidian_dust.png b/static/browse/industrial_craft_2/tiny_pile_of_obsidian_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_obsidian_dust.png rename to static/browse/industrial_craft_2/tiny_pile_of_obsidian_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_obsidian_dust/index.html b/static/browse/industrial_craft_2/tiny_pile_of_obsidian_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_obsidian_dust/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_obsidian_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_plutonium.png b/static/browse/industrial_craft_2/tiny_pile_of_plutonium/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_plutonium.png rename to static/browse/industrial_craft_2/tiny_pile_of_plutonium/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_plutonium/index.html b/static/browse/industrial_craft_2/tiny_pile_of_plutonium/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_plutonium/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_plutonium/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_silver_dust.png b/static/browse/industrial_craft_2/tiny_pile_of_silver_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_silver_dust.png rename to static/browse/industrial_craft_2/tiny_pile_of_silver_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_silver_dust/index.html b/static/browse/industrial_craft_2/tiny_pile_of_silver_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_silver_dust/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_silver_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_sulfur_dust.png b/static/browse/industrial_craft_2/tiny_pile_of_sulfur_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_sulfur_dust.png rename to static/browse/industrial_craft_2/tiny_pile_of_sulfur_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_sulfur_dust/index.html b/static/browse/industrial_craft_2/tiny_pile_of_sulfur_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_sulfur_dust/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_sulfur_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_tin_dust.png b/static/browse/industrial_craft_2/tiny_pile_of_tin_dust/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_tin_dust.png rename to static/browse/industrial_craft_2/tiny_pile_of_tin_dust/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_tin_dust/index.html b/static/browse/industrial_craft_2/tiny_pile_of_tin_dust/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_tin_dust/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_tin_dust/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_uranium_235.png b/static/browse/industrial_craft_2/tiny_pile_of_uranium_235/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tiny_pile_of_uranium_235.png rename to static/browse/industrial_craft_2/tiny_pile_of_uranium_235/icon.png diff --git a/prerender/browse/industrial_craft_2/tiny_pile_of_uranium_235/index.html b/static/browse/industrial_craft_2/tiny_pile_of_uranium_235/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tiny_pile_of_uranium_235/index.html rename to static/browse/industrial_craft_2/tiny_pile_of_uranium_235/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tool_box.png b/static/browse/industrial_craft_2/tool_box/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tool_box.png rename to static/browse/industrial_craft_2/tool_box/icon.png diff --git a/prerender/browse/industrial_craft_2/tool_box/index.html b/static/browse/industrial_craft_2/tool_box/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/tool_box/index.html rename to static/browse/industrial_craft_2/tool_box/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/trade_o_mat.png b/static/browse/industrial_craft_2/trade_o_mat/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/trade_o_mat.png rename to static/browse/industrial_craft_2/trade_o_mat/icon.png diff --git a/prerender/browse/industrial_craft_2/trade_o_mat/index.html b/static/browse/industrial_craft_2/trade_o_mat/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/trade_o_mat/index.html rename to static/browse/industrial_craft_2/trade_o_mat/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/transformer_upgrade.png b/static/browse/industrial_craft_2/transformer_upgrade/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/transformer_upgrade.png rename to static/browse/industrial_craft_2/transformer_upgrade/icon.png diff --git a/prerender/browse/industrial_craft_2/transformer_upgrade/index.html b/static/browse/industrial_craft_2/transformer_upgrade/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/transformer_upgrade/index.html rename to static/browse/industrial_craft_2/transformer_upgrade/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/treetap.png b/static/browse/industrial_craft_2/treetap/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/treetap.png rename to static/browse/industrial_craft_2/treetap/icon.png diff --git a/prerender/browse/industrial_craft_2/treetap/index.html b/static/browse/industrial_craft_2/treetap/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/treetap/index.html rename to static/browse/industrial_craft_2/treetap/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/tulip_seeds.png b/static/browse/industrial_craft_2/tulip_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/tulip_seeds.png rename to static/browse/industrial_craft_2/tulip_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/turning_table.png b/static/browse/industrial_craft_2/turning_table/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/turning_table.png rename to static/browse/industrial_craft_2/turning_table/icon.png diff --git a/prerender/browse/industrial_craft_2/turning_table/index.html b/static/browse/industrial_craft_2/turning_table/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/turning_table/index.html rename to static/browse/industrial_craft_2/turning_table/index.html diff --git a/prerender/browse/industrial_craft_2/ultra_low_current_cable/index.html b/static/browse/industrial_craft_2/ultra_low_current_cable/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/ultra_low_current_cable/index.html rename to static/browse/industrial_craft_2/ultra_low_current_cable/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell.png b/static/browse/industrial_craft_2/universal_fluid_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell.png rename to static/browse/industrial_craft_2/universal_fluid_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/universal_fluid_cell/index.html b/static/browse/industrial_craft_2/universal_fluid_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/universal_fluid_cell/index.html rename to static/browse/industrial_craft_2/universal_fluid_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_10.png b/static/browse/industrial_craft_2/universal_fluid_cell_10/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_10.png rename to static/browse/industrial_craft_2/universal_fluid_cell_10/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_11.png b/static/browse/industrial_craft_2/universal_fluid_cell_11/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_11.png rename to static/browse/industrial_craft_2/universal_fluid_cell_11/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_12.png b/static/browse/industrial_craft_2/universal_fluid_cell_12/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_12.png rename to static/browse/industrial_craft_2/universal_fluid_cell_12/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_13.png b/static/browse/industrial_craft_2/universal_fluid_cell_13/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_13.png rename to static/browse/industrial_craft_2/universal_fluid_cell_13/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_2.png b/static/browse/industrial_craft_2/universal_fluid_cell_2/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_2.png rename to static/browse/industrial_craft_2/universal_fluid_cell_2/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_3.png b/static/browse/industrial_craft_2/universal_fluid_cell_3/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_3.png rename to static/browse/industrial_craft_2/universal_fluid_cell_3/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_4.png b/static/browse/industrial_craft_2/universal_fluid_cell_4/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_4.png rename to static/browse/industrial_craft_2/universal_fluid_cell_4/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_5.png b/static/browse/industrial_craft_2/universal_fluid_cell_5/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_5.png rename to static/browse/industrial_craft_2/universal_fluid_cell_5/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_6.png b/static/browse/industrial_craft_2/universal_fluid_cell_6/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_6.png rename to static/browse/industrial_craft_2/universal_fluid_cell_6/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_7.png b/static/browse/industrial_craft_2/universal_fluid_cell_7/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_7.png rename to static/browse/industrial_craft_2/universal_fluid_cell_7/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_8.png b/static/browse/industrial_craft_2/universal_fluid_cell_8/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_8.png rename to static/browse/industrial_craft_2/universal_fluid_cell_8/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_9.png b/static/browse/industrial_craft_2/universal_fluid_cell_9/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/universal_fluid_cell_9.png rename to static/browse/industrial_craft_2/universal_fluid_cell_9/icon.png diff --git a/prerender/browse/industrial_craft_2/uranium/index.html b/static/browse/industrial_craft_2/uranium/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/uranium/index.html rename to static/browse/industrial_craft_2/uranium/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/uranium_235.png b/static/browse/industrial_craft_2/uranium_235/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/uranium_235.png rename to static/browse/industrial_craft_2/uranium_235/icon.png diff --git a/prerender/browse/industrial_craft_2/uranium_235/index.html b/static/browse/industrial_craft_2/uranium_235/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/uranium_235/index.html rename to static/browse/industrial_craft_2/uranium_235/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/uranium_238.png b/static/browse/industrial_craft_2/uranium_238/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/uranium_238.png rename to static/browse/industrial_craft_2/uranium_238/icon.png diff --git a/prerender/browse/industrial_craft_2/uranium_238/index.html b/static/browse/industrial_craft_2/uranium_238/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/uranium_238/index.html rename to static/browse/industrial_craft_2/uranium_238/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/uranium_block.png b/static/browse/industrial_craft_2/uranium_block/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/uranium_block.png rename to static/browse/industrial_craft_2/uranium_block/icon.png diff --git a/prerender/browse/industrial_craft_2/uranium_block/index.html b/static/browse/industrial_craft_2/uranium_block/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/uranium_block/index.html rename to static/browse/industrial_craft_2/uranium_block/index.html diff --git a/prerender/browse/industrial_craft_2/uranium_cell/index.html b/static/browse/industrial_craft_2/uranium_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/uranium_cell/index.html rename to static/browse/industrial_craft_2/uranium_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/uranium_ore.png b/static/browse/industrial_craft_2/uranium_ore/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/uranium_ore.png rename to static/browse/industrial_craft_2/uranium_ore/icon.png diff --git a/prerender/browse/industrial_craft_2/uranium_ore/index.html b/static/browse/industrial_craft_2/uranium_ore/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/uranium_ore/index.html rename to static/browse/industrial_craft_2/uranium_ore/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/uu_matter.png b/static/browse/industrial_craft_2/uu_matter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/uu_matter.png rename to static/browse/industrial_craft_2/uu_matter/icon.png diff --git a/prerender/browse/industrial_craft_2/uu_matter/index.html b/static/browse/industrial_craft_2/uu_matter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/uu_matter/index.html rename to static/browse/industrial_craft_2/uu_matter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/uumatter_cell.png b/static/browse/industrial_craft_2/uumatter_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/uumatter_cell.png rename to static/browse/industrial_craft_2/uumatter_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/uumatter_cell/index.html b/static/browse/industrial_craft_2/uumatter_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/uumatter_cell/index.html rename to static/browse/industrial_craft_2/uumatter_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/venomilia_seeds.png b/static/browse/industrial_craft_2/venomilia_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/venomilia_seeds.png rename to static/browse/industrial_craft_2/venomilia_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/water_cell.png b/static/browse/industrial_craft_2/water_cell/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/water_cell.png rename to static/browse/industrial_craft_2/water_cell/icon.png diff --git a/prerender/browse/industrial_craft_2/water_cell/index.html b/static/browse/industrial_craft_2/water_cell/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/water_cell/index.html rename to static/browse/industrial_craft_2/water_cell/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/water_mill.png b/static/browse/industrial_craft_2/water_mill/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/water_mill.png rename to static/browse/industrial_craft_2/water_mill/icon.png diff --git a/prerender/browse/industrial_craft_2/water_mill/index.html b/static/browse/industrial_craft_2/water_mill/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/water_mill/index.html rename to static/browse/industrial_craft_2/water_mill/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/weed.png b/static/browse/industrial_craft_2/weed/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/weed.png rename to static/browse/industrial_craft_2/weed/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/weed_ex.png b/static/browse/industrial_craft_2/weed_ex/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/weed_ex.png rename to static/browse/industrial_craft_2/weed_ex/icon.png diff --git a/prerender/browse/industrial_craft_2/weed_ex/index.html b/static/browse/industrial_craft_2/weed_ex/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/weed_ex/index.html rename to static/browse/industrial_craft_2/weed_ex/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/weed_seeds.png b/static/browse/industrial_craft_2/weed_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/weed_seeds.png rename to static/browse/industrial_craft_2/weed_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/weeding_trowel.png b/static/browse/industrial_craft_2/weeding_trowel/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/weeding_trowel.png rename to static/browse/industrial_craft_2/weeding_trowel/icon.png diff --git a/prerender/browse/industrial_craft_2/weeding_trowel/index.html b/static/browse/industrial_craft_2/weeding_trowel/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/weeding_trowel/index.html rename to static/browse/industrial_craft_2/weeding_trowel/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/wheat_seeds.png b/static/browse/industrial_craft_2/wheat_seeds/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/wheat_seeds.png rename to static/browse/industrial_craft_2/wheat_seeds/icon.png diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/white_painter.png b/static/browse/industrial_craft_2/white_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/white_painter.png rename to static/browse/industrial_craft_2/white_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/white_painter/index.html b/static/browse/industrial_craft_2/white_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/white_painter/index.html rename to static/browse/industrial_craft_2/white_painter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/wind_mill.png b/static/browse/industrial_craft_2/wind_mill/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/wind_mill.png rename to static/browse/industrial_craft_2/wind_mill/icon.png diff --git a/prerender/browse/industrial_craft_2/wind_mill/index.html b/static/browse/industrial_craft_2/wind_mill/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/wind_mill/index.html rename to static/browse/industrial_craft_2/wind_mill/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/windmeter.png b/static/browse/industrial_craft_2/windmeter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/windmeter.png rename to static/browse/industrial_craft_2/windmeter/icon.png diff --git a/prerender/browse/industrial_craft_2/windmeter/index.html b/static/browse/industrial_craft_2/windmeter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/windmeter/index.html rename to static/browse/industrial_craft_2/windmeter/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/wood_rotor_blade.png b/static/browse/industrial_craft_2/wood_rotor_blade/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/wood_rotor_blade.png rename to static/browse/industrial_craft_2/wood_rotor_blade/icon.png diff --git a/prerender/browse/industrial_craft_2/wood_rotor_blade/index.html b/static/browse/industrial_craft_2/wood_rotor_blade/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/wood_rotor_blade/index.html rename to static/browse/industrial_craft_2/wood_rotor_blade/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/wooden_turning_blank.png b/static/browse/industrial_craft_2/wooden_turning_blank/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/wooden_turning_blank.png rename to static/browse/industrial_craft_2/wooden_turning_blank/icon.png diff --git a/prerender/browse/industrial_craft_2/wooden_turning_blank/index.html b/static/browse/industrial_craft_2/wooden_turning_blank/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/wooden_turning_blank/index.html rename to static/browse/industrial_craft_2/wooden_turning_blank/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/wrench.png b/static/browse/industrial_craft_2/wrench/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/wrench.png rename to static/browse/industrial_craft_2/wrench/icon.png diff --git a/prerender/browse/industrial_craft_2/wrench/index.html b/static/browse/industrial_craft_2/wrench/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/wrench/index.html rename to static/browse/industrial_craft_2/wrench/index.html diff --git a/src/data/industrial_craft_2/experimental-2.2.663/images/yellow_painter.png b/static/browse/industrial_craft_2/yellow_painter/icon.png similarity index 100% rename from src/data/industrial_craft_2/experimental-2.2.663/images/yellow_painter.png rename to static/browse/industrial_craft_2/yellow_painter/icon.png diff --git a/prerender/browse/industrial_craft_2/yellow_painter/index.html b/static/browse/industrial_craft_2/yellow_painter/index.html similarity index 100% rename from prerender/browse/industrial_craft_2/yellow_painter/index.html rename to static/browse/industrial_craft_2/yellow_painter/index.html diff --git a/src/data/minecraft/1.7.10/images/acacia_leaves.png b/static/browse/minecraft/acacia_leaves/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/acacia_leaves.png rename to static/browse/minecraft/acacia_leaves/icon.png diff --git a/prerender/browse/minecraft/acacia_leaves/index.html b/static/browse/minecraft/acacia_leaves/index.html similarity index 100% rename from prerender/browse/minecraft/acacia_leaves/index.html rename to static/browse/minecraft/acacia_leaves/index.html diff --git a/src/data/minecraft/1.7.10/images/acacia_sapling.png b/static/browse/minecraft/acacia_sapling/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/acacia_sapling.png rename to static/browse/minecraft/acacia_sapling/icon.png diff --git a/prerender/browse/minecraft/acacia_sapling/index.html b/static/browse/minecraft/acacia_sapling/index.html similarity index 100% rename from prerender/browse/minecraft/acacia_sapling/index.html rename to static/browse/minecraft/acacia_sapling/index.html diff --git a/src/data/minecraft/1.7.10/images/acacia_wood.png b/static/browse/minecraft/acacia_wood/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/acacia_wood.png rename to static/browse/minecraft/acacia_wood/icon.png diff --git a/prerender/browse/minecraft/acacia_wood/index.html b/static/browse/minecraft/acacia_wood/index.html similarity index 100% rename from prerender/browse/minecraft/acacia_wood/index.html rename to static/browse/minecraft/acacia_wood/index.html diff --git a/src/data/minecraft/1.7.10/images/acacia_wood_planks.png b/static/browse/minecraft/acacia_wood_planks/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/acacia_wood_planks.png rename to static/browse/minecraft/acacia_wood_planks/icon.png diff --git a/prerender/browse/minecraft/acacia_wood_planks/index.html b/static/browse/minecraft/acacia_wood_planks/index.html similarity index 100% rename from prerender/browse/minecraft/acacia_wood_planks/index.html rename to static/browse/minecraft/acacia_wood_planks/index.html diff --git a/src/data/minecraft/1.7.10/images/acacia_wood_slab.png b/static/browse/minecraft/acacia_wood_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/acacia_wood_slab.png rename to static/browse/minecraft/acacia_wood_slab/icon.png diff --git a/prerender/browse/minecraft/acacia_wood_slab/index.html b/static/browse/minecraft/acacia_wood_slab/index.html similarity index 100% rename from prerender/browse/minecraft/acacia_wood_slab/index.html rename to static/browse/minecraft/acacia_wood_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/acacia_wood_stairs.png b/static/browse/minecraft/acacia_wood_stairs/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/acacia_wood_stairs.png rename to static/browse/minecraft/acacia_wood_stairs/icon.png diff --git a/prerender/browse/minecraft/acacia_wood_stairs/index.html b/static/browse/minecraft/acacia_wood_stairs/index.html similarity index 100% rename from prerender/browse/minecraft/acacia_wood_stairs/index.html rename to static/browse/minecraft/acacia_wood_stairs/index.html diff --git a/src/data/minecraft/1.7.10/images/activator_rail.png b/static/browse/minecraft/activator_rail/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/activator_rail.png rename to static/browse/minecraft/activator_rail/icon.png diff --git a/prerender/browse/minecraft/activator_rail/index.html b/static/browse/minecraft/activator_rail/index.html similarity index 100% rename from prerender/browse/minecraft/activator_rail/index.html rename to static/browse/minecraft/activator_rail/index.html diff --git a/src/data/minecraft/1.7.10/images/allium.png b/static/browse/minecraft/allium/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/allium.png rename to static/browse/minecraft/allium/icon.png diff --git a/prerender/browse/minecraft/allium/index.html b/static/browse/minecraft/allium/index.html similarity index 100% rename from prerender/browse/minecraft/allium/index.html rename to static/browse/minecraft/allium/index.html diff --git a/src/data/minecraft/1.7.10/images/anvil.png b/static/browse/minecraft/anvil/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/anvil.png rename to static/browse/minecraft/anvil/icon.png diff --git a/prerender/browse/minecraft/anvil/index.html b/static/browse/minecraft/anvil/index.html similarity index 100% rename from prerender/browse/minecraft/anvil/index.html rename to static/browse/minecraft/anvil/index.html diff --git a/src/data/minecraft/1.7.10/images/apple.png b/static/browse/minecraft/apple/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/apple.png rename to static/browse/minecraft/apple/icon.png diff --git a/prerender/browse/minecraft/apple/index.html b/static/browse/minecraft/apple/index.html similarity index 100% rename from prerender/browse/minecraft/apple/index.html rename to static/browse/minecraft/apple/index.html diff --git a/src/data/minecraft/1.7.10/images/arrow.png b/static/browse/minecraft/arrow/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/arrow.png rename to static/browse/minecraft/arrow/icon.png diff --git a/prerender/browse/minecraft/arrow/index.html b/static/browse/minecraft/arrow/index.html similarity index 100% rename from prerender/browse/minecraft/arrow/index.html rename to static/browse/minecraft/arrow/index.html diff --git a/src/data/minecraft/1.7.10/images/awkward_potion.png b/static/browse/minecraft/awkward_potion/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/awkward_potion.png rename to static/browse/minecraft/awkward_potion/icon.png diff --git a/prerender/browse/minecraft/awkward_potion/index.html b/static/browse/minecraft/awkward_potion/index.html similarity index 100% rename from prerender/browse/minecraft/awkward_potion/index.html rename to static/browse/minecraft/awkward_potion/index.html diff --git a/src/data/minecraft/1.7.10/images/azure_bluet.png b/static/browse/minecraft/azure_bluet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/azure_bluet.png rename to static/browse/minecraft/azure_bluet/icon.png diff --git a/prerender/browse/minecraft/azure_bluet/index.html b/static/browse/minecraft/azure_bluet/index.html similarity index 100% rename from prerender/browse/minecraft/azure_bluet/index.html rename to static/browse/minecraft/azure_bluet/index.html diff --git a/src/data/minecraft/1.7.10/images/baked_potato.png b/static/browse/minecraft/baked_potato/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/baked_potato.png rename to static/browse/minecraft/baked_potato/icon.png diff --git a/prerender/browse/minecraft/baked_potato/index.html b/static/browse/minecraft/baked_potato/index.html similarity index 100% rename from prerender/browse/minecraft/baked_potato/index.html rename to static/browse/minecraft/baked_potato/index.html diff --git a/src/data/minecraft/1.7.10/images/beacon.png b/static/browse/minecraft/beacon/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/beacon.png rename to static/browse/minecraft/beacon/icon.png diff --git a/prerender/browse/minecraft/beacon/index.html b/static/browse/minecraft/beacon/index.html similarity index 100% rename from prerender/browse/minecraft/beacon/index.html rename to static/browse/minecraft/beacon/index.html diff --git a/src/data/minecraft/1.7.10/images/bed.png b/static/browse/minecraft/bed/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/bed.png rename to static/browse/minecraft/bed/icon.png diff --git a/prerender/browse/minecraft/bed/index.html b/static/browse/minecraft/bed/index.html similarity index 100% rename from prerender/browse/minecraft/bed/index.html rename to static/browse/minecraft/bed/index.html diff --git a/src/data/minecraft/1.7.10/images/bedrock.png b/static/browse/minecraft/bedrock/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/bedrock.png rename to static/browse/minecraft/bedrock/icon.png diff --git a/prerender/browse/minecraft/bedrock/index.html b/static/browse/minecraft/bedrock/index.html similarity index 100% rename from prerender/browse/minecraft/bedrock/index.html rename to static/browse/minecraft/bedrock/index.html diff --git a/src/data/minecraft/1.7.10/images/birch_leaves.png b/static/browse/minecraft/birch_leaves/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/birch_leaves.png rename to static/browse/minecraft/birch_leaves/icon.png diff --git a/prerender/browse/minecraft/birch_leaves/index.html b/static/browse/minecraft/birch_leaves/index.html similarity index 100% rename from prerender/browse/minecraft/birch_leaves/index.html rename to static/browse/minecraft/birch_leaves/index.html diff --git a/src/data/minecraft/1.7.10/images/birch_sapling.png b/static/browse/minecraft/birch_sapling/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/birch_sapling.png rename to static/browse/minecraft/birch_sapling/icon.png diff --git a/prerender/browse/minecraft/birch_sapling/index.html b/static/browse/minecraft/birch_sapling/index.html similarity index 100% rename from prerender/browse/minecraft/birch_sapling/index.html rename to static/browse/minecraft/birch_sapling/index.html diff --git a/src/data/minecraft/1.7.10/images/birch_wood.png b/static/browse/minecraft/birch_wood/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/birch_wood.png rename to static/browse/minecraft/birch_wood/icon.png diff --git a/prerender/browse/minecraft/birch_wood/index.html b/static/browse/minecraft/birch_wood/index.html similarity index 100% rename from prerender/browse/minecraft/birch_wood/index.html rename to static/browse/minecraft/birch_wood/index.html diff --git a/src/data/minecraft/1.7.10/images/birch_wood_planks.png b/static/browse/minecraft/birch_wood_planks/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/birch_wood_planks.png rename to static/browse/minecraft/birch_wood_planks/icon.png diff --git a/prerender/browse/minecraft/birch_wood_planks/index.html b/static/browse/minecraft/birch_wood_planks/index.html similarity index 100% rename from prerender/browse/minecraft/birch_wood_planks/index.html rename to static/browse/minecraft/birch_wood_planks/index.html diff --git a/src/data/minecraft/1.7.10/images/birch_wood_slab.png b/static/browse/minecraft/birch_wood_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/birch_wood_slab.png rename to static/browse/minecraft/birch_wood_slab/icon.png diff --git a/prerender/browse/minecraft/birch_wood_slab/index.html b/static/browse/minecraft/birch_wood_slab/index.html similarity index 100% rename from prerender/browse/minecraft/birch_wood_slab/index.html rename to static/browse/minecraft/birch_wood_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/birch_wood_stairs.png b/static/browse/minecraft/birch_wood_stairs/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/birch_wood_stairs.png rename to static/browse/minecraft/birch_wood_stairs/icon.png diff --git a/prerender/browse/minecraft/birch_wood_stairs/index.html b/static/browse/minecraft/birch_wood_stairs/index.html similarity index 100% rename from prerender/browse/minecraft/birch_wood_stairs/index.html rename to static/browse/minecraft/birch_wood_stairs/index.html diff --git a/src/data/minecraft/1.7.10/images/black_carpet.png b/static/browse/minecraft/black_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/black_carpet.png rename to static/browse/minecraft/black_carpet/icon.png diff --git a/prerender/browse/minecraft/black_carpet/index.html b/static/browse/minecraft/black_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/black_carpet/index.html rename to static/browse/minecraft/black_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/black_stained_clay.png b/static/browse/minecraft/black_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/black_stained_clay.png rename to static/browse/minecraft/black_stained_clay/icon.png diff --git a/prerender/browse/minecraft/black_stained_clay/index.html b/static/browse/minecraft/black_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/black_stained_clay/index.html rename to static/browse/minecraft/black_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/black_stained_glass.png b/static/browse/minecraft/black_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/black_stained_glass.png rename to static/browse/minecraft/black_stained_glass/icon.png diff --git a/prerender/browse/minecraft/black_stained_glass/index.html b/static/browse/minecraft/black_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/black_stained_glass/index.html rename to static/browse/minecraft/black_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/black_stained_glass_pane.png b/static/browse/minecraft/black_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/black_stained_glass_pane.png rename to static/browse/minecraft/black_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/black_stained_glass_pane/index.html b/static/browse/minecraft/black_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/black_stained_glass_pane/index.html rename to static/browse/minecraft/black_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/black_wool.png b/static/browse/minecraft/black_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/black_wool.png rename to static/browse/minecraft/black_wool/icon.png diff --git a/prerender/browse/minecraft/black_wool/index.html b/static/browse/minecraft/black_wool/index.html similarity index 100% rename from prerender/browse/minecraft/black_wool/index.html rename to static/browse/minecraft/black_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/blaze_powder.png b/static/browse/minecraft/blaze_powder/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/blaze_powder.png rename to static/browse/minecraft/blaze_powder/icon.png diff --git a/prerender/browse/minecraft/blaze_powder/index.html b/static/browse/minecraft/blaze_powder/index.html similarity index 100% rename from prerender/browse/minecraft/blaze_powder/index.html rename to static/browse/minecraft/blaze_powder/index.html diff --git a/src/data/minecraft/1.7.10/images/blaze_rod.png b/static/browse/minecraft/blaze_rod/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/blaze_rod.png rename to static/browse/minecraft/blaze_rod/icon.png diff --git a/prerender/browse/minecraft/blaze_rod/index.html b/static/browse/minecraft/blaze_rod/index.html similarity index 100% rename from prerender/browse/minecraft/blaze_rod/index.html rename to static/browse/minecraft/blaze_rod/index.html diff --git a/src/data/minecraft/1.7.10/images/block_of_coal.png b/static/browse/minecraft/block_of_coal/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/block_of_coal.png rename to static/browse/minecraft/block_of_coal/icon.png diff --git a/prerender/browse/minecraft/block_of_coal/index.html b/static/browse/minecraft/block_of_coal/index.html similarity index 100% rename from prerender/browse/minecraft/block_of_coal/index.html rename to static/browse/minecraft/block_of_coal/index.html diff --git a/src/data/minecraft/1.7.10/images/block_of_diamond.png b/static/browse/minecraft/block_of_diamond/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/block_of_diamond.png rename to static/browse/minecraft/block_of_diamond/icon.png diff --git a/prerender/browse/minecraft/block_of_diamond/index.html b/static/browse/minecraft/block_of_diamond/index.html similarity index 100% rename from prerender/browse/minecraft/block_of_diamond/index.html rename to static/browse/minecraft/block_of_diamond/index.html diff --git a/src/data/minecraft/1.7.10/images/block_of_emerald.png b/static/browse/minecraft/block_of_emerald/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/block_of_emerald.png rename to static/browse/minecraft/block_of_emerald/icon.png diff --git a/prerender/browse/minecraft/block_of_emerald/index.html b/static/browse/minecraft/block_of_emerald/index.html similarity index 100% rename from prerender/browse/minecraft/block_of_emerald/index.html rename to static/browse/minecraft/block_of_emerald/index.html diff --git a/src/data/minecraft/1.7.10/images/block_of_gold.png b/static/browse/minecraft/block_of_gold/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/block_of_gold.png rename to static/browse/minecraft/block_of_gold/icon.png diff --git a/prerender/browse/minecraft/block_of_gold/index.html b/static/browse/minecraft/block_of_gold/index.html similarity index 100% rename from prerender/browse/minecraft/block_of_gold/index.html rename to static/browse/minecraft/block_of_gold/index.html diff --git a/src/data/minecraft/1.7.10/images/block_of_iron.png b/static/browse/minecraft/block_of_iron/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/block_of_iron.png rename to static/browse/minecraft/block_of_iron/icon.png diff --git a/prerender/browse/minecraft/block_of_iron/index.html b/static/browse/minecraft/block_of_iron/index.html similarity index 100% rename from prerender/browse/minecraft/block_of_iron/index.html rename to static/browse/minecraft/block_of_iron/index.html diff --git a/src/data/minecraft/1.7.10/images/block_of_quartz.png b/static/browse/minecraft/block_of_quartz/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/block_of_quartz.png rename to static/browse/minecraft/block_of_quartz/icon.png diff --git a/prerender/browse/minecraft/block_of_quartz/index.html b/static/browse/minecraft/block_of_quartz/index.html similarity index 100% rename from prerender/browse/minecraft/block_of_quartz/index.html rename to static/browse/minecraft/block_of_quartz/index.html diff --git a/src/data/minecraft/1.7.10/images/block_of_redstone.png b/static/browse/minecraft/block_of_redstone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/block_of_redstone.png rename to static/browse/minecraft/block_of_redstone/icon.png diff --git a/prerender/browse/minecraft/block_of_redstone/index.html b/static/browse/minecraft/block_of_redstone/index.html similarity index 100% rename from prerender/browse/minecraft/block_of_redstone/index.html rename to static/browse/minecraft/block_of_redstone/index.html diff --git a/src/data/minecraft/1.7.10/images/blue_carpet.png b/static/browse/minecraft/blue_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/blue_carpet.png rename to static/browse/minecraft/blue_carpet/icon.png diff --git a/prerender/browse/minecraft/blue_carpet/index.html b/static/browse/minecraft/blue_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/blue_carpet/index.html rename to static/browse/minecraft/blue_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/blue_orchid.png b/static/browse/minecraft/blue_orchid/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/blue_orchid.png rename to static/browse/minecraft/blue_orchid/icon.png diff --git a/prerender/browse/minecraft/blue_orchid/index.html b/static/browse/minecraft/blue_orchid/index.html similarity index 100% rename from prerender/browse/minecraft/blue_orchid/index.html rename to static/browse/minecraft/blue_orchid/index.html diff --git a/src/data/minecraft/1.7.10/images/blue_stained_clay.png b/static/browse/minecraft/blue_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/blue_stained_clay.png rename to static/browse/minecraft/blue_stained_clay/icon.png diff --git a/prerender/browse/minecraft/blue_stained_clay/index.html b/static/browse/minecraft/blue_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/blue_stained_clay/index.html rename to static/browse/minecraft/blue_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/blue_stained_glass.png b/static/browse/minecraft/blue_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/blue_stained_glass.png rename to static/browse/minecraft/blue_stained_glass/icon.png diff --git a/prerender/browse/minecraft/blue_stained_glass/index.html b/static/browse/minecraft/blue_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/blue_stained_glass/index.html rename to static/browse/minecraft/blue_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/blue_stained_glass_pane.png b/static/browse/minecraft/blue_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/blue_stained_glass_pane.png rename to static/browse/minecraft/blue_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/blue_stained_glass_pane/index.html b/static/browse/minecraft/blue_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/blue_stained_glass_pane/index.html rename to static/browse/minecraft/blue_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/blue_wool.png b/static/browse/minecraft/blue_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/blue_wool.png rename to static/browse/minecraft/blue_wool/icon.png diff --git a/prerender/browse/minecraft/blue_wool/index.html b/static/browse/minecraft/blue_wool/index.html similarity index 100% rename from prerender/browse/minecraft/blue_wool/index.html rename to static/browse/minecraft/blue_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/boat.png b/static/browse/minecraft/boat/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/boat.png rename to static/browse/minecraft/boat/icon.png diff --git a/prerender/browse/minecraft/boat/index.html b/static/browse/minecraft/boat/index.html similarity index 100% rename from prerender/browse/minecraft/boat/index.html rename to static/browse/minecraft/boat/index.html diff --git a/src/data/minecraft/1.7.10/images/bone.png b/static/browse/minecraft/bone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/bone.png rename to static/browse/minecraft/bone/icon.png diff --git a/prerender/browse/minecraft/bone/index.html b/static/browse/minecraft/bone/index.html similarity index 100% rename from prerender/browse/minecraft/bone/index.html rename to static/browse/minecraft/bone/index.html diff --git a/src/data/minecraft/1.7.10/images/bone_meal.png b/static/browse/minecraft/bone_meal/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/bone_meal.png rename to static/browse/minecraft/bone_meal/icon.png diff --git a/prerender/browse/minecraft/bone_meal/index.html b/static/browse/minecraft/bone_meal/index.html similarity index 100% rename from prerender/browse/minecraft/bone_meal/index.html rename to static/browse/minecraft/bone_meal/index.html diff --git a/src/data/minecraft/1.7.10/images/book.png b/static/browse/minecraft/book/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/book.png rename to static/browse/minecraft/book/icon.png diff --git a/prerender/browse/minecraft/book/index.html b/static/browse/minecraft/book/index.html similarity index 100% rename from prerender/browse/minecraft/book/index.html rename to static/browse/minecraft/book/index.html diff --git a/src/data/minecraft/1.7.10/images/book_and_quill.png b/static/browse/minecraft/book_and_quill/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/book_and_quill.png rename to static/browse/minecraft/book_and_quill/icon.png diff --git a/prerender/browse/minecraft/book_and_quill/index.html b/static/browse/minecraft/book_and_quill/index.html similarity index 100% rename from prerender/browse/minecraft/book_and_quill/index.html rename to static/browse/minecraft/book_and_quill/index.html diff --git a/src/data/minecraft/1.7.10/images/bookshelf.png b/static/browse/minecraft/bookshelf/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/bookshelf.png rename to static/browse/minecraft/bookshelf/icon.png diff --git a/prerender/browse/minecraft/bookshelf/index.html b/static/browse/minecraft/bookshelf/index.html similarity index 100% rename from prerender/browse/minecraft/bookshelf/index.html rename to static/browse/minecraft/bookshelf/index.html diff --git a/src/data/minecraft/1.7.10/images/bottle_o_enchanting.png b/static/browse/minecraft/bottle_o_enchanting/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/bottle_o_enchanting.png rename to static/browse/minecraft/bottle_o_enchanting/icon.png diff --git a/prerender/browse/minecraft/bottle_o_enchanting/index.html b/static/browse/minecraft/bottle_o_enchanting/index.html similarity index 100% rename from prerender/browse/minecraft/bottle_o_enchanting/index.html rename to static/browse/minecraft/bottle_o_enchanting/index.html diff --git a/src/data/minecraft/1.7.10/images/bow.png b/static/browse/minecraft/bow/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/bow.png rename to static/browse/minecraft/bow/icon.png diff --git a/prerender/browse/minecraft/bow/index.html b/static/browse/minecraft/bow/index.html similarity index 100% rename from prerender/browse/minecraft/bow/index.html rename to static/browse/minecraft/bow/index.html diff --git a/src/data/minecraft/1.7.10/images/bowl.png b/static/browse/minecraft/bowl/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/bowl.png rename to static/browse/minecraft/bowl/icon.png diff --git a/prerender/browse/minecraft/bowl/index.html b/static/browse/minecraft/bowl/index.html similarity index 100% rename from prerender/browse/minecraft/bowl/index.html rename to static/browse/minecraft/bowl/index.html diff --git a/src/data/minecraft/1.7.10/images/bread.png b/static/browse/minecraft/bread/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/bread.png rename to static/browse/minecraft/bread/icon.png diff --git a/prerender/browse/minecraft/bread/index.html b/static/browse/minecraft/bread/index.html similarity index 100% rename from prerender/browse/minecraft/bread/index.html rename to static/browse/minecraft/bread/index.html diff --git a/src/data/minecraft/1.7.10/images/brewing_stand.png b/static/browse/minecraft/brewing_stand/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/brewing_stand.png rename to static/browse/minecraft/brewing_stand/icon.png diff --git a/prerender/browse/minecraft/brewing_stand/index.html b/static/browse/minecraft/brewing_stand/index.html similarity index 100% rename from prerender/browse/minecraft/brewing_stand/index.html rename to static/browse/minecraft/brewing_stand/index.html diff --git a/src/data/minecraft/1.7.10/images/brick.png b/static/browse/minecraft/brick/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/brick.png rename to static/browse/minecraft/brick/icon.png diff --git a/prerender/browse/minecraft/brick/index.html b/static/browse/minecraft/brick/index.html similarity index 100% rename from prerender/browse/minecraft/brick/index.html rename to static/browse/minecraft/brick/index.html diff --git a/src/data/minecraft/1.7.10/images/brick_stairs.png b/static/browse/minecraft/brick_stairs/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/brick_stairs.png rename to static/browse/minecraft/brick_stairs/icon.png diff --git a/prerender/browse/minecraft/brick_stairs/index.html b/static/browse/minecraft/brick_stairs/index.html similarity index 100% rename from prerender/browse/minecraft/brick_stairs/index.html rename to static/browse/minecraft/brick_stairs/index.html diff --git a/src/data/minecraft/1.7.10/images/bricks.png b/static/browse/minecraft/bricks/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/bricks.png rename to static/browse/minecraft/bricks/icon.png diff --git a/prerender/browse/minecraft/bricks/index.html b/static/browse/minecraft/bricks/index.html similarity index 100% rename from prerender/browse/minecraft/bricks/index.html rename to static/browse/minecraft/bricks/index.html diff --git a/src/data/minecraft/1.7.10/images/bricks_slab.png b/static/browse/minecraft/bricks_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/bricks_slab.png rename to static/browse/minecraft/bricks_slab/icon.png diff --git a/prerender/browse/minecraft/bricks_slab/index.html b/static/browse/minecraft/bricks_slab/index.html similarity index 100% rename from prerender/browse/minecraft/bricks_slab/index.html rename to static/browse/minecraft/bricks_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/brown_carpet.png b/static/browse/minecraft/brown_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/brown_carpet.png rename to static/browse/minecraft/brown_carpet/icon.png diff --git a/prerender/browse/minecraft/brown_carpet/index.html b/static/browse/minecraft/brown_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/brown_carpet/index.html rename to static/browse/minecraft/brown_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/brown_stained_clay.png b/static/browse/minecraft/brown_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/brown_stained_clay.png rename to static/browse/minecraft/brown_stained_clay/icon.png diff --git a/prerender/browse/minecraft/brown_stained_clay/index.html b/static/browse/minecraft/brown_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/brown_stained_clay/index.html rename to static/browse/minecraft/brown_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/brown_stained_glass.png b/static/browse/minecraft/brown_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/brown_stained_glass.png rename to static/browse/minecraft/brown_stained_glass/icon.png diff --git a/prerender/browse/minecraft/brown_stained_glass/index.html b/static/browse/minecraft/brown_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/brown_stained_glass/index.html rename to static/browse/minecraft/brown_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/brown_stained_glass_pane.png b/static/browse/minecraft/brown_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/brown_stained_glass_pane.png rename to static/browse/minecraft/brown_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/brown_stained_glass_pane/index.html b/static/browse/minecraft/brown_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/brown_stained_glass_pane/index.html rename to static/browse/minecraft/brown_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/brown_wool.png b/static/browse/minecraft/brown_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/brown_wool.png rename to static/browse/minecraft/brown_wool/icon.png diff --git a/prerender/browse/minecraft/brown_wool/index.html b/static/browse/minecraft/brown_wool/index.html similarity index 100% rename from prerender/browse/minecraft/brown_wool/index.html rename to static/browse/minecraft/brown_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/bucket.png b/static/browse/minecraft/bucket/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/bucket.png rename to static/browse/minecraft/bucket/icon.png diff --git a/prerender/browse/minecraft/bucket/index.html b/static/browse/minecraft/bucket/index.html similarity index 100% rename from prerender/browse/minecraft/bucket/index.html rename to static/browse/minecraft/bucket/index.html diff --git a/src/data/minecraft/1.7.10/images/button.png b/static/browse/minecraft/button/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/button.png rename to static/browse/minecraft/button/icon.png diff --git a/src/data/minecraft/1.7.10/images/button_stone.png b/static/browse/minecraft/button_stone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/button_stone.png rename to static/browse/minecraft/button_stone/icon.png diff --git a/prerender/browse/minecraft/button_stone/index.html b/static/browse/minecraft/button_stone/index.html similarity index 100% rename from prerender/browse/minecraft/button_stone/index.html rename to static/browse/minecraft/button_stone/index.html diff --git a/src/data/minecraft/1.7.10/images/button_wood.png b/static/browse/minecraft/button_wood/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/button_wood.png rename to static/browse/minecraft/button_wood/icon.png diff --git a/prerender/browse/minecraft/button_wood/index.html b/static/browse/minecraft/button_wood/index.html similarity index 100% rename from prerender/browse/minecraft/button_wood/index.html rename to static/browse/minecraft/button_wood/index.html diff --git a/src/data/minecraft/1.7.10/images/cactus.png b/static/browse/minecraft/cactus/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cactus.png rename to static/browse/minecraft/cactus/icon.png diff --git a/prerender/browse/minecraft/cactus/index.html b/static/browse/minecraft/cactus/index.html similarity index 100% rename from prerender/browse/minecraft/cactus/index.html rename to static/browse/minecraft/cactus/index.html diff --git a/src/data/minecraft/1.7.10/images/cactus_green.png b/static/browse/minecraft/cactus_green/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cactus_green.png rename to static/browse/minecraft/cactus_green/icon.png diff --git a/prerender/browse/minecraft/cactus_green/index.html b/static/browse/minecraft/cactus_green/index.html similarity index 100% rename from prerender/browse/minecraft/cactus_green/index.html rename to static/browse/minecraft/cactus_green/index.html diff --git a/src/data/minecraft/1.7.10/images/cake.png b/static/browse/minecraft/cake/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cake.png rename to static/browse/minecraft/cake/icon.png diff --git a/prerender/browse/minecraft/cake/index.html b/static/browse/minecraft/cake/index.html similarity index 100% rename from prerender/browse/minecraft/cake/index.html rename to static/browse/minecraft/cake/index.html diff --git a/src/data/minecraft/1.7.10/images/carpet.png b/static/browse/minecraft/carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/carpet.png rename to static/browse/minecraft/carpet/icon.png diff --git a/prerender/browse/minecraft/carpet/index.html b/static/browse/minecraft/carpet/index.html similarity index 100% rename from prerender/browse/minecraft/carpet/index.html rename to static/browse/minecraft/carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/carrot.png b/static/browse/minecraft/carrot/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/carrot.png rename to static/browse/minecraft/carrot/icon.png diff --git a/prerender/browse/minecraft/carrot/index.html b/static/browse/minecraft/carrot/index.html similarity index 100% rename from prerender/browse/minecraft/carrot/index.html rename to static/browse/minecraft/carrot/index.html diff --git a/src/data/minecraft/1.7.10/images/carrot_on_a_stick.png b/static/browse/minecraft/carrot_on_a_stick/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/carrot_on_a_stick.png rename to static/browse/minecraft/carrot_on_a_stick/icon.png diff --git a/prerender/browse/minecraft/carrot_on_a_stick/index.html b/static/browse/minecraft/carrot_on_a_stick/index.html similarity index 100% rename from prerender/browse/minecraft/carrot_on_a_stick/index.html rename to static/browse/minecraft/carrot_on_a_stick/index.html diff --git a/src/data/minecraft/1.7.10/images/cauldron.png b/static/browse/minecraft/cauldron/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cauldron.png rename to static/browse/minecraft/cauldron/icon.png diff --git a/prerender/browse/minecraft/cauldron/index.html b/static/browse/minecraft/cauldron/index.html similarity index 100% rename from prerender/browse/minecraft/cauldron/index.html rename to static/browse/minecraft/cauldron/index.html diff --git a/src/data/minecraft/1.7.10/images/chain_boots.png b/static/browse/minecraft/chain_boots/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/chain_boots.png rename to static/browse/minecraft/chain_boots/icon.png diff --git a/prerender/browse/minecraft/chain_boots/index.html b/static/browse/minecraft/chain_boots/index.html similarity index 100% rename from prerender/browse/minecraft/chain_boots/index.html rename to static/browse/minecraft/chain_boots/index.html diff --git a/src/data/minecraft/1.7.10/images/chain_chestplate.png b/static/browse/minecraft/chain_chestplate/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/chain_chestplate.png rename to static/browse/minecraft/chain_chestplate/icon.png diff --git a/prerender/browse/minecraft/chain_chestplate/index.html b/static/browse/minecraft/chain_chestplate/index.html similarity index 100% rename from prerender/browse/minecraft/chain_chestplate/index.html rename to static/browse/minecraft/chain_chestplate/index.html diff --git a/src/data/minecraft/1.7.10/images/chain_helmet.png b/static/browse/minecraft/chain_helmet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/chain_helmet.png rename to static/browse/minecraft/chain_helmet/icon.png diff --git a/prerender/browse/minecraft/chain_helmet/index.html b/static/browse/minecraft/chain_helmet/index.html similarity index 100% rename from prerender/browse/minecraft/chain_helmet/index.html rename to static/browse/minecraft/chain_helmet/index.html diff --git a/src/data/minecraft/1.7.10/images/chain_leggings.png b/static/browse/minecraft/chain_leggings/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/chain_leggings.png rename to static/browse/minecraft/chain_leggings/icon.png diff --git a/prerender/browse/minecraft/chain_leggings/index.html b/static/browse/minecraft/chain_leggings/index.html similarity index 100% rename from prerender/browse/minecraft/chain_leggings/index.html rename to static/browse/minecraft/chain_leggings/index.html diff --git a/src/data/minecraft/1.7.10/images/charcoal.png b/static/browse/minecraft/charcoal/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/charcoal.png rename to static/browse/minecraft/charcoal/icon.png diff --git a/prerender/browse/minecraft/charcoal/index.html b/static/browse/minecraft/charcoal/index.html similarity index 100% rename from prerender/browse/minecraft/charcoal/index.html rename to static/browse/minecraft/charcoal/index.html diff --git a/src/data/minecraft/1.7.10/images/chest.png b/static/browse/minecraft/chest/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/chest.png rename to static/browse/minecraft/chest/icon.png diff --git a/prerender/browse/minecraft/chest/index.html b/static/browse/minecraft/chest/index.html similarity index 100% rename from prerender/browse/minecraft/chest/index.html rename to static/browse/minecraft/chest/index.html diff --git a/src/data/minecraft/1.7.10/images/chiseled_quartz_block.png b/static/browse/minecraft/chiseled_quartz_block/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/chiseled_quartz_block.png rename to static/browse/minecraft/chiseled_quartz_block/icon.png diff --git a/prerender/browse/minecraft/chiseled_quartz_block/index.html b/static/browse/minecraft/chiseled_quartz_block/index.html similarity index 100% rename from prerender/browse/minecraft/chiseled_quartz_block/index.html rename to static/browse/minecraft/chiseled_quartz_block/index.html diff --git a/src/data/minecraft/1.7.10/images/chiseled_sandstone.png b/static/browse/minecraft/chiseled_sandstone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/chiseled_sandstone.png rename to static/browse/minecraft/chiseled_sandstone/icon.png diff --git a/prerender/browse/minecraft/chiseled_sandstone/index.html b/static/browse/minecraft/chiseled_sandstone/index.html similarity index 100% rename from prerender/browse/minecraft/chiseled_sandstone/index.html rename to static/browse/minecraft/chiseled_sandstone/index.html diff --git a/src/data/minecraft/1.7.10/images/chiseled_stone_brick_monster_egg.png b/static/browse/minecraft/chiseled_stone_brick_monster_egg/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/chiseled_stone_brick_monster_egg.png rename to static/browse/minecraft/chiseled_stone_brick_monster_egg/icon.png diff --git a/src/data/minecraft/1.7.10/images/chiseled_stone_bricks.png b/static/browse/minecraft/chiseled_stone_bricks/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/chiseled_stone_bricks.png rename to static/browse/minecraft/chiseled_stone_bricks/icon.png diff --git a/prerender/browse/minecraft/chiseled_stone_bricks/index.html b/static/browse/minecraft/chiseled_stone_bricks/index.html similarity index 100% rename from prerender/browse/minecraft/chiseled_stone_bricks/index.html rename to static/browse/minecraft/chiseled_stone_bricks/index.html diff --git a/src/data/minecraft/1.7.10/images/clay.png b/static/browse/minecraft/clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/clay.png rename to static/browse/minecraft/clay/icon.png diff --git a/src/data/minecraft/1.7.10/images/clay_block.png b/static/browse/minecraft/clay_block/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/clay_block.png rename to static/browse/minecraft/clay_block/icon.png diff --git a/prerender/browse/minecraft/clay_block/index.html b/static/browse/minecraft/clay_block/index.html similarity index 100% rename from prerender/browse/minecraft/clay_block/index.html rename to static/browse/minecraft/clay_block/index.html diff --git a/src/data/minecraft/1.7.10/images/clock.png b/static/browse/minecraft/clock/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/clock.png rename to static/browse/minecraft/clock/icon.png diff --git a/prerender/browse/minecraft/clock/index.html b/static/browse/minecraft/clock/index.html similarity index 100% rename from prerender/browse/minecraft/clock/index.html rename to static/browse/minecraft/clock/index.html diff --git a/src/data/minecraft/1.7.10/images/clownfish.png b/static/browse/minecraft/clownfish/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/clownfish.png rename to static/browse/minecraft/clownfish/icon.png diff --git a/prerender/browse/minecraft/clownfish/index.html b/static/browse/minecraft/clownfish/index.html similarity index 100% rename from prerender/browse/minecraft/clownfish/index.html rename to static/browse/minecraft/clownfish/index.html diff --git a/src/data/minecraft/1.7.10/images/coal.png b/static/browse/minecraft/coal/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/coal.png rename to static/browse/minecraft/coal/icon.png diff --git a/prerender/browse/minecraft/coal/index.html b/static/browse/minecraft/coal/index.html similarity index 100% rename from prerender/browse/minecraft/coal/index.html rename to static/browse/minecraft/coal/index.html diff --git a/src/data/minecraft/1.7.10/images/coal_ore.png b/static/browse/minecraft/coal_ore/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/coal_ore.png rename to static/browse/minecraft/coal_ore/icon.png diff --git a/prerender/browse/minecraft/coal_ore/index.html b/static/browse/minecraft/coal_ore/index.html similarity index 100% rename from prerender/browse/minecraft/coal_ore/index.html rename to static/browse/minecraft/coal_ore/index.html diff --git a/src/data/minecraft/1.7.10/images/cobblestone.png b/static/browse/minecraft/cobblestone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cobblestone.png rename to static/browse/minecraft/cobblestone/icon.png diff --git a/prerender/browse/minecraft/cobblestone/index.html b/static/browse/minecraft/cobblestone/index.html similarity index 100% rename from prerender/browse/minecraft/cobblestone/index.html rename to static/browse/minecraft/cobblestone/index.html diff --git a/src/data/minecraft/1.7.10/images/cobblestone_monster_egg.png b/static/browse/minecraft/cobblestone_monster_egg/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cobblestone_monster_egg.png rename to static/browse/minecraft/cobblestone_monster_egg/icon.png diff --git a/src/data/minecraft/1.7.10/images/cobblestone_slab.png b/static/browse/minecraft/cobblestone_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cobblestone_slab.png rename to static/browse/minecraft/cobblestone_slab/icon.png diff --git a/prerender/browse/minecraft/cobblestone_slab/index.html b/static/browse/minecraft/cobblestone_slab/index.html similarity index 100% rename from prerender/browse/minecraft/cobblestone_slab/index.html rename to static/browse/minecraft/cobblestone_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/cobblestone_wall.png b/static/browse/minecraft/cobblestone_wall/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cobblestone_wall.png rename to static/browse/minecraft/cobblestone_wall/icon.png diff --git a/prerender/browse/minecraft/cobblestone_wall/index.html b/static/browse/minecraft/cobblestone_wall/index.html similarity index 100% rename from prerender/browse/minecraft/cobblestone_wall/index.html rename to static/browse/minecraft/cobblestone_wall/index.html diff --git a/src/data/minecraft/1.7.10/images/cobweb.png b/static/browse/minecraft/cobweb/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cobweb.png rename to static/browse/minecraft/cobweb/icon.png diff --git a/prerender/browse/minecraft/cobweb/index.html b/static/browse/minecraft/cobweb/index.html similarity index 100% rename from prerender/browse/minecraft/cobweb/index.html rename to static/browse/minecraft/cobweb/index.html diff --git a/src/data/minecraft/1.7.10/images/cocoa_beans.png b/static/browse/minecraft/cocoa_beans/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cocoa_beans.png rename to static/browse/minecraft/cocoa_beans/icon.png diff --git a/prerender/browse/minecraft/cocoa_beans/index.html b/static/browse/minecraft/cocoa_beans/index.html similarity index 100% rename from prerender/browse/minecraft/cocoa_beans/index.html rename to static/browse/minecraft/cocoa_beans/index.html diff --git a/src/data/minecraft/1.7.10/images/command_block.png b/static/browse/minecraft/command_block/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/command_block.png rename to static/browse/minecraft/command_block/icon.png diff --git a/prerender/browse/minecraft/command_block/index.html b/static/browse/minecraft/command_block/index.html similarity index 100% rename from prerender/browse/minecraft/command_block/index.html rename to static/browse/minecraft/command_block/index.html diff --git a/src/data/minecraft/1.7.10/images/compass.png b/static/browse/minecraft/compass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/compass.png rename to static/browse/minecraft/compass/icon.png diff --git a/prerender/browse/minecraft/compass/index.html b/static/browse/minecraft/compass/index.html similarity index 100% rename from prerender/browse/minecraft/compass/index.html rename to static/browse/minecraft/compass/index.html diff --git a/src/data/minecraft/1.7.10/images/cooked_chicken.png b/static/browse/minecraft/cooked_chicken/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cooked_chicken.png rename to static/browse/minecraft/cooked_chicken/icon.png diff --git a/prerender/browse/minecraft/cooked_chicken/index.html b/static/browse/minecraft/cooked_chicken/index.html similarity index 100% rename from prerender/browse/minecraft/cooked_chicken/index.html rename to static/browse/minecraft/cooked_chicken/index.html diff --git a/src/data/minecraft/1.7.10/images/cooked_fish.png b/static/browse/minecraft/cooked_fish/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cooked_fish.png rename to static/browse/minecraft/cooked_fish/icon.png diff --git a/prerender/browse/minecraft/cooked_fish/index.html b/static/browse/minecraft/cooked_fish/index.html similarity index 100% rename from prerender/browse/minecraft/cooked_fish/index.html rename to static/browse/minecraft/cooked_fish/index.html diff --git a/src/data/minecraft/1.7.10/images/cooked_porkchop.png b/static/browse/minecraft/cooked_porkchop/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cooked_porkchop.png rename to static/browse/minecraft/cooked_porkchop/icon.png diff --git a/prerender/browse/minecraft/cooked_porkchop/index.html b/static/browse/minecraft/cooked_porkchop/index.html similarity index 100% rename from prerender/browse/minecraft/cooked_porkchop/index.html rename to static/browse/minecraft/cooked_porkchop/index.html diff --git a/src/data/minecraft/1.7.10/images/cooked_salmon.png b/static/browse/minecraft/cooked_salmon/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cooked_salmon.png rename to static/browse/minecraft/cooked_salmon/icon.png diff --git a/prerender/browse/minecraft/cooked_salmon/index.html b/static/browse/minecraft/cooked_salmon/index.html similarity index 100% rename from prerender/browse/minecraft/cooked_salmon/index.html rename to static/browse/minecraft/cooked_salmon/index.html diff --git a/src/data/minecraft/1.7.10/images/cookie.png b/static/browse/minecraft/cookie/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cookie.png rename to static/browse/minecraft/cookie/icon.png diff --git a/prerender/browse/minecraft/cookie/index.html b/static/browse/minecraft/cookie/index.html similarity index 100% rename from prerender/browse/minecraft/cookie/index.html rename to static/browse/minecraft/cookie/index.html diff --git a/src/data/minecraft/1.7.10/images/cracked_stone_brick_monster_egg.png b/static/browse/minecraft/cracked_stone_brick_monster_egg/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cracked_stone_brick_monster_egg.png rename to static/browse/minecraft/cracked_stone_brick_monster_egg/icon.png diff --git a/src/data/minecraft/1.7.10/images/cracked_stone_bricks.png b/static/browse/minecraft/cracked_stone_bricks/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cracked_stone_bricks.png rename to static/browse/minecraft/cracked_stone_bricks/icon.png diff --git a/prerender/browse/minecraft/cracked_stone_bricks/index.html b/static/browse/minecraft/cracked_stone_bricks/index.html similarity index 100% rename from prerender/browse/minecraft/cracked_stone_bricks/index.html rename to static/browse/minecraft/cracked_stone_bricks/index.html diff --git a/src/data/minecraft/1.7.10/images/crafting_table.png b/static/browse/minecraft/crafting_table/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/crafting_table.png rename to static/browse/minecraft/crafting_table/icon.png diff --git a/prerender/browse/minecraft/crafting_table/index.html b/static/browse/minecraft/crafting_table/index.html similarity index 100% rename from prerender/browse/minecraft/crafting_table/index.html rename to static/browse/minecraft/crafting_table/index.html diff --git a/src/data/minecraft/1.7.10/images/creeper_head.png b/static/browse/minecraft/creeper_head/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/creeper_head.png rename to static/browse/minecraft/creeper_head/icon.png diff --git a/prerender/browse/minecraft/creeper_head/index.html b/static/browse/minecraft/creeper_head/index.html similarity index 100% rename from prerender/browse/minecraft/creeper_head/index.html rename to static/browse/minecraft/creeper_head/index.html diff --git a/src/data/minecraft/1.7.10/images/cyan_carpet.png b/static/browse/minecraft/cyan_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cyan_carpet.png rename to static/browse/minecraft/cyan_carpet/icon.png diff --git a/prerender/browse/minecraft/cyan_carpet/index.html b/static/browse/minecraft/cyan_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/cyan_carpet/index.html rename to static/browse/minecraft/cyan_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/cyan_dye.png b/static/browse/minecraft/cyan_dye/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cyan_dye.png rename to static/browse/minecraft/cyan_dye/icon.png diff --git a/prerender/browse/minecraft/cyan_dye/index.html b/static/browse/minecraft/cyan_dye/index.html similarity index 100% rename from prerender/browse/minecraft/cyan_dye/index.html rename to static/browse/minecraft/cyan_dye/index.html diff --git a/src/data/minecraft/1.7.10/images/cyan_stained_clay.png b/static/browse/minecraft/cyan_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cyan_stained_clay.png rename to static/browse/minecraft/cyan_stained_clay/icon.png diff --git a/prerender/browse/minecraft/cyan_stained_clay/index.html b/static/browse/minecraft/cyan_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/cyan_stained_clay/index.html rename to static/browse/minecraft/cyan_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/cyan_stained_glass.png b/static/browse/minecraft/cyan_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cyan_stained_glass.png rename to static/browse/minecraft/cyan_stained_glass/icon.png diff --git a/prerender/browse/minecraft/cyan_stained_glass/index.html b/static/browse/minecraft/cyan_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/cyan_stained_glass/index.html rename to static/browse/minecraft/cyan_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/cyan_stained_glass_pane.png b/static/browse/minecraft/cyan_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cyan_stained_glass_pane.png rename to static/browse/minecraft/cyan_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/cyan_stained_glass_pane/index.html b/static/browse/minecraft/cyan_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/cyan_stained_glass_pane/index.html rename to static/browse/minecraft/cyan_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/cyan_wool.png b/static/browse/minecraft/cyan_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/cyan_wool.png rename to static/browse/minecraft/cyan_wool/icon.png diff --git a/prerender/browse/minecraft/cyan_wool/index.html b/static/browse/minecraft/cyan_wool/index.html similarity index 100% rename from prerender/browse/minecraft/cyan_wool/index.html rename to static/browse/minecraft/cyan_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/dandelion.png b/static/browse/minecraft/dandelion/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dandelion.png rename to static/browse/minecraft/dandelion/icon.png diff --git a/prerender/browse/minecraft/dandelion/index.html b/static/browse/minecraft/dandelion/index.html similarity index 100% rename from prerender/browse/minecraft/dandelion/index.html rename to static/browse/minecraft/dandelion/index.html diff --git a/src/data/minecraft/1.7.10/images/dandelion_yellow.png b/static/browse/minecraft/dandelion_yellow/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dandelion_yellow.png rename to static/browse/minecraft/dandelion_yellow/icon.png diff --git a/prerender/browse/minecraft/dandelion_yellow/index.html b/static/browse/minecraft/dandelion_yellow/index.html similarity index 100% rename from prerender/browse/minecraft/dandelion_yellow/index.html rename to static/browse/minecraft/dandelion_yellow/index.html diff --git a/src/data/minecraft/1.7.10/images/dark_oak_leaves.png b/static/browse/minecraft/dark_oak_leaves/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dark_oak_leaves.png rename to static/browse/minecraft/dark_oak_leaves/icon.png diff --git a/prerender/browse/minecraft/dark_oak_leaves/index.html b/static/browse/minecraft/dark_oak_leaves/index.html similarity index 100% rename from prerender/browse/minecraft/dark_oak_leaves/index.html rename to static/browse/minecraft/dark_oak_leaves/index.html diff --git a/src/data/minecraft/1.7.10/images/dark_oak_sapling.png b/static/browse/minecraft/dark_oak_sapling/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dark_oak_sapling.png rename to static/browse/minecraft/dark_oak_sapling/icon.png diff --git a/prerender/browse/minecraft/dark_oak_sapling/index.html b/static/browse/minecraft/dark_oak_sapling/index.html similarity index 100% rename from prerender/browse/minecraft/dark_oak_sapling/index.html rename to static/browse/minecraft/dark_oak_sapling/index.html diff --git a/src/data/minecraft/1.7.10/images/dark_oak_wood.png b/static/browse/minecraft/dark_oak_wood/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dark_oak_wood.png rename to static/browse/minecraft/dark_oak_wood/icon.png diff --git a/prerender/browse/minecraft/dark_oak_wood/index.html b/static/browse/minecraft/dark_oak_wood/index.html similarity index 100% rename from prerender/browse/minecraft/dark_oak_wood/index.html rename to static/browse/minecraft/dark_oak_wood/index.html diff --git a/src/data/minecraft/1.7.10/images/dark_oak_wood_planks.png b/static/browse/minecraft/dark_oak_wood_planks/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dark_oak_wood_planks.png rename to static/browse/minecraft/dark_oak_wood_planks/icon.png diff --git a/prerender/browse/minecraft/dark_oak_wood_planks/index.html b/static/browse/minecraft/dark_oak_wood_planks/index.html similarity index 100% rename from prerender/browse/minecraft/dark_oak_wood_planks/index.html rename to static/browse/minecraft/dark_oak_wood_planks/index.html diff --git a/src/data/minecraft/1.7.10/images/dark_oak_wood_slab.png b/static/browse/minecraft/dark_oak_wood_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dark_oak_wood_slab.png rename to static/browse/minecraft/dark_oak_wood_slab/icon.png diff --git a/prerender/browse/minecraft/dark_oak_wood_slab/index.html b/static/browse/minecraft/dark_oak_wood_slab/index.html similarity index 100% rename from prerender/browse/minecraft/dark_oak_wood_slab/index.html rename to static/browse/minecraft/dark_oak_wood_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/dark_oak_wood_stairs.png b/static/browse/minecraft/dark_oak_wood_stairs/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dark_oak_wood_stairs.png rename to static/browse/minecraft/dark_oak_wood_stairs/icon.png diff --git a/prerender/browse/minecraft/dark_oak_wood_stairs/index.html b/static/browse/minecraft/dark_oak_wood_stairs/index.html similarity index 100% rename from prerender/browse/minecraft/dark_oak_wood_stairs/index.html rename to static/browse/minecraft/dark_oak_wood_stairs/index.html diff --git a/src/data/minecraft/1.7.10/images/daylight_sensor.png b/static/browse/minecraft/daylight_sensor/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/daylight_sensor.png rename to static/browse/minecraft/daylight_sensor/icon.png diff --git a/prerender/browse/minecraft/daylight_sensor/index.html b/static/browse/minecraft/daylight_sensor/index.html similarity index 100% rename from prerender/browse/minecraft/daylight_sensor/index.html rename to static/browse/minecraft/daylight_sensor/index.html diff --git a/src/data/minecraft/1.7.10/images/dead_bush.png b/static/browse/minecraft/dead_bush/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dead_bush.png rename to static/browse/minecraft/dead_bush/icon.png diff --git a/prerender/browse/minecraft/dead_bush/index.html b/static/browse/minecraft/dead_bush/index.html similarity index 100% rename from prerender/browse/minecraft/dead_bush/index.html rename to static/browse/minecraft/dead_bush/index.html diff --git a/src/data/minecraft/1.7.10/images/detector_rail.png b/static/browse/minecraft/detector_rail/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/detector_rail.png rename to static/browse/minecraft/detector_rail/icon.png diff --git a/prerender/browse/minecraft/detector_rail/index.html b/static/browse/minecraft/detector_rail/index.html similarity index 100% rename from prerender/browse/minecraft/detector_rail/index.html rename to static/browse/minecraft/detector_rail/index.html diff --git a/src/data/minecraft/1.7.10/images/diamond.png b/static/browse/minecraft/diamond/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/diamond.png rename to static/browse/minecraft/diamond/icon.png diff --git a/prerender/browse/minecraft/diamond/index.html b/static/browse/minecraft/diamond/index.html similarity index 100% rename from prerender/browse/minecraft/diamond/index.html rename to static/browse/minecraft/diamond/index.html diff --git a/src/data/minecraft/1.7.10/images/diamond_axe.png b/static/browse/minecraft/diamond_axe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/diamond_axe.png rename to static/browse/minecraft/diamond_axe/icon.png diff --git a/prerender/browse/minecraft/diamond_axe/index.html b/static/browse/minecraft/diamond_axe/index.html similarity index 100% rename from prerender/browse/minecraft/diamond_axe/index.html rename to static/browse/minecraft/diamond_axe/index.html diff --git a/src/data/minecraft/1.7.10/images/diamond_boots.png b/static/browse/minecraft/diamond_boots/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/diamond_boots.png rename to static/browse/minecraft/diamond_boots/icon.png diff --git a/prerender/browse/minecraft/diamond_boots/index.html b/static/browse/minecraft/diamond_boots/index.html similarity index 100% rename from prerender/browse/minecraft/diamond_boots/index.html rename to static/browse/minecraft/diamond_boots/index.html diff --git a/src/data/minecraft/1.7.10/images/diamond_chestplate.png b/static/browse/minecraft/diamond_chestplate/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/diamond_chestplate.png rename to static/browse/minecraft/diamond_chestplate/icon.png diff --git a/prerender/browse/minecraft/diamond_chestplate/index.html b/static/browse/minecraft/diamond_chestplate/index.html similarity index 100% rename from prerender/browse/minecraft/diamond_chestplate/index.html rename to static/browse/minecraft/diamond_chestplate/index.html diff --git a/src/data/minecraft/1.7.10/images/diamond_helmet.png b/static/browse/minecraft/diamond_helmet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/diamond_helmet.png rename to static/browse/minecraft/diamond_helmet/icon.png diff --git a/prerender/browse/minecraft/diamond_helmet/index.html b/static/browse/minecraft/diamond_helmet/index.html similarity index 100% rename from prerender/browse/minecraft/diamond_helmet/index.html rename to static/browse/minecraft/diamond_helmet/index.html diff --git a/src/data/minecraft/1.7.10/images/diamond_hoe.png b/static/browse/minecraft/diamond_hoe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/diamond_hoe.png rename to static/browse/minecraft/diamond_hoe/icon.png diff --git a/prerender/browse/minecraft/diamond_hoe/index.html b/static/browse/minecraft/diamond_hoe/index.html similarity index 100% rename from prerender/browse/minecraft/diamond_hoe/index.html rename to static/browse/minecraft/diamond_hoe/index.html diff --git a/src/data/minecraft/1.7.10/images/diamond_horse_armor.png b/static/browse/minecraft/diamond_horse_armor/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/diamond_horse_armor.png rename to static/browse/minecraft/diamond_horse_armor/icon.png diff --git a/prerender/browse/minecraft/diamond_horse_armor/index.html b/static/browse/minecraft/diamond_horse_armor/index.html similarity index 100% rename from prerender/browse/minecraft/diamond_horse_armor/index.html rename to static/browse/minecraft/diamond_horse_armor/index.html diff --git a/src/data/minecraft/1.7.10/images/diamond_leggings.png b/static/browse/minecraft/diamond_leggings/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/diamond_leggings.png rename to static/browse/minecraft/diamond_leggings/icon.png diff --git a/prerender/browse/minecraft/diamond_leggings/index.html b/static/browse/minecraft/diamond_leggings/index.html similarity index 100% rename from prerender/browse/minecraft/diamond_leggings/index.html rename to static/browse/minecraft/diamond_leggings/index.html diff --git a/src/data/minecraft/1.7.10/images/diamond_ore.png b/static/browse/minecraft/diamond_ore/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/diamond_ore.png rename to static/browse/minecraft/diamond_ore/icon.png diff --git a/prerender/browse/minecraft/diamond_ore/index.html b/static/browse/minecraft/diamond_ore/index.html similarity index 100% rename from prerender/browse/minecraft/diamond_ore/index.html rename to static/browse/minecraft/diamond_ore/index.html diff --git a/src/data/minecraft/1.7.10/images/diamond_pickaxe.png b/static/browse/minecraft/diamond_pickaxe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/diamond_pickaxe.png rename to static/browse/minecraft/diamond_pickaxe/icon.png diff --git a/prerender/browse/minecraft/diamond_pickaxe/index.html b/static/browse/minecraft/diamond_pickaxe/index.html similarity index 100% rename from prerender/browse/minecraft/diamond_pickaxe/index.html rename to static/browse/minecraft/diamond_pickaxe/index.html diff --git a/src/data/minecraft/1.7.10/images/diamond_shovel.png b/static/browse/minecraft/diamond_shovel/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/diamond_shovel.png rename to static/browse/minecraft/diamond_shovel/icon.png diff --git a/prerender/browse/minecraft/diamond_shovel/index.html b/static/browse/minecraft/diamond_shovel/index.html similarity index 100% rename from prerender/browse/minecraft/diamond_shovel/index.html rename to static/browse/minecraft/diamond_shovel/index.html diff --git a/src/data/minecraft/1.7.10/images/diamond_sword.png b/static/browse/minecraft/diamond_sword/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/diamond_sword.png rename to static/browse/minecraft/diamond_sword/icon.png diff --git a/prerender/browse/minecraft/diamond_sword/index.html b/static/browse/minecraft/diamond_sword/index.html similarity index 100% rename from prerender/browse/minecraft/diamond_sword/index.html rename to static/browse/minecraft/diamond_sword/index.html diff --git a/src/data/minecraft/1.7.10/images/dirt.png b/static/browse/minecraft/dirt/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dirt.png rename to static/browse/minecraft/dirt/icon.png diff --git a/prerender/browse/minecraft/dirt/index.html b/static/browse/minecraft/dirt/index.html similarity index 100% rename from prerender/browse/minecraft/dirt/index.html rename to static/browse/minecraft/dirt/index.html diff --git a/src/data/minecraft/1.7.10/images/dispenser.png b/static/browse/minecraft/dispenser/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dispenser.png rename to static/browse/minecraft/dispenser/icon.png diff --git a/prerender/browse/minecraft/dispenser/index.html b/static/browse/minecraft/dispenser/index.html similarity index 100% rename from prerender/browse/minecraft/dispenser/index.html rename to static/browse/minecraft/dispenser/index.html diff --git a/src/data/minecraft/1.7.10/images/double_tallgrass.png b/static/browse/minecraft/double_tallgrass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/double_tallgrass.png rename to static/browse/minecraft/double_tallgrass/icon.png diff --git a/prerender/browse/minecraft/double_tallgrass/index.html b/static/browse/minecraft/double_tallgrass/index.html similarity index 100% rename from prerender/browse/minecraft/double_tallgrass/index.html rename to static/browse/minecraft/double_tallgrass/index.html diff --git a/src/data/minecraft/1.7.10/images/dragon_egg.png b/static/browse/minecraft/dragon_egg/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dragon_egg.png rename to static/browse/minecraft/dragon_egg/icon.png diff --git a/prerender/browse/minecraft/dragon_egg/index.html b/static/browse/minecraft/dragon_egg/index.html similarity index 100% rename from prerender/browse/minecraft/dragon_egg/index.html rename to static/browse/minecraft/dragon_egg/index.html diff --git a/src/data/minecraft/1.7.10/images/dropper.png b/static/browse/minecraft/dropper/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/dropper.png rename to static/browse/minecraft/dropper/icon.png diff --git a/prerender/browse/minecraft/dropper/index.html b/static/browse/minecraft/dropper/index.html similarity index 100% rename from prerender/browse/minecraft/dropper/index.html rename to static/browse/minecraft/dropper/index.html diff --git a/src/data/minecraft/1.7.10/images/egg.png b/static/browse/minecraft/egg/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/egg.png rename to static/browse/minecraft/egg/icon.png diff --git a/prerender/browse/minecraft/egg/index.html b/static/browse/minecraft/egg/index.html similarity index 100% rename from prerender/browse/minecraft/egg/index.html rename to static/browse/minecraft/egg/index.html diff --git a/src/data/minecraft/1.7.10/images/emerald.png b/static/browse/minecraft/emerald/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/emerald.png rename to static/browse/minecraft/emerald/icon.png diff --git a/prerender/browse/minecraft/emerald/index.html b/static/browse/minecraft/emerald/index.html similarity index 100% rename from prerender/browse/minecraft/emerald/index.html rename to static/browse/minecraft/emerald/index.html diff --git a/src/data/minecraft/1.7.10/images/emerald_ore.png b/static/browse/minecraft/emerald_ore/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/emerald_ore.png rename to static/browse/minecraft/emerald_ore/icon.png diff --git a/prerender/browse/minecraft/emerald_ore/index.html b/static/browse/minecraft/emerald_ore/index.html similarity index 100% rename from prerender/browse/minecraft/emerald_ore/index.html rename to static/browse/minecraft/emerald_ore/index.html diff --git a/src/data/minecraft/1.7.10/images/empty_map.png b/static/browse/minecraft/empty_map/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/empty_map.png rename to static/browse/minecraft/empty_map/icon.png diff --git a/prerender/browse/minecraft/empty_map/index.html b/static/browse/minecraft/empty_map/index.html similarity index 100% rename from prerender/browse/minecraft/empty_map/index.html rename to static/browse/minecraft/empty_map/index.html diff --git a/src/data/minecraft/1.7.10/images/enchanted_book.png b/static/browse/minecraft/enchanted_book/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/enchanted_book.png rename to static/browse/minecraft/enchanted_book/icon.png diff --git a/prerender/browse/minecraft/enchanted_book/index.html b/static/browse/minecraft/enchanted_book/index.html similarity index 100% rename from prerender/browse/minecraft/enchanted_book/index.html rename to static/browse/minecraft/enchanted_book/index.html diff --git a/src/data/minecraft/1.7.10/images/enchantment_table.png b/static/browse/minecraft/enchantment_table/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/enchantment_table.png rename to static/browse/minecraft/enchantment_table/icon.png diff --git a/prerender/browse/minecraft/enchantment_table/index.html b/static/browse/minecraft/enchantment_table/index.html similarity index 100% rename from prerender/browse/minecraft/enchantment_table/index.html rename to static/browse/minecraft/enchantment_table/index.html diff --git a/src/data/minecraft/1.7.10/images/end_portal.png b/static/browse/minecraft/end_portal/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/end_portal.png rename to static/browse/minecraft/end_portal/icon.png diff --git a/src/data/minecraft/1.7.10/images/end_stone.png b/static/browse/minecraft/end_stone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/end_stone.png rename to static/browse/minecraft/end_stone/icon.png diff --git a/prerender/browse/minecraft/end_stone/index.html b/static/browse/minecraft/end_stone/index.html similarity index 100% rename from prerender/browse/minecraft/end_stone/index.html rename to static/browse/minecraft/end_stone/index.html diff --git a/src/data/minecraft/1.7.10/images/ender_chest.png b/static/browse/minecraft/ender_chest/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/ender_chest.png rename to static/browse/minecraft/ender_chest/icon.png diff --git a/prerender/browse/minecraft/ender_chest/index.html b/static/browse/minecraft/ender_chest/index.html similarity index 100% rename from prerender/browse/minecraft/ender_chest/index.html rename to static/browse/minecraft/ender_chest/index.html diff --git a/src/data/minecraft/1.7.10/images/ender_pearl.png b/static/browse/minecraft/ender_pearl/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/ender_pearl.png rename to static/browse/minecraft/ender_pearl/icon.png diff --git a/prerender/browse/minecraft/ender_pearl/index.html b/static/browse/minecraft/ender_pearl/index.html similarity index 100% rename from prerender/browse/minecraft/ender_pearl/index.html rename to static/browse/minecraft/ender_pearl/index.html diff --git a/src/data/minecraft/1.7.10/images/eye_of_ender.png b/static/browse/minecraft/eye_of_ender/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/eye_of_ender.png rename to static/browse/minecraft/eye_of_ender/icon.png diff --git a/prerender/browse/minecraft/eye_of_ender/index.html b/static/browse/minecraft/eye_of_ender/index.html similarity index 100% rename from prerender/browse/minecraft/eye_of_ender/index.html rename to static/browse/minecraft/eye_of_ender/index.html diff --git a/src/data/minecraft/1.7.10/images/farmland.png b/static/browse/minecraft/farmland/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/farmland.png rename to static/browse/minecraft/farmland/icon.png diff --git a/src/data/minecraft/1.7.10/images/feather.png b/static/browse/minecraft/feather/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/feather.png rename to static/browse/minecraft/feather/icon.png diff --git a/prerender/browse/minecraft/feather/index.html b/static/browse/minecraft/feather/index.html similarity index 100% rename from prerender/browse/minecraft/feather/index.html rename to static/browse/minecraft/feather/index.html diff --git a/src/data/minecraft/1.7.10/images/fence.png b/static/browse/minecraft/fence/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/fence.png rename to static/browse/minecraft/fence/icon.png diff --git a/prerender/browse/minecraft/fence/index.html b/static/browse/minecraft/fence/index.html similarity index 100% rename from prerender/browse/minecraft/fence/index.html rename to static/browse/minecraft/fence/index.html diff --git a/src/data/minecraft/1.7.10/images/fence_gate.png b/static/browse/minecraft/fence_gate/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/fence_gate.png rename to static/browse/minecraft/fence_gate/icon.png diff --git a/prerender/browse/minecraft/fence_gate/index.html b/static/browse/minecraft/fence_gate/index.html similarity index 100% rename from prerender/browse/minecraft/fence_gate/index.html rename to static/browse/minecraft/fence_gate/index.html diff --git a/src/data/minecraft/1.7.10/images/fermented_spider_eye.png b/static/browse/minecraft/fermented_spider_eye/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/fermented_spider_eye.png rename to static/browse/minecraft/fermented_spider_eye/icon.png diff --git a/prerender/browse/minecraft/fermented_spider_eye/index.html b/static/browse/minecraft/fermented_spider_eye/index.html similarity index 100% rename from prerender/browse/minecraft/fermented_spider_eye/index.html rename to static/browse/minecraft/fermented_spider_eye/index.html diff --git a/src/data/minecraft/1.7.10/images/fern.png b/static/browse/minecraft/fern/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/fern.png rename to static/browse/minecraft/fern/icon.png diff --git a/prerender/browse/minecraft/fern/index.html b/static/browse/minecraft/fern/index.html similarity index 100% rename from prerender/browse/minecraft/fern/index.html rename to static/browse/minecraft/fern/index.html diff --git a/src/data/minecraft/1.7.10/images/fire.png b/static/browse/minecraft/fire/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/fire.png rename to static/browse/minecraft/fire/icon.png diff --git a/prerender/browse/minecraft/fire/index.html b/static/browse/minecraft/fire/index.html similarity index 100% rename from prerender/browse/minecraft/fire/index.html rename to static/browse/minecraft/fire/index.html diff --git a/src/data/minecraft/1.7.10/images/fire_charge.png b/static/browse/minecraft/fire_charge/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/fire_charge.png rename to static/browse/minecraft/fire_charge/icon.png diff --git a/prerender/browse/minecraft/fire_charge/index.html b/static/browse/minecraft/fire_charge/index.html similarity index 100% rename from prerender/browse/minecraft/fire_charge/index.html rename to static/browse/minecraft/fire_charge/index.html diff --git a/src/data/minecraft/1.7.10/images/firework_rocket_duration_1.png b/static/browse/minecraft/firework_rocket_duration_1/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/firework_rocket_duration_1.png rename to static/browse/minecraft/firework_rocket_duration_1/icon.png diff --git a/prerender/browse/minecraft/firework_rocket_duration_1/index.html b/static/browse/minecraft/firework_rocket_duration_1/index.html similarity index 100% rename from prerender/browse/minecraft/firework_rocket_duration_1/index.html rename to static/browse/minecraft/firework_rocket_duration_1/index.html diff --git a/src/data/minecraft/1.7.10/images/firework_rocket_duration_2.png b/static/browse/minecraft/firework_rocket_duration_2/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/firework_rocket_duration_2.png rename to static/browse/minecraft/firework_rocket_duration_2/icon.png diff --git a/prerender/browse/minecraft/firework_rocket_duration_2/index.html b/static/browse/minecraft/firework_rocket_duration_2/index.html similarity index 100% rename from prerender/browse/minecraft/firework_rocket_duration_2/index.html rename to static/browse/minecraft/firework_rocket_duration_2/index.html diff --git a/src/data/minecraft/1.7.10/images/firework_rocket_duration_3.png b/static/browse/minecraft/firework_rocket_duration_3/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/firework_rocket_duration_3.png rename to static/browse/minecraft/firework_rocket_duration_3/icon.png diff --git a/prerender/browse/minecraft/firework_rocket_duration_3/index.html b/static/browse/minecraft/firework_rocket_duration_3/index.html similarity index 100% rename from prerender/browse/minecraft/firework_rocket_duration_3/index.html rename to static/browse/minecraft/firework_rocket_duration_3/index.html diff --git a/src/data/minecraft/1.7.10/images/firework_star.png b/static/browse/minecraft/firework_star/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/firework_star.png rename to static/browse/minecraft/firework_star/icon.png diff --git a/prerender/browse/minecraft/firework_star/index.html b/static/browse/minecraft/firework_star/index.html similarity index 100% rename from prerender/browse/minecraft/firework_star/index.html rename to static/browse/minecraft/firework_star/index.html diff --git a/src/data/minecraft/1.7.10/images/fishing_rod.png b/static/browse/minecraft/fishing_rod/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/fishing_rod.png rename to static/browse/minecraft/fishing_rod/icon.png diff --git a/prerender/browse/minecraft/fishing_rod/index.html b/static/browse/minecraft/fishing_rod/index.html similarity index 100% rename from prerender/browse/minecraft/fishing_rod/index.html rename to static/browse/minecraft/fishing_rod/index.html diff --git a/src/data/minecraft/1.7.10/images/flint.png b/static/browse/minecraft/flint/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/flint.png rename to static/browse/minecraft/flint/icon.png diff --git a/prerender/browse/minecraft/flint/index.html b/static/browse/minecraft/flint/index.html similarity index 100% rename from prerender/browse/minecraft/flint/index.html rename to static/browse/minecraft/flint/index.html diff --git a/src/data/minecraft/1.7.10/images/flint_and_steel.png b/static/browse/minecraft/flint_and_steel/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/flint_and_steel.png rename to static/browse/minecraft/flint_and_steel/icon.png diff --git a/prerender/browse/minecraft/flint_and_steel/index.html b/static/browse/minecraft/flint_and_steel/index.html similarity index 100% rename from prerender/browse/minecraft/flint_and_steel/index.html rename to static/browse/minecraft/flint_and_steel/index.html diff --git a/src/data/minecraft/1.7.10/images/flower_pot.png b/static/browse/minecraft/flower_pot/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/flower_pot.png rename to static/browse/minecraft/flower_pot/icon.png diff --git a/prerender/browse/minecraft/flower_pot/index.html b/static/browse/minecraft/flower_pot/index.html similarity index 100% rename from prerender/browse/minecraft/flower_pot/index.html rename to static/browse/minecraft/flower_pot/index.html diff --git a/src/data/minecraft/1.7.10/images/furnace.png b/static/browse/minecraft/furnace/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/furnace.png rename to static/browse/minecraft/furnace/icon.png diff --git a/prerender/browse/minecraft/furnace/index.html b/static/browse/minecraft/furnace/index.html similarity index 100% rename from prerender/browse/minecraft/furnace/index.html rename to static/browse/minecraft/furnace/index.html diff --git a/src/data/minecraft/1.7.10/images/furnace_fuel.png b/static/browse/minecraft/furnace_fuel/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/furnace_fuel.png rename to static/browse/minecraft/furnace_fuel/icon.png diff --git a/src/data/minecraft/1.7.10/images/ghast_tear.png b/static/browse/minecraft/ghast_tear/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/ghast_tear.png rename to static/browse/minecraft/ghast_tear/icon.png diff --git a/prerender/browse/minecraft/ghast_tear/index.html b/static/browse/minecraft/ghast_tear/index.html similarity index 100% rename from prerender/browse/minecraft/ghast_tear/index.html rename to static/browse/minecraft/ghast_tear/index.html diff --git a/src/data/minecraft/1.7.10/images/glass.png b/static/browse/minecraft/glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/glass.png rename to static/browse/minecraft/glass/icon.png diff --git a/prerender/browse/minecraft/glass/index.html b/static/browse/minecraft/glass/index.html similarity index 100% rename from prerender/browse/minecraft/glass/index.html rename to static/browse/minecraft/glass/index.html diff --git a/src/data/minecraft/1.7.10/images/glass_bottle.png b/static/browse/minecraft/glass_bottle/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/glass_bottle.png rename to static/browse/minecraft/glass_bottle/icon.png diff --git a/prerender/browse/minecraft/glass_bottle/index.html b/static/browse/minecraft/glass_bottle/index.html similarity index 100% rename from prerender/browse/minecraft/glass_bottle/index.html rename to static/browse/minecraft/glass_bottle/index.html diff --git a/src/data/minecraft/1.7.10/images/glass_pane.png b/static/browse/minecraft/glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/glass_pane.png rename to static/browse/minecraft/glass_pane/icon.png diff --git a/prerender/browse/minecraft/glass_pane/index.html b/static/browse/minecraft/glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/glass_pane/index.html rename to static/browse/minecraft/glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/glistering_melon.png b/static/browse/minecraft/glistering_melon/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/glistering_melon.png rename to static/browse/minecraft/glistering_melon/icon.png diff --git a/prerender/browse/minecraft/glistering_melon/index.html b/static/browse/minecraft/glistering_melon/index.html similarity index 100% rename from prerender/browse/minecraft/glistering_melon/index.html rename to static/browse/minecraft/glistering_melon/index.html diff --git a/src/data/minecraft/1.7.10/images/glowstone.png b/static/browse/minecraft/glowstone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/glowstone.png rename to static/browse/minecraft/glowstone/icon.png diff --git a/prerender/browse/minecraft/glowstone/index.html b/static/browse/minecraft/glowstone/index.html similarity index 100% rename from prerender/browse/minecraft/glowstone/index.html rename to static/browse/minecraft/glowstone/index.html diff --git a/src/data/minecraft/1.7.10/images/glowstone_dust.png b/static/browse/minecraft/glowstone_dust/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/glowstone_dust.png rename to static/browse/minecraft/glowstone_dust/icon.png diff --git a/prerender/browse/minecraft/glowstone_dust/index.html b/static/browse/minecraft/glowstone_dust/index.html similarity index 100% rename from prerender/browse/minecraft/glowstone_dust/index.html rename to static/browse/minecraft/glowstone_dust/index.html diff --git a/src/data/minecraft/1.7.10/images/gold_horse_armor.png b/static/browse/minecraft/gold_horse_armor/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/gold_horse_armor.png rename to static/browse/minecraft/gold_horse_armor/icon.png diff --git a/prerender/browse/minecraft/gold_horse_armor/index.html b/static/browse/minecraft/gold_horse_armor/index.html similarity index 100% rename from prerender/browse/minecraft/gold_horse_armor/index.html rename to static/browse/minecraft/gold_horse_armor/index.html diff --git a/src/data/minecraft/1.7.10/images/gold_ingot.png b/static/browse/minecraft/gold_ingot/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/gold_ingot.png rename to static/browse/minecraft/gold_ingot/icon.png diff --git a/prerender/browse/minecraft/gold_ingot/index.html b/static/browse/minecraft/gold_ingot/index.html similarity index 100% rename from prerender/browse/minecraft/gold_ingot/index.html rename to static/browse/minecraft/gold_ingot/index.html diff --git a/src/data/minecraft/1.7.10/images/gold_nugget.png b/static/browse/minecraft/gold_nugget/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/gold_nugget.png rename to static/browse/minecraft/gold_nugget/icon.png diff --git a/prerender/browse/minecraft/gold_nugget/index.html b/static/browse/minecraft/gold_nugget/index.html similarity index 100% rename from prerender/browse/minecraft/gold_nugget/index.html rename to static/browse/minecraft/gold_nugget/index.html diff --git a/src/data/minecraft/1.7.10/images/gold_ore.png b/static/browse/minecraft/gold_ore/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/gold_ore.png rename to static/browse/minecraft/gold_ore/icon.png diff --git a/prerender/browse/minecraft/gold_ore/index.html b/static/browse/minecraft/gold_ore/index.html similarity index 100% rename from prerender/browse/minecraft/gold_ore/index.html rename to static/browse/minecraft/gold_ore/index.html diff --git a/src/data/minecraft/1.7.10/images/golden_apple.png b/static/browse/minecraft/golden_apple/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/golden_apple.png rename to static/browse/minecraft/golden_apple/icon.png diff --git a/prerender/browse/minecraft/golden_apple/index.html b/static/browse/minecraft/golden_apple/index.html similarity index 100% rename from prerender/browse/minecraft/golden_apple/index.html rename to static/browse/minecraft/golden_apple/index.html diff --git a/src/data/minecraft/1.7.10/images/golden_apple_magic.png b/static/browse/minecraft/golden_apple_magic/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/golden_apple_magic.png rename to static/browse/minecraft/golden_apple_magic/icon.png diff --git a/prerender/browse/minecraft/golden_apple_magic/index.html b/static/browse/minecraft/golden_apple_magic/index.html similarity index 100% rename from prerender/browse/minecraft/golden_apple_magic/index.html rename to static/browse/minecraft/golden_apple_magic/index.html diff --git a/src/data/minecraft/1.7.10/images/golden_axe.png b/static/browse/minecraft/golden_axe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/golden_axe.png rename to static/browse/minecraft/golden_axe/icon.png diff --git a/prerender/browse/minecraft/golden_axe/index.html b/static/browse/minecraft/golden_axe/index.html similarity index 100% rename from prerender/browse/minecraft/golden_axe/index.html rename to static/browse/minecraft/golden_axe/index.html diff --git a/src/data/minecraft/1.7.10/images/golden_boots.png b/static/browse/minecraft/golden_boots/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/golden_boots.png rename to static/browse/minecraft/golden_boots/icon.png diff --git a/prerender/browse/minecraft/golden_boots/index.html b/static/browse/minecraft/golden_boots/index.html similarity index 100% rename from prerender/browse/minecraft/golden_boots/index.html rename to static/browse/minecraft/golden_boots/index.html diff --git a/src/data/minecraft/1.7.10/images/golden_carrot.png b/static/browse/minecraft/golden_carrot/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/golden_carrot.png rename to static/browse/minecraft/golden_carrot/icon.png diff --git a/prerender/browse/minecraft/golden_carrot/index.html b/static/browse/minecraft/golden_carrot/index.html similarity index 100% rename from prerender/browse/minecraft/golden_carrot/index.html rename to static/browse/minecraft/golden_carrot/index.html diff --git a/src/data/minecraft/1.7.10/images/golden_chestplate.png b/static/browse/minecraft/golden_chestplate/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/golden_chestplate.png rename to static/browse/minecraft/golden_chestplate/icon.png diff --git a/prerender/browse/minecraft/golden_chestplate/index.html b/static/browse/minecraft/golden_chestplate/index.html similarity index 100% rename from prerender/browse/minecraft/golden_chestplate/index.html rename to static/browse/minecraft/golden_chestplate/index.html diff --git a/src/data/minecraft/1.7.10/images/golden_helmet.png b/static/browse/minecraft/golden_helmet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/golden_helmet.png rename to static/browse/minecraft/golden_helmet/icon.png diff --git a/prerender/browse/minecraft/golden_helmet/index.html b/static/browse/minecraft/golden_helmet/index.html similarity index 100% rename from prerender/browse/minecraft/golden_helmet/index.html rename to static/browse/minecraft/golden_helmet/index.html diff --git a/src/data/minecraft/1.7.10/images/golden_hoe.png b/static/browse/minecraft/golden_hoe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/golden_hoe.png rename to static/browse/minecraft/golden_hoe/icon.png diff --git a/prerender/browse/minecraft/golden_hoe/index.html b/static/browse/minecraft/golden_hoe/index.html similarity index 100% rename from prerender/browse/minecraft/golden_hoe/index.html rename to static/browse/minecraft/golden_hoe/index.html diff --git a/src/data/minecraft/1.7.10/images/golden_leggings.png b/static/browse/minecraft/golden_leggings/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/golden_leggings.png rename to static/browse/minecraft/golden_leggings/icon.png diff --git a/prerender/browse/minecraft/golden_leggings/index.html b/static/browse/minecraft/golden_leggings/index.html similarity index 100% rename from prerender/browse/minecraft/golden_leggings/index.html rename to static/browse/minecraft/golden_leggings/index.html diff --git a/src/data/minecraft/1.7.10/images/golden_pickaxe.png b/static/browse/minecraft/golden_pickaxe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/golden_pickaxe.png rename to static/browse/minecraft/golden_pickaxe/icon.png diff --git a/prerender/browse/minecraft/golden_pickaxe/index.html b/static/browse/minecraft/golden_pickaxe/index.html similarity index 100% rename from prerender/browse/minecraft/golden_pickaxe/index.html rename to static/browse/minecraft/golden_pickaxe/index.html diff --git a/src/data/minecraft/1.7.10/images/golden_shovel.png b/static/browse/minecraft/golden_shovel/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/golden_shovel.png rename to static/browse/minecraft/golden_shovel/icon.png diff --git a/prerender/browse/minecraft/golden_shovel/index.html b/static/browse/minecraft/golden_shovel/index.html similarity index 100% rename from prerender/browse/minecraft/golden_shovel/index.html rename to static/browse/minecraft/golden_shovel/index.html diff --git a/src/data/minecraft/1.7.10/images/golden_sword.png b/static/browse/minecraft/golden_sword/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/golden_sword.png rename to static/browse/minecraft/golden_sword/icon.png diff --git a/prerender/browse/minecraft/golden_sword/index.html b/static/browse/minecraft/golden_sword/index.html similarity index 100% rename from prerender/browse/minecraft/golden_sword/index.html rename to static/browse/minecraft/golden_sword/index.html diff --git a/src/data/minecraft/1.7.10/images/grass.png b/static/browse/minecraft/grass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/grass.png rename to static/browse/minecraft/grass/icon.png diff --git a/prerender/browse/minecraft/grass/index.html b/static/browse/minecraft/grass/index.html similarity index 100% rename from prerender/browse/minecraft/grass/index.html rename to static/browse/minecraft/grass/index.html diff --git a/src/data/minecraft/1.7.10/images/grass_block.png b/static/browse/minecraft/grass_block/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/grass_block.png rename to static/browse/minecraft/grass_block/icon.png diff --git a/prerender/browse/minecraft/grass_block/index.html b/static/browse/minecraft/grass_block/index.html similarity index 100% rename from prerender/browse/minecraft/grass_block/index.html rename to static/browse/minecraft/grass_block/index.html diff --git a/src/data/minecraft/1.7.10/images/gravel.png b/static/browse/minecraft/gravel/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/gravel.png rename to static/browse/minecraft/gravel/icon.png diff --git a/prerender/browse/minecraft/gravel/index.html b/static/browse/minecraft/gravel/index.html similarity index 100% rename from prerender/browse/minecraft/gravel/index.html rename to static/browse/minecraft/gravel/index.html diff --git a/src/data/minecraft/1.7.10/images/gray_carpet.png b/static/browse/minecraft/gray_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/gray_carpet.png rename to static/browse/minecraft/gray_carpet/icon.png diff --git a/prerender/browse/minecraft/gray_carpet/index.html b/static/browse/minecraft/gray_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/gray_carpet/index.html rename to static/browse/minecraft/gray_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/gray_dye.png b/static/browse/minecraft/gray_dye/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/gray_dye.png rename to static/browse/minecraft/gray_dye/icon.png diff --git a/prerender/browse/minecraft/gray_dye/index.html b/static/browse/minecraft/gray_dye/index.html similarity index 100% rename from prerender/browse/minecraft/gray_dye/index.html rename to static/browse/minecraft/gray_dye/index.html diff --git a/src/data/minecraft/1.7.10/images/gray_stained_clay.png b/static/browse/minecraft/gray_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/gray_stained_clay.png rename to static/browse/minecraft/gray_stained_clay/icon.png diff --git a/prerender/browse/minecraft/gray_stained_clay/index.html b/static/browse/minecraft/gray_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/gray_stained_clay/index.html rename to static/browse/minecraft/gray_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/gray_stained_glass.png b/static/browse/minecraft/gray_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/gray_stained_glass.png rename to static/browse/minecraft/gray_stained_glass/icon.png diff --git a/prerender/browse/minecraft/gray_stained_glass/index.html b/static/browse/minecraft/gray_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/gray_stained_glass/index.html rename to static/browse/minecraft/gray_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/gray_stained_glass_pane.png b/static/browse/minecraft/gray_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/gray_stained_glass_pane.png rename to static/browse/minecraft/gray_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/gray_stained_glass_pane/index.html b/static/browse/minecraft/gray_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/gray_stained_glass_pane/index.html rename to static/browse/minecraft/gray_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/gray_wool.png b/static/browse/minecraft/gray_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/gray_wool.png rename to static/browse/minecraft/gray_wool/icon.png diff --git a/prerender/browse/minecraft/gray_wool/index.html b/static/browse/minecraft/gray_wool/index.html similarity index 100% rename from prerender/browse/minecraft/gray_wool/index.html rename to static/browse/minecraft/gray_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/green_carpet.png b/static/browse/minecraft/green_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/green_carpet.png rename to static/browse/minecraft/green_carpet/icon.png diff --git a/prerender/browse/minecraft/green_carpet/index.html b/static/browse/minecraft/green_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/green_carpet/index.html rename to static/browse/minecraft/green_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/green_stained_clay.png b/static/browse/minecraft/green_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/green_stained_clay.png rename to static/browse/minecraft/green_stained_clay/icon.png diff --git a/prerender/browse/minecraft/green_stained_clay/index.html b/static/browse/minecraft/green_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/green_stained_clay/index.html rename to static/browse/minecraft/green_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/green_stained_glass.png b/static/browse/minecraft/green_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/green_stained_glass.png rename to static/browse/minecraft/green_stained_glass/icon.png diff --git a/prerender/browse/minecraft/green_stained_glass/index.html b/static/browse/minecraft/green_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/green_stained_glass/index.html rename to static/browse/minecraft/green_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/green_stained_glass_pane.png b/static/browse/minecraft/green_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/green_stained_glass_pane.png rename to static/browse/minecraft/green_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/green_stained_glass_pane/index.html b/static/browse/minecraft/green_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/green_stained_glass_pane/index.html rename to static/browse/minecraft/green_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/green_wool.png b/static/browse/minecraft/green_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/green_wool.png rename to static/browse/minecraft/green_wool/icon.png diff --git a/prerender/browse/minecraft/green_wool/index.html b/static/browse/minecraft/green_wool/index.html similarity index 100% rename from prerender/browse/minecraft/green_wool/index.html rename to static/browse/minecraft/green_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/gunpowder.png b/static/browse/minecraft/gunpowder/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/gunpowder.png rename to static/browse/minecraft/gunpowder/icon.png diff --git a/prerender/browse/minecraft/gunpowder/index.html b/static/browse/minecraft/gunpowder/index.html similarity index 100% rename from prerender/browse/minecraft/gunpowder/index.html rename to static/browse/minecraft/gunpowder/index.html diff --git a/src/data/minecraft/1.7.10/images/hardened_clay.png b/static/browse/minecraft/hardened_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/hardened_clay.png rename to static/browse/minecraft/hardened_clay/icon.png diff --git a/prerender/browse/minecraft/hardened_clay/index.html b/static/browse/minecraft/hardened_clay/index.html similarity index 100% rename from prerender/browse/minecraft/hardened_clay/index.html rename to static/browse/minecraft/hardened_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/hay_bale.png b/static/browse/minecraft/hay_bale/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/hay_bale.png rename to static/browse/minecraft/hay_bale/icon.png diff --git a/prerender/browse/minecraft/hay_bale/index.html b/static/browse/minecraft/hay_bale/index.html similarity index 100% rename from prerender/browse/minecraft/hay_bale/index.html rename to static/browse/minecraft/hay_bale/index.html diff --git a/src/data/minecraft/1.7.10/images/head.png b/static/browse/minecraft/head/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/head.png rename to static/browse/minecraft/head/icon.png diff --git a/prerender/browse/minecraft/head/index.html b/static/browse/minecraft/head/index.html similarity index 100% rename from prerender/browse/minecraft/head/index.html rename to static/browse/minecraft/head/index.html diff --git a/src/data/minecraft/1.7.10/images/hopper.png b/static/browse/minecraft/hopper/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/hopper.png rename to static/browse/minecraft/hopper/icon.png diff --git a/prerender/browse/minecraft/hopper/index.html b/static/browse/minecraft/hopper/index.html similarity index 100% rename from prerender/browse/minecraft/hopper/index.html rename to static/browse/minecraft/hopper/index.html diff --git a/src/data/minecraft/1.7.10/images/ice.png b/static/browse/minecraft/ice/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/ice.png rename to static/browse/minecraft/ice/icon.png diff --git a/prerender/browse/minecraft/ice/index.html b/static/browse/minecraft/ice/index.html similarity index 100% rename from prerender/browse/minecraft/ice/index.html rename to static/browse/minecraft/ice/index.html diff --git a/src/data/minecraft/logo.png b/static/browse/minecraft/icon.png similarity index 100% rename from src/data/minecraft/logo.png rename to static/browse/minecraft/icon.png diff --git a/prerender/browse/minecraft/index.html b/static/browse/minecraft/index.html similarity index 100% rename from prerender/browse/minecraft/index.html rename to static/browse/minecraft/index.html diff --git a/src/data/minecraft/1.7.10/images/ink_sac.png b/static/browse/minecraft/ink_sac/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/ink_sac.png rename to static/browse/minecraft/ink_sac/icon.png diff --git a/prerender/browse/minecraft/ink_sac/index.html b/static/browse/minecraft/ink_sac/index.html similarity index 100% rename from prerender/browse/minecraft/ink_sac/index.html rename to static/browse/minecraft/ink_sac/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_axe.png b/static/browse/minecraft/iron_axe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_axe.png rename to static/browse/minecraft/iron_axe/icon.png diff --git a/prerender/browse/minecraft/iron_axe/index.html b/static/browse/minecraft/iron_axe/index.html similarity index 100% rename from prerender/browse/minecraft/iron_axe/index.html rename to static/browse/minecraft/iron_axe/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_bars.png b/static/browse/minecraft/iron_bars/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_bars.png rename to static/browse/minecraft/iron_bars/icon.png diff --git a/prerender/browse/minecraft/iron_bars/index.html b/static/browse/minecraft/iron_bars/index.html similarity index 100% rename from prerender/browse/minecraft/iron_bars/index.html rename to static/browse/minecraft/iron_bars/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_boots.png b/static/browse/minecraft/iron_boots/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_boots.png rename to static/browse/minecraft/iron_boots/icon.png diff --git a/prerender/browse/minecraft/iron_boots/index.html b/static/browse/minecraft/iron_boots/index.html similarity index 100% rename from prerender/browse/minecraft/iron_boots/index.html rename to static/browse/minecraft/iron_boots/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_chestplate.png b/static/browse/minecraft/iron_chestplate/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_chestplate.png rename to static/browse/minecraft/iron_chestplate/icon.png diff --git a/prerender/browse/minecraft/iron_chestplate/index.html b/static/browse/minecraft/iron_chestplate/index.html similarity index 100% rename from prerender/browse/minecraft/iron_chestplate/index.html rename to static/browse/minecraft/iron_chestplate/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_door.png b/static/browse/minecraft/iron_door/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_door.png rename to static/browse/minecraft/iron_door/icon.png diff --git a/prerender/browse/minecraft/iron_door/index.html b/static/browse/minecraft/iron_door/index.html similarity index 100% rename from prerender/browse/minecraft/iron_door/index.html rename to static/browse/minecraft/iron_door/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_helmet.png b/static/browse/minecraft/iron_helmet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_helmet.png rename to static/browse/minecraft/iron_helmet/icon.png diff --git a/prerender/browse/minecraft/iron_helmet/index.html b/static/browse/minecraft/iron_helmet/index.html similarity index 100% rename from prerender/browse/minecraft/iron_helmet/index.html rename to static/browse/minecraft/iron_helmet/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_hoe.png b/static/browse/minecraft/iron_hoe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_hoe.png rename to static/browse/minecraft/iron_hoe/icon.png diff --git a/prerender/browse/minecraft/iron_hoe/index.html b/static/browse/minecraft/iron_hoe/index.html similarity index 100% rename from prerender/browse/minecraft/iron_hoe/index.html rename to static/browse/minecraft/iron_hoe/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_horse_armor.png b/static/browse/minecraft/iron_horse_armor/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_horse_armor.png rename to static/browse/minecraft/iron_horse_armor/icon.png diff --git a/prerender/browse/minecraft/iron_horse_armor/index.html b/static/browse/minecraft/iron_horse_armor/index.html similarity index 100% rename from prerender/browse/minecraft/iron_horse_armor/index.html rename to static/browse/minecraft/iron_horse_armor/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_ingot.png b/static/browse/minecraft/iron_ingot/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_ingot.png rename to static/browse/minecraft/iron_ingot/icon.png diff --git a/prerender/browse/minecraft/iron_ingot/index.html b/static/browse/minecraft/iron_ingot/index.html similarity index 100% rename from prerender/browse/minecraft/iron_ingot/index.html rename to static/browse/minecraft/iron_ingot/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_leggings.png b/static/browse/minecraft/iron_leggings/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_leggings.png rename to static/browse/minecraft/iron_leggings/icon.png diff --git a/prerender/browse/minecraft/iron_leggings/index.html b/static/browse/minecraft/iron_leggings/index.html similarity index 100% rename from prerender/browse/minecraft/iron_leggings/index.html rename to static/browse/minecraft/iron_leggings/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_ore.png b/static/browse/minecraft/iron_ore/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_ore.png rename to static/browse/minecraft/iron_ore/icon.png diff --git a/prerender/browse/minecraft/iron_ore/index.html b/static/browse/minecraft/iron_ore/index.html similarity index 100% rename from prerender/browse/minecraft/iron_ore/index.html rename to static/browse/minecraft/iron_ore/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_pickaxe.png b/static/browse/minecraft/iron_pickaxe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_pickaxe.png rename to static/browse/minecraft/iron_pickaxe/icon.png diff --git a/prerender/browse/minecraft/iron_pickaxe/index.html b/static/browse/minecraft/iron_pickaxe/index.html similarity index 100% rename from prerender/browse/minecraft/iron_pickaxe/index.html rename to static/browse/minecraft/iron_pickaxe/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_shovel.png b/static/browse/minecraft/iron_shovel/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_shovel.png rename to static/browse/minecraft/iron_shovel/icon.png diff --git a/prerender/browse/minecraft/iron_shovel/index.html b/static/browse/minecraft/iron_shovel/index.html similarity index 100% rename from prerender/browse/minecraft/iron_shovel/index.html rename to static/browse/minecraft/iron_shovel/index.html diff --git a/src/data/minecraft/1.7.10/images/iron_sword.png b/static/browse/minecraft/iron_sword/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/iron_sword.png rename to static/browse/minecraft/iron_sword/icon.png diff --git a/prerender/browse/minecraft/iron_sword/index.html b/static/browse/minecraft/iron_sword/index.html similarity index 100% rename from prerender/browse/minecraft/iron_sword/index.html rename to static/browse/minecraft/iron_sword/index.html diff --git a/src/data/minecraft/1.7.10/images/item_frame.png b/static/browse/minecraft/item_frame/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/item_frame.png rename to static/browse/minecraft/item_frame/icon.png diff --git a/prerender/browse/minecraft/item_frame/index.html b/static/browse/minecraft/item_frame/index.html similarity index 100% rename from prerender/browse/minecraft/item_frame/index.html rename to static/browse/minecraft/item_frame/index.html diff --git a/src/data/minecraft/1.7.10/images/jack_o_lantern.png b/static/browse/minecraft/jack_o_lantern/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/jack_o_lantern.png rename to static/browse/minecraft/jack_o_lantern/icon.png diff --git a/prerender/browse/minecraft/jack_o_lantern/index.html b/static/browse/minecraft/jack_o_lantern/index.html similarity index 100% rename from prerender/browse/minecraft/jack_o_lantern/index.html rename to static/browse/minecraft/jack_o_lantern/index.html diff --git a/src/data/minecraft/1.7.10/images/jukebox.png b/static/browse/minecraft/jukebox/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/jukebox.png rename to static/browse/minecraft/jukebox/icon.png diff --git a/prerender/browse/minecraft/jukebox/index.html b/static/browse/minecraft/jukebox/index.html similarity index 100% rename from prerender/browse/minecraft/jukebox/index.html rename to static/browse/minecraft/jukebox/index.html diff --git a/src/data/minecraft/1.7.10/images/jungle_leaves.png b/static/browse/minecraft/jungle_leaves/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/jungle_leaves.png rename to static/browse/minecraft/jungle_leaves/icon.png diff --git a/prerender/browse/minecraft/jungle_leaves/index.html b/static/browse/minecraft/jungle_leaves/index.html similarity index 100% rename from prerender/browse/minecraft/jungle_leaves/index.html rename to static/browse/minecraft/jungle_leaves/index.html diff --git a/src/data/minecraft/1.7.10/images/jungle_sapling.png b/static/browse/minecraft/jungle_sapling/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/jungle_sapling.png rename to static/browse/minecraft/jungle_sapling/icon.png diff --git a/prerender/browse/minecraft/jungle_sapling/index.html b/static/browse/minecraft/jungle_sapling/index.html similarity index 100% rename from prerender/browse/minecraft/jungle_sapling/index.html rename to static/browse/minecraft/jungle_sapling/index.html diff --git a/src/data/minecraft/1.7.10/images/jungle_wood.png b/static/browse/minecraft/jungle_wood/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/jungle_wood.png rename to static/browse/minecraft/jungle_wood/icon.png diff --git a/prerender/browse/minecraft/jungle_wood/index.html b/static/browse/minecraft/jungle_wood/index.html similarity index 100% rename from prerender/browse/minecraft/jungle_wood/index.html rename to static/browse/minecraft/jungle_wood/index.html diff --git a/src/data/minecraft/1.7.10/images/jungle_wood_planks.png b/static/browse/minecraft/jungle_wood_planks/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/jungle_wood_planks.png rename to static/browse/minecraft/jungle_wood_planks/icon.png diff --git a/prerender/browse/minecraft/jungle_wood_planks/index.html b/static/browse/minecraft/jungle_wood_planks/index.html similarity index 100% rename from prerender/browse/minecraft/jungle_wood_planks/index.html rename to static/browse/minecraft/jungle_wood_planks/index.html diff --git a/src/data/minecraft/1.7.10/images/jungle_wood_slab.png b/static/browse/minecraft/jungle_wood_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/jungle_wood_slab.png rename to static/browse/minecraft/jungle_wood_slab/icon.png diff --git a/prerender/browse/minecraft/jungle_wood_slab/index.html b/static/browse/minecraft/jungle_wood_slab/index.html similarity index 100% rename from prerender/browse/minecraft/jungle_wood_slab/index.html rename to static/browse/minecraft/jungle_wood_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/jungle_wood_stairs.png b/static/browse/minecraft/jungle_wood_stairs/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/jungle_wood_stairs.png rename to static/browse/minecraft/jungle_wood_stairs/icon.png diff --git a/prerender/browse/minecraft/jungle_wood_stairs/index.html b/static/browse/minecraft/jungle_wood_stairs/index.html similarity index 100% rename from prerender/browse/minecraft/jungle_wood_stairs/index.html rename to static/browse/minecraft/jungle_wood_stairs/index.html diff --git a/src/data/minecraft/1.7.10/images/ladder.png b/static/browse/minecraft/ladder/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/ladder.png rename to static/browse/minecraft/ladder/icon.png diff --git a/prerender/browse/minecraft/ladder/index.html b/static/browse/minecraft/ladder/index.html similarity index 100% rename from prerender/browse/minecraft/ladder/index.html rename to static/browse/minecraft/ladder/index.html diff --git a/src/data/minecraft/1.7.10/images/lapis_lazuli.png b/static/browse/minecraft/lapis_lazuli/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lapis_lazuli.png rename to static/browse/minecraft/lapis_lazuli/icon.png diff --git a/prerender/browse/minecraft/lapis_lazuli/index.html b/static/browse/minecraft/lapis_lazuli/index.html similarity index 100% rename from prerender/browse/minecraft/lapis_lazuli/index.html rename to static/browse/minecraft/lapis_lazuli/index.html diff --git a/src/data/minecraft/1.7.10/images/lapis_lazuli_block.png b/static/browse/minecraft/lapis_lazuli_block/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lapis_lazuli_block.png rename to static/browse/minecraft/lapis_lazuli_block/icon.png diff --git a/prerender/browse/minecraft/lapis_lazuli_block/index.html b/static/browse/minecraft/lapis_lazuli_block/index.html similarity index 100% rename from prerender/browse/minecraft/lapis_lazuli_block/index.html rename to static/browse/minecraft/lapis_lazuli_block/index.html diff --git a/src/data/minecraft/1.7.10/images/lapis_lazuli_ore.png b/static/browse/minecraft/lapis_lazuli_ore/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lapis_lazuli_ore.png rename to static/browse/minecraft/lapis_lazuli_ore/icon.png diff --git a/prerender/browse/minecraft/lapis_lazuli_ore/index.html b/static/browse/minecraft/lapis_lazuli_ore/index.html similarity index 100% rename from prerender/browse/minecraft/lapis_lazuli_ore/index.html rename to static/browse/minecraft/lapis_lazuli_ore/index.html diff --git a/src/data/minecraft/1.7.10/images/large_fern.png b/static/browse/minecraft/large_fern/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/large_fern.png rename to static/browse/minecraft/large_fern/icon.png diff --git a/prerender/browse/minecraft/large_fern/index.html b/static/browse/minecraft/large_fern/index.html similarity index 100% rename from prerender/browse/minecraft/large_fern/index.html rename to static/browse/minecraft/large_fern/index.html diff --git a/src/data/minecraft/1.7.10/images/lava.png b/static/browse/minecraft/lava/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lava.png rename to static/browse/minecraft/lava/icon.png diff --git a/prerender/browse/minecraft/lava/index.html b/static/browse/minecraft/lava/index.html similarity index 100% rename from prerender/browse/minecraft/lava/index.html rename to static/browse/minecraft/lava/index.html diff --git a/src/data/minecraft/1.7.10/images/lava_bucket.png b/static/browse/minecraft/lava_bucket/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lava_bucket.png rename to static/browse/minecraft/lava_bucket/icon.png diff --git a/prerender/browse/minecraft/lava_bucket/index.html b/static/browse/minecraft/lava_bucket/index.html similarity index 100% rename from prerender/browse/minecraft/lava_bucket/index.html rename to static/browse/minecraft/lava_bucket/index.html diff --git a/src/data/minecraft/1.7.10/images/lead.png b/static/browse/minecraft/lead/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lead.png rename to static/browse/minecraft/lead/icon.png diff --git a/prerender/browse/minecraft/lead/index.html b/static/browse/minecraft/lead/index.html similarity index 100% rename from prerender/browse/minecraft/lead/index.html rename to static/browse/minecraft/lead/index.html diff --git a/src/data/minecraft/1.7.10/images/leather.png b/static/browse/minecraft/leather/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/leather.png rename to static/browse/minecraft/leather/icon.png diff --git a/prerender/browse/minecraft/leather/index.html b/static/browse/minecraft/leather/index.html similarity index 100% rename from prerender/browse/minecraft/leather/index.html rename to static/browse/minecraft/leather/index.html diff --git a/src/data/minecraft/1.7.10/images/leather_boots.png b/static/browse/minecraft/leather_boots/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/leather_boots.png rename to static/browse/minecraft/leather_boots/icon.png diff --git a/prerender/browse/minecraft/leather_boots/index.html b/static/browse/minecraft/leather_boots/index.html similarity index 100% rename from prerender/browse/minecraft/leather_boots/index.html rename to static/browse/minecraft/leather_boots/index.html diff --git a/src/data/minecraft/1.7.10/images/leather_cap.png b/static/browse/minecraft/leather_cap/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/leather_cap.png rename to static/browse/minecraft/leather_cap/icon.png diff --git a/prerender/browse/minecraft/leather_cap/index.html b/static/browse/minecraft/leather_cap/index.html similarity index 100% rename from prerender/browse/minecraft/leather_cap/index.html rename to static/browse/minecraft/leather_cap/index.html diff --git a/src/data/minecraft/1.7.10/images/leather_pants.png b/static/browse/minecraft/leather_pants/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/leather_pants.png rename to static/browse/minecraft/leather_pants/icon.png diff --git a/prerender/browse/minecraft/leather_pants/index.html b/static/browse/minecraft/leather_pants/index.html similarity index 100% rename from prerender/browse/minecraft/leather_pants/index.html rename to static/browse/minecraft/leather_pants/index.html diff --git a/src/data/minecraft/1.7.10/images/leather_tunic.png b/static/browse/minecraft/leather_tunic/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/leather_tunic.png rename to static/browse/minecraft/leather_tunic/icon.png diff --git a/prerender/browse/minecraft/leather_tunic/index.html b/static/browse/minecraft/leather_tunic/index.html similarity index 100% rename from prerender/browse/minecraft/leather_tunic/index.html rename to static/browse/minecraft/leather_tunic/index.html diff --git a/src/data/minecraft/1.7.10/images/lever.png b/static/browse/minecraft/lever/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lever.png rename to static/browse/minecraft/lever/icon.png diff --git a/prerender/browse/minecraft/lever/index.html b/static/browse/minecraft/lever/index.html similarity index 100% rename from prerender/browse/minecraft/lever/index.html rename to static/browse/minecraft/lever/index.html diff --git a/src/data/minecraft/1.7.10/images/light_blue_carpet.png b/static/browse/minecraft/light_blue_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/light_blue_carpet.png rename to static/browse/minecraft/light_blue_carpet/icon.png diff --git a/prerender/browse/minecraft/light_blue_carpet/index.html b/static/browse/minecraft/light_blue_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/light_blue_carpet/index.html rename to static/browse/minecraft/light_blue_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/light_blue_dye.png b/static/browse/minecraft/light_blue_dye/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/light_blue_dye.png rename to static/browse/minecraft/light_blue_dye/icon.png diff --git a/prerender/browse/minecraft/light_blue_dye/index.html b/static/browse/minecraft/light_blue_dye/index.html similarity index 100% rename from prerender/browse/minecraft/light_blue_dye/index.html rename to static/browse/minecraft/light_blue_dye/index.html diff --git a/src/data/minecraft/1.7.10/images/light_blue_stained_clay.png b/static/browse/minecraft/light_blue_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/light_blue_stained_clay.png rename to static/browse/minecraft/light_blue_stained_clay/icon.png diff --git a/prerender/browse/minecraft/light_blue_stained_clay/index.html b/static/browse/minecraft/light_blue_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/light_blue_stained_clay/index.html rename to static/browse/minecraft/light_blue_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/light_blue_stained_glass.png b/static/browse/minecraft/light_blue_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/light_blue_stained_glass.png rename to static/browse/minecraft/light_blue_stained_glass/icon.png diff --git a/prerender/browse/minecraft/light_blue_stained_glass/index.html b/static/browse/minecraft/light_blue_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/light_blue_stained_glass/index.html rename to static/browse/minecraft/light_blue_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/light_blue_stained_glass_pane.png b/static/browse/minecraft/light_blue_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/light_blue_stained_glass_pane.png rename to static/browse/minecraft/light_blue_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/light_blue_stained_glass_pane/index.html b/static/browse/minecraft/light_blue_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/light_blue_stained_glass_pane/index.html rename to static/browse/minecraft/light_blue_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/light_blue_wool.png b/static/browse/minecraft/light_blue_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/light_blue_wool.png rename to static/browse/minecraft/light_blue_wool/icon.png diff --git a/prerender/browse/minecraft/light_blue_wool/index.html b/static/browse/minecraft/light_blue_wool/index.html similarity index 100% rename from prerender/browse/minecraft/light_blue_wool/index.html rename to static/browse/minecraft/light_blue_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/light_gray_carpet.png b/static/browse/minecraft/light_gray_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/light_gray_carpet.png rename to static/browse/minecraft/light_gray_carpet/icon.png diff --git a/prerender/browse/minecraft/light_gray_carpet/index.html b/static/browse/minecraft/light_gray_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/light_gray_carpet/index.html rename to static/browse/minecraft/light_gray_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/light_gray_dye.png b/static/browse/minecraft/light_gray_dye/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/light_gray_dye.png rename to static/browse/minecraft/light_gray_dye/icon.png diff --git a/prerender/browse/minecraft/light_gray_dye/index.html b/static/browse/minecraft/light_gray_dye/index.html similarity index 100% rename from prerender/browse/minecraft/light_gray_dye/index.html rename to static/browse/minecraft/light_gray_dye/index.html diff --git a/src/data/minecraft/1.7.10/images/light_gray_stained_clay.png b/static/browse/minecraft/light_gray_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/light_gray_stained_clay.png rename to static/browse/minecraft/light_gray_stained_clay/icon.png diff --git a/prerender/browse/minecraft/light_gray_stained_clay/index.html b/static/browse/minecraft/light_gray_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/light_gray_stained_clay/index.html rename to static/browse/minecraft/light_gray_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/light_gray_stained_glass.png b/static/browse/minecraft/light_gray_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/light_gray_stained_glass.png rename to static/browse/minecraft/light_gray_stained_glass/icon.png diff --git a/prerender/browse/minecraft/light_gray_stained_glass/index.html b/static/browse/minecraft/light_gray_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/light_gray_stained_glass/index.html rename to static/browse/minecraft/light_gray_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/light_gray_stained_glass_pane.png b/static/browse/minecraft/light_gray_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/light_gray_stained_glass_pane.png rename to static/browse/minecraft/light_gray_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/light_gray_stained_glass_pane/index.html b/static/browse/minecraft/light_gray_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/light_gray_stained_glass_pane/index.html rename to static/browse/minecraft/light_gray_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/light_gray_wool.png b/static/browse/minecraft/light_gray_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/light_gray_wool.png rename to static/browse/minecraft/light_gray_wool/icon.png diff --git a/prerender/browse/minecraft/light_gray_wool/index.html b/static/browse/minecraft/light_gray_wool/index.html similarity index 100% rename from prerender/browse/minecraft/light_gray_wool/index.html rename to static/browse/minecraft/light_gray_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/lilac.png b/static/browse/minecraft/lilac/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lilac.png rename to static/browse/minecraft/lilac/icon.png diff --git a/prerender/browse/minecraft/lilac/index.html b/static/browse/minecraft/lilac/index.html similarity index 100% rename from prerender/browse/minecraft/lilac/index.html rename to static/browse/minecraft/lilac/index.html diff --git a/src/data/minecraft/1.7.10/images/lily_pad.png b/static/browse/minecraft/lily_pad/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lily_pad.png rename to static/browse/minecraft/lily_pad/icon.png diff --git a/prerender/browse/minecraft/lily_pad/index.html b/static/browse/minecraft/lily_pad/index.html similarity index 100% rename from prerender/browse/minecraft/lily_pad/index.html rename to static/browse/minecraft/lily_pad/index.html diff --git a/src/data/minecraft/1.7.10/images/lime_carpet.png b/static/browse/minecraft/lime_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lime_carpet.png rename to static/browse/minecraft/lime_carpet/icon.png diff --git a/prerender/browse/minecraft/lime_carpet/index.html b/static/browse/minecraft/lime_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/lime_carpet/index.html rename to static/browse/minecraft/lime_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/lime_dye.png b/static/browse/minecraft/lime_dye/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lime_dye.png rename to static/browse/minecraft/lime_dye/icon.png diff --git a/prerender/browse/minecraft/lime_dye/index.html b/static/browse/minecraft/lime_dye/index.html similarity index 100% rename from prerender/browse/minecraft/lime_dye/index.html rename to static/browse/minecraft/lime_dye/index.html diff --git a/src/data/minecraft/1.7.10/images/lime_stained_clay.png b/static/browse/minecraft/lime_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lime_stained_clay.png rename to static/browse/minecraft/lime_stained_clay/icon.png diff --git a/prerender/browse/minecraft/lime_stained_clay/index.html b/static/browse/minecraft/lime_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/lime_stained_clay/index.html rename to static/browse/minecraft/lime_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/lime_stained_glass.png b/static/browse/minecraft/lime_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lime_stained_glass.png rename to static/browse/minecraft/lime_stained_glass/icon.png diff --git a/prerender/browse/minecraft/lime_stained_glass/index.html b/static/browse/minecraft/lime_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/lime_stained_glass/index.html rename to static/browse/minecraft/lime_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/lime_stained_glass_pane.png b/static/browse/minecraft/lime_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lime_stained_glass_pane.png rename to static/browse/minecraft/lime_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/lime_stained_glass_pane/index.html b/static/browse/minecraft/lime_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/lime_stained_glass_pane/index.html rename to static/browse/minecraft/lime_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/lime_wool.png b/static/browse/minecraft/lime_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/lime_wool.png rename to static/browse/minecraft/lime_wool/icon.png diff --git a/prerender/browse/minecraft/lime_wool/index.html b/static/browse/minecraft/lime_wool/index.html similarity index 100% rename from prerender/browse/minecraft/lime_wool/index.html rename to static/browse/minecraft/lime_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/magenta_carpet.png b/static/browse/minecraft/magenta_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/magenta_carpet.png rename to static/browse/minecraft/magenta_carpet/icon.png diff --git a/prerender/browse/minecraft/magenta_carpet/index.html b/static/browse/minecraft/magenta_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/magenta_carpet/index.html rename to static/browse/minecraft/magenta_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/magenta_dye.png b/static/browse/minecraft/magenta_dye/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/magenta_dye.png rename to static/browse/minecraft/magenta_dye/icon.png diff --git a/prerender/browse/minecraft/magenta_dye/index.html b/static/browse/minecraft/magenta_dye/index.html similarity index 100% rename from prerender/browse/minecraft/magenta_dye/index.html rename to static/browse/minecraft/magenta_dye/index.html diff --git a/src/data/minecraft/1.7.10/images/magenta_stained_clay.png b/static/browse/minecraft/magenta_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/magenta_stained_clay.png rename to static/browse/minecraft/magenta_stained_clay/icon.png diff --git a/prerender/browse/minecraft/magenta_stained_clay/index.html b/static/browse/minecraft/magenta_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/magenta_stained_clay/index.html rename to static/browse/minecraft/magenta_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/magenta_stained_glass.png b/static/browse/minecraft/magenta_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/magenta_stained_glass.png rename to static/browse/minecraft/magenta_stained_glass/icon.png diff --git a/prerender/browse/minecraft/magenta_stained_glass/index.html b/static/browse/minecraft/magenta_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/magenta_stained_glass/index.html rename to static/browse/minecraft/magenta_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/magenta_stained_glass_pane.png b/static/browse/minecraft/magenta_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/magenta_stained_glass_pane.png rename to static/browse/minecraft/magenta_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/magenta_stained_glass_pane/index.html b/static/browse/minecraft/magenta_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/magenta_stained_glass_pane/index.html rename to static/browse/minecraft/magenta_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/magenta_wool.png b/static/browse/minecraft/magenta_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/magenta_wool.png rename to static/browse/minecraft/magenta_wool/icon.png diff --git a/prerender/browse/minecraft/magenta_wool/index.html b/static/browse/minecraft/magenta_wool/index.html similarity index 100% rename from prerender/browse/minecraft/magenta_wool/index.html rename to static/browse/minecraft/magenta_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/magma_cream.png b/static/browse/minecraft/magma_cream/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/magma_cream.png rename to static/browse/minecraft/magma_cream/icon.png diff --git a/prerender/browse/minecraft/magma_cream/index.html b/static/browse/minecraft/magma_cream/index.html similarity index 100% rename from prerender/browse/minecraft/magma_cream/index.html rename to static/browse/minecraft/magma_cream/index.html diff --git a/src/data/minecraft/1.7.10/images/map_0.png b/static/browse/minecraft/map_0/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/map_0.png rename to static/browse/minecraft/map_0/icon.png diff --git a/src/data/minecraft/1.7.10/images/melon.png b/static/browse/minecraft/melon/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/melon.png rename to static/browse/minecraft/melon/icon.png diff --git a/prerender/browse/minecraft/melon/index.html b/static/browse/minecraft/melon/index.html similarity index 100% rename from prerender/browse/minecraft/melon/index.html rename to static/browse/minecraft/melon/index.html diff --git a/src/data/minecraft/1.7.10/images/melon_block.png b/static/browse/minecraft/melon_block/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/melon_block.png rename to static/browse/minecraft/melon_block/icon.png diff --git a/prerender/browse/minecraft/melon_block/index.html b/static/browse/minecraft/melon_block/index.html similarity index 100% rename from prerender/browse/minecraft/melon_block/index.html rename to static/browse/minecraft/melon_block/index.html diff --git a/src/data/minecraft/1.7.10/images/melon_seeds.png b/static/browse/minecraft/melon_seeds/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/melon_seeds.png rename to static/browse/minecraft/melon_seeds/icon.png diff --git a/prerender/browse/minecraft/melon_seeds/index.html b/static/browse/minecraft/melon_seeds/index.html similarity index 100% rename from prerender/browse/minecraft/melon_seeds/index.html rename to static/browse/minecraft/melon_seeds/index.html diff --git a/src/data/minecraft/1.7.10/images/milk.png b/static/browse/minecraft/milk/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/milk.png rename to static/browse/minecraft/milk/icon.png diff --git a/prerender/browse/minecraft/milk/index.html b/static/browse/minecraft/milk/index.html similarity index 100% rename from prerender/browse/minecraft/milk/index.html rename to static/browse/minecraft/milk/index.html diff --git a/src/data/minecraft/1.7.10/images/minecart.png b/static/browse/minecraft/minecart/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/minecart.png rename to static/browse/minecraft/minecart/icon.png diff --git a/prerender/browse/minecraft/minecart/index.html b/static/browse/minecraft/minecart/index.html similarity index 100% rename from prerender/browse/minecraft/minecart/index.html rename to static/browse/minecraft/minecart/index.html diff --git a/src/data/minecraft/1.7.10/images/minecart_with_chest.png b/static/browse/minecraft/minecart_with_chest/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/minecart_with_chest.png rename to static/browse/minecraft/minecart_with_chest/icon.png diff --git a/prerender/browse/minecraft/minecart_with_chest/index.html b/static/browse/minecraft/minecart_with_chest/index.html similarity index 100% rename from prerender/browse/minecraft/minecart_with_chest/index.html rename to static/browse/minecraft/minecart_with_chest/index.html diff --git a/src/data/minecraft/1.7.10/images/minecart_with_command_block.png b/static/browse/minecraft/minecart_with_command_block/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/minecart_with_command_block.png rename to static/browse/minecraft/minecart_with_command_block/icon.png diff --git a/prerender/browse/minecraft/minecart_with_command_block/index.html b/static/browse/minecraft/minecart_with_command_block/index.html similarity index 100% rename from prerender/browse/minecraft/minecart_with_command_block/index.html rename to static/browse/minecraft/minecart_with_command_block/index.html diff --git a/src/data/minecraft/1.7.10/images/minecart_with_furnace.png b/static/browse/minecraft/minecart_with_furnace/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/minecart_with_furnace.png rename to static/browse/minecraft/minecart_with_furnace/icon.png diff --git a/prerender/browse/minecraft/minecart_with_furnace/index.html b/static/browse/minecraft/minecart_with_furnace/index.html similarity index 100% rename from prerender/browse/minecraft/minecart_with_furnace/index.html rename to static/browse/minecraft/minecart_with_furnace/index.html diff --git a/src/data/minecraft/1.7.10/images/minecart_with_hopper.png b/static/browse/minecraft/minecart_with_hopper/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/minecart_with_hopper.png rename to static/browse/minecraft/minecart_with_hopper/icon.png diff --git a/prerender/browse/minecraft/minecart_with_hopper/index.html b/static/browse/minecraft/minecart_with_hopper/index.html similarity index 100% rename from prerender/browse/minecraft/minecart_with_hopper/index.html rename to static/browse/minecraft/minecart_with_hopper/index.html diff --git a/src/data/minecraft/1.7.10/images/minecart_with_tnt.png b/static/browse/minecraft/minecart_with_tnt/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/minecart_with_tnt.png rename to static/browse/minecraft/minecart_with_tnt/icon.png diff --git a/prerender/browse/minecraft/minecart_with_tnt/index.html b/static/browse/minecraft/minecart_with_tnt/index.html similarity index 100% rename from prerender/browse/minecraft/minecart_with_tnt/index.html rename to static/browse/minecraft/minecart_with_tnt/index.html diff --git a/src/data/minecraft/1.7.10/images/monster_spawner.png b/static/browse/minecraft/monster_spawner/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/monster_spawner.png rename to static/browse/minecraft/monster_spawner/icon.png diff --git a/prerender/browse/minecraft/monster_spawner/index.html b/static/browse/minecraft/monster_spawner/index.html similarity index 100% rename from prerender/browse/minecraft/monster_spawner/index.html rename to static/browse/minecraft/monster_spawner/index.html diff --git a/src/data/minecraft/1.7.10/images/moss_stone.png b/static/browse/minecraft/moss_stone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/moss_stone.png rename to static/browse/minecraft/moss_stone/icon.png diff --git a/prerender/browse/minecraft/moss_stone/index.html b/static/browse/minecraft/moss_stone/index.html similarity index 100% rename from prerender/browse/minecraft/moss_stone/index.html rename to static/browse/minecraft/moss_stone/index.html diff --git a/src/data/minecraft/1.7.10/images/mossy_cobblestone_wall.png b/static/browse/minecraft/mossy_cobblestone_wall/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/mossy_cobblestone_wall.png rename to static/browse/minecraft/mossy_cobblestone_wall/icon.png diff --git a/prerender/browse/minecraft/mossy_cobblestone_wall/index.html b/static/browse/minecraft/mossy_cobblestone_wall/index.html similarity index 100% rename from prerender/browse/minecraft/mossy_cobblestone_wall/index.html rename to static/browse/minecraft/mossy_cobblestone_wall/index.html diff --git a/src/data/minecraft/1.7.10/images/mossy_stone_brick_monster_egg.png b/static/browse/minecraft/mossy_stone_brick_monster_egg/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/mossy_stone_brick_monster_egg.png rename to static/browse/minecraft/mossy_stone_brick_monster_egg/icon.png diff --git a/src/data/minecraft/1.7.10/images/mossy_stone_bricks.png b/static/browse/minecraft/mossy_stone_bricks/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/mossy_stone_bricks.png rename to static/browse/minecraft/mossy_stone_bricks/icon.png diff --git a/prerender/browse/minecraft/mossy_stone_bricks/index.html b/static/browse/minecraft/mossy_stone_bricks/index.html similarity index 100% rename from prerender/browse/minecraft/mossy_stone_bricks/index.html rename to static/browse/minecraft/mossy_stone_bricks/index.html diff --git a/src/data/minecraft/1.7.10/images/mundane_potion.png b/static/browse/minecraft/mundane_potion/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/mundane_potion.png rename to static/browse/minecraft/mundane_potion/icon.png diff --git a/prerender/browse/minecraft/mundane_potion/index.html b/static/browse/minecraft/mundane_potion/index.html similarity index 100% rename from prerender/browse/minecraft/mundane_potion/index.html rename to static/browse/minecraft/mundane_potion/index.html diff --git a/src/data/minecraft/1.7.10/images/mundane_splash_potion.png b/static/browse/minecraft/mundane_splash_potion/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/mundane_splash_potion.png rename to static/browse/minecraft/mundane_splash_potion/icon.png diff --git a/prerender/browse/minecraft/mundane_splash_potion/index.html b/static/browse/minecraft/mundane_splash_potion/index.html similarity index 100% rename from prerender/browse/minecraft/mundane_splash_potion/index.html rename to static/browse/minecraft/mundane_splash_potion/index.html diff --git a/src/data/minecraft/1.7.10/images/mushroom.png b/static/browse/minecraft/mushroom/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/mushroom.png rename to static/browse/minecraft/mushroom/icon.png diff --git a/src/data/minecraft/1.7.10/images/mushroom_brown.png b/static/browse/minecraft/mushroom_brown/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/mushroom_brown.png rename to static/browse/minecraft/mushroom_brown/icon.png diff --git a/src/data/minecraft/1.7.10/images/mushroom_red.png b/static/browse/minecraft/mushroom_red/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/mushroom_red.png rename to static/browse/minecraft/mushroom_red/icon.png diff --git a/src/data/minecraft/1.7.10/images/mushroom_stew.png b/static/browse/minecraft/mushroom_stew/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/mushroom_stew.png rename to static/browse/minecraft/mushroom_stew/icon.png diff --git a/prerender/browse/minecraft/mushroom_stew/index.html b/static/browse/minecraft/mushroom_stew/index.html similarity index 100% rename from prerender/browse/minecraft/mushroom_stew/index.html rename to static/browse/minecraft/mushroom_stew/index.html diff --git a/src/data/minecraft/1.7.10/images/music_disc.png b/static/browse/minecraft/music_disc/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/music_disc.png rename to static/browse/minecraft/music_disc/icon.png diff --git a/prerender/browse/minecraft/music_disc/index.html b/static/browse/minecraft/music_disc/index.html similarity index 100% rename from prerender/browse/minecraft/music_disc/index.html rename to static/browse/minecraft/music_disc/index.html diff --git a/src/data/minecraft/1.7.10/images/mycelium.png b/static/browse/minecraft/mycelium/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/mycelium.png rename to static/browse/minecraft/mycelium/icon.png diff --git a/prerender/browse/minecraft/mycelium/index.html b/static/browse/minecraft/mycelium/index.html similarity index 100% rename from prerender/browse/minecraft/mycelium/index.html rename to static/browse/minecraft/mycelium/index.html diff --git a/src/data/minecraft/1.7.10/images/name_tag.png b/static/browse/minecraft/name_tag/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/name_tag.png rename to static/browse/minecraft/name_tag/icon.png diff --git a/prerender/browse/minecraft/name_tag/index.html b/static/browse/minecraft/name_tag/index.html similarity index 100% rename from prerender/browse/minecraft/name_tag/index.html rename to static/browse/minecraft/name_tag/index.html diff --git a/src/data/minecraft/1.7.10/images/nether_brick.png b/static/browse/minecraft/nether_brick/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/nether_brick.png rename to static/browse/minecraft/nether_brick/icon.png diff --git a/prerender/browse/minecraft/nether_brick/index.html b/static/browse/minecraft/nether_brick/index.html similarity index 100% rename from prerender/browse/minecraft/nether_brick/index.html rename to static/browse/minecraft/nether_brick/index.html diff --git a/src/data/minecraft/1.7.10/images/nether_brick_block.png b/static/browse/minecraft/nether_brick_block/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/nether_brick_block.png rename to static/browse/minecraft/nether_brick_block/icon.png diff --git a/prerender/browse/minecraft/nether_brick_block/index.html b/static/browse/minecraft/nether_brick_block/index.html similarity index 100% rename from prerender/browse/minecraft/nether_brick_block/index.html rename to static/browse/minecraft/nether_brick_block/index.html diff --git a/src/data/minecraft/1.7.10/images/nether_brick_fence.png b/static/browse/minecraft/nether_brick_fence/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/nether_brick_fence.png rename to static/browse/minecraft/nether_brick_fence/icon.png diff --git a/prerender/browse/minecraft/nether_brick_fence/index.html b/static/browse/minecraft/nether_brick_fence/index.html similarity index 100% rename from prerender/browse/minecraft/nether_brick_fence/index.html rename to static/browse/minecraft/nether_brick_fence/index.html diff --git a/src/data/minecraft/1.7.10/images/nether_brick_slab.png b/static/browse/minecraft/nether_brick_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/nether_brick_slab.png rename to static/browse/minecraft/nether_brick_slab/icon.png diff --git a/prerender/browse/minecraft/nether_brick_slab/index.html b/static/browse/minecraft/nether_brick_slab/index.html similarity index 100% rename from prerender/browse/minecraft/nether_brick_slab/index.html rename to static/browse/minecraft/nether_brick_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/nether_brick_stairs.png b/static/browse/minecraft/nether_brick_stairs/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/nether_brick_stairs.png rename to static/browse/minecraft/nether_brick_stairs/icon.png diff --git a/prerender/browse/minecraft/nether_brick_stairs/index.html b/static/browse/minecraft/nether_brick_stairs/index.html similarity index 100% rename from prerender/browse/minecraft/nether_brick_stairs/index.html rename to static/browse/minecraft/nether_brick_stairs/index.html diff --git a/src/data/minecraft/1.7.10/images/nether_quartz.png b/static/browse/minecraft/nether_quartz/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/nether_quartz.png rename to static/browse/minecraft/nether_quartz/icon.png diff --git a/prerender/browse/minecraft/nether_quartz/index.html b/static/browse/minecraft/nether_quartz/index.html similarity index 100% rename from prerender/browse/minecraft/nether_quartz/index.html rename to static/browse/minecraft/nether_quartz/index.html diff --git a/src/data/minecraft/1.7.10/images/nether_quartz_ore.png b/static/browse/minecraft/nether_quartz_ore/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/nether_quartz_ore.png rename to static/browse/minecraft/nether_quartz_ore/icon.png diff --git a/prerender/browse/minecraft/nether_quartz_ore/index.html b/static/browse/minecraft/nether_quartz_ore/index.html similarity index 100% rename from prerender/browse/minecraft/nether_quartz_ore/index.html rename to static/browse/minecraft/nether_quartz_ore/index.html diff --git a/src/data/minecraft/1.7.10/images/nether_star.png b/static/browse/minecraft/nether_star/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/nether_star.png rename to static/browse/minecraft/nether_star/icon.png diff --git a/prerender/browse/minecraft/nether_star/index.html b/static/browse/minecraft/nether_star/index.html similarity index 100% rename from prerender/browse/minecraft/nether_star/index.html rename to static/browse/minecraft/nether_star/index.html diff --git a/src/data/minecraft/1.7.10/images/nether_wart.png b/static/browse/minecraft/nether_wart/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/nether_wart.png rename to static/browse/minecraft/nether_wart/icon.png diff --git a/prerender/browse/minecraft/nether_wart/index.html b/static/browse/minecraft/nether_wart/index.html similarity index 100% rename from prerender/browse/minecraft/nether_wart/index.html rename to static/browse/minecraft/nether_wart/index.html diff --git a/src/data/minecraft/1.7.10/images/netherrack.png b/static/browse/minecraft/netherrack/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/netherrack.png rename to static/browse/minecraft/netherrack/icon.png diff --git a/prerender/browse/minecraft/netherrack/index.html b/static/browse/minecraft/netherrack/index.html similarity index 100% rename from prerender/browse/minecraft/netherrack/index.html rename to static/browse/minecraft/netherrack/index.html diff --git a/src/data/minecraft/1.7.10/images/note_block.png b/static/browse/minecraft/note_block/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/note_block.png rename to static/browse/minecraft/note_block/icon.png diff --git a/prerender/browse/minecraft/note_block/index.html b/static/browse/minecraft/note_block/index.html similarity index 100% rename from prerender/browse/minecraft/note_block/index.html rename to static/browse/minecraft/note_block/index.html diff --git a/src/data/minecraft/1.7.10/images/oak_leaves.png b/static/browse/minecraft/oak_leaves/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/oak_leaves.png rename to static/browse/minecraft/oak_leaves/icon.png diff --git a/prerender/browse/minecraft/oak_leaves/index.html b/static/browse/minecraft/oak_leaves/index.html similarity index 100% rename from prerender/browse/minecraft/oak_leaves/index.html rename to static/browse/minecraft/oak_leaves/index.html diff --git a/src/data/minecraft/1.7.10/images/oak_sapling.png b/static/browse/minecraft/oak_sapling/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/oak_sapling.png rename to static/browse/minecraft/oak_sapling/icon.png diff --git a/prerender/browse/minecraft/oak_sapling/index.html b/static/browse/minecraft/oak_sapling/index.html similarity index 100% rename from prerender/browse/minecraft/oak_sapling/index.html rename to static/browse/minecraft/oak_sapling/index.html diff --git a/src/data/minecraft/1.7.10/images/oak_wood.png b/static/browse/minecraft/oak_wood/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/oak_wood.png rename to static/browse/minecraft/oak_wood/icon.png diff --git a/prerender/browse/minecraft/oak_wood/index.html b/static/browse/minecraft/oak_wood/index.html similarity index 100% rename from prerender/browse/minecraft/oak_wood/index.html rename to static/browse/minecraft/oak_wood/index.html diff --git a/src/data/minecraft/1.7.10/images/oak_wood_planks.png b/static/browse/minecraft/oak_wood_planks/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/oak_wood_planks.png rename to static/browse/minecraft/oak_wood_planks/icon.png diff --git a/prerender/browse/minecraft/oak_wood_planks/index.html b/static/browse/minecraft/oak_wood_planks/index.html similarity index 100% rename from prerender/browse/minecraft/oak_wood_planks/index.html rename to static/browse/minecraft/oak_wood_planks/index.html diff --git a/src/data/minecraft/1.7.10/images/oak_wood_slab.png b/static/browse/minecraft/oak_wood_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/oak_wood_slab.png rename to static/browse/minecraft/oak_wood_slab/icon.png diff --git a/prerender/browse/minecraft/oak_wood_slab/index.html b/static/browse/minecraft/oak_wood_slab/index.html similarity index 100% rename from prerender/browse/minecraft/oak_wood_slab/index.html rename to static/browse/minecraft/oak_wood_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/oak_wood_stairs.png b/static/browse/minecraft/oak_wood_stairs/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/oak_wood_stairs.png rename to static/browse/minecraft/oak_wood_stairs/icon.png diff --git a/prerender/browse/minecraft/oak_wood_stairs/index.html b/static/browse/minecraft/oak_wood_stairs/index.html similarity index 100% rename from prerender/browse/minecraft/oak_wood_stairs/index.html rename to static/browse/minecraft/oak_wood_stairs/index.html diff --git a/src/data/minecraft/1.7.10/images/obsidian.png b/static/browse/minecraft/obsidian/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/obsidian.png rename to static/browse/minecraft/obsidian/icon.png diff --git a/prerender/browse/minecraft/obsidian/index.html b/static/browse/minecraft/obsidian/index.html similarity index 100% rename from prerender/browse/minecraft/obsidian/index.html rename to static/browse/minecraft/obsidian/index.html diff --git a/src/data/minecraft/1.7.10/images/orange_carpet.png b/static/browse/minecraft/orange_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/orange_carpet.png rename to static/browse/minecraft/orange_carpet/icon.png diff --git a/prerender/browse/minecraft/orange_carpet/index.html b/static/browse/minecraft/orange_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/orange_carpet/index.html rename to static/browse/minecraft/orange_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/orange_dye.png b/static/browse/minecraft/orange_dye/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/orange_dye.png rename to static/browse/minecraft/orange_dye/icon.png diff --git a/prerender/browse/minecraft/orange_dye/index.html b/static/browse/minecraft/orange_dye/index.html similarity index 100% rename from prerender/browse/minecraft/orange_dye/index.html rename to static/browse/minecraft/orange_dye/index.html diff --git a/src/data/minecraft/1.7.10/images/orange_stained_clay.png b/static/browse/minecraft/orange_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/orange_stained_clay.png rename to static/browse/minecraft/orange_stained_clay/icon.png diff --git a/prerender/browse/minecraft/orange_stained_clay/index.html b/static/browse/minecraft/orange_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/orange_stained_clay/index.html rename to static/browse/minecraft/orange_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/orange_stained_glass.png b/static/browse/minecraft/orange_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/orange_stained_glass.png rename to static/browse/minecraft/orange_stained_glass/icon.png diff --git a/prerender/browse/minecraft/orange_stained_glass/index.html b/static/browse/minecraft/orange_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/orange_stained_glass/index.html rename to static/browse/minecraft/orange_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/orange_stained_glass_pane.png b/static/browse/minecraft/orange_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/orange_stained_glass_pane.png rename to static/browse/minecraft/orange_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/orange_stained_glass_pane/index.html b/static/browse/minecraft/orange_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/orange_stained_glass_pane/index.html rename to static/browse/minecraft/orange_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/orange_tulip.png b/static/browse/minecraft/orange_tulip/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/orange_tulip.png rename to static/browse/minecraft/orange_tulip/icon.png diff --git a/prerender/browse/minecraft/orange_tulip/index.html b/static/browse/minecraft/orange_tulip/index.html similarity index 100% rename from prerender/browse/minecraft/orange_tulip/index.html rename to static/browse/minecraft/orange_tulip/index.html diff --git a/src/data/minecraft/1.7.10/images/orange_wool.png b/static/browse/minecraft/orange_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/orange_wool.png rename to static/browse/minecraft/orange_wool/icon.png diff --git a/prerender/browse/minecraft/orange_wool/index.html b/static/browse/minecraft/orange_wool/index.html similarity index 100% rename from prerender/browse/minecraft/orange_wool/index.html rename to static/browse/minecraft/orange_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/oxeye_daisy.png b/static/browse/minecraft/oxeye_daisy/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/oxeye_daisy.png rename to static/browse/minecraft/oxeye_daisy/icon.png diff --git a/prerender/browse/minecraft/oxeye_daisy/index.html b/static/browse/minecraft/oxeye_daisy/index.html similarity index 100% rename from prerender/browse/minecraft/oxeye_daisy/index.html rename to static/browse/minecraft/oxeye_daisy/index.html diff --git a/src/data/minecraft/1.7.10/images/packed_ice.png b/static/browse/minecraft/packed_ice/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/packed_ice.png rename to static/browse/minecraft/packed_ice/icon.png diff --git a/prerender/browse/minecraft/packed_ice/index.html b/static/browse/minecraft/packed_ice/index.html similarity index 100% rename from prerender/browse/minecraft/packed_ice/index.html rename to static/browse/minecraft/packed_ice/index.html diff --git a/src/data/minecraft/1.7.10/images/painting.png b/static/browse/minecraft/painting/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/painting.png rename to static/browse/minecraft/painting/icon.png diff --git a/prerender/browse/minecraft/painting/index.html b/static/browse/minecraft/painting/index.html similarity index 100% rename from prerender/browse/minecraft/painting/index.html rename to static/browse/minecraft/painting/index.html diff --git a/src/data/minecraft/1.7.10/images/paper.png b/static/browse/minecraft/paper/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/paper.png rename to static/browse/minecraft/paper/icon.png diff --git a/prerender/browse/minecraft/paper/index.html b/static/browse/minecraft/paper/index.html similarity index 100% rename from prerender/browse/minecraft/paper/index.html rename to static/browse/minecraft/paper/index.html diff --git a/src/data/minecraft/1.7.10/images/peony.png b/static/browse/minecraft/peony/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/peony.png rename to static/browse/minecraft/peony/icon.png diff --git a/prerender/browse/minecraft/peony/index.html b/static/browse/minecraft/peony/index.html similarity index 100% rename from prerender/browse/minecraft/peony/index.html rename to static/browse/minecraft/peony/index.html diff --git a/src/data/minecraft/1.7.10/images/pillar_quartz_block.png b/static/browse/minecraft/pillar_quartz_block/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pillar_quartz_block.png rename to static/browse/minecraft/pillar_quartz_block/icon.png diff --git a/prerender/browse/minecraft/pillar_quartz_block/index.html b/static/browse/minecraft/pillar_quartz_block/index.html similarity index 100% rename from prerender/browse/minecraft/pillar_quartz_block/index.html rename to static/browse/minecraft/pillar_quartz_block/index.html diff --git a/src/data/minecraft/1.7.10/images/pink_carpet.png b/static/browse/minecraft/pink_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pink_carpet.png rename to static/browse/minecraft/pink_carpet/icon.png diff --git a/prerender/browse/minecraft/pink_carpet/index.html b/static/browse/minecraft/pink_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/pink_carpet/index.html rename to static/browse/minecraft/pink_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/pink_dye.png b/static/browse/minecraft/pink_dye/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pink_dye.png rename to static/browse/minecraft/pink_dye/icon.png diff --git a/prerender/browse/minecraft/pink_dye/index.html b/static/browse/minecraft/pink_dye/index.html similarity index 100% rename from prerender/browse/minecraft/pink_dye/index.html rename to static/browse/minecraft/pink_dye/index.html diff --git a/src/data/minecraft/1.7.10/images/pink_stained_clay.png b/static/browse/minecraft/pink_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pink_stained_clay.png rename to static/browse/minecraft/pink_stained_clay/icon.png diff --git a/prerender/browse/minecraft/pink_stained_clay/index.html b/static/browse/minecraft/pink_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/pink_stained_clay/index.html rename to static/browse/minecraft/pink_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/pink_stained_glass.png b/static/browse/minecraft/pink_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pink_stained_glass.png rename to static/browse/minecraft/pink_stained_glass/icon.png diff --git a/prerender/browse/minecraft/pink_stained_glass/index.html b/static/browse/minecraft/pink_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/pink_stained_glass/index.html rename to static/browse/minecraft/pink_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/pink_stained_glass_pane.png b/static/browse/minecraft/pink_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pink_stained_glass_pane.png rename to static/browse/minecraft/pink_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/pink_stained_glass_pane/index.html b/static/browse/minecraft/pink_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/pink_stained_glass_pane/index.html rename to static/browse/minecraft/pink_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/pink_tulip.png b/static/browse/minecraft/pink_tulip/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pink_tulip.png rename to static/browse/minecraft/pink_tulip/icon.png diff --git a/prerender/browse/minecraft/pink_tulip/index.html b/static/browse/minecraft/pink_tulip/index.html similarity index 100% rename from prerender/browse/minecraft/pink_tulip/index.html rename to static/browse/minecraft/pink_tulip/index.html diff --git a/src/data/minecraft/1.7.10/images/pink_wool.png b/static/browse/minecraft/pink_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pink_wool.png rename to static/browse/minecraft/pink_wool/icon.png diff --git a/prerender/browse/minecraft/pink_wool/index.html b/static/browse/minecraft/pink_wool/index.html similarity index 100% rename from prerender/browse/minecraft/pink_wool/index.html rename to static/browse/minecraft/pink_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/piston.png b/static/browse/minecraft/piston/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/piston.png rename to static/browse/minecraft/piston/icon.png diff --git a/prerender/browse/minecraft/piston/index.html b/static/browse/minecraft/piston/index.html similarity index 100% rename from prerender/browse/minecraft/piston/index.html rename to static/browse/minecraft/piston/index.html diff --git a/src/data/minecraft/1.7.10/images/podzol.png b/static/browse/minecraft/podzol/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/podzol.png rename to static/browse/minecraft/podzol/icon.png diff --git a/prerender/browse/minecraft/podzol/index.html b/static/browse/minecraft/podzol/index.html similarity index 100% rename from prerender/browse/minecraft/podzol/index.html rename to static/browse/minecraft/podzol/index.html diff --git a/src/data/minecraft/1.7.10/images/poisonous_potato.png b/static/browse/minecraft/poisonous_potato/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/poisonous_potato.png rename to static/browse/minecraft/poisonous_potato/icon.png diff --git a/prerender/browse/minecraft/poisonous_potato/index.html b/static/browse/minecraft/poisonous_potato/index.html similarity index 100% rename from prerender/browse/minecraft/poisonous_potato/index.html rename to static/browse/minecraft/poisonous_potato/index.html diff --git a/src/data/minecraft/1.7.10/images/poppy.png b/static/browse/minecraft/poppy/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/poppy.png rename to static/browse/minecraft/poppy/icon.png diff --git a/prerender/browse/minecraft/poppy/index.html b/static/browse/minecraft/poppy/index.html similarity index 100% rename from prerender/browse/minecraft/poppy/index.html rename to static/browse/minecraft/poppy/index.html diff --git a/src/data/minecraft/1.7.10/images/potato.png b/static/browse/minecraft/potato/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potato.png rename to static/browse/minecraft/potato/icon.png diff --git a/prerender/browse/minecraft/potato/index.html b/static/browse/minecraft/potato/index.html similarity index 100% rename from prerender/browse/minecraft/potato/index.html rename to static/browse/minecraft/potato/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_fire_resistance_3_00.png b/static/browse/minecraft/potion_of_fire_resistance_3_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_fire_resistance_3_00.png rename to static/browse/minecraft/potion_of_fire_resistance_3_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_fire_resistance_3_00/index.html b/static/browse/minecraft/potion_of_fire_resistance_3_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_fire_resistance_3_00/index.html rename to static/browse/minecraft/potion_of_fire_resistance_3_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_fire_resistance_8_00.png b/static/browse/minecraft/potion_of_fire_resistance_8_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_fire_resistance_8_00.png rename to static/browse/minecraft/potion_of_fire_resistance_8_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_fire_resistance_8_00/index.html b/static/browse/minecraft/potion_of_fire_resistance_8_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_fire_resistance_8_00/index.html rename to static/browse/minecraft/potion_of_fire_resistance_8_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_harming.png b/static/browse/minecraft/potion_of_harming/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_harming.png rename to static/browse/minecraft/potion_of_harming/icon.png diff --git a/prerender/browse/minecraft/potion_of_harming/index.html b/static/browse/minecraft/potion_of_harming/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_harming/index.html rename to static/browse/minecraft/potion_of_harming/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_harming_ii.png b/static/browse/minecraft/potion_of_harming_ii/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_harming_ii.png rename to static/browse/minecraft/potion_of_harming_ii/icon.png diff --git a/prerender/browse/minecraft/potion_of_harming_ii/index.html b/static/browse/minecraft/potion_of_harming_ii/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_harming_ii/index.html rename to static/browse/minecraft/potion_of_harming_ii/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_healing.png b/static/browse/minecraft/potion_of_healing/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_healing.png rename to static/browse/minecraft/potion_of_healing/icon.png diff --git a/prerender/browse/minecraft/potion_of_healing/index.html b/static/browse/minecraft/potion_of_healing/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_healing/index.html rename to static/browse/minecraft/potion_of_healing/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_healing_ii.png b/static/browse/minecraft/potion_of_healing_ii/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_healing_ii.png rename to static/browse/minecraft/potion_of_healing_ii/icon.png diff --git a/prerender/browse/minecraft/potion_of_healing_ii/index.html b/static/browse/minecraft/potion_of_healing_ii/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_healing_ii/index.html rename to static/browse/minecraft/potion_of_healing_ii/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_invisibility.png b/static/browse/minecraft/potion_of_invisibility/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_invisibility.png rename to static/browse/minecraft/potion_of_invisibility/icon.png diff --git a/src/data/minecraft/1.7.10/images/potion_of_invisibility_3_00.png b/static/browse/minecraft/potion_of_invisibility_3_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_invisibility_3_00.png rename to static/browse/minecraft/potion_of_invisibility_3_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_invisibility_3_00/index.html b/static/browse/minecraft/potion_of_invisibility_3_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_invisibility_3_00/index.html rename to static/browse/minecraft/potion_of_invisibility_3_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_invisibility_8_00.png b/static/browse/minecraft/potion_of_invisibility_8_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_invisibility_8_00.png rename to static/browse/minecraft/potion_of_invisibility_8_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_invisibility_8_00/index.html b/static/browse/minecraft/potion_of_invisibility_8_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_invisibility_8_00/index.html rename to static/browse/minecraft/potion_of_invisibility_8_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_night_vision_3_00.png b/static/browse/minecraft/potion_of_night_vision_3_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_night_vision_3_00.png rename to static/browse/minecraft/potion_of_night_vision_3_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_night_vision_3_00/index.html b/static/browse/minecraft/potion_of_night_vision_3_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_night_vision_3_00/index.html rename to static/browse/minecraft/potion_of_night_vision_3_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_night_vision_8_00.png b/static/browse/minecraft/potion_of_night_vision_8_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_night_vision_8_00.png rename to static/browse/minecraft/potion_of_night_vision_8_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_night_vision_8_00/index.html b/static/browse/minecraft/potion_of_night_vision_8_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_night_vision_8_00/index.html rename to static/browse/minecraft/potion_of_night_vision_8_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_poison_0_45.png b/static/browse/minecraft/potion_of_poison_0_45/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_poison_0_45.png rename to static/browse/minecraft/potion_of_poison_0_45/icon.png diff --git a/prerender/browse/minecraft/potion_of_poison_0_45/index.html b/static/browse/minecraft/potion_of_poison_0_45/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_poison_0_45/index.html rename to static/browse/minecraft/potion_of_poison_0_45/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_poison_2_00.png b/static/browse/minecraft/potion_of_poison_2_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_poison_2_00.png rename to static/browse/minecraft/potion_of_poison_2_00/icon.png diff --git a/src/data/minecraft/1.7.10/images/potion_of_poison_ii_0_22.png b/static/browse/minecraft/potion_of_poison_ii_0_22/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_poison_ii_0_22.png rename to static/browse/minecraft/potion_of_poison_ii_0_22/icon.png diff --git a/prerender/browse/minecraft/potion_of_poison_ii_0_22/index.html b/static/browse/minecraft/potion_of_poison_ii_0_22/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_poison_ii_0_22/index.html rename to static/browse/minecraft/potion_of_poison_ii_0_22/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_regeneration_0_45.png b/static/browse/minecraft/potion_of_regeneration_0_45/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_regeneration_0_45.png rename to static/browse/minecraft/potion_of_regeneration_0_45/icon.png diff --git a/prerender/browse/minecraft/potion_of_regeneration_0_45/index.html b/static/browse/minecraft/potion_of_regeneration_0_45/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_regeneration_0_45/index.html rename to static/browse/minecraft/potion_of_regeneration_0_45/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_regeneration_2_00.png b/static/browse/minecraft/potion_of_regeneration_2_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_regeneration_2_00.png rename to static/browse/minecraft/potion_of_regeneration_2_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_regeneration_2_00/index.html b/static/browse/minecraft/potion_of_regeneration_2_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_regeneration_2_00/index.html rename to static/browse/minecraft/potion_of_regeneration_2_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_regeneration_ii_0_22.png b/static/browse/minecraft/potion_of_regeneration_ii_0_22/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_regeneration_ii_0_22.png rename to static/browse/minecraft/potion_of_regeneration_ii_0_22/icon.png diff --git a/prerender/browse/minecraft/potion_of_regeneration_ii_0_22/index.html b/static/browse/minecraft/potion_of_regeneration_ii_0_22/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_regeneration_ii_0_22/index.html rename to static/browse/minecraft/potion_of_regeneration_ii_0_22/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_slowness_1_30.png b/static/browse/minecraft/potion_of_slowness_1_30/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_slowness_1_30.png rename to static/browse/minecraft/potion_of_slowness_1_30/icon.png diff --git a/prerender/browse/minecraft/potion_of_slowness_1_30/index.html b/static/browse/minecraft/potion_of_slowness_1_30/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_slowness_1_30/index.html rename to static/browse/minecraft/potion_of_slowness_1_30/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_slowness_4_00.png b/static/browse/minecraft/potion_of_slowness_4_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_slowness_4_00.png rename to static/browse/minecraft/potion_of_slowness_4_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_slowness_4_00/index.html b/static/browse/minecraft/potion_of_slowness_4_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_slowness_4_00/index.html rename to static/browse/minecraft/potion_of_slowness_4_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_strength_3_00.png b/static/browse/minecraft/potion_of_strength_3_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_strength_3_00.png rename to static/browse/minecraft/potion_of_strength_3_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_strength_3_00/index.html b/static/browse/minecraft/potion_of_strength_3_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_strength_3_00/index.html rename to static/browse/minecraft/potion_of_strength_3_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_strength_8_00.png b/static/browse/minecraft/potion_of_strength_8_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_strength_8_00.png rename to static/browse/minecraft/potion_of_strength_8_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_strength_8_00/index.html b/static/browse/minecraft/potion_of_strength_8_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_strength_8_00/index.html rename to static/browse/minecraft/potion_of_strength_8_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_strength_ii_1_30.png b/static/browse/minecraft/potion_of_strength_ii_1_30/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_strength_ii_1_30.png rename to static/browse/minecraft/potion_of_strength_ii_1_30/icon.png diff --git a/prerender/browse/minecraft/potion_of_strength_ii_1_30/index.html b/static/browse/minecraft/potion_of_strength_ii_1_30/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_strength_ii_1_30/index.html rename to static/browse/minecraft/potion_of_strength_ii_1_30/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_swiftness_3_00.png b/static/browse/minecraft/potion_of_swiftness_3_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_swiftness_3_00.png rename to static/browse/minecraft/potion_of_swiftness_3_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_swiftness_3_00/index.html b/static/browse/minecraft/potion_of_swiftness_3_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_swiftness_3_00/index.html rename to static/browse/minecraft/potion_of_swiftness_3_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_swiftness_8_00.png b/static/browse/minecraft/potion_of_swiftness_8_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_swiftness_8_00.png rename to static/browse/minecraft/potion_of_swiftness_8_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_swiftness_8_00/index.html b/static/browse/minecraft/potion_of_swiftness_8_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_swiftness_8_00/index.html rename to static/browse/minecraft/potion_of_swiftness_8_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_swiftness_ii_1_30.png b/static/browse/minecraft/potion_of_swiftness_ii_1_30/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_swiftness_ii_1_30.png rename to static/browse/minecraft/potion_of_swiftness_ii_1_30/icon.png diff --git a/prerender/browse/minecraft/potion_of_swiftness_ii_1_30/index.html b/static/browse/minecraft/potion_of_swiftness_ii_1_30/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_swiftness_ii_1_30/index.html rename to static/browse/minecraft/potion_of_swiftness_ii_1_30/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_water_breathing_3_00.png b/static/browse/minecraft/potion_of_water_breathing_3_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_water_breathing_3_00.png rename to static/browse/minecraft/potion_of_water_breathing_3_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_water_breathing_3_00/index.html b/static/browse/minecraft/potion_of_water_breathing_3_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_water_breathing_3_00/index.html rename to static/browse/minecraft/potion_of_water_breathing_3_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_water_breathing_8_00.png b/static/browse/minecraft/potion_of_water_breathing_8_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_water_breathing_8_00.png rename to static/browse/minecraft/potion_of_water_breathing_8_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_water_breathing_8_00/index.html b/static/browse/minecraft/potion_of_water_breathing_8_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_water_breathing_8_00/index.html rename to static/browse/minecraft/potion_of_water_breathing_8_00/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_weakness_1_30.png b/static/browse/minecraft/potion_of_weakness_1_30/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_weakness_1_30.png rename to static/browse/minecraft/potion_of_weakness_1_30/icon.png diff --git a/prerender/browse/minecraft/potion_of_weakness_1_30/index.html b/static/browse/minecraft/potion_of_weakness_1_30/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_weakness_1_30/index.html rename to static/browse/minecraft/potion_of_weakness_1_30/index.html diff --git a/src/data/minecraft/1.7.10/images/potion_of_weakness_4_00.png b/static/browse/minecraft/potion_of_weakness_4_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/potion_of_weakness_4_00.png rename to static/browse/minecraft/potion_of_weakness_4_00/icon.png diff --git a/prerender/browse/minecraft/potion_of_weakness_4_00/index.html b/static/browse/minecraft/potion_of_weakness_4_00/index.html similarity index 100% rename from prerender/browse/minecraft/potion_of_weakness_4_00/index.html rename to static/browse/minecraft/potion_of_weakness_4_00/index.html diff --git a/src/data/minecraft/1.7.10/images/powered_rail.png b/static/browse/minecraft/powered_rail/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/powered_rail.png rename to static/browse/minecraft/powered_rail/icon.png diff --git a/prerender/browse/minecraft/powered_rail/index.html b/static/browse/minecraft/powered_rail/index.html similarity index 100% rename from prerender/browse/minecraft/powered_rail/index.html rename to static/browse/minecraft/powered_rail/index.html diff --git a/src/data/minecraft/1.7.10/images/pressure_plate.png b/static/browse/minecraft/pressure_plate/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pressure_plate.png rename to static/browse/minecraft/pressure_plate/icon.png diff --git a/src/data/minecraft/1.7.10/images/pressure_plate_stone.png b/static/browse/minecraft/pressure_plate_stone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pressure_plate_stone.png rename to static/browse/minecraft/pressure_plate_stone/icon.png diff --git a/prerender/browse/minecraft/pressure_plate_stone/index.html b/static/browse/minecraft/pressure_plate_stone/index.html similarity index 100% rename from prerender/browse/minecraft/pressure_plate_stone/index.html rename to static/browse/minecraft/pressure_plate_stone/index.html diff --git a/src/data/minecraft/1.7.10/images/pressure_plate_wood.png b/static/browse/minecraft/pressure_plate_wood/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pressure_plate_wood.png rename to static/browse/minecraft/pressure_plate_wood/icon.png diff --git a/prerender/browse/minecraft/pressure_plate_wood/index.html b/static/browse/minecraft/pressure_plate_wood/index.html similarity index 100% rename from prerender/browse/minecraft/pressure_plate_wood/index.html rename to static/browse/minecraft/pressure_plate_wood/index.html diff --git a/src/data/minecraft/1.7.10/images/pufferfish.png b/static/browse/minecraft/pufferfish/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pufferfish.png rename to static/browse/minecraft/pufferfish/icon.png diff --git a/prerender/browse/minecraft/pufferfish/index.html b/static/browse/minecraft/pufferfish/index.html similarity index 100% rename from prerender/browse/minecraft/pufferfish/index.html rename to static/browse/minecraft/pufferfish/index.html diff --git a/src/data/minecraft/1.7.10/images/pumpkin.png b/static/browse/minecraft/pumpkin/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pumpkin.png rename to static/browse/minecraft/pumpkin/icon.png diff --git a/prerender/browse/minecraft/pumpkin/index.html b/static/browse/minecraft/pumpkin/index.html similarity index 100% rename from prerender/browse/minecraft/pumpkin/index.html rename to static/browse/minecraft/pumpkin/index.html diff --git a/src/data/minecraft/1.7.10/images/pumpkin_pie.png b/static/browse/minecraft/pumpkin_pie/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pumpkin_pie.png rename to static/browse/minecraft/pumpkin_pie/icon.png diff --git a/prerender/browse/minecraft/pumpkin_pie/index.html b/static/browse/minecraft/pumpkin_pie/index.html similarity index 100% rename from prerender/browse/minecraft/pumpkin_pie/index.html rename to static/browse/minecraft/pumpkin_pie/index.html diff --git a/src/data/minecraft/1.7.10/images/pumpkin_seeds.png b/static/browse/minecraft/pumpkin_seeds/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/pumpkin_seeds.png rename to static/browse/minecraft/pumpkin_seeds/icon.png diff --git a/prerender/browse/minecraft/pumpkin_seeds/index.html b/static/browse/minecraft/pumpkin_seeds/index.html similarity index 100% rename from prerender/browse/minecraft/pumpkin_seeds/index.html rename to static/browse/minecraft/pumpkin_seeds/index.html diff --git a/src/data/minecraft/1.7.10/images/purple_carpet.png b/static/browse/minecraft/purple_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/purple_carpet.png rename to static/browse/minecraft/purple_carpet/icon.png diff --git a/prerender/browse/minecraft/purple_carpet/index.html b/static/browse/minecraft/purple_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/purple_carpet/index.html rename to static/browse/minecraft/purple_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/purple_dye.png b/static/browse/minecraft/purple_dye/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/purple_dye.png rename to static/browse/minecraft/purple_dye/icon.png diff --git a/prerender/browse/minecraft/purple_dye/index.html b/static/browse/minecraft/purple_dye/index.html similarity index 100% rename from prerender/browse/minecraft/purple_dye/index.html rename to static/browse/minecraft/purple_dye/index.html diff --git a/src/data/minecraft/1.7.10/images/purple_stained_clay.png b/static/browse/minecraft/purple_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/purple_stained_clay.png rename to static/browse/minecraft/purple_stained_clay/icon.png diff --git a/prerender/browse/minecraft/purple_stained_clay/index.html b/static/browse/minecraft/purple_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/purple_stained_clay/index.html rename to static/browse/minecraft/purple_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/purple_stained_glass.png b/static/browse/minecraft/purple_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/purple_stained_glass.png rename to static/browse/minecraft/purple_stained_glass/icon.png diff --git a/prerender/browse/minecraft/purple_stained_glass/index.html b/static/browse/minecraft/purple_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/purple_stained_glass/index.html rename to static/browse/minecraft/purple_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/purple_stained_glass_pane.png b/static/browse/minecraft/purple_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/purple_stained_glass_pane.png rename to static/browse/minecraft/purple_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/purple_stained_glass_pane/index.html b/static/browse/minecraft/purple_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/purple_stained_glass_pane/index.html rename to static/browse/minecraft/purple_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/purple_wool.png b/static/browse/minecraft/purple_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/purple_wool.png rename to static/browse/minecraft/purple_wool/icon.png diff --git a/prerender/browse/minecraft/purple_wool/index.html b/static/browse/minecraft/purple_wool/index.html similarity index 100% rename from prerender/browse/minecraft/purple_wool/index.html rename to static/browse/minecraft/purple_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/quartz_slab.png b/static/browse/minecraft/quartz_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/quartz_slab.png rename to static/browse/minecraft/quartz_slab/icon.png diff --git a/prerender/browse/minecraft/quartz_slab/index.html b/static/browse/minecraft/quartz_slab/index.html similarity index 100% rename from prerender/browse/minecraft/quartz_slab/index.html rename to static/browse/minecraft/quartz_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/quartz_stairs.png b/static/browse/minecraft/quartz_stairs/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/quartz_stairs.png rename to static/browse/minecraft/quartz_stairs/icon.png diff --git a/prerender/browse/minecraft/quartz_stairs/index.html b/static/browse/minecraft/quartz_stairs/index.html similarity index 100% rename from prerender/browse/minecraft/quartz_stairs/index.html rename to static/browse/minecraft/quartz_stairs/index.html diff --git a/src/data/minecraft/1.7.10/images/rail.png b/static/browse/minecraft/rail/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/rail.png rename to static/browse/minecraft/rail/icon.png diff --git a/prerender/browse/minecraft/rail/index.html b/static/browse/minecraft/rail/index.html similarity index 100% rename from prerender/browse/minecraft/rail/index.html rename to static/browse/minecraft/rail/index.html diff --git a/src/data/minecraft/1.7.10/images/raw_beef.png b/static/browse/minecraft/raw_beef/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/raw_beef.png rename to static/browse/minecraft/raw_beef/icon.png diff --git a/prerender/browse/minecraft/raw_beef/index.html b/static/browse/minecraft/raw_beef/index.html similarity index 100% rename from prerender/browse/minecraft/raw_beef/index.html rename to static/browse/minecraft/raw_beef/index.html diff --git a/src/data/minecraft/1.7.10/images/raw_chicken.png b/static/browse/minecraft/raw_chicken/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/raw_chicken.png rename to static/browse/minecraft/raw_chicken/icon.png diff --git a/prerender/browse/minecraft/raw_chicken/index.html b/static/browse/minecraft/raw_chicken/index.html similarity index 100% rename from prerender/browse/minecraft/raw_chicken/index.html rename to static/browse/minecraft/raw_chicken/index.html diff --git a/src/data/minecraft/1.7.10/images/raw_fish.png b/static/browse/minecraft/raw_fish/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/raw_fish.png rename to static/browse/minecraft/raw_fish/icon.png diff --git a/prerender/browse/minecraft/raw_fish/index.html b/static/browse/minecraft/raw_fish/index.html similarity index 100% rename from prerender/browse/minecraft/raw_fish/index.html rename to static/browse/minecraft/raw_fish/index.html diff --git a/src/data/minecraft/1.7.10/images/raw_porkchop.png b/static/browse/minecraft/raw_porkchop/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/raw_porkchop.png rename to static/browse/minecraft/raw_porkchop/icon.png diff --git a/prerender/browse/minecraft/raw_porkchop/index.html b/static/browse/minecraft/raw_porkchop/index.html similarity index 100% rename from prerender/browse/minecraft/raw_porkchop/index.html rename to static/browse/minecraft/raw_porkchop/index.html diff --git a/src/data/minecraft/1.7.10/images/raw_salmon.png b/static/browse/minecraft/raw_salmon/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/raw_salmon.png rename to static/browse/minecraft/raw_salmon/icon.png diff --git a/prerender/browse/minecraft/raw_salmon/index.html b/static/browse/minecraft/raw_salmon/index.html similarity index 100% rename from prerender/browse/minecraft/raw_salmon/index.html rename to static/browse/minecraft/raw_salmon/index.html diff --git a/src/data/minecraft/1.7.10/images/red_carpet.png b/static/browse/minecraft/red_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/red_carpet.png rename to static/browse/minecraft/red_carpet/icon.png diff --git a/prerender/browse/minecraft/red_carpet/index.html b/static/browse/minecraft/red_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/red_carpet/index.html rename to static/browse/minecraft/red_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/red_sand.png b/static/browse/minecraft/red_sand/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/red_sand.png rename to static/browse/minecraft/red_sand/icon.png diff --git a/prerender/browse/minecraft/red_sand/index.html b/static/browse/minecraft/red_sand/index.html similarity index 100% rename from prerender/browse/minecraft/red_sand/index.html rename to static/browse/minecraft/red_sand/index.html diff --git a/src/data/minecraft/1.7.10/images/red_stained_clay.png b/static/browse/minecraft/red_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/red_stained_clay.png rename to static/browse/minecraft/red_stained_clay/icon.png diff --git a/prerender/browse/minecraft/red_stained_clay/index.html b/static/browse/minecraft/red_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/red_stained_clay/index.html rename to static/browse/minecraft/red_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/red_stained_glass.png b/static/browse/minecraft/red_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/red_stained_glass.png rename to static/browse/minecraft/red_stained_glass/icon.png diff --git a/prerender/browse/minecraft/red_stained_glass/index.html b/static/browse/minecraft/red_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/red_stained_glass/index.html rename to static/browse/minecraft/red_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/red_stained_glass_pane.png b/static/browse/minecraft/red_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/red_stained_glass_pane.png rename to static/browse/minecraft/red_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/red_stained_glass_pane/index.html b/static/browse/minecraft/red_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/red_stained_glass_pane/index.html rename to static/browse/minecraft/red_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/red_tulip.png b/static/browse/minecraft/red_tulip/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/red_tulip.png rename to static/browse/minecraft/red_tulip/icon.png diff --git a/prerender/browse/minecraft/red_tulip/index.html b/static/browse/minecraft/red_tulip/index.html similarity index 100% rename from prerender/browse/minecraft/red_tulip/index.html rename to static/browse/minecraft/red_tulip/index.html diff --git a/src/data/minecraft/1.7.10/images/red_wool.png b/static/browse/minecraft/red_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/red_wool.png rename to static/browse/minecraft/red_wool/icon.png diff --git a/prerender/browse/minecraft/red_wool/index.html b/static/browse/minecraft/red_wool/index.html similarity index 100% rename from prerender/browse/minecraft/red_wool/index.html rename to static/browse/minecraft/red_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/redstone.png b/static/browse/minecraft/redstone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/redstone.png rename to static/browse/minecraft/redstone/icon.png diff --git a/prerender/browse/minecraft/redstone/index.html b/static/browse/minecraft/redstone/index.html similarity index 100% rename from prerender/browse/minecraft/redstone/index.html rename to static/browse/minecraft/redstone/index.html diff --git a/src/data/minecraft/1.7.10/images/redstone_comparator.png b/static/browse/minecraft/redstone_comparator/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/redstone_comparator.png rename to static/browse/minecraft/redstone_comparator/icon.png diff --git a/prerender/browse/minecraft/redstone_comparator/index.html b/static/browse/minecraft/redstone_comparator/index.html similarity index 100% rename from prerender/browse/minecraft/redstone_comparator/index.html rename to static/browse/minecraft/redstone_comparator/index.html diff --git a/src/data/minecraft/1.7.10/images/redstone_lamp.png b/static/browse/minecraft/redstone_lamp/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/redstone_lamp.png rename to static/browse/minecraft/redstone_lamp/icon.png diff --git a/prerender/browse/minecraft/redstone_lamp/index.html b/static/browse/minecraft/redstone_lamp/index.html similarity index 100% rename from prerender/browse/minecraft/redstone_lamp/index.html rename to static/browse/minecraft/redstone_lamp/index.html diff --git a/src/data/minecraft/1.7.10/images/redstone_ore.png b/static/browse/minecraft/redstone_ore/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/redstone_ore.png rename to static/browse/minecraft/redstone_ore/icon.png diff --git a/prerender/browse/minecraft/redstone_ore/index.html b/static/browse/minecraft/redstone_ore/index.html similarity index 100% rename from prerender/browse/minecraft/redstone_ore/index.html rename to static/browse/minecraft/redstone_ore/index.html diff --git a/src/data/minecraft/1.7.10/images/redstone_repeater.png b/static/browse/minecraft/redstone_repeater/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/redstone_repeater.png rename to static/browse/minecraft/redstone_repeater/icon.png diff --git a/prerender/browse/minecraft/redstone_repeater/index.html b/static/browse/minecraft/redstone_repeater/index.html similarity index 100% rename from prerender/browse/minecraft/redstone_repeater/index.html rename to static/browse/minecraft/redstone_repeater/index.html diff --git a/src/data/minecraft/1.7.10/images/redstone_torch.png b/static/browse/minecraft/redstone_torch/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/redstone_torch.png rename to static/browse/minecraft/redstone_torch/icon.png diff --git a/prerender/browse/minecraft/redstone_torch/index.html b/static/browse/minecraft/redstone_torch/index.html similarity index 100% rename from prerender/browse/minecraft/redstone_torch/index.html rename to static/browse/minecraft/redstone_torch/index.html diff --git a/src/data/minecraft/1.7.10/images/rose_bush.png b/static/browse/minecraft/rose_bush/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/rose_bush.png rename to static/browse/minecraft/rose_bush/icon.png diff --git a/prerender/browse/minecraft/rose_bush/index.html b/static/browse/minecraft/rose_bush/index.html similarity index 100% rename from prerender/browse/minecraft/rose_bush/index.html rename to static/browse/minecraft/rose_bush/index.html diff --git a/src/data/minecraft/1.7.10/images/rose_red.png b/static/browse/minecraft/rose_red/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/rose_red.png rename to static/browse/minecraft/rose_red/icon.png diff --git a/prerender/browse/minecraft/rose_red/index.html b/static/browse/minecraft/rose_red/index.html similarity index 100% rename from prerender/browse/minecraft/rose_red/index.html rename to static/browse/minecraft/rose_red/index.html diff --git a/src/data/minecraft/1.7.10/images/rotten_flesh.png b/static/browse/minecraft/rotten_flesh/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/rotten_flesh.png rename to static/browse/minecraft/rotten_flesh/icon.png diff --git a/prerender/browse/minecraft/rotten_flesh/index.html b/static/browse/minecraft/rotten_flesh/index.html similarity index 100% rename from prerender/browse/minecraft/rotten_flesh/index.html rename to static/browse/minecraft/rotten_flesh/index.html diff --git a/src/data/minecraft/1.7.10/images/saddle.png b/static/browse/minecraft/saddle/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/saddle.png rename to static/browse/minecraft/saddle/icon.png diff --git a/prerender/browse/minecraft/saddle/index.html b/static/browse/minecraft/saddle/index.html similarity index 100% rename from prerender/browse/minecraft/saddle/index.html rename to static/browse/minecraft/saddle/index.html diff --git a/src/data/minecraft/1.7.10/images/sand.png b/static/browse/minecraft/sand/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/sand.png rename to static/browse/minecraft/sand/icon.png diff --git a/prerender/browse/minecraft/sand/index.html b/static/browse/minecraft/sand/index.html similarity index 100% rename from prerender/browse/minecraft/sand/index.html rename to static/browse/minecraft/sand/index.html diff --git a/src/data/minecraft/1.7.10/images/sandstone.png b/static/browse/minecraft/sandstone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/sandstone.png rename to static/browse/minecraft/sandstone/icon.png diff --git a/prerender/browse/minecraft/sandstone/index.html b/static/browse/minecraft/sandstone/index.html similarity index 100% rename from prerender/browse/minecraft/sandstone/index.html rename to static/browse/minecraft/sandstone/index.html diff --git a/src/data/minecraft/1.7.10/images/sandstone_slab.png b/static/browse/minecraft/sandstone_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/sandstone_slab.png rename to static/browse/minecraft/sandstone_slab/icon.png diff --git a/prerender/browse/minecraft/sandstone_slab/index.html b/static/browse/minecraft/sandstone_slab/index.html similarity index 100% rename from prerender/browse/minecraft/sandstone_slab/index.html rename to static/browse/minecraft/sandstone_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/sandstone_stairs.png b/static/browse/minecraft/sandstone_stairs/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/sandstone_stairs.png rename to static/browse/minecraft/sandstone_stairs/icon.png diff --git a/prerender/browse/minecraft/sandstone_stairs/index.html b/static/browse/minecraft/sandstone_stairs/index.html similarity index 100% rename from prerender/browse/minecraft/sandstone_stairs/index.html rename to static/browse/minecraft/sandstone_stairs/index.html diff --git a/src/data/minecraft/1.7.10/images/seeds.png b/static/browse/minecraft/seeds/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/seeds.png rename to static/browse/minecraft/seeds/icon.png diff --git a/prerender/browse/minecraft/seeds/index.html b/static/browse/minecraft/seeds/index.html similarity index 100% rename from prerender/browse/minecraft/seeds/index.html rename to static/browse/minecraft/seeds/index.html diff --git a/src/data/minecraft/1.7.10/images/shears.png b/static/browse/minecraft/shears/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/shears.png rename to static/browse/minecraft/shears/icon.png diff --git a/prerender/browse/minecraft/shears/index.html b/static/browse/minecraft/shears/index.html similarity index 100% rename from prerender/browse/minecraft/shears/index.html rename to static/browse/minecraft/shears/index.html diff --git a/src/data/minecraft/1.7.10/images/sign.png b/static/browse/minecraft/sign/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/sign.png rename to static/browse/minecraft/sign/icon.png diff --git a/prerender/browse/minecraft/sign/index.html b/static/browse/minecraft/sign/index.html similarity index 100% rename from prerender/browse/minecraft/sign/index.html rename to static/browse/minecraft/sign/index.html diff --git a/src/data/minecraft/1.7.10/images/skeleton_skull.png b/static/browse/minecraft/skeleton_skull/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/skeleton_skull.png rename to static/browse/minecraft/skeleton_skull/icon.png diff --git a/prerender/browse/minecraft/skeleton_skull/index.html b/static/browse/minecraft/skeleton_skull/index.html similarity index 100% rename from prerender/browse/minecraft/skeleton_skull/index.html rename to static/browse/minecraft/skeleton_skull/index.html diff --git a/src/data/minecraft/1.7.10/images/slightly_damaged_anvil.png b/static/browse/minecraft/slightly_damaged_anvil/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/slightly_damaged_anvil.png rename to static/browse/minecraft/slightly_damaged_anvil/icon.png diff --git a/src/data/minecraft/1.7.10/images/slimeball.png b/static/browse/minecraft/slimeball/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/slimeball.png rename to static/browse/minecraft/slimeball/icon.png diff --git a/prerender/browse/minecraft/slimeball/index.html b/static/browse/minecraft/slimeball/index.html similarity index 100% rename from prerender/browse/minecraft/slimeball/index.html rename to static/browse/minecraft/slimeball/index.html diff --git a/src/data/minecraft/1.7.10/images/smooth_sandstone.png b/static/browse/minecraft/smooth_sandstone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/smooth_sandstone.png rename to static/browse/minecraft/smooth_sandstone/icon.png diff --git a/prerender/browse/minecraft/smooth_sandstone/index.html b/static/browse/minecraft/smooth_sandstone/index.html similarity index 100% rename from prerender/browse/minecraft/smooth_sandstone/index.html rename to static/browse/minecraft/smooth_sandstone/index.html diff --git a/src/data/minecraft/1.7.10/images/snow.png b/static/browse/minecraft/snow/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/snow.png rename to static/browse/minecraft/snow/icon.png diff --git a/src/data/minecraft/1.7.10/images/snow_block.png b/static/browse/minecraft/snow_block/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/snow_block.png rename to static/browse/minecraft/snow_block/icon.png diff --git a/prerender/browse/minecraft/snow_block/index.html b/static/browse/minecraft/snow_block/index.html similarity index 100% rename from prerender/browse/minecraft/snow_block/index.html rename to static/browse/minecraft/snow_block/index.html diff --git a/src/data/minecraft/1.7.10/images/snow_carpet.png b/static/browse/minecraft/snow_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/snow_carpet.png rename to static/browse/minecraft/snow_carpet/icon.png diff --git a/prerender/browse/minecraft/snow_carpet/index.html b/static/browse/minecraft/snow_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/snow_carpet/index.html rename to static/browse/minecraft/snow_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/snowball.png b/static/browse/minecraft/snowball/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/snowball.png rename to static/browse/minecraft/snowball/icon.png diff --git a/prerender/browse/minecraft/snowball/index.html b/static/browse/minecraft/snowball/index.html similarity index 100% rename from prerender/browse/minecraft/snowball/index.html rename to static/browse/minecraft/snowball/index.html diff --git a/src/data/minecraft/1.7.10/images/soul_sand.png b/static/browse/minecraft/soul_sand/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/soul_sand.png rename to static/browse/minecraft/soul_sand/icon.png diff --git a/prerender/browse/minecraft/soul_sand/index.html b/static/browse/minecraft/soul_sand/index.html similarity index 100% rename from prerender/browse/minecraft/soul_sand/index.html rename to static/browse/minecraft/soul_sand/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_bat.png b/static/browse/minecraft/spawn_bat/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_bat.png rename to static/browse/minecraft/spawn_bat/icon.png diff --git a/prerender/browse/minecraft/spawn_bat/index.html b/static/browse/minecraft/spawn_bat/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_bat/index.html rename to static/browse/minecraft/spawn_bat/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_blaze.png b/static/browse/minecraft/spawn_blaze/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_blaze.png rename to static/browse/minecraft/spawn_blaze/icon.png diff --git a/prerender/browse/minecraft/spawn_blaze/index.html b/static/browse/minecraft/spawn_blaze/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_blaze/index.html rename to static/browse/minecraft/spawn_blaze/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_blizz.png b/static/browse/minecraft/spawn_blizz/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_blizz.png rename to static/browse/minecraft/spawn_blizz/icon.png diff --git a/src/data/minecraft/1.7.10/images/spawn_cave_spider.png b/static/browse/minecraft/spawn_cave_spider/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_cave_spider.png rename to static/browse/minecraft/spawn_cave_spider/icon.png diff --git a/prerender/browse/minecraft/spawn_cave_spider/index.html b/static/browse/minecraft/spawn_cave_spider/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_cave_spider/index.html rename to static/browse/minecraft/spawn_cave_spider/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_chicken.png b/static/browse/minecraft/spawn_chicken/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_chicken.png rename to static/browse/minecraft/spawn_chicken/icon.png diff --git a/prerender/browse/minecraft/spawn_chicken/index.html b/static/browse/minecraft/spawn_chicken/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_chicken/index.html rename to static/browse/minecraft/spawn_chicken/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_cow.png b/static/browse/minecraft/spawn_cow/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_cow.png rename to static/browse/minecraft/spawn_cow/icon.png diff --git a/prerender/browse/minecraft/spawn_cow/index.html b/static/browse/minecraft/spawn_cow/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_cow/index.html rename to static/browse/minecraft/spawn_cow/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_creeper.png b/static/browse/minecraft/spawn_creeper/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_creeper.png rename to static/browse/minecraft/spawn_creeper/icon.png diff --git a/prerender/browse/minecraft/spawn_creeper/index.html b/static/browse/minecraft/spawn_creeper/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_creeper/index.html rename to static/browse/minecraft/spawn_creeper/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_enderman.png b/static/browse/minecraft/spawn_enderman/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_enderman.png rename to static/browse/minecraft/spawn_enderman/icon.png diff --git a/prerender/browse/minecraft/spawn_enderman/index.html b/static/browse/minecraft/spawn_enderman/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_enderman/index.html rename to static/browse/minecraft/spawn_enderman/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_ghast.png b/static/browse/minecraft/spawn_ghast/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_ghast.png rename to static/browse/minecraft/spawn_ghast/icon.png diff --git a/prerender/browse/minecraft/spawn_ghast/index.html b/static/browse/minecraft/spawn_ghast/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_ghast/index.html rename to static/browse/minecraft/spawn_ghast/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_horse.png b/static/browse/minecraft/spawn_horse/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_horse.png rename to static/browse/minecraft/spawn_horse/icon.png diff --git a/prerender/browse/minecraft/spawn_horse/index.html b/static/browse/minecraft/spawn_horse/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_horse/index.html rename to static/browse/minecraft/spawn_horse/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_iron_golem.png b/static/browse/minecraft/spawn_iron_golem/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_iron_golem.png rename to static/browse/minecraft/spawn_iron_golem/icon.png diff --git a/prerender/browse/minecraft/spawn_iron_golem/index.html b/static/browse/minecraft/spawn_iron_golem/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_iron_golem/index.html rename to static/browse/minecraft/spawn_iron_golem/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_magma_cube.png b/static/browse/minecraft/spawn_magma_cube/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_magma_cube.png rename to static/browse/minecraft/spawn_magma_cube/icon.png diff --git a/prerender/browse/minecraft/spawn_magma_cube/index.html b/static/browse/minecraft/spawn_magma_cube/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_magma_cube/index.html rename to static/browse/minecraft/spawn_magma_cube/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_mooshroom.png b/static/browse/minecraft/spawn_mooshroom/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_mooshroom.png rename to static/browse/minecraft/spawn_mooshroom/icon.png diff --git a/prerender/browse/minecraft/spawn_mooshroom/index.html b/static/browse/minecraft/spawn_mooshroom/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_mooshroom/index.html rename to static/browse/minecraft/spawn_mooshroom/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_ocelot.png b/static/browse/minecraft/spawn_ocelot/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_ocelot.png rename to static/browse/minecraft/spawn_ocelot/icon.png diff --git a/prerender/browse/minecraft/spawn_ocelot/index.html b/static/browse/minecraft/spawn_ocelot/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_ocelot/index.html rename to static/browse/minecraft/spawn_ocelot/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_pig.png b/static/browse/minecraft/spawn_pig/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_pig.png rename to static/browse/minecraft/spawn_pig/icon.png diff --git a/prerender/browse/minecraft/spawn_pig/index.html b/static/browse/minecraft/spawn_pig/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_pig/index.html rename to static/browse/minecraft/spawn_pig/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_sheep.png b/static/browse/minecraft/spawn_sheep/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_sheep.png rename to static/browse/minecraft/spawn_sheep/icon.png diff --git a/prerender/browse/minecraft/spawn_sheep/index.html b/static/browse/minecraft/spawn_sheep/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_sheep/index.html rename to static/browse/minecraft/spawn_sheep/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_silverfish.png b/static/browse/minecraft/spawn_silverfish/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_silverfish.png rename to static/browse/minecraft/spawn_silverfish/icon.png diff --git a/prerender/browse/minecraft/spawn_silverfish/index.html b/static/browse/minecraft/spawn_silverfish/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_silverfish/index.html rename to static/browse/minecraft/spawn_silverfish/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_skeleton.png b/static/browse/minecraft/spawn_skeleton/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_skeleton.png rename to static/browse/minecraft/spawn_skeleton/icon.png diff --git a/prerender/browse/minecraft/spawn_skeleton/index.html b/static/browse/minecraft/spawn_skeleton/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_skeleton/index.html rename to static/browse/minecraft/spawn_skeleton/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_slime.png b/static/browse/minecraft/spawn_slime/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_slime.png rename to static/browse/minecraft/spawn_slime/icon.png diff --git a/prerender/browse/minecraft/spawn_slime/index.html b/static/browse/minecraft/spawn_slime/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_slime/index.html rename to static/browse/minecraft/spawn_slime/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_snow_golem.png b/static/browse/minecraft/spawn_snow_golem/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_snow_golem.png rename to static/browse/minecraft/spawn_snow_golem/icon.png diff --git a/prerender/browse/minecraft/spawn_snow_golem/index.html b/static/browse/minecraft/spawn_snow_golem/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_snow_golem/index.html rename to static/browse/minecraft/spawn_snow_golem/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_spider.png b/static/browse/minecraft/spawn_spider/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_spider.png rename to static/browse/minecraft/spawn_spider/icon.png diff --git a/prerender/browse/minecraft/spawn_spider/index.html b/static/browse/minecraft/spawn_spider/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_spider/index.html rename to static/browse/minecraft/spawn_spider/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_squid.png b/static/browse/minecraft/spawn_squid/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_squid.png rename to static/browse/minecraft/spawn_squid/icon.png diff --git a/prerender/browse/minecraft/spawn_squid/index.html b/static/browse/minecraft/spawn_squid/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_squid/index.html rename to static/browse/minecraft/spawn_squid/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_villager.png b/static/browse/minecraft/spawn_villager/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_villager.png rename to static/browse/minecraft/spawn_villager/icon.png diff --git a/prerender/browse/minecraft/spawn_villager/index.html b/static/browse/minecraft/spawn_villager/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_villager/index.html rename to static/browse/minecraft/spawn_villager/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_witch.png b/static/browse/minecraft/spawn_witch/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_witch.png rename to static/browse/minecraft/spawn_witch/icon.png diff --git a/prerender/browse/minecraft/spawn_witch/index.html b/static/browse/minecraft/spawn_witch/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_witch/index.html rename to static/browse/minecraft/spawn_witch/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_wolf.png b/static/browse/minecraft/spawn_wolf/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_wolf.png rename to static/browse/minecraft/spawn_wolf/icon.png diff --git a/prerender/browse/minecraft/spawn_wolf/index.html b/static/browse/minecraft/spawn_wolf/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_wolf/index.html rename to static/browse/minecraft/spawn_wolf/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_zombie.png b/static/browse/minecraft/spawn_zombie/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_zombie.png rename to static/browse/minecraft/spawn_zombie/icon.png diff --git a/prerender/browse/minecraft/spawn_zombie/index.html b/static/browse/minecraft/spawn_zombie/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_zombie/index.html rename to static/browse/minecraft/spawn_zombie/index.html diff --git a/src/data/minecraft/1.7.10/images/spawn_zombie_pigman.png b/static/browse/minecraft/spawn_zombie_pigman/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spawn_zombie_pigman.png rename to static/browse/minecraft/spawn_zombie_pigman/icon.png diff --git a/prerender/browse/minecraft/spawn_zombie_pigman/index.html b/static/browse/minecraft/spawn_zombie_pigman/index.html similarity index 100% rename from prerender/browse/minecraft/spawn_zombie_pigman/index.html rename to static/browse/minecraft/spawn_zombie_pigman/index.html diff --git a/src/data/minecraft/1.7.10/images/spider_eye.png b/static/browse/minecraft/spider_eye/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spider_eye.png rename to static/browse/minecraft/spider_eye/icon.png diff --git a/prerender/browse/minecraft/spider_eye/index.html b/static/browse/minecraft/spider_eye/index.html similarity index 100% rename from prerender/browse/minecraft/spider_eye/index.html rename to static/browse/minecraft/spider_eye/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_fire_resistance_2_15.png b/static/browse/minecraft/splash_potion_of_fire_resistance_2_15/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_fire_resistance_2_15.png rename to static/browse/minecraft/splash_potion_of_fire_resistance_2_15/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_fire_resistance_2_15/index.html b/static/browse/minecraft/splash_potion_of_fire_resistance_2_15/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_fire_resistance_2_15/index.html rename to static/browse/minecraft/splash_potion_of_fire_resistance_2_15/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_fire_resistance_6_00.png b/static/browse/minecraft/splash_potion_of_fire_resistance_6_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_fire_resistance_6_00.png rename to static/browse/minecraft/splash_potion_of_fire_resistance_6_00/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_fire_resistance_6_00/index.html b/static/browse/minecraft/splash_potion_of_fire_resistance_6_00/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_fire_resistance_6_00/index.html rename to static/browse/minecraft/splash_potion_of_fire_resistance_6_00/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_harming.png b/static/browse/minecraft/splash_potion_of_harming/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_harming.png rename to static/browse/minecraft/splash_potion_of_harming/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_harming/index.html b/static/browse/minecraft/splash_potion_of_harming/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_harming/index.html rename to static/browse/minecraft/splash_potion_of_harming/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_harming_ii.png b/static/browse/minecraft/splash_potion_of_harming_ii/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_harming_ii.png rename to static/browse/minecraft/splash_potion_of_harming_ii/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_harming_ii/index.html b/static/browse/minecraft/splash_potion_of_harming_ii/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_harming_ii/index.html rename to static/browse/minecraft/splash_potion_of_harming_ii/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_healing.png b/static/browse/minecraft/splash_potion_of_healing/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_healing.png rename to static/browse/minecraft/splash_potion_of_healing/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_healing/index.html b/static/browse/minecraft/splash_potion_of_healing/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_healing/index.html rename to static/browse/minecraft/splash_potion_of_healing/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_healing_ii.png b/static/browse/minecraft/splash_potion_of_healing_ii/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_healing_ii.png rename to static/browse/minecraft/splash_potion_of_healing_ii/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_healing_ii/index.html b/static/browse/minecraft/splash_potion_of_healing_ii/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_healing_ii/index.html rename to static/browse/minecraft/splash_potion_of_healing_ii/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_invisibility_2_15.png b/static/browse/minecraft/splash_potion_of_invisibility_2_15/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_invisibility_2_15.png rename to static/browse/minecraft/splash_potion_of_invisibility_2_15/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_invisibility_2_15/index.html b/static/browse/minecraft/splash_potion_of_invisibility_2_15/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_invisibility_2_15/index.html rename to static/browse/minecraft/splash_potion_of_invisibility_2_15/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_invisibility_6_00.png b/static/browse/minecraft/splash_potion_of_invisibility_6_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_invisibility_6_00.png rename to static/browse/minecraft/splash_potion_of_invisibility_6_00/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_invisibility_6_00/index.html b/static/browse/minecraft/splash_potion_of_invisibility_6_00/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_invisibility_6_00/index.html rename to static/browse/minecraft/splash_potion_of_invisibility_6_00/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_night_vision_2_15.png b/static/browse/minecraft/splash_potion_of_night_vision_2_15/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_night_vision_2_15.png rename to static/browse/minecraft/splash_potion_of_night_vision_2_15/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_night_vision_2_15/index.html b/static/browse/minecraft/splash_potion_of_night_vision_2_15/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_night_vision_2_15/index.html rename to static/browse/minecraft/splash_potion_of_night_vision_2_15/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_night_vision_6_00.png b/static/browse/minecraft/splash_potion_of_night_vision_6_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_night_vision_6_00.png rename to static/browse/minecraft/splash_potion_of_night_vision_6_00/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_night_vision_6_00/index.html b/static/browse/minecraft/splash_potion_of_night_vision_6_00/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_night_vision_6_00/index.html rename to static/browse/minecraft/splash_potion_of_night_vision_6_00/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_poison_0_33.png b/static/browse/minecraft/splash_potion_of_poison_0_33/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_poison_0_33.png rename to static/browse/minecraft/splash_potion_of_poison_0_33/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_poison_0_33/index.html b/static/browse/minecraft/splash_potion_of_poison_0_33/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_poison_0_33/index.html rename to static/browse/minecraft/splash_potion_of_poison_0_33/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_poison_1_30.png b/static/browse/minecraft/splash_potion_of_poison_1_30/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_poison_1_30.png rename to static/browse/minecraft/splash_potion_of_poison_1_30/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_poison_1_30/index.html b/static/browse/minecraft/splash_potion_of_poison_1_30/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_poison_1_30/index.html rename to static/browse/minecraft/splash_potion_of_poison_1_30/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_poison_ii_0_16.png b/static/browse/minecraft/splash_potion_of_poison_ii_0_16/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_poison_ii_0_16.png rename to static/browse/minecraft/splash_potion_of_poison_ii_0_16/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_poison_ii_0_16/index.html b/static/browse/minecraft/splash_potion_of_poison_ii_0_16/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_poison_ii_0_16/index.html rename to static/browse/minecraft/splash_potion_of_poison_ii_0_16/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_regeneration_0_33.png b/static/browse/minecraft/splash_potion_of_regeneration_0_33/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_regeneration_0_33.png rename to static/browse/minecraft/splash_potion_of_regeneration_0_33/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_regeneration_0_33/index.html b/static/browse/minecraft/splash_potion_of_regeneration_0_33/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_regeneration_0_33/index.html rename to static/browse/minecraft/splash_potion_of_regeneration_0_33/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_regeneration_1_30.png b/static/browse/minecraft/splash_potion_of_regeneration_1_30/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_regeneration_1_30.png rename to static/browse/minecraft/splash_potion_of_regeneration_1_30/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_regeneration_1_30/index.html b/static/browse/minecraft/splash_potion_of_regeneration_1_30/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_regeneration_1_30/index.html rename to static/browse/minecraft/splash_potion_of_regeneration_1_30/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_regeneration_ii_0_16.png b/static/browse/minecraft/splash_potion_of_regeneration_ii_0_16/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_regeneration_ii_0_16.png rename to static/browse/minecraft/splash_potion_of_regeneration_ii_0_16/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_regeneration_ii_0_16/index.html b/static/browse/minecraft/splash_potion_of_regeneration_ii_0_16/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_regeneration_ii_0_16/index.html rename to static/browse/minecraft/splash_potion_of_regeneration_ii_0_16/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_slowness_1_07.png b/static/browse/minecraft/splash_potion_of_slowness_1_07/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_slowness_1_07.png rename to static/browse/minecraft/splash_potion_of_slowness_1_07/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_slowness_1_07/index.html b/static/browse/minecraft/splash_potion_of_slowness_1_07/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_slowness_1_07/index.html rename to static/browse/minecraft/splash_potion_of_slowness_1_07/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_slowness_3_00.png b/static/browse/minecraft/splash_potion_of_slowness_3_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_slowness_3_00.png rename to static/browse/minecraft/splash_potion_of_slowness_3_00/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_slowness_3_00/index.html b/static/browse/minecraft/splash_potion_of_slowness_3_00/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_slowness_3_00/index.html rename to static/browse/minecraft/splash_potion_of_slowness_3_00/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_strength_2_15.png b/static/browse/minecraft/splash_potion_of_strength_2_15/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_strength_2_15.png rename to static/browse/minecraft/splash_potion_of_strength_2_15/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_strength_2_15/index.html b/static/browse/minecraft/splash_potion_of_strength_2_15/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_strength_2_15/index.html rename to static/browse/minecraft/splash_potion_of_strength_2_15/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_strength_6_00.png b/static/browse/minecraft/splash_potion_of_strength_6_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_strength_6_00.png rename to static/browse/minecraft/splash_potion_of_strength_6_00/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_strength_6_00/index.html b/static/browse/minecraft/splash_potion_of_strength_6_00/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_strength_6_00/index.html rename to static/browse/minecraft/splash_potion_of_strength_6_00/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_strength_ii_1_07.png b/static/browse/minecraft/splash_potion_of_strength_ii_1_07/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_strength_ii_1_07.png rename to static/browse/minecraft/splash_potion_of_strength_ii_1_07/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_strength_ii_1_07/index.html b/static/browse/minecraft/splash_potion_of_strength_ii_1_07/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_strength_ii_1_07/index.html rename to static/browse/minecraft/splash_potion_of_strength_ii_1_07/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_swiftness_2_15.png b/static/browse/minecraft/splash_potion_of_swiftness_2_15/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_swiftness_2_15.png rename to static/browse/minecraft/splash_potion_of_swiftness_2_15/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_swiftness_2_15/index.html b/static/browse/minecraft/splash_potion_of_swiftness_2_15/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_swiftness_2_15/index.html rename to static/browse/minecraft/splash_potion_of_swiftness_2_15/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_swiftness_6_00.png b/static/browse/minecraft/splash_potion_of_swiftness_6_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_swiftness_6_00.png rename to static/browse/minecraft/splash_potion_of_swiftness_6_00/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_swiftness_6_00/index.html b/static/browse/minecraft/splash_potion_of_swiftness_6_00/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_swiftness_6_00/index.html rename to static/browse/minecraft/splash_potion_of_swiftness_6_00/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_swiftness_ii_1_07.png b/static/browse/minecraft/splash_potion_of_swiftness_ii_1_07/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_swiftness_ii_1_07.png rename to static/browse/minecraft/splash_potion_of_swiftness_ii_1_07/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_swiftness_ii_1_07/index.html b/static/browse/minecraft/splash_potion_of_swiftness_ii_1_07/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_swiftness_ii_1_07/index.html rename to static/browse/minecraft/splash_potion_of_swiftness_ii_1_07/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_water_breathing_2_15.png b/static/browse/minecraft/splash_potion_of_water_breathing_2_15/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_water_breathing_2_15.png rename to static/browse/minecraft/splash_potion_of_water_breathing_2_15/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_water_breathing_2_15/index.html b/static/browse/minecraft/splash_potion_of_water_breathing_2_15/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_water_breathing_2_15/index.html rename to static/browse/minecraft/splash_potion_of_water_breathing_2_15/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_water_breathing_6_00.png b/static/browse/minecraft/splash_potion_of_water_breathing_6_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_water_breathing_6_00.png rename to static/browse/minecraft/splash_potion_of_water_breathing_6_00/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_water_breathing_6_00/index.html b/static/browse/minecraft/splash_potion_of_water_breathing_6_00/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_water_breathing_6_00/index.html rename to static/browse/minecraft/splash_potion_of_water_breathing_6_00/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_weakness_1_07.png b/static/browse/minecraft/splash_potion_of_weakness_1_07/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_weakness_1_07.png rename to static/browse/minecraft/splash_potion_of_weakness_1_07/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_weakness_1_07/index.html b/static/browse/minecraft/splash_potion_of_weakness_1_07/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_weakness_1_07/index.html rename to static/browse/minecraft/splash_potion_of_weakness_1_07/index.html diff --git a/src/data/minecraft/1.7.10/images/splash_potion_of_weakness_3_00.png b/static/browse/minecraft/splash_potion_of_weakness_3_00/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/splash_potion_of_weakness_3_00.png rename to static/browse/minecraft/splash_potion_of_weakness_3_00/icon.png diff --git a/prerender/browse/minecraft/splash_potion_of_weakness_3_00/index.html b/static/browse/minecraft/splash_potion_of_weakness_3_00/index.html similarity index 100% rename from prerender/browse/minecraft/splash_potion_of_weakness_3_00/index.html rename to static/browse/minecraft/splash_potion_of_weakness_3_00/index.html diff --git a/src/data/minecraft/1.7.10/images/sponge.png b/static/browse/minecraft/sponge/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/sponge.png rename to static/browse/minecraft/sponge/icon.png diff --git a/prerender/browse/minecraft/sponge/index.html b/static/browse/minecraft/sponge/index.html similarity index 100% rename from prerender/browse/minecraft/sponge/index.html rename to static/browse/minecraft/sponge/index.html diff --git a/src/data/minecraft/1.7.10/images/spruce_leaves.png b/static/browse/minecraft/spruce_leaves/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spruce_leaves.png rename to static/browse/minecraft/spruce_leaves/icon.png diff --git a/prerender/browse/minecraft/spruce_leaves/index.html b/static/browse/minecraft/spruce_leaves/index.html similarity index 100% rename from prerender/browse/minecraft/spruce_leaves/index.html rename to static/browse/minecraft/spruce_leaves/index.html diff --git a/src/data/minecraft/1.7.10/images/spruce_sapling.png b/static/browse/minecraft/spruce_sapling/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spruce_sapling.png rename to static/browse/minecraft/spruce_sapling/icon.png diff --git a/prerender/browse/minecraft/spruce_sapling/index.html b/static/browse/minecraft/spruce_sapling/index.html similarity index 100% rename from prerender/browse/minecraft/spruce_sapling/index.html rename to static/browse/minecraft/spruce_sapling/index.html diff --git a/src/data/minecraft/1.7.10/images/spruce_wood.png b/static/browse/minecraft/spruce_wood/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spruce_wood.png rename to static/browse/minecraft/spruce_wood/icon.png diff --git a/prerender/browse/minecraft/spruce_wood/index.html b/static/browse/minecraft/spruce_wood/index.html similarity index 100% rename from prerender/browse/minecraft/spruce_wood/index.html rename to static/browse/minecraft/spruce_wood/index.html diff --git a/src/data/minecraft/1.7.10/images/spruce_wood_planks.png b/static/browse/minecraft/spruce_wood_planks/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spruce_wood_planks.png rename to static/browse/minecraft/spruce_wood_planks/icon.png diff --git a/prerender/browse/minecraft/spruce_wood_planks/index.html b/static/browse/minecraft/spruce_wood_planks/index.html similarity index 100% rename from prerender/browse/minecraft/spruce_wood_planks/index.html rename to static/browse/minecraft/spruce_wood_planks/index.html diff --git a/src/data/minecraft/1.7.10/images/spruce_wood_slab.png b/static/browse/minecraft/spruce_wood_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spruce_wood_slab.png rename to static/browse/minecraft/spruce_wood_slab/icon.png diff --git a/prerender/browse/minecraft/spruce_wood_slab/index.html b/static/browse/minecraft/spruce_wood_slab/index.html similarity index 100% rename from prerender/browse/minecraft/spruce_wood_slab/index.html rename to static/browse/minecraft/spruce_wood_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/spruce_wood_stairs.png b/static/browse/minecraft/spruce_wood_stairs/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/spruce_wood_stairs.png rename to static/browse/minecraft/spruce_wood_stairs/icon.png diff --git a/prerender/browse/minecraft/spruce_wood_stairs/index.html b/static/browse/minecraft/spruce_wood_stairs/index.html similarity index 100% rename from prerender/browse/minecraft/spruce_wood_stairs/index.html rename to static/browse/minecraft/spruce_wood_stairs/index.html diff --git a/src/data/minecraft/1.7.10/images/steak.png b/static/browse/minecraft/steak/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/steak.png rename to static/browse/minecraft/steak/icon.png diff --git a/prerender/browse/minecraft/steak/index.html b/static/browse/minecraft/steak/index.html similarity index 100% rename from prerender/browse/minecraft/steak/index.html rename to static/browse/minecraft/steak/index.html diff --git a/src/data/minecraft/1.7.10/images/stick.png b/static/browse/minecraft/stick/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stick.png rename to static/browse/minecraft/stick/icon.png diff --git a/prerender/browse/minecraft/stick/index.html b/static/browse/minecraft/stick/index.html similarity index 100% rename from prerender/browse/minecraft/stick/index.html rename to static/browse/minecraft/stick/index.html diff --git a/src/data/minecraft/1.7.10/images/sticky_piston.png b/static/browse/minecraft/sticky_piston/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/sticky_piston.png rename to static/browse/minecraft/sticky_piston/icon.png diff --git a/prerender/browse/minecraft/sticky_piston/index.html b/static/browse/minecraft/sticky_piston/index.html similarity index 100% rename from prerender/browse/minecraft/sticky_piston/index.html rename to static/browse/minecraft/sticky_piston/index.html diff --git a/src/data/minecraft/1.7.10/images/stone.png b/static/browse/minecraft/stone/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone.png rename to static/browse/minecraft/stone/icon.png diff --git a/prerender/browse/minecraft/stone/index.html b/static/browse/minecraft/stone/index.html similarity index 100% rename from prerender/browse/minecraft/stone/index.html rename to static/browse/minecraft/stone/index.html diff --git a/src/data/minecraft/1.7.10/images/stone_axe.png b/static/browse/minecraft/stone_axe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone_axe.png rename to static/browse/minecraft/stone_axe/icon.png diff --git a/prerender/browse/minecraft/stone_axe/index.html b/static/browse/minecraft/stone_axe/index.html similarity index 100% rename from prerender/browse/minecraft/stone_axe/index.html rename to static/browse/minecraft/stone_axe/index.html diff --git a/src/data/minecraft/1.7.10/images/stone_brick_monster_egg.png b/static/browse/minecraft/stone_brick_monster_egg/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone_brick_monster_egg.png rename to static/browse/minecraft/stone_brick_monster_egg/icon.png diff --git a/src/data/minecraft/1.7.10/images/stone_brick_stairs.png b/static/browse/minecraft/stone_brick_stairs/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone_brick_stairs.png rename to static/browse/minecraft/stone_brick_stairs/icon.png diff --git a/prerender/browse/minecraft/stone_brick_stairs/index.html b/static/browse/minecraft/stone_brick_stairs/index.html similarity index 100% rename from prerender/browse/minecraft/stone_brick_stairs/index.html rename to static/browse/minecraft/stone_brick_stairs/index.html diff --git a/src/data/minecraft/1.7.10/images/stone_bricks.png b/static/browse/minecraft/stone_bricks/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone_bricks.png rename to static/browse/minecraft/stone_bricks/icon.png diff --git a/prerender/browse/minecraft/stone_bricks/index.html b/static/browse/minecraft/stone_bricks/index.html similarity index 100% rename from prerender/browse/minecraft/stone_bricks/index.html rename to static/browse/minecraft/stone_bricks/index.html diff --git a/src/data/minecraft/1.7.10/images/stone_bricks_slab.png b/static/browse/minecraft/stone_bricks_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone_bricks_slab.png rename to static/browse/minecraft/stone_bricks_slab/icon.png diff --git a/prerender/browse/minecraft/stone_bricks_slab/index.html b/static/browse/minecraft/stone_bricks_slab/index.html similarity index 100% rename from prerender/browse/minecraft/stone_bricks_slab/index.html rename to static/browse/minecraft/stone_bricks_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/stone_hoe.png b/static/browse/minecraft/stone_hoe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone_hoe.png rename to static/browse/minecraft/stone_hoe/icon.png diff --git a/prerender/browse/minecraft/stone_hoe/index.html b/static/browse/minecraft/stone_hoe/index.html similarity index 100% rename from prerender/browse/minecraft/stone_hoe/index.html rename to static/browse/minecraft/stone_hoe/index.html diff --git a/src/data/minecraft/1.7.10/images/stone_monster_egg.png b/static/browse/minecraft/stone_monster_egg/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone_monster_egg.png rename to static/browse/minecraft/stone_monster_egg/icon.png diff --git a/src/data/minecraft/1.7.10/images/stone_pickaxe.png b/static/browse/minecraft/stone_pickaxe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone_pickaxe.png rename to static/browse/minecraft/stone_pickaxe/icon.png diff --git a/prerender/browse/minecraft/stone_pickaxe/index.html b/static/browse/minecraft/stone_pickaxe/index.html similarity index 100% rename from prerender/browse/minecraft/stone_pickaxe/index.html rename to static/browse/minecraft/stone_pickaxe/index.html diff --git a/src/data/minecraft/1.7.10/images/stone_shovel.png b/static/browse/minecraft/stone_shovel/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone_shovel.png rename to static/browse/minecraft/stone_shovel/icon.png diff --git a/prerender/browse/minecraft/stone_shovel/index.html b/static/browse/minecraft/stone_shovel/index.html similarity index 100% rename from prerender/browse/minecraft/stone_shovel/index.html rename to static/browse/minecraft/stone_shovel/index.html diff --git a/src/data/minecraft/1.7.10/images/stone_slab.png b/static/browse/minecraft/stone_slab/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone_slab.png rename to static/browse/minecraft/stone_slab/icon.png diff --git a/prerender/browse/minecraft/stone_slab/index.html b/static/browse/minecraft/stone_slab/index.html similarity index 100% rename from prerender/browse/minecraft/stone_slab/index.html rename to static/browse/minecraft/stone_slab/index.html diff --git a/src/data/minecraft/1.7.10/images/stone_stairs.png b/static/browse/minecraft/stone_stairs/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone_stairs.png rename to static/browse/minecraft/stone_stairs/icon.png diff --git a/prerender/browse/minecraft/stone_stairs/index.html b/static/browse/minecraft/stone_stairs/index.html similarity index 100% rename from prerender/browse/minecraft/stone_stairs/index.html rename to static/browse/minecraft/stone_stairs/index.html diff --git a/src/data/minecraft/1.7.10/images/stone_sword.png b/static/browse/minecraft/stone_sword/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/stone_sword.png rename to static/browse/minecraft/stone_sword/icon.png diff --git a/prerender/browse/minecraft/stone_sword/index.html b/static/browse/minecraft/stone_sword/index.html similarity index 100% rename from prerender/browse/minecraft/stone_sword/index.html rename to static/browse/minecraft/stone_sword/index.html diff --git a/src/data/minecraft/1.7.10/images/string.png b/static/browse/minecraft/string/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/string.png rename to static/browse/minecraft/string/icon.png diff --git a/prerender/browse/minecraft/string/index.html b/static/browse/minecraft/string/index.html similarity index 100% rename from prerender/browse/minecraft/string/index.html rename to static/browse/minecraft/string/index.html diff --git a/src/data/minecraft/1.7.10/images/sugar.png b/static/browse/minecraft/sugar/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/sugar.png rename to static/browse/minecraft/sugar/icon.png diff --git a/prerender/browse/minecraft/sugar/index.html b/static/browse/minecraft/sugar/index.html similarity index 100% rename from prerender/browse/minecraft/sugar/index.html rename to static/browse/minecraft/sugar/index.html diff --git a/src/data/minecraft/1.7.10/images/sugar_canes.png b/static/browse/minecraft/sugar_canes/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/sugar_canes.png rename to static/browse/minecraft/sugar_canes/icon.png diff --git a/prerender/browse/minecraft/sugar_canes/index.html b/static/browse/minecraft/sugar_canes/index.html similarity index 100% rename from prerender/browse/minecraft/sugar_canes/index.html rename to static/browse/minecraft/sugar_canes/index.html diff --git a/src/data/minecraft/1.7.10/images/sunflower.png b/static/browse/minecraft/sunflower/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/sunflower.png rename to static/browse/minecraft/sunflower/icon.png diff --git a/prerender/browse/minecraft/sunflower/index.html b/static/browse/minecraft/sunflower/index.html similarity index 100% rename from prerender/browse/minecraft/sunflower/index.html rename to static/browse/minecraft/sunflower/index.html diff --git a/src/data/minecraft/1.7.10/images/thick_potion.png b/static/browse/minecraft/thick_potion/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/thick_potion.png rename to static/browse/minecraft/thick_potion/icon.png diff --git a/prerender/browse/minecraft/thick_potion/index.html b/static/browse/minecraft/thick_potion/index.html similarity index 100% rename from prerender/browse/minecraft/thick_potion/index.html rename to static/browse/minecraft/thick_potion/index.html diff --git a/src/data/minecraft/1.7.10/images/tnt.png b/static/browse/minecraft/tnt/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/tnt.png rename to static/browse/minecraft/tnt/icon.png diff --git a/prerender/browse/minecraft/tnt/index.html b/static/browse/minecraft/tnt/index.html similarity index 100% rename from prerender/browse/minecraft/tnt/index.html rename to static/browse/minecraft/tnt/index.html diff --git a/src/data/minecraft/1.7.10/images/torch.png b/static/browse/minecraft/torch/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/torch.png rename to static/browse/minecraft/torch/icon.png diff --git a/prerender/browse/minecraft/torch/index.html b/static/browse/minecraft/torch/index.html similarity index 100% rename from prerender/browse/minecraft/torch/index.html rename to static/browse/minecraft/torch/index.html diff --git a/src/data/minecraft/1.7.10/images/trapdoor.png b/static/browse/minecraft/trapdoor/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/trapdoor.png rename to static/browse/minecraft/trapdoor/icon.png diff --git a/prerender/browse/minecraft/trapdoor/index.html b/static/browse/minecraft/trapdoor/index.html similarity index 100% rename from prerender/browse/minecraft/trapdoor/index.html rename to static/browse/minecraft/trapdoor/index.html diff --git a/src/data/minecraft/1.7.10/images/trapped_chest.png b/static/browse/minecraft/trapped_chest/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/trapped_chest.png rename to static/browse/minecraft/trapped_chest/icon.png diff --git a/prerender/browse/minecraft/trapped_chest/index.html b/static/browse/minecraft/trapped_chest/index.html similarity index 100% rename from prerender/browse/minecraft/trapped_chest/index.html rename to static/browse/minecraft/trapped_chest/index.html diff --git a/src/data/minecraft/1.7.10/images/tripwire_hook.png b/static/browse/minecraft/tripwire_hook/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/tripwire_hook.png rename to static/browse/minecraft/tripwire_hook/icon.png diff --git a/prerender/browse/minecraft/tripwire_hook/index.html b/static/browse/minecraft/tripwire_hook/index.html similarity index 100% rename from prerender/browse/minecraft/tripwire_hook/index.html rename to static/browse/minecraft/tripwire_hook/index.html diff --git a/src/data/minecraft/1.7.10/images/very_damaged_anvil.png b/static/browse/minecraft/very_damaged_anvil/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/very_damaged_anvil.png rename to static/browse/minecraft/very_damaged_anvil/icon.png diff --git a/src/data/minecraft/1.7.10/images/vines.png b/static/browse/minecraft/vines/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/vines.png rename to static/browse/minecraft/vines/icon.png diff --git a/prerender/browse/minecraft/vines/index.html b/static/browse/minecraft/vines/index.html similarity index 100% rename from prerender/browse/minecraft/vines/index.html rename to static/browse/minecraft/vines/index.html diff --git a/src/data/minecraft/1.7.10/images/water.png b/static/browse/minecraft/water/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/water.png rename to static/browse/minecraft/water/icon.png diff --git a/prerender/browse/minecraft/water/index.html b/static/browse/minecraft/water/index.html similarity index 100% rename from prerender/browse/minecraft/water/index.html rename to static/browse/minecraft/water/index.html diff --git a/src/data/minecraft/1.7.10/images/water_bottle.png b/static/browse/minecraft/water_bottle/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/water_bottle.png rename to static/browse/minecraft/water_bottle/icon.png diff --git a/prerender/browse/minecraft/water_bottle/index.html b/static/browse/minecraft/water_bottle/index.html similarity index 100% rename from prerender/browse/minecraft/water_bottle/index.html rename to static/browse/minecraft/water_bottle/index.html diff --git a/src/data/minecraft/1.7.10/images/water_bucket.png b/static/browse/minecraft/water_bucket/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/water_bucket.png rename to static/browse/minecraft/water_bucket/icon.png diff --git a/prerender/browse/minecraft/water_bucket/index.html b/static/browse/minecraft/water_bucket/index.html similarity index 100% rename from prerender/browse/minecraft/water_bucket/index.html rename to static/browse/minecraft/water_bucket/index.html diff --git a/src/data/minecraft/1.7.10/images/weighted_pressure_plate_heavy.png b/static/browse/minecraft/weighted_pressure_plate_heavy/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/weighted_pressure_plate_heavy.png rename to static/browse/minecraft/weighted_pressure_plate_heavy/icon.png diff --git a/prerender/browse/minecraft/weighted_pressure_plate_heavy/index.html b/static/browse/minecraft/weighted_pressure_plate_heavy/index.html similarity index 100% rename from prerender/browse/minecraft/weighted_pressure_plate_heavy/index.html rename to static/browse/minecraft/weighted_pressure_plate_heavy/index.html diff --git a/src/data/minecraft/1.7.10/images/weighted_pressure_plate_light.png b/static/browse/minecraft/weighted_pressure_plate_light/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/weighted_pressure_plate_light.png rename to static/browse/minecraft/weighted_pressure_plate_light/icon.png diff --git a/prerender/browse/minecraft/weighted_pressure_plate_light/index.html b/static/browse/minecraft/weighted_pressure_plate_light/index.html similarity index 100% rename from prerender/browse/minecraft/weighted_pressure_plate_light/index.html rename to static/browse/minecraft/weighted_pressure_plate_light/index.html diff --git a/src/data/minecraft/1.7.10/images/wheat.png b/static/browse/minecraft/wheat/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/wheat.png rename to static/browse/minecraft/wheat/icon.png diff --git a/prerender/browse/minecraft/wheat/index.html b/static/browse/minecraft/wheat/index.html similarity index 100% rename from prerender/browse/minecraft/wheat/index.html rename to static/browse/minecraft/wheat/index.html diff --git a/src/data/minecraft/1.7.10/images/white_stained_clay.png b/static/browse/minecraft/white_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/white_stained_clay.png rename to static/browse/minecraft/white_stained_clay/icon.png diff --git a/prerender/browse/minecraft/white_stained_clay/index.html b/static/browse/minecraft/white_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/white_stained_clay/index.html rename to static/browse/minecraft/white_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/white_stained_glass.png b/static/browse/minecraft/white_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/white_stained_glass.png rename to static/browse/minecraft/white_stained_glass/icon.png diff --git a/prerender/browse/minecraft/white_stained_glass/index.html b/static/browse/minecraft/white_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/white_stained_glass/index.html rename to static/browse/minecraft/white_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/white_stained_glass_pane.png b/static/browse/minecraft/white_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/white_stained_glass_pane.png rename to static/browse/minecraft/white_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/white_stained_glass_pane/index.html b/static/browse/minecraft/white_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/white_stained_glass_pane/index.html rename to static/browse/minecraft/white_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/white_tulip.png b/static/browse/minecraft/white_tulip/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/white_tulip.png rename to static/browse/minecraft/white_tulip/icon.png diff --git a/prerender/browse/minecraft/white_tulip/index.html b/static/browse/minecraft/white_tulip/index.html similarity index 100% rename from prerender/browse/minecraft/white_tulip/index.html rename to static/browse/minecraft/white_tulip/index.html diff --git a/src/data/minecraft/1.7.10/images/wither_skeleton_skull.png b/static/browse/minecraft/wither_skeleton_skull/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/wither_skeleton_skull.png rename to static/browse/minecraft/wither_skeleton_skull/icon.png diff --git a/prerender/browse/minecraft/wither_skeleton_skull/index.html b/static/browse/minecraft/wither_skeleton_skull/index.html similarity index 100% rename from prerender/browse/minecraft/wither_skeleton_skull/index.html rename to static/browse/minecraft/wither_skeleton_skull/index.html diff --git a/src/data/minecraft/1.7.10/images/wooden_axe.png b/static/browse/minecraft/wooden_axe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/wooden_axe.png rename to static/browse/minecraft/wooden_axe/icon.png diff --git a/prerender/browse/minecraft/wooden_axe/index.html b/static/browse/minecraft/wooden_axe/index.html similarity index 100% rename from prerender/browse/minecraft/wooden_axe/index.html rename to static/browse/minecraft/wooden_axe/index.html diff --git a/src/data/minecraft/1.7.10/images/wooden_door.png b/static/browse/minecraft/wooden_door/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/wooden_door.png rename to static/browse/minecraft/wooden_door/icon.png diff --git a/prerender/browse/minecraft/wooden_door/index.html b/static/browse/minecraft/wooden_door/index.html similarity index 100% rename from prerender/browse/minecraft/wooden_door/index.html rename to static/browse/minecraft/wooden_door/index.html diff --git a/src/data/minecraft/1.7.10/images/wooden_hoe.png b/static/browse/minecraft/wooden_hoe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/wooden_hoe.png rename to static/browse/minecraft/wooden_hoe/icon.png diff --git a/prerender/browse/minecraft/wooden_hoe/index.html b/static/browse/minecraft/wooden_hoe/index.html similarity index 100% rename from prerender/browse/minecraft/wooden_hoe/index.html rename to static/browse/minecraft/wooden_hoe/index.html diff --git a/src/data/minecraft/1.7.10/images/wooden_pickaxe.png b/static/browse/minecraft/wooden_pickaxe/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/wooden_pickaxe.png rename to static/browse/minecraft/wooden_pickaxe/icon.png diff --git a/prerender/browse/minecraft/wooden_pickaxe/index.html b/static/browse/minecraft/wooden_pickaxe/index.html similarity index 100% rename from prerender/browse/minecraft/wooden_pickaxe/index.html rename to static/browse/minecraft/wooden_pickaxe/index.html diff --git a/src/data/minecraft/1.7.10/images/wooden_shovel.png b/static/browse/minecraft/wooden_shovel/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/wooden_shovel.png rename to static/browse/minecraft/wooden_shovel/icon.png diff --git a/prerender/browse/minecraft/wooden_shovel/index.html b/static/browse/minecraft/wooden_shovel/index.html similarity index 100% rename from prerender/browse/minecraft/wooden_shovel/index.html rename to static/browse/minecraft/wooden_shovel/index.html diff --git a/src/data/minecraft/1.7.10/images/wooden_sword.png b/static/browse/minecraft/wooden_sword/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/wooden_sword.png rename to static/browse/minecraft/wooden_sword/icon.png diff --git a/prerender/browse/minecraft/wooden_sword/index.html b/static/browse/minecraft/wooden_sword/index.html similarity index 100% rename from prerender/browse/minecraft/wooden_sword/index.html rename to static/browse/minecraft/wooden_sword/index.html diff --git a/src/data/minecraft/1.7.10/images/wool.png b/static/browse/minecraft/wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/wool.png rename to static/browse/minecraft/wool/icon.png diff --git a/prerender/browse/minecraft/wool/index.html b/static/browse/minecraft/wool/index.html similarity index 100% rename from prerender/browse/minecraft/wool/index.html rename to static/browse/minecraft/wool/index.html diff --git a/src/data/minecraft/1.7.10/images/written_book.png b/static/browse/minecraft/written_book/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/written_book.png rename to static/browse/minecraft/written_book/icon.png diff --git a/prerender/browse/minecraft/written_book/index.html b/static/browse/minecraft/written_book/index.html similarity index 100% rename from prerender/browse/minecraft/written_book/index.html rename to static/browse/minecraft/written_book/index.html diff --git a/src/data/minecraft/1.7.10/images/yellow_carpet.png b/static/browse/minecraft/yellow_carpet/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/yellow_carpet.png rename to static/browse/minecraft/yellow_carpet/icon.png diff --git a/prerender/browse/minecraft/yellow_carpet/index.html b/static/browse/minecraft/yellow_carpet/index.html similarity index 100% rename from prerender/browse/minecraft/yellow_carpet/index.html rename to static/browse/minecraft/yellow_carpet/index.html diff --git a/src/data/minecraft/1.7.10/images/yellow_stained_clay.png b/static/browse/minecraft/yellow_stained_clay/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/yellow_stained_clay.png rename to static/browse/minecraft/yellow_stained_clay/icon.png diff --git a/prerender/browse/minecraft/yellow_stained_clay/index.html b/static/browse/minecraft/yellow_stained_clay/index.html similarity index 100% rename from prerender/browse/minecraft/yellow_stained_clay/index.html rename to static/browse/minecraft/yellow_stained_clay/index.html diff --git a/src/data/minecraft/1.7.10/images/yellow_stained_glass.png b/static/browse/minecraft/yellow_stained_glass/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/yellow_stained_glass.png rename to static/browse/minecraft/yellow_stained_glass/icon.png diff --git a/prerender/browse/minecraft/yellow_stained_glass/index.html b/static/browse/minecraft/yellow_stained_glass/index.html similarity index 100% rename from prerender/browse/minecraft/yellow_stained_glass/index.html rename to static/browse/minecraft/yellow_stained_glass/index.html diff --git a/src/data/minecraft/1.7.10/images/yellow_stained_glass_pane.png b/static/browse/minecraft/yellow_stained_glass_pane/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/yellow_stained_glass_pane.png rename to static/browse/minecraft/yellow_stained_glass_pane/icon.png diff --git a/prerender/browse/minecraft/yellow_stained_glass_pane/index.html b/static/browse/minecraft/yellow_stained_glass_pane/index.html similarity index 100% rename from prerender/browse/minecraft/yellow_stained_glass_pane/index.html rename to static/browse/minecraft/yellow_stained_glass_pane/index.html diff --git a/src/data/minecraft/1.7.10/images/yellow_wool.png b/static/browse/minecraft/yellow_wool/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/yellow_wool.png rename to static/browse/minecraft/yellow_wool/icon.png diff --git a/prerender/browse/minecraft/yellow_wool/index.html b/static/browse/minecraft/yellow_wool/index.html similarity index 100% rename from prerender/browse/minecraft/yellow_wool/index.html rename to static/browse/minecraft/yellow_wool/index.html diff --git a/src/data/minecraft/1.7.10/images/zombie_head.png b/static/browse/minecraft/zombie_head/icon.png similarity index 100% rename from src/data/minecraft/1.7.10/images/zombie_head.png rename to static/browse/minecraft/zombie_head/icon.png diff --git a/prerender/browse/minecraft/zombie_head/index.html b/static/browse/minecraft/zombie_head/index.html similarity index 100% rename from prerender/browse/minecraft/zombie_head/index.html rename to static/browse/minecraft/zombie_head/index.html diff --git a/src/data/railcraft/9.5.0/images/1000mb_creosote_oil.png b/static/browse/railcraft/1000mb_creosote_oil/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/1000mb_creosote_oil.png rename to static/browse/railcraft/1000mb_creosote_oil/icon.png diff --git a/prerender/browse/railcraft/1000mb_creosote_oil/index.html b/static/browse/railcraft/1000mb_creosote_oil/index.html similarity index 100% rename from prerender/browse/railcraft/1000mb_creosote_oil/index.html rename to static/browse/railcraft/1000mb_creosote_oil/index.html diff --git a/src/data/railcraft/9.5.0/images/500mb_creosote_oil.png b/static/browse/railcraft/500mb_creosote_oil/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/500mb_creosote_oil.png rename to static/browse/railcraft/500mb_creosote_oil/icon.png diff --git a/prerender/browse/railcraft/500mb_creosote_oil/index.html b/static/browse/railcraft/500mb_creosote_oil/index.html similarity index 100% rename from prerender/browse/railcraft/500mb_creosote_oil/index.html rename to static/browse/railcraft/500mb_creosote_oil/index.html diff --git a/src/data/railcraft/9.5.0/images/abyssal_block.png b/static/browse/railcraft/abyssal_block/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/abyssal_block.png rename to static/browse/railcraft/abyssal_block/icon.png diff --git a/prerender/browse/railcraft/abyssal_block/index.html b/static/browse/railcraft/abyssal_block/index.html similarity index 100% rename from prerender/browse/railcraft/abyssal_block/index.html rename to static/browse/railcraft/abyssal_block/index.html diff --git a/src/data/railcraft/9.5.0/images/abyssal_block_slab.png b/static/browse/railcraft/abyssal_block_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/abyssal_block_slab.png rename to static/browse/railcraft/abyssal_block_slab/icon.png diff --git a/prerender/browse/railcraft/abyssal_block_slab/index.html b/static/browse/railcraft/abyssal_block_slab/index.html similarity index 100% rename from prerender/browse/railcraft/abyssal_block_slab/index.html rename to static/browse/railcraft/abyssal_block_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/abyssal_block_stairs.png b/static/browse/railcraft/abyssal_block_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/abyssal_block_stairs.png rename to static/browse/railcraft/abyssal_block_stairs/icon.png diff --git a/prerender/browse/railcraft/abyssal_block_stairs/index.html b/static/browse/railcraft/abyssal_block_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/abyssal_block_stairs/index.html rename to static/browse/railcraft/abyssal_block_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/abyssal_brick.png b/static/browse/railcraft/abyssal_brick/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/abyssal_brick.png rename to static/browse/railcraft/abyssal_brick/icon.png diff --git a/prerender/browse/railcraft/abyssal_brick/index.html b/static/browse/railcraft/abyssal_brick/index.html similarity index 100% rename from prerender/browse/railcraft/abyssal_brick/index.html rename to static/browse/railcraft/abyssal_brick/index.html diff --git a/src/data/railcraft/9.5.0/images/abyssal_brick_slab.png b/static/browse/railcraft/abyssal_brick_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/abyssal_brick_slab.png rename to static/browse/railcraft/abyssal_brick_slab/icon.png diff --git a/prerender/browse/railcraft/abyssal_brick_slab/index.html b/static/browse/railcraft/abyssal_brick_slab/index.html similarity index 100% rename from prerender/browse/railcraft/abyssal_brick_slab/index.html rename to static/browse/railcraft/abyssal_brick_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/abyssal_brick_stairs.png b/static/browse/railcraft/abyssal_brick_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/abyssal_brick_stairs.png rename to static/browse/railcraft/abyssal_brick_stairs/icon.png diff --git a/prerender/browse/railcraft/abyssal_brick_stairs/index.html b/static/browse/railcraft/abyssal_brick_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/abyssal_brick_stairs/index.html rename to static/browse/railcraft/abyssal_brick_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/abyssal_brick_wall.png b/static/browse/railcraft/abyssal_brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/abyssal_brick_wall.png rename to static/browse/railcraft/abyssal_brick_wall/icon.png diff --git a/prerender/browse/railcraft/abyssal_brick_wall/index.html b/static/browse/railcraft/abyssal_brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/abyssal_brick_wall/index.html rename to static/browse/railcraft/abyssal_brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/abyssal_cobble_slab.png b/static/browse/railcraft/abyssal_cobble_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/abyssal_cobble_slab.png rename to static/browse/railcraft/abyssal_cobble_slab/icon.png diff --git a/prerender/browse/railcraft/abyssal_cobble_slab/index.html b/static/browse/railcraft/abyssal_cobble_slab/index.html similarity index 100% rename from prerender/browse/railcraft/abyssal_cobble_slab/index.html rename to static/browse/railcraft/abyssal_cobble_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/abyssal_cobble_stairs.png b/static/browse/railcraft/abyssal_cobble_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/abyssal_cobble_stairs.png rename to static/browse/railcraft/abyssal_cobble_stairs/icon.png diff --git a/prerender/browse/railcraft/abyssal_cobble_stairs/index.html b/static/browse/railcraft/abyssal_cobble_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/abyssal_cobble_stairs/index.html rename to static/browse/railcraft/abyssal_cobble_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/abyssal_cobblestone.png b/static/browse/railcraft/abyssal_cobblestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/abyssal_cobblestone.png rename to static/browse/railcraft/abyssal_cobblestone/icon.png diff --git a/prerender/browse/railcraft/abyssal_cobblestone/index.html b/static/browse/railcraft/abyssal_cobblestone/index.html similarity index 100% rename from prerender/browse/railcraft/abyssal_cobblestone/index.html rename to static/browse/railcraft/abyssal_cobblestone/index.html diff --git a/src/data/railcraft/9.5.0/images/abyssal_stone.png b/static/browse/railcraft/abyssal_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/abyssal_stone.png rename to static/browse/railcraft/abyssal_stone/icon.png diff --git a/prerender/browse/railcraft/abyssal_stone/index.html b/static/browse/railcraft/abyssal_stone/index.html similarity index 100% rename from prerender/browse/railcraft/abyssal_stone/index.html rename to static/browse/railcraft/abyssal_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/abyssal_stone_lantern.png b/static/browse/railcraft/abyssal_stone_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/abyssal_stone_lantern.png rename to static/browse/railcraft/abyssal_stone_lantern/icon.png diff --git a/prerender/browse/railcraft/abyssal_stone_lantern/index.html b/static/browse/railcraft/abyssal_stone_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/abyssal_stone_lantern/index.html rename to static/browse/railcraft/abyssal_stone_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/admin_anchor.png b/static/browse/railcraft/admin_anchor/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/admin_anchor.png rename to static/browse/railcraft/admin_anchor/icon.png diff --git a/prerender/browse/railcraft/admin_anchor/index.html b/static/browse/railcraft/admin_anchor/index.html similarity index 100% rename from prerender/browse/railcraft/admin_anchor/index.html rename to static/browse/railcraft/admin_anchor/index.html diff --git a/src/data/railcraft/9.5.0/images/admin_anchor_cart.png b/static/browse/railcraft/admin_anchor_cart/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/admin_anchor_cart.png rename to static/browse/railcraft/admin_anchor_cart/icon.png diff --git a/prerender/browse/railcraft/admin_anchor_cart/index.html b/static/browse/railcraft/admin_anchor_cart/index.html similarity index 100% rename from prerender/browse/railcraft/admin_anchor_cart/index.html rename to static/browse/railcraft/admin_anchor_cart/index.html diff --git a/src/data/railcraft/9.5.0/images/admin_feeder_unit.png b/static/browse/railcraft/admin_feeder_unit/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/admin_feeder_unit.png rename to static/browse/railcraft/admin_feeder_unit/icon.png diff --git a/prerender/browse/railcraft/admin_feeder_unit/index.html b/static/browse/railcraft/admin_feeder_unit/index.html similarity index 100% rename from prerender/browse/railcraft/admin_feeder_unit/index.html rename to static/browse/railcraft/admin_feeder_unit/index.html diff --git a/src/data/railcraft/9.5.0/images/admin_steam_producer.png b/static/browse/railcraft/admin_steam_producer/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/admin_steam_producer.png rename to static/browse/railcraft/admin_steam_producer/icon.png diff --git a/prerender/browse/railcraft/admin_steam_producer/index.html b/static/browse/railcraft/admin_steam_producer/index.html similarity index 100% rename from prerender/browse/railcraft/admin_steam_producer/index.html rename to static/browse/railcraft/admin_steam_producer/index.html diff --git a/src/data/railcraft/9.5.0/images/adv_item_loader.png b/static/browse/railcraft/adv_item_loader/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/adv_item_loader.png rename to static/browse/railcraft/adv_item_loader/icon.png diff --git a/prerender/browse/railcraft/adv_item_loader/index.html b/static/browse/railcraft/adv_item_loader/index.html similarity index 100% rename from prerender/browse/railcraft/adv_item_loader/index.html rename to static/browse/railcraft/adv_item_loader/index.html diff --git a/src/data/railcraft/9.5.0/images/adv_item_unloader.png b/static/browse/railcraft/adv_item_unloader/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/adv_item_unloader.png rename to static/browse/railcraft/adv_item_unloader/icon.png diff --git a/prerender/browse/railcraft/adv_item_unloader/index.html b/static/browse/railcraft/adv_item_unloader/index.html similarity index 100% rename from prerender/browse/railcraft/adv_item_unloader/index.html rename to static/browse/railcraft/adv_item_unloader/index.html diff --git a/src/data/railcraft/9.5.0/images/advanced_rail.png b/static/browse/railcraft/advanced_rail/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/advanced_rail.png rename to static/browse/railcraft/advanced_rail/icon.png diff --git a/prerender/browse/railcraft/advanced_rail/index.html b/static/browse/railcraft/advanced_rail/index.html similarity index 100% rename from prerender/browse/railcraft/advanced_rail/index.html rename to static/browse/railcraft/advanced_rail/index.html diff --git a/src/data/railcraft/9.5.0/images/analog_signal_controller_box.png b/static/browse/railcraft/analog_signal_controller_box/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/analog_signal_controller_box.png rename to static/browse/railcraft/analog_signal_controller_box/icon.png diff --git a/prerender/browse/railcraft/analog_signal_controller_box/index.html b/static/browse/railcraft/analog_signal_controller_box/index.html similarity index 100% rename from prerender/browse/railcraft/analog_signal_controller_box/index.html rename to static/browse/railcraft/analog_signal_controller_box/index.html diff --git a/src/data/railcraft/9.5.0/images/anchor_cart.png b/static/browse/railcraft/anchor_cart/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/anchor_cart.png rename to static/browse/railcraft/anchor_cart/icon.png diff --git a/prerender/browse/railcraft/anchor_cart/index.html b/static/browse/railcraft/anchor_cart/index.html similarity index 100% rename from prerender/browse/railcraft/anchor_cart/index.html rename to static/browse/railcraft/anchor_cart/index.html diff --git a/src/data/railcraft/9.5.0/images/anchor_sentinel.png b/static/browse/railcraft/anchor_sentinel/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/anchor_sentinel.png rename to static/browse/railcraft/anchor_sentinel/icon.png diff --git a/prerender/browse/railcraft/anchor_sentinel/index.html b/static/browse/railcraft/anchor_sentinel/index.html similarity index 100% rename from prerender/browse/railcraft/anchor_sentinel/index.html rename to static/browse/railcraft/anchor_sentinel/index.html diff --git a/src/data/railcraft/9.5.0/images/automated_steam_trap.png b/static/browse/railcraft/automated_steam_trap/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/automated_steam_trap.png rename to static/browse/railcraft/automated_steam_trap/icon.png diff --git a/prerender/browse/railcraft/automated_steam_trap/index.html b/static/browse/railcraft/automated_steam_trap/index.html similarity index 100% rename from prerender/browse/railcraft/automated_steam_trap/index.html rename to static/browse/railcraft/automated_steam_trap/index.html diff --git a/src/data/railcraft/9.5.0/images/black_metal_platform.png b/static/browse/railcraft/black_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/black_metal_platform.png rename to static/browse/railcraft/black_metal_platform/icon.png diff --git a/prerender/browse/railcraft/black_metal_platform/index.html b/static/browse/railcraft/black_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/black_metal_platform/index.html rename to static/browse/railcraft/black_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/black_metal_post.png b/static/browse/railcraft/black_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/black_metal_post.png rename to static/browse/railcraft/black_metal_post/icon.png diff --git a/prerender/browse/railcraft/black_metal_post/index.html b/static/browse/railcraft/black_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/black_metal_post/index.html rename to static/browse/railcraft/black_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/blast_furnace.png b/static/browse/railcraft/blast_furnace/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blast_furnace.png rename to static/browse/railcraft/blast_furnace/icon.png diff --git a/prerender/browse/railcraft/blast_furnace/index.html b/static/browse/railcraft/blast_furnace/index.html similarity index 100% rename from prerender/browse/railcraft/blast_furnace/index.html rename to static/browse/railcraft/blast_furnace/index.html diff --git a/src/data/railcraft/9.5.0/images/blast_furnace_bottom_half.png b/static/browse/railcraft/blast_furnace_bottom_half/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blast_furnace_bottom_half.png rename to static/browse/railcraft/blast_furnace_bottom_half/icon.png diff --git a/prerender/browse/railcraft/blast_furnace_bottom_half/index.html b/static/browse/railcraft/blast_furnace_bottom_half/index.html similarity index 100% rename from prerender/browse/railcraft/blast_furnace_bottom_half/index.html rename to static/browse/railcraft/blast_furnace_bottom_half/index.html diff --git a/src/data/railcraft/9.5.0/images/blast_furnace_brick.png b/static/browse/railcraft/blast_furnace_brick/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blast_furnace_brick.png rename to static/browse/railcraft/blast_furnace_brick/icon.png diff --git a/prerender/browse/railcraft/blast_furnace_brick/index.html b/static/browse/railcraft/blast_furnace_brick/index.html similarity index 100% rename from prerender/browse/railcraft/blast_furnace_brick/index.html rename to static/browse/railcraft/blast_furnace_brick/index.html diff --git a/src/data/railcraft/9.5.0/images/blast_furnace_inner_layer.png b/static/browse/railcraft/blast_furnace_inner_layer/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blast_furnace_inner_layer.png rename to static/browse/railcraft/blast_furnace_inner_layer/icon.png diff --git a/prerender/browse/railcraft/blast_furnace_inner_layer/index.html b/static/browse/railcraft/blast_furnace_inner_layer/index.html similarity index 100% rename from prerender/browse/railcraft/blast_furnace_inner_layer/index.html rename to static/browse/railcraft/blast_furnace_inner_layer/index.html diff --git a/src/data/railcraft/9.5.0/images/blast_furnace_outer_layer.png b/static/browse/railcraft/blast_furnace_outer_layer/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blast_furnace_outer_layer.png rename to static/browse/railcraft/blast_furnace_outer_layer/icon.png diff --git a/prerender/browse/railcraft/blast_furnace_outer_layer/index.html b/static/browse/railcraft/blast_furnace_outer_layer/index.html similarity index 100% rename from prerender/browse/railcraft/blast_furnace_outer_layer/index.html rename to static/browse/railcraft/blast_furnace_outer_layer/index.html diff --git a/src/data/railcraft/9.5.0/images/bleached_bone_block.png b/static/browse/railcraft/bleached_bone_block/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bleached_bone_block.png rename to static/browse/railcraft/bleached_bone_block/icon.png diff --git a/prerender/browse/railcraft/bleached_bone_block/index.html b/static/browse/railcraft/bleached_bone_block/index.html similarity index 100% rename from prerender/browse/railcraft/bleached_bone_block/index.html rename to static/browse/railcraft/bleached_bone_block/index.html diff --git a/src/data/railcraft/9.5.0/images/bleached_bone_block_slab.png b/static/browse/railcraft/bleached_bone_block_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bleached_bone_block_slab.png rename to static/browse/railcraft/bleached_bone_block_slab/icon.png diff --git a/prerender/browse/railcraft/bleached_bone_block_slab/index.html b/static/browse/railcraft/bleached_bone_block_slab/index.html similarity index 100% rename from prerender/browse/railcraft/bleached_bone_block_slab/index.html rename to static/browse/railcraft/bleached_bone_block_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/bleached_bone_block_stairs.png b/static/browse/railcraft/bleached_bone_block_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bleached_bone_block_stairs.png rename to static/browse/railcraft/bleached_bone_block_stairs/icon.png diff --git a/prerender/browse/railcraft/bleached_bone_block_stairs/index.html b/static/browse/railcraft/bleached_bone_block_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/bleached_bone_block_stairs/index.html rename to static/browse/railcraft/bleached_bone_block_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/bleached_bone_brick.png b/static/browse/railcraft/bleached_bone_brick/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bleached_bone_brick.png rename to static/browse/railcraft/bleached_bone_brick/icon.png diff --git a/prerender/browse/railcraft/bleached_bone_brick/index.html b/static/browse/railcraft/bleached_bone_brick/index.html similarity index 100% rename from prerender/browse/railcraft/bleached_bone_brick/index.html rename to static/browse/railcraft/bleached_bone_brick/index.html diff --git a/src/data/railcraft/9.5.0/images/bleached_bone_brick_slab.png b/static/browse/railcraft/bleached_bone_brick_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bleached_bone_brick_slab.png rename to static/browse/railcraft/bleached_bone_brick_slab/icon.png diff --git a/prerender/browse/railcraft/bleached_bone_brick_slab/index.html b/static/browse/railcraft/bleached_bone_brick_slab/index.html similarity index 100% rename from prerender/browse/railcraft/bleached_bone_brick_slab/index.html rename to static/browse/railcraft/bleached_bone_brick_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/bleached_bone_brick_stairs.png b/static/browse/railcraft/bleached_bone_brick_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bleached_bone_brick_stairs.png rename to static/browse/railcraft/bleached_bone_brick_stairs/icon.png diff --git a/prerender/browse/railcraft/bleached_bone_brick_stairs/index.html b/static/browse/railcraft/bleached_bone_brick_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/bleached_bone_brick_stairs/index.html rename to static/browse/railcraft/bleached_bone_brick_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/bleached_bone_brick_wall.png b/static/browse/railcraft/bleached_bone_brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bleached_bone_brick_wall.png rename to static/browse/railcraft/bleached_bone_brick_wall/icon.png diff --git a/prerender/browse/railcraft/bleached_bone_brick_wall/index.html b/static/browse/railcraft/bleached_bone_brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/bleached_bone_brick_wall/index.html rename to static/browse/railcraft/bleached_bone_brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/bleached_bone_cobble_slab.png b/static/browse/railcraft/bleached_bone_cobble_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bleached_bone_cobble_slab.png rename to static/browse/railcraft/bleached_bone_cobble_slab/icon.png diff --git a/prerender/browse/railcraft/bleached_bone_cobble_slab/index.html b/static/browse/railcraft/bleached_bone_cobble_slab/index.html similarity index 100% rename from prerender/browse/railcraft/bleached_bone_cobble_slab/index.html rename to static/browse/railcraft/bleached_bone_cobble_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/bleached_bone_cobble_stairs.png b/static/browse/railcraft/bleached_bone_cobble_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bleached_bone_cobble_stairs.png rename to static/browse/railcraft/bleached_bone_cobble_stairs/icon.png diff --git a/prerender/browse/railcraft/bleached_bone_cobble_stairs/index.html b/static/browse/railcraft/bleached_bone_cobble_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/bleached_bone_cobble_stairs/index.html rename to static/browse/railcraft/bleached_bone_cobble_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/bleached_bone_cobblestone.png b/static/browse/railcraft/bleached_bone_cobblestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bleached_bone_cobblestone.png rename to static/browse/railcraft/bleached_bone_cobblestone/icon.png diff --git a/prerender/browse/railcraft/bleached_bone_cobblestone/index.html b/static/browse/railcraft/bleached_bone_cobblestone/index.html similarity index 100% rename from prerender/browse/railcraft/bleached_bone_cobblestone/index.html rename to static/browse/railcraft/bleached_bone_cobblestone/index.html diff --git a/src/data/railcraft/9.5.0/images/bleached_bone_stone_lantern.png b/static/browse/railcraft/bleached_bone_stone_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bleached_bone_stone_lantern.png rename to static/browse/railcraft/bleached_bone_stone_lantern/icon.png diff --git a/prerender/browse/railcraft/bleached_bone_stone_lantern/index.html b/static/browse/railcraft/bleached_bone_stone_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/bleached_bone_stone_lantern/index.html rename to static/browse/railcraft/bleached_bone_stone_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/bleached_clay.png b/static/browse/railcraft/bleached_clay/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bleached_clay.png rename to static/browse/railcraft/bleached_clay/icon.png diff --git a/prerender/browse/railcraft/bleached_clay/index.html b/static/browse/railcraft/bleached_clay/index.html similarity index 100% rename from prerender/browse/railcraft/bleached_clay/index.html rename to static/browse/railcraft/bleached_clay/index.html diff --git a/src/data/railcraft/9.5.0/images/block_of_coal_coke.png b/static/browse/railcraft/block_of_coal_coke/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/block_of_coal_coke.png rename to static/browse/railcraft/block_of_coal_coke/icon.png diff --git a/prerender/browse/railcraft/block_of_coal_coke/index.html b/static/browse/railcraft/block_of_coal_coke/index.html similarity index 100% rename from prerender/browse/railcraft/block_of_coal_coke/index.html rename to static/browse/railcraft/block_of_coal_coke/index.html diff --git a/src/data/railcraft/9.5.0/images/block_of_concrete.png b/static/browse/railcraft/block_of_concrete/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/block_of_concrete.png rename to static/browse/railcraft/block_of_concrete/icon.png diff --git a/prerender/browse/railcraft/block_of_concrete/index.html b/static/browse/railcraft/block_of_concrete/index.html similarity index 100% rename from prerender/browse/railcraft/block_of_concrete/index.html rename to static/browse/railcraft/block_of_concrete/index.html diff --git a/src/data/railcraft/9.5.0/images/block_of_copper.png b/static/browse/railcraft/block_of_copper/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/block_of_copper.png rename to static/browse/railcraft/block_of_copper/icon.png diff --git a/prerender/browse/railcraft/block_of_copper/index.html b/static/browse/railcraft/block_of_copper/index.html similarity index 100% rename from prerender/browse/railcraft/block_of_copper/index.html rename to static/browse/railcraft/block_of_copper/index.html diff --git a/src/data/railcraft/9.5.0/images/block_of_lead.png b/static/browse/railcraft/block_of_lead/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/block_of_lead.png rename to static/browse/railcraft/block_of_lead/icon.png diff --git a/prerender/browse/railcraft/block_of_lead/index.html b/static/browse/railcraft/block_of_lead/index.html similarity index 100% rename from prerender/browse/railcraft/block_of_lead/index.html rename to static/browse/railcraft/block_of_lead/index.html diff --git a/src/data/railcraft/9.5.0/images/block_of_steel.png b/static/browse/railcraft/block_of_steel/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/block_of_steel.png rename to static/browse/railcraft/block_of_steel/icon.png diff --git a/prerender/browse/railcraft/block_of_steel/index.html b/static/browse/railcraft/block_of_steel/index.html similarity index 100% rename from prerender/browse/railcraft/block_of_steel/index.html rename to static/browse/railcraft/block_of_steel/index.html diff --git a/src/data/railcraft/9.5.0/images/block_of_tin.png b/static/browse/railcraft/block_of_tin/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/block_of_tin.png rename to static/browse/railcraft/block_of_tin/icon.png diff --git a/prerender/browse/railcraft/block_of_tin/index.html b/static/browse/railcraft/block_of_tin/index.html similarity index 100% rename from prerender/browse/railcraft/block_of_tin/index.html rename to static/browse/railcraft/block_of_tin/index.html diff --git a/src/data/railcraft/9.5.0/images/block_signal.png b/static/browse/railcraft/block_signal/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/block_signal.png rename to static/browse/railcraft/block_signal/icon.png diff --git a/prerender/browse/railcraft/block_signal/index.html b/static/browse/railcraft/block_signal/index.html similarity index 100% rename from prerender/browse/railcraft/block_signal/index.html rename to static/browse/railcraft/block_signal/index.html diff --git a/src/data/railcraft/9.5.0/images/blood_stained_block.png b/static/browse/railcraft/blood_stained_block/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blood_stained_block.png rename to static/browse/railcraft/blood_stained_block/icon.png diff --git a/prerender/browse/railcraft/blood_stained_block/index.html b/static/browse/railcraft/blood_stained_block/index.html similarity index 100% rename from prerender/browse/railcraft/blood_stained_block/index.html rename to static/browse/railcraft/blood_stained_block/index.html diff --git a/src/data/railcraft/9.5.0/images/blood_stained_block_slab.png b/static/browse/railcraft/blood_stained_block_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blood_stained_block_slab.png rename to static/browse/railcraft/blood_stained_block_slab/icon.png diff --git a/prerender/browse/railcraft/blood_stained_block_slab/index.html b/static/browse/railcraft/blood_stained_block_slab/index.html similarity index 100% rename from prerender/browse/railcraft/blood_stained_block_slab/index.html rename to static/browse/railcraft/blood_stained_block_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/blood_stained_block_stairs.png b/static/browse/railcraft/blood_stained_block_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blood_stained_block_stairs.png rename to static/browse/railcraft/blood_stained_block_stairs/icon.png diff --git a/prerender/browse/railcraft/blood_stained_block_stairs/index.html b/static/browse/railcraft/blood_stained_block_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/blood_stained_block_stairs/index.html rename to static/browse/railcraft/blood_stained_block_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/blood_stained_brick.png b/static/browse/railcraft/blood_stained_brick/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blood_stained_brick.png rename to static/browse/railcraft/blood_stained_brick/icon.png diff --git a/prerender/browse/railcraft/blood_stained_brick/index.html b/static/browse/railcraft/blood_stained_brick/index.html similarity index 100% rename from prerender/browse/railcraft/blood_stained_brick/index.html rename to static/browse/railcraft/blood_stained_brick/index.html diff --git a/src/data/railcraft/9.5.0/images/blood_stained_brick_slab.png b/static/browse/railcraft/blood_stained_brick_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blood_stained_brick_slab.png rename to static/browse/railcraft/blood_stained_brick_slab/icon.png diff --git a/prerender/browse/railcraft/blood_stained_brick_slab/index.html b/static/browse/railcraft/blood_stained_brick_slab/index.html similarity index 100% rename from prerender/browse/railcraft/blood_stained_brick_slab/index.html rename to static/browse/railcraft/blood_stained_brick_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/blood_stained_brick_stairs.png b/static/browse/railcraft/blood_stained_brick_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blood_stained_brick_stairs.png rename to static/browse/railcraft/blood_stained_brick_stairs/icon.png diff --git a/prerender/browse/railcraft/blood_stained_brick_stairs/index.html b/static/browse/railcraft/blood_stained_brick_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/blood_stained_brick_stairs/index.html rename to static/browse/railcraft/blood_stained_brick_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/blood_stained_brick_wall.png b/static/browse/railcraft/blood_stained_brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blood_stained_brick_wall.png rename to static/browse/railcraft/blood_stained_brick_wall/icon.png diff --git a/prerender/browse/railcraft/blood_stained_brick_wall/index.html b/static/browse/railcraft/blood_stained_brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/blood_stained_brick_wall/index.html rename to static/browse/railcraft/blood_stained_brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/blood_stained_cobble_slab.png b/static/browse/railcraft/blood_stained_cobble_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blood_stained_cobble_slab.png rename to static/browse/railcraft/blood_stained_cobble_slab/icon.png diff --git a/prerender/browse/railcraft/blood_stained_cobble_slab/index.html b/static/browse/railcraft/blood_stained_cobble_slab/index.html similarity index 100% rename from prerender/browse/railcraft/blood_stained_cobble_slab/index.html rename to static/browse/railcraft/blood_stained_cobble_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/blood_stained_cobble_stairs.png b/static/browse/railcraft/blood_stained_cobble_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blood_stained_cobble_stairs.png rename to static/browse/railcraft/blood_stained_cobble_stairs/icon.png diff --git a/prerender/browse/railcraft/blood_stained_cobble_stairs/index.html b/static/browse/railcraft/blood_stained_cobble_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/blood_stained_cobble_stairs/index.html rename to static/browse/railcraft/blood_stained_cobble_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/blood_stained_cobblestone.png b/static/browse/railcraft/blood_stained_cobblestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blood_stained_cobblestone.png rename to static/browse/railcraft/blood_stained_cobblestone/icon.png diff --git a/prerender/browse/railcraft/blood_stained_cobblestone/index.html b/static/browse/railcraft/blood_stained_cobblestone/index.html similarity index 100% rename from prerender/browse/railcraft/blood_stained_cobblestone/index.html rename to static/browse/railcraft/blood_stained_cobblestone/index.html diff --git a/src/data/railcraft/9.5.0/images/bloodstained_stone_lantern.png b/static/browse/railcraft/bloodstained_stone_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/bloodstained_stone_lantern.png rename to static/browse/railcraft/bloodstained_stone_lantern/icon.png diff --git a/prerender/browse/railcraft/bloodstained_stone_lantern/index.html b/static/browse/railcraft/bloodstained_stone_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/bloodstained_stone_lantern/index.html rename to static/browse/railcraft/bloodstained_stone_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/blue_metal_platform.png b/static/browse/railcraft/blue_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blue_metal_platform.png rename to static/browse/railcraft/blue_metal_platform/icon.png diff --git a/prerender/browse/railcraft/blue_metal_platform/index.html b/static/browse/railcraft/blue_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/blue_metal_platform/index.html rename to static/browse/railcraft/blue_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/blue_metal_post.png b/static/browse/railcraft/blue_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/blue_metal_post.png rename to static/browse/railcraft/blue_metal_post/icon.png diff --git a/prerender/browse/railcraft/blue_metal_post/index.html b/static/browse/railcraft/blue_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/blue_metal_post/index.html rename to static/browse/railcraft/blue_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/brick_wall.png b/static/browse/railcraft/brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/brick_wall.png rename to static/browse/railcraft/brick_wall/icon.png diff --git a/prerender/browse/railcraft/brick_wall/index.html b/static/browse/railcraft/brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/brick_wall/index.html rename to static/browse/railcraft/brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/brown_metal_platform.png b/static/browse/railcraft/brown_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/brown_metal_platform.png rename to static/browse/railcraft/brown_metal_platform/icon.png diff --git a/prerender/browse/railcraft/brown_metal_platform/index.html b/static/browse/railcraft/brown_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/brown_metal_platform/index.html rename to static/browse/railcraft/brown_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/brown_metal_post.png b/static/browse/railcraft/brown_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/brown_metal_post.png rename to static/browse/railcraft/brown_metal_post/icon.png diff --git a/prerender/browse/railcraft/brown_metal_post/index.html b/static/browse/railcraft/brown_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/brown_metal_post/index.html rename to static/browse/railcraft/brown_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/buffer_stop_track.png b/static/browse/railcraft/buffer_stop_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/buffer_stop_track.png rename to static/browse/railcraft/buffer_stop_track/icon.png diff --git a/prerender/browse/railcraft/buffer_stop_track/index.html b/static/browse/railcraft/buffer_stop_track/index.html similarity index 100% rename from prerender/browse/railcraft/buffer_stop_track/index.html rename to static/browse/railcraft/buffer_stop_track/index.html diff --git a/src/data/railcraft/9.5.0/images/cart_dispenser.png b/static/browse/railcraft/cart_dispenser/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/cart_dispenser.png rename to static/browse/railcraft/cart_dispenser/icon.png diff --git a/prerender/browse/railcraft/cart_dispenser/index.html b/static/browse/railcraft/cart_dispenser/index.html similarity index 100% rename from prerender/browse/railcraft/cart_dispenser/index.html rename to static/browse/railcraft/cart_dispenser/index.html diff --git a/src/data/railcraft/9.5.0/images/charcoal_dust.png b/static/browse/railcraft/charcoal_dust/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/charcoal_dust.png rename to static/browse/railcraft/charcoal_dust/icon.png diff --git a/prerender/browse/railcraft/charcoal_dust/index.html b/static/browse/railcraft/charcoal_dust/index.html similarity index 100% rename from prerender/browse/railcraft/charcoal_dust/index.html rename to static/browse/railcraft/charcoal_dust/index.html diff --git a/src/data/railcraft/9.5.0/images/chiseled_quartz_wall.png b/static/browse/railcraft/chiseled_quartz_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/chiseled_quartz_wall.png rename to static/browse/railcraft/chiseled_quartz_wall/icon.png diff --git a/prerender/browse/railcraft/chiseled_quartz_wall/index.html b/static/browse/railcraft/chiseled_quartz_wall/index.html similarity index 100% rename from prerender/browse/railcraft/chiseled_quartz_wall/index.html rename to static/browse/railcraft/chiseled_quartz_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/chiseled_sandstone_wall.png b/static/browse/railcraft/chiseled_sandstone_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/chiseled_sandstone_wall.png rename to static/browse/railcraft/chiseled_sandstone_wall/icon.png diff --git a/prerender/browse/railcraft/chiseled_sandstone_wall/index.html b/static/browse/railcraft/chiseled_sandstone_wall/index.html similarity index 100% rename from prerender/browse/railcraft/chiseled_sandstone_wall/index.html rename to static/browse/railcraft/chiseled_sandstone_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/chiseled_stone_brick_wall.png b/static/browse/railcraft/chiseled_stone_brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/chiseled_stone_brick_wall.png rename to static/browse/railcraft/chiseled_stone_brick_wall/icon.png diff --git a/prerender/browse/railcraft/chiseled_stone_brick_wall/index.html b/static/browse/railcraft/chiseled_stone_brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/chiseled_stone_brick_wall/index.html rename to static/browse/railcraft/chiseled_stone_brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/coal_coke.png b/static/browse/railcraft/coal_coke/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/coal_coke.png rename to static/browse/railcraft/coal_coke/icon.png diff --git a/prerender/browse/railcraft/coal_coke/index.html b/static/browse/railcraft/coal_coke/index.html similarity index 100% rename from prerender/browse/railcraft/coal_coke/index.html rename to static/browse/railcraft/coal_coke/index.html diff --git a/src/data/railcraft/9.5.0/images/coke_oven.png b/static/browse/railcraft/coke_oven/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/coke_oven.png rename to static/browse/railcraft/coke_oven/icon.png diff --git a/prerender/browse/railcraft/coke_oven/index.html b/static/browse/railcraft/coke_oven/index.html similarity index 100% rename from prerender/browse/railcraft/coke_oven/index.html rename to static/browse/railcraft/coke_oven/index.html diff --git a/src/data/railcraft/9.5.0/images/coke_oven_brick.png b/static/browse/railcraft/coke_oven_brick/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/coke_oven_brick.png rename to static/browse/railcraft/coke_oven_brick/icon.png diff --git a/prerender/browse/railcraft/coke_oven_brick/index.html b/static/browse/railcraft/coke_oven_brick/index.html similarity index 100% rename from prerender/browse/railcraft/coke_oven_brick/index.html rename to static/browse/railcraft/coke_oven_brick/index.html diff --git a/src/data/railcraft/9.5.0/images/coke_oven_layer.png b/static/browse/railcraft/coke_oven_layer/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/coke_oven_layer.png rename to static/browse/railcraft/coke_oven_layer/icon.png diff --git a/prerender/browse/railcraft/coke_oven_layer/index.html b/static/browse/railcraft/coke_oven_layer/index.html similarity index 100% rename from prerender/browse/railcraft/coke_oven_layer/index.html rename to static/browse/railcraft/coke_oven_layer/index.html diff --git a/src/data/railcraft/9.5.0/images/commercial_steam_engine.png b/static/browse/railcraft/commercial_steam_engine/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/commercial_steam_engine.png rename to static/browse/railcraft/commercial_steam_engine/icon.png diff --git a/prerender/browse/railcraft/commercial_steam_engine/index.html b/static/browse/railcraft/commercial_steam_engine/index.html similarity index 100% rename from prerender/browse/railcraft/commercial_steam_engine/index.html rename to static/browse/railcraft/commercial_steam_engine/index.html diff --git a/src/data/railcraft/9.5.0/images/concrete_slab.png b/static/browse/railcraft/concrete_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/concrete_slab.png rename to static/browse/railcraft/concrete_slab/icon.png diff --git a/prerender/browse/railcraft/concrete_slab/index.html b/static/browse/railcraft/concrete_slab/index.html similarity index 100% rename from prerender/browse/railcraft/concrete_slab/index.html rename to static/browse/railcraft/concrete_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/concrete_stairs.png b/static/browse/railcraft/concrete_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/concrete_stairs.png rename to static/browse/railcraft/concrete_stairs/icon.png diff --git a/prerender/browse/railcraft/concrete_stairs/index.html b/static/browse/railcraft/concrete_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/concrete_stairs/index.html rename to static/browse/railcraft/concrete_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/concrete_wall.png b/static/browse/railcraft/concrete_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/concrete_wall.png rename to static/browse/railcraft/concrete_wall/icon.png diff --git a/prerender/browse/railcraft/concrete_wall/index.html b/static/browse/railcraft/concrete_wall/index.html similarity index 100% rename from prerender/browse/railcraft/concrete_wall/index.html rename to static/browse/railcraft/concrete_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/control_track.png b/static/browse/railcraft/control_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/control_track.png rename to static/browse/railcraft/control_track/icon.png diff --git a/prerender/browse/railcraft/control_track/index.html b/static/browse/railcraft/control_track/index.html similarity index 100% rename from prerender/browse/railcraft/control_track/index.html rename to static/browse/railcraft/control_track/index.html diff --git a/src/data/railcraft/9.5.0/images/controller_circuit.png b/static/browse/railcraft/controller_circuit/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/controller_circuit.png rename to static/browse/railcraft/controller_circuit/icon.png diff --git a/prerender/browse/railcraft/controller_circuit/index.html b/static/browse/railcraft/controller_circuit/index.html similarity index 100% rename from prerender/browse/railcraft/controller_circuit/index.html rename to static/browse/railcraft/controller_circuit/index.html diff --git a/src/data/railcraft/9.5.0/images/copper_ingot.png b/static/browse/railcraft/copper_ingot/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/copper_ingot.png rename to static/browse/railcraft/copper_ingot/icon.png diff --git a/prerender/browse/railcraft/copper_ingot/index.html b/static/browse/railcraft/copper_ingot/index.html similarity index 100% rename from prerender/browse/railcraft/copper_ingot/index.html rename to static/browse/railcraft/copper_ingot/index.html diff --git a/src/data/railcraft/9.5.0/images/copper_lantern.png b/static/browse/railcraft/copper_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/copper_lantern.png rename to static/browse/railcraft/copper_lantern/icon.png diff --git a/prerender/browse/railcraft/copper_lantern/index.html b/static/browse/railcraft/copper_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/copper_lantern/index.html rename to static/browse/railcraft/copper_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/copper_nugget.png b/static/browse/railcraft/copper_nugget/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/copper_nugget.png rename to static/browse/railcraft/copper_nugget/icon.png diff --git a/prerender/browse/railcraft/copper_nugget/index.html b/static/browse/railcraft/copper_nugget/index.html similarity index 100% rename from prerender/browse/railcraft/copper_nugget/index.html rename to static/browse/railcraft/copper_nugget/index.html diff --git a/src/data/railcraft/9.5.0/images/copper_plate.png b/static/browse/railcraft/copper_plate/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/copper_plate.png rename to static/browse/railcraft/copper_plate/icon.png diff --git a/prerender/browse/railcraft/copper_plate/index.html b/static/browse/railcraft/copper_plate/index.html similarity index 100% rename from prerender/browse/railcraft/copper_plate/index.html rename to static/browse/railcraft/copper_plate/index.html diff --git a/src/data/railcraft/9.5.0/images/copper_slab.png b/static/browse/railcraft/copper_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/copper_slab.png rename to static/browse/railcraft/copper_slab/icon.png diff --git a/prerender/browse/railcraft/copper_slab/index.html b/static/browse/railcraft/copper_slab/index.html similarity index 100% rename from prerender/browse/railcraft/copper_slab/index.html rename to static/browse/railcraft/copper_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/copper_stairs.png b/static/browse/railcraft/copper_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/copper_stairs.png rename to static/browse/railcraft/copper_stairs/icon.png diff --git a/prerender/browse/railcraft/copper_stairs/index.html b/static/browse/railcraft/copper_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/copper_stairs/index.html rename to static/browse/railcraft/copper_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/coupler_track.png b/static/browse/railcraft/coupler_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/coupler_track.png rename to static/browse/railcraft/coupler_track/icon.png diff --git a/prerender/browse/railcraft/coupler_track/index.html b/static/browse/railcraft/coupler_track/index.html similarity index 100% rename from prerender/browse/railcraft/coupler_track/index.html rename to static/browse/railcraft/coupler_track/index.html diff --git a/src/data/railcraft/9.5.0/images/cracked_firestone.png b/static/browse/railcraft/cracked_firestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/cracked_firestone.png rename to static/browse/railcraft/cracked_firestone/icon.png diff --git a/prerender/browse/railcraft/cracked_firestone/index.html b/static/browse/railcraft/cracked_firestone/index.html similarity index 100% rename from prerender/browse/railcraft/cracked_firestone/index.html rename to static/browse/railcraft/cracked_firestone/index.html diff --git a/src/data/railcraft/9.5.0/images/cracked_firestone_2.png b/static/browse/railcraft/cracked_firestone_2/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/cracked_firestone_2.png rename to static/browse/railcraft/cracked_firestone_2/icon.png diff --git a/src/data/railcraft/9.5.0/images/cracked_stone_brick_wall.png b/static/browse/railcraft/cracked_stone_brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/cracked_stone_brick_wall.png rename to static/browse/railcraft/cracked_stone_brick_wall/icon.png diff --git a/prerender/browse/railcraft/cracked_stone_brick_wall/index.html b/static/browse/railcraft/cracked_stone_brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/cracked_stone_brick_wall/index.html rename to static/browse/railcraft/cracked_stone_brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/creosote_block_slab.png b/static/browse/railcraft/creosote_block_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/creosote_block_slab.png rename to static/browse/railcraft/creosote_block_slab/icon.png diff --git a/prerender/browse/railcraft/creosote_block_slab/index.html b/static/browse/railcraft/creosote_block_slab/index.html similarity index 100% rename from prerender/browse/railcraft/creosote_block_slab/index.html rename to static/browse/railcraft/creosote_block_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/creosote_block_stairs.png b/static/browse/railcraft/creosote_block_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/creosote_block_stairs.png rename to static/browse/railcraft/creosote_block_stairs/icon.png diff --git a/prerender/browse/railcraft/creosote_block_stairs/index.html b/static/browse/railcraft/creosote_block_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/creosote_block_stairs/index.html rename to static/browse/railcraft/creosote_block_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/creosote_bottle.png b/static/browse/railcraft/creosote_bottle/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/creosote_bottle.png rename to static/browse/railcraft/creosote_bottle/icon.png diff --git a/prerender/browse/railcraft/creosote_bottle/index.html b/static/browse/railcraft/creosote_bottle/index.html similarity index 100% rename from prerender/browse/railcraft/creosote_bottle/index.html rename to static/browse/railcraft/creosote_bottle/index.html diff --git a/src/data/railcraft/9.5.0/images/creosote_bucket.png b/static/browse/railcraft/creosote_bucket/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/creosote_bucket.png rename to static/browse/railcraft/creosote_bucket/icon.png diff --git a/prerender/browse/railcraft/creosote_bucket/index.html b/static/browse/railcraft/creosote_bucket/index.html similarity index 100% rename from prerender/browse/railcraft/creosote_bucket/index.html rename to static/browse/railcraft/creosote_bucket/index.html diff --git a/src/data/railcraft/9.5.0/images/creosote_can.png b/static/browse/railcraft/creosote_can/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/creosote_can.png rename to static/browse/railcraft/creosote_can/icon.png diff --git a/prerender/browse/railcraft/creosote_can/index.html b/static/browse/railcraft/creosote_can/index.html similarity index 100% rename from prerender/browse/railcraft/creosote_can/index.html rename to static/browse/railcraft/creosote_can/index.html diff --git a/src/data/railcraft/9.5.0/images/creosote_capsule.png b/static/browse/railcraft/creosote_capsule/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/creosote_capsule.png rename to static/browse/railcraft/creosote_capsule/icon.png diff --git a/prerender/browse/railcraft/creosote_capsule/index.html b/static/browse/railcraft/creosote_capsule/index.html similarity index 100% rename from prerender/browse/railcraft/creosote_capsule/index.html rename to static/browse/railcraft/creosote_capsule/index.html diff --git a/src/data/railcraft/9.5.0/images/creosote_capsule_2.png b/static/browse/railcraft/creosote_capsule_2/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/creosote_capsule_2.png rename to static/browse/railcraft/creosote_capsule_2/icon.png diff --git a/src/data/railcraft/9.5.0/images/creosote_cell.png b/static/browse/railcraft/creosote_cell/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/creosote_cell.png rename to static/browse/railcraft/creosote_cell/icon.png diff --git a/prerender/browse/railcraft/creosote_cell/index.html b/static/browse/railcraft/creosote_cell/index.html similarity index 100% rename from prerender/browse/railcraft/creosote_cell/index.html rename to static/browse/railcraft/creosote_cell/index.html diff --git a/src/data/railcraft/9.5.0/images/creosote_wood_block.png b/static/browse/railcraft/creosote_wood_block/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/creosote_wood_block.png rename to static/browse/railcraft/creosote_wood_block/icon.png diff --git a/prerender/browse/railcraft/creosote_wood_block/index.html b/static/browse/railcraft/creosote_wood_block/index.html similarity index 100% rename from prerender/browse/railcraft/creosote_wood_block/index.html rename to static/browse/railcraft/creosote_wood_block/index.html diff --git a/src/data/railcraft/9.5.0/images/crowbar.png b/static/browse/railcraft/crowbar/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/crowbar.png rename to static/browse/railcraft/crowbar/icon.png diff --git a/prerender/browse/railcraft/crowbar/index.html b/static/browse/railcraft/crowbar/index.html similarity index 100% rename from prerender/browse/railcraft/crowbar/index.html rename to static/browse/railcraft/crowbar/index.html diff --git a/src/data/railcraft/9.5.0/images/crushed_obsidian.png b/static/browse/railcraft/crushed_obsidian/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/crushed_obsidian.png rename to static/browse/railcraft/crushed_obsidian/icon.png diff --git a/prerender/browse/railcraft/crushed_obsidian/index.html b/static/browse/railcraft/crushed_obsidian/index.html similarity index 100% rename from prerender/browse/railcraft/crushed_obsidian/index.html rename to static/browse/railcraft/crushed_obsidian/index.html diff --git a/src/data/railcraft/9.5.0/images/cut_firestone.png b/static/browse/railcraft/cut_firestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/cut_firestone.png rename to static/browse/railcraft/cut_firestone/icon.png diff --git a/prerender/browse/railcraft/cut_firestone/index.html b/static/browse/railcraft/cut_firestone/index.html similarity index 100% rename from prerender/browse/railcraft/cut_firestone/index.html rename to static/browse/railcraft/cut_firestone/index.html diff --git a/src/data/railcraft/9.5.0/images/cyan_metal_platform.png b/static/browse/railcraft/cyan_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/cyan_metal_platform.png rename to static/browse/railcraft/cyan_metal_platform/icon.png diff --git a/prerender/browse/railcraft/cyan_metal_platform/index.html b/static/browse/railcraft/cyan_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/cyan_metal_platform/index.html rename to static/browse/railcraft/cyan_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/cyan_metal_post.png b/static/browse/railcraft/cyan_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/cyan_metal_post.png rename to static/browse/railcraft/cyan_metal_post/icon.png diff --git a/prerender/browse/railcraft/cyan_metal_post/index.html b/static/browse/railcraft/cyan_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/cyan_metal_post/index.html rename to static/browse/railcraft/cyan_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/dark_diamond_ore.png b/static/browse/railcraft/dark_diamond_ore/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/dark_diamond_ore.png rename to static/browse/railcraft/dark_diamond_ore/icon.png diff --git a/prerender/browse/railcraft/dark_diamond_ore/index.html b/static/browse/railcraft/dark_diamond_ore/index.html similarity index 100% rename from prerender/browse/railcraft/dark_diamond_ore/index.html rename to static/browse/railcraft/dark_diamond_ore/index.html diff --git a/src/data/railcraft/9.5.0/images/dark_emerald_ore.png b/static/browse/railcraft/dark_emerald_ore/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/dark_emerald_ore.png rename to static/browse/railcraft/dark_emerald_ore/icon.png diff --git a/prerender/browse/railcraft/dark_emerald_ore/index.html b/static/browse/railcraft/dark_emerald_ore/index.html similarity index 100% rename from prerender/browse/railcraft/dark_emerald_ore/index.html rename to static/browse/railcraft/dark_emerald_ore/index.html diff --git a/src/data/railcraft/9.5.0/images/dark_lapis_lazuli_ore.png b/static/browse/railcraft/dark_lapis_lazuli_ore/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/dark_lapis_lazuli_ore.png rename to static/browse/railcraft/dark_lapis_lazuli_ore/icon.png diff --git a/prerender/browse/railcraft/dark_lapis_lazuli_ore/index.html b/static/browse/railcraft/dark_lapis_lazuli_ore/index.html similarity index 100% rename from prerender/browse/railcraft/dark_lapis_lazuli_ore/index.html rename to static/browse/railcraft/dark_lapis_lazuli_ore/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_advanced.png b/static/browse/railcraft/detector_advanced/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_advanced.png rename to static/browse/railcraft/detector_advanced/icon.png diff --git a/prerender/browse/railcraft/detector_advanced/index.html b/static/browse/railcraft/detector_advanced/index.html similarity index 100% rename from prerender/browse/railcraft/detector_advanced/index.html rename to static/browse/railcraft/detector_advanced/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_age.png b/static/browse/railcraft/detector_age/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_age.png rename to static/browse/railcraft/detector_age/icon.png diff --git a/prerender/browse/railcraft/detector_age/index.html b/static/browse/railcraft/detector_age/index.html similarity index 100% rename from prerender/browse/railcraft/detector_age/index.html rename to static/browse/railcraft/detector_age/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_animal.png b/static/browse/railcraft/detector_animal/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_animal.png rename to static/browse/railcraft/detector_animal/icon.png diff --git a/prerender/browse/railcraft/detector_animal/index.html b/static/browse/railcraft/detector_animal/index.html similarity index 100% rename from prerender/browse/railcraft/detector_animal/index.html rename to static/browse/railcraft/detector_animal/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_any.png b/static/browse/railcraft/detector_any/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_any.png rename to static/browse/railcraft/detector_any/icon.png diff --git a/prerender/browse/railcraft/detector_any/index.html b/static/browse/railcraft/detector_any/index.html similarity index 100% rename from prerender/browse/railcraft/detector_any/index.html rename to static/browse/railcraft/detector_any/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_empty.png b/static/browse/railcraft/detector_empty/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_empty.png rename to static/browse/railcraft/detector_empty/icon.png diff --git a/prerender/browse/railcraft/detector_empty/index.html b/static/browse/railcraft/detector_empty/index.html similarity index 100% rename from prerender/browse/railcraft/detector_empty/index.html rename to static/browse/railcraft/detector_empty/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_energy.png b/static/browse/railcraft/detector_energy/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_energy.png rename to static/browse/railcraft/detector_energy/icon.png diff --git a/prerender/browse/railcraft/detector_energy/index.html b/static/browse/railcraft/detector_energy/index.html similarity index 100% rename from prerender/browse/railcraft/detector_energy/index.html rename to static/browse/railcraft/detector_energy/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_explosive.png b/static/browse/railcraft/detector_explosive/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_explosive.png rename to static/browse/railcraft/detector_explosive/icon.png diff --git a/prerender/browse/railcraft/detector_explosive/index.html b/static/browse/railcraft/detector_explosive/index.html similarity index 100% rename from prerender/browse/railcraft/detector_explosive/index.html rename to static/browse/railcraft/detector_explosive/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_item.png b/static/browse/railcraft/detector_item/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_item.png rename to static/browse/railcraft/detector_item/icon.png diff --git a/prerender/browse/railcraft/detector_item/index.html b/static/browse/railcraft/detector_item/index.html similarity index 100% rename from prerender/browse/railcraft/detector_item/index.html rename to static/browse/railcraft/detector_item/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_locomotive.png b/static/browse/railcraft/detector_locomotive/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_locomotive.png rename to static/browse/railcraft/detector_locomotive/icon.png diff --git a/prerender/browse/railcraft/detector_locomotive/index.html b/static/browse/railcraft/detector_locomotive/index.html similarity index 100% rename from prerender/browse/railcraft/detector_locomotive/index.html rename to static/browse/railcraft/detector_locomotive/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_mob.png b/static/browse/railcraft/detector_mob/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_mob.png rename to static/browse/railcraft/detector_mob/icon.png diff --git a/prerender/browse/railcraft/detector_mob/index.html b/static/browse/railcraft/detector_mob/index.html similarity index 100% rename from prerender/browse/railcraft/detector_mob/index.html rename to static/browse/railcraft/detector_mob/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_player.png b/static/browse/railcraft/detector_player/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_player.png rename to static/browse/railcraft/detector_player/icon.png diff --git a/prerender/browse/railcraft/detector_player/index.html b/static/browse/railcraft/detector_player/index.html similarity index 100% rename from prerender/browse/railcraft/detector_player/index.html rename to static/browse/railcraft/detector_player/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_powered.png b/static/browse/railcraft/detector_powered/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_powered.png rename to static/browse/railcraft/detector_powered/icon.png diff --git a/prerender/browse/railcraft/detector_powered/index.html b/static/browse/railcraft/detector_powered/index.html similarity index 100% rename from prerender/browse/railcraft/detector_powered/index.html rename to static/browse/railcraft/detector_powered/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_routing.png b/static/browse/railcraft/detector_routing/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_routing.png rename to static/browse/railcraft/detector_routing/icon.png diff --git a/prerender/browse/railcraft/detector_routing/index.html b/static/browse/railcraft/detector_routing/index.html similarity index 100% rename from prerender/browse/railcraft/detector_routing/index.html rename to static/browse/railcraft/detector_routing/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_sheep.png b/static/browse/railcraft/detector_sheep/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_sheep.png rename to static/browse/railcraft/detector_sheep/icon.png diff --git a/prerender/browse/railcraft/detector_sheep/index.html b/static/browse/railcraft/detector_sheep/index.html similarity index 100% rename from prerender/browse/railcraft/detector_sheep/index.html rename to static/browse/railcraft/detector_sheep/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_tank.png b/static/browse/railcraft/detector_tank/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_tank.png rename to static/browse/railcraft/detector_tank/icon.png diff --git a/prerender/browse/railcraft/detector_tank/index.html b/static/browse/railcraft/detector_tank/index.html similarity index 100% rename from prerender/browse/railcraft/detector_tank/index.html rename to static/browse/railcraft/detector_tank/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_train.png b/static/browse/railcraft/detector_train/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_train.png rename to static/browse/railcraft/detector_train/icon.png diff --git a/prerender/browse/railcraft/detector_train/index.html b/static/browse/railcraft/detector_train/index.html similarity index 100% rename from prerender/browse/railcraft/detector_train/index.html rename to static/browse/railcraft/detector_train/index.html diff --git a/src/data/railcraft/9.5.0/images/detector_villager.png b/static/browse/railcraft/detector_villager/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/detector_villager.png rename to static/browse/railcraft/detector_villager/icon.png diff --git a/prerender/browse/railcraft/detector_villager/index.html b/static/browse/railcraft/detector_villager/index.html similarity index 100% rename from prerender/browse/railcraft/detector_villager/index.html rename to static/browse/railcraft/detector_villager/index.html diff --git a/src/data/railcraft/9.5.0/images/diamond_bore_head.png b/static/browse/railcraft/diamond_bore_head/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/diamond_bore_head.png rename to static/browse/railcraft/diamond_bore_head/icon.png diff --git a/prerender/browse/railcraft/diamond_bore_head/index.html b/static/browse/railcraft/diamond_bore_head/index.html similarity index 100% rename from prerender/browse/railcraft/diamond_bore_head/index.html rename to static/browse/railcraft/diamond_bore_head/index.html diff --git a/src/data/railcraft/9.5.0/images/diamond_slab.png b/static/browse/railcraft/diamond_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/diamond_slab.png rename to static/browse/railcraft/diamond_slab/icon.png diff --git a/prerender/browse/railcraft/diamond_slab/index.html b/static/browse/railcraft/diamond_slab/index.html similarity index 100% rename from prerender/browse/railcraft/diamond_slab/index.html rename to static/browse/railcraft/diamond_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/diamond_stairs.png b/static/browse/railcraft/diamond_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/diamond_stairs.png rename to static/browse/railcraft/diamond_stairs/icon.png diff --git a/prerender/browse/railcraft/diamond_stairs/index.html b/static/browse/railcraft/diamond_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/diamond_stairs/index.html rename to static/browse/railcraft/diamond_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/diamond_wall.png b/static/browse/railcraft/diamond_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/diamond_wall.png rename to static/browse/railcraft/diamond_wall/icon.png diff --git a/prerender/browse/railcraft/diamond_wall/index.html b/static/browse/railcraft/diamond_wall/index.html similarity index 100% rename from prerender/browse/railcraft/diamond_wall/index.html rename to static/browse/railcraft/diamond_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/directional_detector_track.png b/static/browse/railcraft/directional_detector_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/directional_detector_track.png rename to static/browse/railcraft/directional_detector_track/icon.png diff --git a/prerender/browse/railcraft/directional_detector_track/index.html b/static/browse/railcraft/directional_detector_track/index.html similarity index 100% rename from prerender/browse/railcraft/directional_detector_track/index.html rename to static/browse/railcraft/directional_detector_track/index.html diff --git a/src/data/railcraft/9.5.0/images/disembarking_track.png b/static/browse/railcraft/disembarking_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/disembarking_track.png rename to static/browse/railcraft/disembarking_track/icon.png diff --git a/prerender/browse/railcraft/disembarking_track/index.html b/static/browse/railcraft/disembarking_track/index.html similarity index 100% rename from prerender/browse/railcraft/disembarking_track/index.html rename to static/browse/railcraft/disembarking_track/index.html diff --git a/src/data/railcraft/9.5.0/images/disposal_track.png b/static/browse/railcraft/disposal_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/disposal_track.png rename to static/browse/railcraft/disposal_track/icon.png diff --git a/prerender/browse/railcraft/disposal_track/index.html b/static/browse/railcraft/disposal_track/index.html similarity index 100% rename from prerender/browse/railcraft/disposal_track/index.html rename to static/browse/railcraft/disposal_track/index.html diff --git a/src/data/railcraft/9.5.0/images/distant_signal.png b/static/browse/railcraft/distant_signal/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/distant_signal.png rename to static/browse/railcraft/distant_signal/icon.png diff --git a/prerender/browse/railcraft/distant_signal/index.html b/static/browse/railcraft/distant_signal/index.html similarity index 100% rename from prerender/browse/railcraft/distant_signal/index.html rename to static/browse/railcraft/distant_signal/index.html diff --git a/src/data/railcraft/9.5.0/images/dual_head_block_signal.png b/static/browse/railcraft/dual_head_block_signal/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/dual_head_block_signal.png rename to static/browse/railcraft/dual_head_block_signal/icon.png diff --git a/prerender/browse/railcraft/dual_head_block_signal/index.html b/static/browse/railcraft/dual_head_block_signal/index.html similarity index 100% rename from prerender/browse/railcraft/dual_head_block_signal/index.html rename to static/browse/railcraft/dual_head_block_signal/index.html diff --git a/src/data/railcraft/9.5.0/images/dual_head_distant_signal.png b/static/browse/railcraft/dual_head_distant_signal/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/dual_head_distant_signal.png rename to static/browse/railcraft/dual_head_distant_signal/icon.png diff --git a/prerender/browse/railcraft/dual_head_distant_signal/index.html b/static/browse/railcraft/dual_head_distant_signal/index.html similarity index 100% rename from prerender/browse/railcraft/dual_head_distant_signal/index.html rename to static/browse/railcraft/dual_head_distant_signal/index.html diff --git a/src/data/railcraft/9.5.0/images/electric_feeder_unit.png b/static/browse/railcraft/electric_feeder_unit/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/electric_feeder_unit.png rename to static/browse/railcraft/electric_feeder_unit/icon.png diff --git a/prerender/browse/railcraft/electric_feeder_unit/index.html b/static/browse/railcraft/electric_feeder_unit/index.html similarity index 100% rename from prerender/browse/railcraft/electric_feeder_unit/index.html rename to static/browse/railcraft/electric_feeder_unit/index.html diff --git a/src/data/railcraft/9.5.0/images/electric_junction_track.png b/static/browse/railcraft/electric_junction_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/electric_junction_track.png rename to static/browse/railcraft/electric_junction_track/icon.png diff --git a/prerender/browse/railcraft/electric_junction_track/index.html b/static/browse/railcraft/electric_junction_track/index.html similarity index 100% rename from prerender/browse/railcraft/electric_junction_track/index.html rename to static/browse/railcraft/electric_junction_track/index.html diff --git a/src/data/railcraft/9.5.0/images/electric_locomotive.png b/static/browse/railcraft/electric_locomotive/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/electric_locomotive.png rename to static/browse/railcraft/electric_locomotive/icon.png diff --git a/prerender/browse/railcraft/electric_locomotive/index.html b/static/browse/railcraft/electric_locomotive/index.html similarity index 100% rename from prerender/browse/railcraft/electric_locomotive/index.html rename to static/browse/railcraft/electric_locomotive/index.html diff --git a/src/data/railcraft/9.5.0/images/electric_meter.png b/static/browse/railcraft/electric_meter/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/electric_meter.png rename to static/browse/railcraft/electric_meter/icon.png diff --git a/prerender/browse/railcraft/electric_meter/index.html b/static/browse/railcraft/electric_meter/index.html similarity index 100% rename from prerender/browse/railcraft/electric_meter/index.html rename to static/browse/railcraft/electric_meter/index.html diff --git a/src/data/railcraft/9.5.0/images/electric_rail.png b/static/browse/railcraft/electric_rail/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/electric_rail.png rename to static/browse/railcraft/electric_rail/icon.png diff --git a/prerender/browse/railcraft/electric_rail/index.html b/static/browse/railcraft/electric_rail/index.html similarity index 100% rename from prerender/browse/railcraft/electric_rail/index.html rename to static/browse/railcraft/electric_rail/index.html diff --git a/src/data/railcraft/9.5.0/images/electric_shunting_wire.png b/static/browse/railcraft/electric_shunting_wire/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/electric_shunting_wire.png rename to static/browse/railcraft/electric_shunting_wire/icon.png diff --git a/prerender/browse/railcraft/electric_shunting_wire/index.html b/static/browse/railcraft/electric_shunting_wire/index.html similarity index 100% rename from prerender/browse/railcraft/electric_shunting_wire/index.html rename to static/browse/railcraft/electric_shunting_wire/index.html diff --git a/src/data/railcraft/9.5.0/images/electric_switch_track.png b/static/browse/railcraft/electric_switch_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/electric_switch_track.png rename to static/browse/railcraft/electric_switch_track/icon.png diff --git a/prerender/browse/railcraft/electric_switch_track/index.html b/static/browse/railcraft/electric_switch_track/index.html similarity index 100% rename from prerender/browse/railcraft/electric_switch_track/index.html rename to static/browse/railcraft/electric_switch_track/index.html diff --git a/src/data/railcraft/9.5.0/images/electric_track.png b/static/browse/railcraft/electric_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/electric_track.png rename to static/browse/railcraft/electric_track/icon.png diff --git a/prerender/browse/railcraft/electric_track/index.html b/static/browse/railcraft/electric_track/index.html similarity index 100% rename from prerender/browse/railcraft/electric_track/index.html rename to static/browse/railcraft/electric_track/index.html diff --git a/src/data/railcraft/9.5.0/images/electric_wye_track.png b/static/browse/railcraft/electric_wye_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/electric_wye_track.png rename to static/browse/railcraft/electric_wye_track/icon.png diff --git a/prerender/browse/railcraft/electric_wye_track/index.html b/static/browse/railcraft/electric_wye_track/index.html similarity index 100% rename from prerender/browse/railcraft/electric_wye_track/index.html rename to static/browse/railcraft/electric_wye_track/index.html diff --git a/src/data/railcraft/9.5.0/images/elevator_track.png b/static/browse/railcraft/elevator_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/elevator_track.png rename to static/browse/railcraft/elevator_track/icon.png diff --git a/prerender/browse/railcraft/elevator_track/index.html b/static/browse/railcraft/elevator_track/index.html similarity index 100% rename from prerender/browse/railcraft/elevator_track/index.html rename to static/browse/railcraft/elevator_track/index.html diff --git a/src/data/railcraft/9.5.0/images/embarking_track.png b/static/browse/railcraft/embarking_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/embarking_track.png rename to static/browse/railcraft/embarking_track/icon.png diff --git a/prerender/browse/railcraft/embarking_track/index.html b/static/browse/railcraft/embarking_track/index.html similarity index 100% rename from prerender/browse/railcraft/embarking_track/index.html rename to static/browse/railcraft/embarking_track/index.html diff --git a/src/data/railcraft/9.5.0/images/emblem.png b/static/browse/railcraft/emblem/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/emblem.png rename to static/browse/railcraft/emblem/icon.png diff --git a/prerender/browse/railcraft/emblem/index.html b/static/browse/railcraft/emblem/index.html similarity index 100% rename from prerender/browse/railcraft/emblem/index.html rename to static/browse/railcraft/emblem/index.html diff --git a/src/data/railcraft/9.5.0/images/engineer_s_overalls.png b/static/browse/railcraft/engineer_s_overalls/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/engineer_s_overalls.png rename to static/browse/railcraft/engineer_s_overalls/icon.png diff --git a/prerender/browse/railcraft/engineer_s_overalls/index.html b/static/browse/railcraft/engineer_s_overalls/index.html similarity index 100% rename from prerender/browse/railcraft/engineer_s_overalls/index.html rename to static/browse/railcraft/engineer_s_overalls/index.html diff --git a/src/data/railcraft/9.5.0/images/engraving_bench.png b/static/browse/railcraft/engraving_bench/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/engraving_bench.png rename to static/browse/railcraft/engraving_bench/icon.png diff --git a/prerender/browse/railcraft/engraving_bench/index.html b/static/browse/railcraft/engraving_bench/index.html similarity index 100% rename from prerender/browse/railcraft/engraving_bench/index.html rename to static/browse/railcraft/engraving_bench/index.html diff --git a/src/data/railcraft/9.5.0/images/etched_abyssal_stone.png b/static/browse/railcraft/etched_abyssal_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/etched_abyssal_stone.png rename to static/browse/railcraft/etched_abyssal_stone/icon.png diff --git a/prerender/browse/railcraft/etched_abyssal_stone/index.html b/static/browse/railcraft/etched_abyssal_stone/index.html similarity index 100% rename from prerender/browse/railcraft/etched_abyssal_stone/index.html rename to static/browse/railcraft/etched_abyssal_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/etched_bleached_bone_stone.png b/static/browse/railcraft/etched_bleached_bone_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/etched_bleached_bone_stone.png rename to static/browse/railcraft/etched_bleached_bone_stone/icon.png diff --git a/prerender/browse/railcraft/etched_bleached_bone_stone/index.html b/static/browse/railcraft/etched_bleached_bone_stone/index.html similarity index 100% rename from prerender/browse/railcraft/etched_bleached_bone_stone/index.html rename to static/browse/railcraft/etched_bleached_bone_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/etched_blood_stained_stone.png b/static/browse/railcraft/etched_blood_stained_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/etched_blood_stained_stone.png rename to static/browse/railcraft/etched_blood_stained_stone/icon.png diff --git a/prerender/browse/railcraft/etched_blood_stained_stone/index.html b/static/browse/railcraft/etched_blood_stained_stone/index.html similarity index 100% rename from prerender/browse/railcraft/etched_blood_stained_stone/index.html rename to static/browse/railcraft/etched_blood_stained_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/etched_frost_bound_stone.png b/static/browse/railcraft/etched_frost_bound_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/etched_frost_bound_stone.png rename to static/browse/railcraft/etched_frost_bound_stone/icon.png diff --git a/prerender/browse/railcraft/etched_frost_bound_stone/index.html b/static/browse/railcraft/etched_frost_bound_stone/index.html similarity index 100% rename from prerender/browse/railcraft/etched_frost_bound_stone/index.html rename to static/browse/railcraft/etched_frost_bound_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/etched_infernal_stone.png b/static/browse/railcraft/etched_infernal_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/etched_infernal_stone.png rename to static/browse/railcraft/etched_infernal_stone/icon.png diff --git a/prerender/browse/railcraft/etched_infernal_stone/index.html b/static/browse/railcraft/etched_infernal_stone/index.html similarity index 100% rename from prerender/browse/railcraft/etched_infernal_stone/index.html rename to static/browse/railcraft/etched_infernal_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/etched_nether_stone.png b/static/browse/railcraft/etched_nether_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/etched_nether_stone.png rename to static/browse/railcraft/etched_nether_stone/icon.png diff --git a/prerender/browse/railcraft/etched_nether_stone/index.html b/static/browse/railcraft/etched_nether_stone/index.html similarity index 100% rename from prerender/browse/railcraft/etched_nether_stone/index.html rename to static/browse/railcraft/etched_nether_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/etched_quarried_stone.png b/static/browse/railcraft/etched_quarried_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/etched_quarried_stone.png rename to static/browse/railcraft/etched_quarried_stone/icon.png diff --git a/prerender/browse/railcraft/etched_quarried_stone/index.html b/static/browse/railcraft/etched_quarried_stone/index.html similarity index 100% rename from prerender/browse/railcraft/etched_quarried_stone/index.html rename to static/browse/railcraft/etched_quarried_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/etched_sandy_stone.png b/static/browse/railcraft/etched_sandy_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/etched_sandy_stone.png rename to static/browse/railcraft/etched_sandy_stone/icon.png diff --git a/prerender/browse/railcraft/etched_sandy_stone/index.html b/static/browse/railcraft/etched_sandy_stone/index.html similarity index 100% rename from prerender/browse/railcraft/etched_sandy_stone/index.html rename to static/browse/railcraft/etched_sandy_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/feed_station.png b/static/browse/railcraft/feed_station/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/feed_station.png rename to static/browse/railcraft/feed_station/icon.png diff --git a/prerender/browse/railcraft/feed_station/index.html b/static/browse/railcraft/feed_station/index.html similarity index 100% rename from prerender/browse/railcraft/feed_station/index.html rename to static/browse/railcraft/feed_station/index.html diff --git a/src/data/railcraft/9.5.0/images/firestone_ore.png b/static/browse/railcraft/firestone_ore/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/firestone_ore.png rename to static/browse/railcraft/firestone_ore/icon.png diff --git a/prerender/browse/railcraft/firestone_ore/index.html b/static/browse/railcraft/firestone_ore/index.html similarity index 100% rename from prerender/browse/railcraft/firestone_ore/index.html rename to static/browse/railcraft/firestone_ore/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_abyssal_stone.png b/static/browse/railcraft/fitted_abyssal_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_abyssal_stone.png rename to static/browse/railcraft/fitted_abyssal_stone/icon.png diff --git a/prerender/browse/railcraft/fitted_abyssal_stone/index.html b/static/browse/railcraft/fitted_abyssal_stone/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_abyssal_stone/index.html rename to static/browse/railcraft/fitted_abyssal_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_abyssal_stone_slab.png b/static/browse/railcraft/fitted_abyssal_stone_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_abyssal_stone_slab.png rename to static/browse/railcraft/fitted_abyssal_stone_slab/icon.png diff --git a/prerender/browse/railcraft/fitted_abyssal_stone_slab/index.html b/static/browse/railcraft/fitted_abyssal_stone_slab/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_abyssal_stone_slab/index.html rename to static/browse/railcraft/fitted_abyssal_stone_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_abyssal_stone_stairs.png b/static/browse/railcraft/fitted_abyssal_stone_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_abyssal_stone_stairs.png rename to static/browse/railcraft/fitted_abyssal_stone_stairs/icon.png diff --git a/prerender/browse/railcraft/fitted_abyssal_stone_stairs/index.html b/static/browse/railcraft/fitted_abyssal_stone_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_abyssal_stone_stairs/index.html rename to static/browse/railcraft/fitted_abyssal_stone_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_bleached_bone_stone.png b/static/browse/railcraft/fitted_bleached_bone_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_bleached_bone_stone.png rename to static/browse/railcraft/fitted_bleached_bone_stone/icon.png diff --git a/prerender/browse/railcraft/fitted_bleached_bone_stone/index.html b/static/browse/railcraft/fitted_bleached_bone_stone/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_bleached_bone_stone/index.html rename to static/browse/railcraft/fitted_bleached_bone_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_bleached_bone_stone_slab.png b/static/browse/railcraft/fitted_bleached_bone_stone_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_bleached_bone_stone_slab.png rename to static/browse/railcraft/fitted_bleached_bone_stone_slab/icon.png diff --git a/prerender/browse/railcraft/fitted_bleached_bone_stone_slab/index.html b/static/browse/railcraft/fitted_bleached_bone_stone_slab/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_bleached_bone_stone_slab/index.html rename to static/browse/railcraft/fitted_bleached_bone_stone_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_bleached_bone_stone_stairs.png b/static/browse/railcraft/fitted_bleached_bone_stone_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_bleached_bone_stone_stairs.png rename to static/browse/railcraft/fitted_bleached_bone_stone_stairs/icon.png diff --git a/prerender/browse/railcraft/fitted_bleached_bone_stone_stairs/index.html b/static/browse/railcraft/fitted_bleached_bone_stone_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_bleached_bone_stone_stairs/index.html rename to static/browse/railcraft/fitted_bleached_bone_stone_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_blood_stained_stone.png b/static/browse/railcraft/fitted_blood_stained_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_blood_stained_stone.png rename to static/browse/railcraft/fitted_blood_stained_stone/icon.png diff --git a/prerender/browse/railcraft/fitted_blood_stained_stone/index.html b/static/browse/railcraft/fitted_blood_stained_stone/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_blood_stained_stone/index.html rename to static/browse/railcraft/fitted_blood_stained_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_blood_stained_stone_slab.png b/static/browse/railcraft/fitted_blood_stained_stone_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_blood_stained_stone_slab.png rename to static/browse/railcraft/fitted_blood_stained_stone_slab/icon.png diff --git a/prerender/browse/railcraft/fitted_blood_stained_stone_slab/index.html b/static/browse/railcraft/fitted_blood_stained_stone_slab/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_blood_stained_stone_slab/index.html rename to static/browse/railcraft/fitted_blood_stained_stone_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_blood_stained_stone_stairs.png b/static/browse/railcraft/fitted_blood_stained_stone_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_blood_stained_stone_stairs.png rename to static/browse/railcraft/fitted_blood_stained_stone_stairs/icon.png diff --git a/prerender/browse/railcraft/fitted_blood_stained_stone_stairs/index.html b/static/browse/railcraft/fitted_blood_stained_stone_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_blood_stained_stone_stairs/index.html rename to static/browse/railcraft/fitted_blood_stained_stone_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_frost_bound_stone.png b/static/browse/railcraft/fitted_frost_bound_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_frost_bound_stone.png rename to static/browse/railcraft/fitted_frost_bound_stone/icon.png diff --git a/prerender/browse/railcraft/fitted_frost_bound_stone/index.html b/static/browse/railcraft/fitted_frost_bound_stone/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_frost_bound_stone/index.html rename to static/browse/railcraft/fitted_frost_bound_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_frost_bound_stone_slab.png b/static/browse/railcraft/fitted_frost_bound_stone_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_frost_bound_stone_slab.png rename to static/browse/railcraft/fitted_frost_bound_stone_slab/icon.png diff --git a/prerender/browse/railcraft/fitted_frost_bound_stone_slab/index.html b/static/browse/railcraft/fitted_frost_bound_stone_slab/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_frost_bound_stone_slab/index.html rename to static/browse/railcraft/fitted_frost_bound_stone_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_frost_bound_stone_stairs.png b/static/browse/railcraft/fitted_frost_bound_stone_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_frost_bound_stone_stairs.png rename to static/browse/railcraft/fitted_frost_bound_stone_stairs/icon.png diff --git a/prerender/browse/railcraft/fitted_frost_bound_stone_stairs/index.html b/static/browse/railcraft/fitted_frost_bound_stone_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_frost_bound_stone_stairs/index.html rename to static/browse/railcraft/fitted_frost_bound_stone_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_infernal_stone.png b/static/browse/railcraft/fitted_infernal_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_infernal_stone.png rename to static/browse/railcraft/fitted_infernal_stone/icon.png diff --git a/prerender/browse/railcraft/fitted_infernal_stone/index.html b/static/browse/railcraft/fitted_infernal_stone/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_infernal_stone/index.html rename to static/browse/railcraft/fitted_infernal_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_infernal_stone_slab.png b/static/browse/railcraft/fitted_infernal_stone_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_infernal_stone_slab.png rename to static/browse/railcraft/fitted_infernal_stone_slab/icon.png diff --git a/prerender/browse/railcraft/fitted_infernal_stone_slab/index.html b/static/browse/railcraft/fitted_infernal_stone_slab/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_infernal_stone_slab/index.html rename to static/browse/railcraft/fitted_infernal_stone_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_infernal_stone_stairs.png b/static/browse/railcraft/fitted_infernal_stone_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_infernal_stone_stairs.png rename to static/browse/railcraft/fitted_infernal_stone_stairs/icon.png diff --git a/prerender/browse/railcraft/fitted_infernal_stone_stairs/index.html b/static/browse/railcraft/fitted_infernal_stone_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_infernal_stone_stairs/index.html rename to static/browse/railcraft/fitted_infernal_stone_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_nether_stone.png b/static/browse/railcraft/fitted_nether_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_nether_stone.png rename to static/browse/railcraft/fitted_nether_stone/icon.png diff --git a/prerender/browse/railcraft/fitted_nether_stone/index.html b/static/browse/railcraft/fitted_nether_stone/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_nether_stone/index.html rename to static/browse/railcraft/fitted_nether_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_nether_stone_slab.png b/static/browse/railcraft/fitted_nether_stone_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_nether_stone_slab.png rename to static/browse/railcraft/fitted_nether_stone_slab/icon.png diff --git a/prerender/browse/railcraft/fitted_nether_stone_slab/index.html b/static/browse/railcraft/fitted_nether_stone_slab/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_nether_stone_slab/index.html rename to static/browse/railcraft/fitted_nether_stone_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_nether_stone_stairs.png b/static/browse/railcraft/fitted_nether_stone_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_nether_stone_stairs.png rename to static/browse/railcraft/fitted_nether_stone_stairs/icon.png diff --git a/prerender/browse/railcraft/fitted_nether_stone_stairs/index.html b/static/browse/railcraft/fitted_nether_stone_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_nether_stone_stairs/index.html rename to static/browse/railcraft/fitted_nether_stone_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_quarried_stone.png b/static/browse/railcraft/fitted_quarried_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_quarried_stone.png rename to static/browse/railcraft/fitted_quarried_stone/icon.png diff --git a/prerender/browse/railcraft/fitted_quarried_stone/index.html b/static/browse/railcraft/fitted_quarried_stone/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_quarried_stone/index.html rename to static/browse/railcraft/fitted_quarried_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_quarried_stone_slab.png b/static/browse/railcraft/fitted_quarried_stone_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_quarried_stone_slab.png rename to static/browse/railcraft/fitted_quarried_stone_slab/icon.png diff --git a/prerender/browse/railcraft/fitted_quarried_stone_slab/index.html b/static/browse/railcraft/fitted_quarried_stone_slab/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_quarried_stone_slab/index.html rename to static/browse/railcraft/fitted_quarried_stone_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_quarried_stone_stairs.png b/static/browse/railcraft/fitted_quarried_stone_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_quarried_stone_stairs.png rename to static/browse/railcraft/fitted_quarried_stone_stairs/icon.png diff --git a/prerender/browse/railcraft/fitted_quarried_stone_stairs/index.html b/static/browse/railcraft/fitted_quarried_stone_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_quarried_stone_stairs/index.html rename to static/browse/railcraft/fitted_quarried_stone_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_sandy_stone.png b/static/browse/railcraft/fitted_sandy_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_sandy_stone.png rename to static/browse/railcraft/fitted_sandy_stone/icon.png diff --git a/prerender/browse/railcraft/fitted_sandy_stone/index.html b/static/browse/railcraft/fitted_sandy_stone/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_sandy_stone/index.html rename to static/browse/railcraft/fitted_sandy_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_sandy_stone_slab.png b/static/browse/railcraft/fitted_sandy_stone_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_sandy_stone_slab.png rename to static/browse/railcraft/fitted_sandy_stone_slab/icon.png diff --git a/prerender/browse/railcraft/fitted_sandy_stone_slab/index.html b/static/browse/railcraft/fitted_sandy_stone_slab/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_sandy_stone_slab/index.html rename to static/browse/railcraft/fitted_sandy_stone_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/fitted_sandy_stone_stairs.png b/static/browse/railcraft/fitted_sandy_stone_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fitted_sandy_stone_stairs.png rename to static/browse/railcraft/fitted_sandy_stone_stairs/icon.png diff --git a/prerender/browse/railcraft/fitted_sandy_stone_stairs/index.html b/static/browse/railcraft/fitted_sandy_stone_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/fitted_sandy_stone_stairs/index.html rename to static/browse/railcraft/fitted_sandy_stone_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/fluid_loader.png b/static/browse/railcraft/fluid_loader/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fluid_loader.png rename to static/browse/railcraft/fluid_loader/icon.png diff --git a/prerender/browse/railcraft/fluid_loader/index.html b/static/browse/railcraft/fluid_loader/index.html similarity index 100% rename from prerender/browse/railcraft/fluid_loader/index.html rename to static/browse/railcraft/fluid_loader/index.html diff --git a/src/data/railcraft/9.5.0/images/fluid_unloader.png b/static/browse/railcraft/fluid_unloader/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/fluid_unloader.png rename to static/browse/railcraft/fluid_unloader/icon.png diff --git a/prerender/browse/railcraft/fluid_unloader/index.html b/static/browse/railcraft/fluid_unloader/index.html similarity index 100% rename from prerender/browse/railcraft/fluid_unloader/index.html rename to static/browse/railcraft/fluid_unloader/index.html diff --git a/src/data/railcraft/9.5.0/images/flux_transformer.png b/static/browse/railcraft/flux_transformer/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/flux_transformer.png rename to static/browse/railcraft/flux_transformer/icon.png diff --git a/prerender/browse/railcraft/flux_transformer/index.html b/static/browse/railcraft/flux_transformer/index.html similarity index 100% rename from prerender/browse/railcraft/flux_transformer/index.html rename to static/browse/railcraft/flux_transformer/index.html diff --git a/src/data/railcraft/9.5.0/images/force_track_emitter.png b/static/browse/railcraft/force_track_emitter/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/force_track_emitter.png rename to static/browse/railcraft/force_track_emitter/icon.png diff --git a/prerender/browse/railcraft/force_track_emitter/index.html b/static/browse/railcraft/force_track_emitter/index.html similarity index 100% rename from prerender/browse/railcraft/force_track_emitter/index.html rename to static/browse/railcraft/force_track_emitter/index.html diff --git a/src/data/railcraft/9.5.0/images/frost_bound_block.png b/static/browse/railcraft/frost_bound_block/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/frost_bound_block.png rename to static/browse/railcraft/frost_bound_block/icon.png diff --git a/prerender/browse/railcraft/frost_bound_block/index.html b/static/browse/railcraft/frost_bound_block/index.html similarity index 100% rename from prerender/browse/railcraft/frost_bound_block/index.html rename to static/browse/railcraft/frost_bound_block/index.html diff --git a/src/data/railcraft/9.5.0/images/frost_bound_block_slab.png b/static/browse/railcraft/frost_bound_block_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/frost_bound_block_slab.png rename to static/browse/railcraft/frost_bound_block_slab/icon.png diff --git a/prerender/browse/railcraft/frost_bound_block_slab/index.html b/static/browse/railcraft/frost_bound_block_slab/index.html similarity index 100% rename from prerender/browse/railcraft/frost_bound_block_slab/index.html rename to static/browse/railcraft/frost_bound_block_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/frost_bound_block_stairs.png b/static/browse/railcraft/frost_bound_block_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/frost_bound_block_stairs.png rename to static/browse/railcraft/frost_bound_block_stairs/icon.png diff --git a/prerender/browse/railcraft/frost_bound_block_stairs/index.html b/static/browse/railcraft/frost_bound_block_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/frost_bound_block_stairs/index.html rename to static/browse/railcraft/frost_bound_block_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/frost_bound_brick.png b/static/browse/railcraft/frost_bound_brick/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/frost_bound_brick.png rename to static/browse/railcraft/frost_bound_brick/icon.png diff --git a/prerender/browse/railcraft/frost_bound_brick/index.html b/static/browse/railcraft/frost_bound_brick/index.html similarity index 100% rename from prerender/browse/railcraft/frost_bound_brick/index.html rename to static/browse/railcraft/frost_bound_brick/index.html diff --git a/src/data/railcraft/9.5.0/images/frost_bound_brick_slab.png b/static/browse/railcraft/frost_bound_brick_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/frost_bound_brick_slab.png rename to static/browse/railcraft/frost_bound_brick_slab/icon.png diff --git a/prerender/browse/railcraft/frost_bound_brick_slab/index.html b/static/browse/railcraft/frost_bound_brick_slab/index.html similarity index 100% rename from prerender/browse/railcraft/frost_bound_brick_slab/index.html rename to static/browse/railcraft/frost_bound_brick_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/frost_bound_brick_stairs.png b/static/browse/railcraft/frost_bound_brick_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/frost_bound_brick_stairs.png rename to static/browse/railcraft/frost_bound_brick_stairs/icon.png diff --git a/prerender/browse/railcraft/frost_bound_brick_stairs/index.html b/static/browse/railcraft/frost_bound_brick_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/frost_bound_brick_stairs/index.html rename to static/browse/railcraft/frost_bound_brick_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/frost_bound_brick_wall.png b/static/browse/railcraft/frost_bound_brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/frost_bound_brick_wall.png rename to static/browse/railcraft/frost_bound_brick_wall/icon.png diff --git a/prerender/browse/railcraft/frost_bound_brick_wall/index.html b/static/browse/railcraft/frost_bound_brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/frost_bound_brick_wall/index.html rename to static/browse/railcraft/frost_bound_brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/frost_bound_cobble_slab.png b/static/browse/railcraft/frost_bound_cobble_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/frost_bound_cobble_slab.png rename to static/browse/railcraft/frost_bound_cobble_slab/icon.png diff --git a/prerender/browse/railcraft/frost_bound_cobble_slab/index.html b/static/browse/railcraft/frost_bound_cobble_slab/index.html similarity index 100% rename from prerender/browse/railcraft/frost_bound_cobble_slab/index.html rename to static/browse/railcraft/frost_bound_cobble_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/frost_bound_cobble_stairs.png b/static/browse/railcraft/frost_bound_cobble_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/frost_bound_cobble_stairs.png rename to static/browse/railcraft/frost_bound_cobble_stairs/icon.png diff --git a/prerender/browse/railcraft/frost_bound_cobble_stairs/index.html b/static/browse/railcraft/frost_bound_cobble_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/frost_bound_cobble_stairs/index.html rename to static/browse/railcraft/frost_bound_cobble_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/frost_bound_cobblestone.png b/static/browse/railcraft/frost_bound_cobblestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/frost_bound_cobblestone.png rename to static/browse/railcraft/frost_bound_cobblestone/icon.png diff --git a/prerender/browse/railcraft/frost_bound_cobblestone/index.html b/static/browse/railcraft/frost_bound_cobblestone/index.html similarity index 100% rename from prerender/browse/railcraft/frost_bound_cobblestone/index.html rename to static/browse/railcraft/frost_bound_cobblestone/index.html diff --git a/src/data/railcraft/9.5.0/images/frostbound_stone_lantern.png b/static/browse/railcraft/frostbound_stone_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/frostbound_stone_lantern.png rename to static/browse/railcraft/frostbound_stone_lantern/icon.png diff --git a/prerender/browse/railcraft/frostbound_stone_lantern/index.html b/static/browse/railcraft/frostbound_stone_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/frostbound_stone_lantern/index.html rename to static/browse/railcraft/frostbound_stone_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/gated_one_way_track.png b/static/browse/railcraft/gated_one_way_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/gated_one_way_track.png rename to static/browse/railcraft/gated_one_way_track/icon.png diff --git a/prerender/browse/railcraft/gated_one_way_track/index.html b/static/browse/railcraft/gated_one_way_track/index.html similarity index 100% rename from prerender/browse/railcraft/gated_one_way_track/index.html rename to static/browse/railcraft/gated_one_way_track/index.html diff --git a/src/data/railcraft/9.5.0/images/gated_track.png b/static/browse/railcraft/gated_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/gated_track.png rename to static/browse/railcraft/gated_track/icon.png diff --git a/prerender/browse/railcraft/gated_track/index.html b/static/browse/railcraft/gated_track/index.html similarity index 100% rename from prerender/browse/railcraft/gated_track/index.html rename to static/browse/railcraft/gated_track/index.html diff --git a/src/data/railcraft/9.5.0/images/gift_cart.png b/static/browse/railcraft/gift_cart/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/gift_cart.png rename to static/browse/railcraft/gift_cart/icon.png diff --git a/prerender/browse/railcraft/gift_cart/index.html b/static/browse/railcraft/gift_cart/index.html similarity index 100% rename from prerender/browse/railcraft/gift_cart/index.html rename to static/browse/railcraft/gift_cart/index.html diff --git a/src/data/railcraft/9.5.0/images/gold_lantern.png b/static/browse/railcraft/gold_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/gold_lantern.png rename to static/browse/railcraft/gold_lantern/icon.png diff --git a/prerender/browse/railcraft/gold_lantern/index.html b/static/browse/railcraft/gold_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/gold_lantern/index.html rename to static/browse/railcraft/gold_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/gold_plate_gear.png b/static/browse/railcraft/gold_plate_gear/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/gold_plate_gear.png rename to static/browse/railcraft/gold_plate_gear/icon.png diff --git a/prerender/browse/railcraft/gold_plate_gear/index.html b/static/browse/railcraft/gold_plate_gear/index.html similarity index 100% rename from prerender/browse/railcraft/gold_plate_gear/index.html rename to static/browse/railcraft/gold_plate_gear/index.html diff --git a/src/data/railcraft/9.5.0/images/gold_slab.png b/static/browse/railcraft/gold_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/gold_slab.png rename to static/browse/railcraft/gold_slab/icon.png diff --git a/prerender/browse/railcraft/gold_slab/index.html b/static/browse/railcraft/gold_slab/index.html similarity index 100% rename from prerender/browse/railcraft/gold_slab/index.html rename to static/browse/railcraft/gold_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/gold_stairs.png b/static/browse/railcraft/gold_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/gold_stairs.png rename to static/browse/railcraft/gold_stairs/icon.png diff --git a/prerender/browse/railcraft/gold_stairs/index.html b/static/browse/railcraft/gold_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/gold_stairs/index.html rename to static/browse/railcraft/gold_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/gold_wall.png b/static/browse/railcraft/gold_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/gold_wall.png rename to static/browse/railcraft/gold_wall/icon.png diff --git a/prerender/browse/railcraft/gold_wall/index.html b/static/browse/railcraft/gold_wall/index.html similarity index 100% rename from prerender/browse/railcraft/gold_wall/index.html rename to static/browse/railcraft/gold_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/golden_railway_ticket.png b/static/browse/railcraft/golden_railway_ticket/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/golden_railway_ticket.png rename to static/browse/railcraft/golden_railway_ticket/icon.png diff --git a/prerender/browse/railcraft/golden_railway_ticket/index.html b/static/browse/railcraft/golden_railway_ticket/index.html similarity index 100% rename from prerender/browse/railcraft/golden_railway_ticket/index.html rename to static/browse/railcraft/golden_railway_ticket/index.html diff --git a/src/data/railcraft/9.5.0/images/gray_metal_platform.png b/static/browse/railcraft/gray_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/gray_metal_platform.png rename to static/browse/railcraft/gray_metal_platform/icon.png diff --git a/prerender/browse/railcraft/gray_metal_platform/index.html b/static/browse/railcraft/gray_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/gray_metal_platform/index.html rename to static/browse/railcraft/gray_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/gray_metal_post.png b/static/browse/railcraft/gray_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/gray_metal_post.png rename to static/browse/railcraft/gray_metal_post/icon.png diff --git a/prerender/browse/railcraft/gray_metal_post/index.html b/static/browse/railcraft/gray_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/gray_metal_post/index.html rename to static/browse/railcraft/gray_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/green_metal_platform.png b/static/browse/railcraft/green_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/green_metal_platform.png rename to static/browse/railcraft/green_metal_platform/icon.png diff --git a/prerender/browse/railcraft/green_metal_platform/index.html b/static/browse/railcraft/green_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/green_metal_platform/index.html rename to static/browse/railcraft/green_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/green_metal_post.png b/static/browse/railcraft/green_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/green_metal_post.png rename to static/browse/railcraft/green_metal_post/icon.png diff --git a/prerender/browse/railcraft/green_metal_post/index.html b/static/browse/railcraft/green_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/green_metal_post/index.html rename to static/browse/railcraft/green_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/h_s_booster_track.png b/static/browse/railcraft/h_s_booster_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/h_s_booster_track.png rename to static/browse/railcraft/h_s_booster_track/icon.png diff --git a/prerender/browse/railcraft/h_s_booster_track/index.html b/static/browse/railcraft/h_s_booster_track/index.html similarity index 100% rename from prerender/browse/railcraft/h_s_booster_track/index.html rename to static/browse/railcraft/h_s_booster_track/index.html diff --git a/src/data/railcraft/9.5.0/images/h_s_rail.png b/static/browse/railcraft/h_s_rail/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/h_s_rail.png rename to static/browse/railcraft/h_s_rail/icon.png diff --git a/prerender/browse/railcraft/h_s_rail/index.html b/static/browse/railcraft/h_s_rail/index.html similarity index 100% rename from prerender/browse/railcraft/h_s_rail/index.html rename to static/browse/railcraft/h_s_rail/index.html diff --git a/src/data/railcraft/9.5.0/images/h_s_switch_track.png b/static/browse/railcraft/h_s_switch_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/h_s_switch_track.png rename to static/browse/railcraft/h_s_switch_track/icon.png diff --git a/prerender/browse/railcraft/h_s_switch_track/index.html b/static/browse/railcraft/h_s_switch_track/index.html similarity index 100% rename from prerender/browse/railcraft/h_s_switch_track/index.html rename to static/browse/railcraft/h_s_switch_track/index.html diff --git a/src/data/railcraft/9.5.0/images/h_s_track.png b/static/browse/railcraft/h_s_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/h_s_track.png rename to static/browse/railcraft/h_s_track/icon.png diff --git a/prerender/browse/railcraft/h_s_track/index.html b/static/browse/railcraft/h_s_track/index.html similarity index 100% rename from prerender/browse/railcraft/h_s_track/index.html rename to static/browse/railcraft/h_s_track/index.html diff --git a/src/data/railcraft/9.5.0/images/h_s_transition_track.png b/static/browse/railcraft/h_s_transition_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/h_s_transition_track.png rename to static/browse/railcraft/h_s_transition_track/icon.png diff --git a/prerender/browse/railcraft/h_s_transition_track/index.html b/static/browse/railcraft/h_s_transition_track/index.html similarity index 100% rename from prerender/browse/railcraft/h_s_transition_track/index.html rename to static/browse/railcraft/h_s_transition_track/index.html diff --git a/src/data/railcraft/9.5.0/images/h_s_wye_track.png b/static/browse/railcraft/h_s_wye_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/h_s_wye_track.png rename to static/browse/railcraft/h_s_wye_track/icon.png diff --git a/prerender/browse/railcraft/h_s_wye_track/index.html b/static/browse/railcraft/h_s_wye_track/index.html similarity index 100% rename from prerender/browse/railcraft/h_s_wye_track/index.html rename to static/browse/railcraft/h_s_wye_track/index.html diff --git a/src/data/railcraft/9.5.0/images/high_pressure_boiler_tank.png b/static/browse/railcraft/high_pressure_boiler_tank/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/high_pressure_boiler_tank.png rename to static/browse/railcraft/high_pressure_boiler_tank/icon.png diff --git a/prerender/browse/railcraft/high_pressure_boiler_tank/index.html b/static/browse/railcraft/high_pressure_boiler_tank/index.html similarity index 100% rename from prerender/browse/railcraft/high_pressure_boiler_tank/index.html rename to static/browse/railcraft/high_pressure_boiler_tank/index.html diff --git a/src/data/railcraft/9.5.0/images/hobbyist_s_steam_engine.png b/static/browse/railcraft/hobbyist_s_steam_engine/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/hobbyist_s_steam_engine.png rename to static/browse/railcraft/hobbyist_s_steam_engine/icon.png diff --git a/prerender/browse/railcraft/hobbyist_s_steam_engine/index.html b/static/browse/railcraft/hobbyist_s_steam_engine/index.html similarity index 100% rename from prerender/browse/railcraft/hobbyist_s_steam_engine/index.html rename to static/browse/railcraft/hobbyist_s_steam_engine/index.html diff --git a/src/data/railcraft/9.5.0/images/ice_slab.png b/static/browse/railcraft/ice_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/ice_slab.png rename to static/browse/railcraft/ice_slab/icon.png diff --git a/prerender/browse/railcraft/ice_slab/index.html b/static/browse/railcraft/ice_slab/index.html similarity index 100% rename from prerender/browse/railcraft/ice_slab/index.html rename to static/browse/railcraft/ice_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/ice_stairs.png b/static/browse/railcraft/ice_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/ice_stairs.png rename to static/browse/railcraft/ice_stairs/icon.png diff --git a/prerender/browse/railcraft/ice_stairs/index.html b/static/browse/railcraft/ice_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/ice_stairs/index.html rename to static/browse/railcraft/ice_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/ice_wall.png b/static/browse/railcraft/ice_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/ice_wall.png rename to static/browse/railcraft/ice_wall/icon.png diff --git a/prerender/browse/railcraft/ice_wall/index.html b/static/browse/railcraft/ice_wall/index.html similarity index 100% rename from prerender/browse/railcraft/ice_wall/index.html rename to static/browse/railcraft/ice_wall/index.html diff --git a/src/data/railcraft/logo.png b/static/browse/railcraft/icon.png similarity index 100% rename from src/data/railcraft/logo.png rename to static/browse/railcraft/icon.png diff --git a/prerender/browse/railcraft/index.html b/static/browse/railcraft/index.html similarity index 100% rename from prerender/browse/railcraft/index.html rename to static/browse/railcraft/index.html diff --git a/src/data/railcraft/9.5.0/images/industrial_steam_engine.png b/static/browse/railcraft/industrial_steam_engine/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/industrial_steam_engine.png rename to static/browse/railcraft/industrial_steam_engine/icon.png diff --git a/prerender/browse/railcraft/industrial_steam_engine/index.html b/static/browse/railcraft/industrial_steam_engine/index.html similarity index 100% rename from prerender/browse/railcraft/industrial_steam_engine/index.html rename to static/browse/railcraft/industrial_steam_engine/index.html diff --git a/src/data/railcraft/9.5.0/images/infernal_block.png b/static/browse/railcraft/infernal_block/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/infernal_block.png rename to static/browse/railcraft/infernal_block/icon.png diff --git a/prerender/browse/railcraft/infernal_block/index.html b/static/browse/railcraft/infernal_block/index.html similarity index 100% rename from prerender/browse/railcraft/infernal_block/index.html rename to static/browse/railcraft/infernal_block/index.html diff --git a/src/data/railcraft/9.5.0/images/infernal_block_slab.png b/static/browse/railcraft/infernal_block_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/infernal_block_slab.png rename to static/browse/railcraft/infernal_block_slab/icon.png diff --git a/prerender/browse/railcraft/infernal_block_slab/index.html b/static/browse/railcraft/infernal_block_slab/index.html similarity index 100% rename from prerender/browse/railcraft/infernal_block_slab/index.html rename to static/browse/railcraft/infernal_block_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/infernal_block_stairs.png b/static/browse/railcraft/infernal_block_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/infernal_block_stairs.png rename to static/browse/railcraft/infernal_block_stairs/icon.png diff --git a/prerender/browse/railcraft/infernal_block_stairs/index.html b/static/browse/railcraft/infernal_block_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/infernal_block_stairs/index.html rename to static/browse/railcraft/infernal_block_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/infernal_brick.png b/static/browse/railcraft/infernal_brick/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/infernal_brick.png rename to static/browse/railcraft/infernal_brick/icon.png diff --git a/prerender/browse/railcraft/infernal_brick/index.html b/static/browse/railcraft/infernal_brick/index.html similarity index 100% rename from prerender/browse/railcraft/infernal_brick/index.html rename to static/browse/railcraft/infernal_brick/index.html diff --git a/src/data/railcraft/9.5.0/images/infernal_brick_slab.png b/static/browse/railcraft/infernal_brick_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/infernal_brick_slab.png rename to static/browse/railcraft/infernal_brick_slab/icon.png diff --git a/prerender/browse/railcraft/infernal_brick_slab/index.html b/static/browse/railcraft/infernal_brick_slab/index.html similarity index 100% rename from prerender/browse/railcraft/infernal_brick_slab/index.html rename to static/browse/railcraft/infernal_brick_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/infernal_brick_stairs.png b/static/browse/railcraft/infernal_brick_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/infernal_brick_stairs.png rename to static/browse/railcraft/infernal_brick_stairs/icon.png diff --git a/prerender/browse/railcraft/infernal_brick_stairs/index.html b/static/browse/railcraft/infernal_brick_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/infernal_brick_stairs/index.html rename to static/browse/railcraft/infernal_brick_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/infernal_brick_wall.png b/static/browse/railcraft/infernal_brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/infernal_brick_wall.png rename to static/browse/railcraft/infernal_brick_wall/icon.png diff --git a/prerender/browse/railcraft/infernal_brick_wall/index.html b/static/browse/railcraft/infernal_brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/infernal_brick_wall/index.html rename to static/browse/railcraft/infernal_brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/infernal_cobble_slab.png b/static/browse/railcraft/infernal_cobble_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/infernal_cobble_slab.png rename to static/browse/railcraft/infernal_cobble_slab/icon.png diff --git a/prerender/browse/railcraft/infernal_cobble_slab/index.html b/static/browse/railcraft/infernal_cobble_slab/index.html similarity index 100% rename from prerender/browse/railcraft/infernal_cobble_slab/index.html rename to static/browse/railcraft/infernal_cobble_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/infernal_cobble_stairs.png b/static/browse/railcraft/infernal_cobble_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/infernal_cobble_stairs.png rename to static/browse/railcraft/infernal_cobble_stairs/icon.png diff --git a/prerender/browse/railcraft/infernal_cobble_stairs/index.html b/static/browse/railcraft/infernal_cobble_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/infernal_cobble_stairs/index.html rename to static/browse/railcraft/infernal_cobble_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/infernal_cobblestone.png b/static/browse/railcraft/infernal_cobblestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/infernal_cobblestone.png rename to static/browse/railcraft/infernal_cobblestone/icon.png diff --git a/prerender/browse/railcraft/infernal_cobblestone/index.html b/static/browse/railcraft/infernal_cobblestone/index.html similarity index 100% rename from prerender/browse/railcraft/infernal_cobblestone/index.html rename to static/browse/railcraft/infernal_cobblestone/index.html diff --git a/src/data/railcraft/9.5.0/images/infernal_stone_lantern.png b/static/browse/railcraft/infernal_stone_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/infernal_stone_lantern.png rename to static/browse/railcraft/infernal_stone_lantern/icon.png diff --git a/prerender/browse/railcraft/infernal_stone_lantern/index.html b/static/browse/railcraft/infernal_stone_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/infernal_stone_lantern/index.html rename to static/browse/railcraft/infernal_stone_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/iron_bore_head.png b/static/browse/railcraft/iron_bore_head/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/iron_bore_head.png rename to static/browse/railcraft/iron_bore_head/icon.png diff --git a/prerender/browse/railcraft/iron_bore_head/index.html b/static/browse/railcraft/iron_bore_head/index.html similarity index 100% rename from prerender/browse/railcraft/iron_bore_head/index.html rename to static/browse/railcraft/iron_bore_head/index.html diff --git a/src/data/railcraft/9.5.0/images/iron_gear.png b/static/browse/railcraft/iron_gear/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/iron_gear.png rename to static/browse/railcraft/iron_gear/icon.png diff --git a/prerender/browse/railcraft/iron_gear/index.html b/static/browse/railcraft/iron_gear/index.html similarity index 100% rename from prerender/browse/railcraft/iron_gear/index.html rename to static/browse/railcraft/iron_gear/index.html diff --git a/src/data/railcraft/9.5.0/images/iron_lantern.png b/static/browse/railcraft/iron_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/iron_lantern.png rename to static/browse/railcraft/iron_lantern/icon.png diff --git a/prerender/browse/railcraft/iron_lantern/index.html b/static/browse/railcraft/iron_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/iron_lantern/index.html rename to static/browse/railcraft/iron_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/iron_nugget.png b/static/browse/railcraft/iron_nugget/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/iron_nugget.png rename to static/browse/railcraft/iron_nugget/icon.png diff --git a/prerender/browse/railcraft/iron_nugget/index.html b/static/browse/railcraft/iron_nugget/index.html similarity index 100% rename from prerender/browse/railcraft/iron_nugget/index.html rename to static/browse/railcraft/iron_nugget/index.html diff --git a/src/data/railcraft/9.5.0/images/iron_plate.png b/static/browse/railcraft/iron_plate/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/iron_plate.png rename to static/browse/railcraft/iron_plate/icon.png diff --git a/prerender/browse/railcraft/iron_plate/index.html b/static/browse/railcraft/iron_plate/index.html similarity index 100% rename from prerender/browse/railcraft/iron_plate/index.html rename to static/browse/railcraft/iron_plate/index.html diff --git a/src/data/railcraft/9.5.0/images/iron_slab.png b/static/browse/railcraft/iron_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/iron_slab.png rename to static/browse/railcraft/iron_slab/icon.png diff --git a/prerender/browse/railcraft/iron_slab/index.html b/static/browse/railcraft/iron_slab/index.html similarity index 100% rename from prerender/browse/railcraft/iron_slab/index.html rename to static/browse/railcraft/iron_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/iron_stairs.png b/static/browse/railcraft/iron_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/iron_stairs.png rename to static/browse/railcraft/iron_stairs/icon.png diff --git a/prerender/browse/railcraft/iron_stairs/index.html b/static/browse/railcraft/iron_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/iron_stairs/index.html rename to static/browse/railcraft/iron_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/iron_tank_gauge.png b/static/browse/railcraft/iron_tank_gauge/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/iron_tank_gauge.png rename to static/browse/railcraft/iron_tank_gauge/icon.png diff --git a/prerender/browse/railcraft/iron_tank_gauge/index.html b/static/browse/railcraft/iron_tank_gauge/index.html similarity index 100% rename from prerender/browse/railcraft/iron_tank_gauge/index.html rename to static/browse/railcraft/iron_tank_gauge/index.html diff --git a/src/data/railcraft/9.5.0/images/iron_tank_valve.png b/static/browse/railcraft/iron_tank_valve/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/iron_tank_valve.png rename to static/browse/railcraft/iron_tank_valve/icon.png diff --git a/prerender/browse/railcraft/iron_tank_valve/index.html b/static/browse/railcraft/iron_tank_valve/index.html similarity index 100% rename from prerender/browse/railcraft/iron_tank_valve/index.html rename to static/browse/railcraft/iron_tank_valve/index.html diff --git a/src/data/railcraft/9.5.0/images/iron_tank_wall.png b/static/browse/railcraft/iron_tank_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/iron_tank_wall.png rename to static/browse/railcraft/iron_tank_wall/icon.png diff --git a/prerender/browse/railcraft/iron_tank_wall/index.html b/static/browse/railcraft/iron_tank_wall/index.html similarity index 100% rename from prerender/browse/railcraft/iron_tank_wall/index.html rename to static/browse/railcraft/iron_tank_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/iron_wall.png b/static/browse/railcraft/iron_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/iron_wall.png rename to static/browse/railcraft/iron_wall/icon.png diff --git a/prerender/browse/railcraft/iron_wall/index.html b/static/browse/railcraft/iron_wall/index.html similarity index 100% rename from prerender/browse/railcraft/iron_wall/index.html rename to static/browse/railcraft/iron_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/item_loader.png b/static/browse/railcraft/item_loader/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/item_loader.png rename to static/browse/railcraft/item_loader/icon.png diff --git a/prerender/browse/railcraft/item_loader/index.html b/static/browse/railcraft/item_loader/index.html similarity index 100% rename from prerender/browse/railcraft/item_loader/index.html rename to static/browse/railcraft/item_loader/index.html diff --git a/src/data/railcraft/9.5.0/images/item_unloader.png b/static/browse/railcraft/item_unloader/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/item_unloader.png rename to static/browse/railcraft/item_unloader/icon.png diff --git a/prerender/browse/railcraft/item_unloader/index.html b/static/browse/railcraft/item_unloader/index.html similarity index 100% rename from prerender/browse/railcraft/item_unloader/index.html rename to static/browse/railcraft/item_unloader/index.html diff --git a/src/data/railcraft/9.5.0/images/junction_track.png b/static/browse/railcraft/junction_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/junction_track.png rename to static/browse/railcraft/junction_track/icon.png diff --git a/prerender/browse/railcraft/junction_track/index.html b/static/browse/railcraft/junction_track/index.html similarity index 100% rename from prerender/browse/railcraft/junction_track/index.html rename to static/browse/railcraft/junction_track/index.html diff --git a/src/data/railcraft/9.5.0/images/launcher_track.png b/static/browse/railcraft/launcher_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/launcher_track.png rename to static/browse/railcraft/launcher_track/icon.png diff --git a/prerender/browse/railcraft/launcher_track/index.html b/static/browse/railcraft/launcher_track/index.html similarity index 100% rename from prerender/browse/railcraft/launcher_track/index.html rename to static/browse/railcraft/launcher_track/index.html diff --git a/src/data/railcraft/9.5.0/images/lead_ingot.png b/static/browse/railcraft/lead_ingot/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/lead_ingot.png rename to static/browse/railcraft/lead_ingot/icon.png diff --git a/prerender/browse/railcraft/lead_ingot/index.html b/static/browse/railcraft/lead_ingot/index.html similarity index 100% rename from prerender/browse/railcraft/lead_ingot/index.html rename to static/browse/railcraft/lead_ingot/index.html diff --git a/src/data/railcraft/9.5.0/images/lead_lantern.png b/static/browse/railcraft/lead_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/lead_lantern.png rename to static/browse/railcraft/lead_lantern/icon.png diff --git a/prerender/browse/railcraft/lead_lantern/index.html b/static/browse/railcraft/lead_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/lead_lantern/index.html rename to static/browse/railcraft/lead_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/lead_nugget.png b/static/browse/railcraft/lead_nugget/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/lead_nugget.png rename to static/browse/railcraft/lead_nugget/icon.png diff --git a/prerender/browse/railcraft/lead_nugget/index.html b/static/browse/railcraft/lead_nugget/index.html similarity index 100% rename from prerender/browse/railcraft/lead_nugget/index.html rename to static/browse/railcraft/lead_nugget/index.html diff --git a/src/data/railcraft/9.5.0/images/lead_slab.png b/static/browse/railcraft/lead_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/lead_slab.png rename to static/browse/railcraft/lead_slab/icon.png diff --git a/prerender/browse/railcraft/lead_slab/index.html b/static/browse/railcraft/lead_slab/index.html similarity index 100% rename from prerender/browse/railcraft/lead_slab/index.html rename to static/browse/railcraft/lead_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/lead_stairs.png b/static/browse/railcraft/lead_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/lead_stairs.png rename to static/browse/railcraft/lead_stairs/icon.png diff --git a/prerender/browse/railcraft/lead_stairs/index.html b/static/browse/railcraft/lead_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/lead_stairs/index.html rename to static/browse/railcraft/lead_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/light_blue_metal_platform.png b/static/browse/railcraft/light_blue_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/light_blue_metal_platform.png rename to static/browse/railcraft/light_blue_metal_platform/icon.png diff --git a/prerender/browse/railcraft/light_blue_metal_platform/index.html b/static/browse/railcraft/light_blue_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/light_blue_metal_platform/index.html rename to static/browse/railcraft/light_blue_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/light_blue_metal_post.png b/static/browse/railcraft/light_blue_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/light_blue_metal_post.png rename to static/browse/railcraft/light_blue_metal_post/icon.png diff --git a/prerender/browse/railcraft/light_blue_metal_post/index.html b/static/browse/railcraft/light_blue_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/light_blue_metal_post/index.html rename to static/browse/railcraft/light_blue_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/light_gray_metal_platform.png b/static/browse/railcraft/light_gray_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/light_gray_metal_platform.png rename to static/browse/railcraft/light_gray_metal_platform/icon.png diff --git a/prerender/browse/railcraft/light_gray_metal_platform/index.html b/static/browse/railcraft/light_gray_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/light_gray_metal_platform/index.html rename to static/browse/railcraft/light_gray_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/light_gray_metal_post.png b/static/browse/railcraft/light_gray_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/light_gray_metal_post.png rename to static/browse/railcraft/light_gray_metal_post/icon.png diff --git a/prerender/browse/railcraft/light_gray_metal_post/index.html b/static/browse/railcraft/light_gray_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/light_gray_metal_post/index.html rename to static/browse/railcraft/light_gray_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/lime_metal_platform.png b/static/browse/railcraft/lime_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/lime_metal_platform.png rename to static/browse/railcraft/lime_metal_platform/icon.png diff --git a/prerender/browse/railcraft/lime_metal_platform/index.html b/static/browse/railcraft/lime_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/lime_metal_platform/index.html rename to static/browse/railcraft/lime_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/lime_metal_post.png b/static/browse/railcraft/lime_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/lime_metal_post.png rename to static/browse/railcraft/lime_metal_post/icon.png diff --git a/prerender/browse/railcraft/lime_metal_post/index.html b/static/browse/railcraft/lime_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/lime_metal_post/index.html rename to static/browse/railcraft/lime_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/limiter_track.png b/static/browse/railcraft/limiter_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/limiter_track.png rename to static/browse/railcraft/limiter_track/icon.png diff --git a/prerender/browse/railcraft/limiter_track/index.html b/static/browse/railcraft/limiter_track/index.html similarity index 100% rename from prerender/browse/railcraft/limiter_track/index.html rename to static/browse/railcraft/limiter_track/index.html diff --git a/src/data/railcraft/9.5.0/images/liquid_fueled_boiler_firebox.png b/static/browse/railcraft/liquid_fueled_boiler_firebox/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/liquid_fueled_boiler_firebox.png rename to static/browse/railcraft/liquid_fueled_boiler_firebox/icon.png diff --git a/prerender/browse/railcraft/liquid_fueled_boiler_firebox/index.html b/static/browse/railcraft/liquid_fueled_boiler_firebox/index.html similarity index 100% rename from prerender/browse/railcraft/liquid_fueled_boiler_firebox/index.html rename to static/browse/railcraft/liquid_fueled_boiler_firebox/index.html diff --git a/src/data/railcraft/9.5.0/images/locking_track.png b/static/browse/railcraft/locking_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/locking_track.png rename to static/browse/railcraft/locking_track/icon.png diff --git a/prerender/browse/railcraft/locking_track/index.html b/static/browse/railcraft/locking_track/index.html similarity index 100% rename from prerender/browse/railcraft/locking_track/index.html rename to static/browse/railcraft/locking_track/index.html diff --git a/src/data/railcraft/9.5.0/images/locomotive_track.png b/static/browse/railcraft/locomotive_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/locomotive_track.png rename to static/browse/railcraft/locomotive_track/icon.png diff --git a/prerender/browse/railcraft/locomotive_track/index.html b/static/browse/railcraft/locomotive_track/index.html similarity index 100% rename from prerender/browse/railcraft/locomotive_track/index.html rename to static/browse/railcraft/locomotive_track/index.html diff --git a/src/data/railcraft/9.5.0/images/low_pressure_boiler_tank.png b/static/browse/railcraft/low_pressure_boiler_tank/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/low_pressure_boiler_tank.png rename to static/browse/railcraft/low_pressure_boiler_tank/icon.png diff --git a/prerender/browse/railcraft/low_pressure_boiler_tank/index.html b/static/browse/railcraft/low_pressure_boiler_tank/index.html similarity index 100% rename from prerender/browse/railcraft/low_pressure_boiler_tank/index.html rename to static/browse/railcraft/low_pressure_boiler_tank/index.html diff --git a/src/data/railcraft/9.5.0/images/magenta_metal_platform.png b/static/browse/railcraft/magenta_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/magenta_metal_platform.png rename to static/browse/railcraft/magenta_metal_platform/icon.png diff --git a/prerender/browse/railcraft/magenta_metal_platform/index.html b/static/browse/railcraft/magenta_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/magenta_metal_platform/index.html rename to static/browse/railcraft/magenta_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/magenta_metal_post.png b/static/browse/railcraft/magenta_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/magenta_metal_post.png rename to static/browse/railcraft/magenta_metal_post/icon.png diff --git a/prerender/browse/railcraft/magenta_metal_post/index.html b/static/browse/railcraft/magenta_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/magenta_metal_post/index.html rename to static/browse/railcraft/magenta_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/magnifying_glass.png b/static/browse/railcraft/magnifying_glass/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/magnifying_glass.png rename to static/browse/railcraft/magnifying_glass/icon.png diff --git a/prerender/browse/railcraft/magnifying_glass/index.html b/static/browse/railcraft/magnifying_glass/index.html similarity index 100% rename from prerender/browse/railcraft/magnifying_glass/index.html rename to static/browse/railcraft/magnifying_glass/index.html diff --git a/src/data/railcraft/9.5.0/images/manual_steam_trap.png b/static/browse/railcraft/manual_steam_trap/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/manual_steam_trap.png rename to static/browse/railcraft/manual_steam_trap/icon.png diff --git a/prerender/browse/railcraft/manual_steam_trap/index.html b/static/browse/railcraft/manual_steam_trap/index.html similarity index 100% rename from prerender/browse/railcraft/manual_steam_trap/index.html rename to static/browse/railcraft/manual_steam_trap/index.html diff --git a/src/data/railcraft/9.5.0/images/metal_platform.png b/static/browse/railcraft/metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/metal_platform.png rename to static/browse/railcraft/metal_platform/icon.png diff --git a/prerender/browse/railcraft/metal_platform/index.html b/static/browse/railcraft/metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/metal_platform/index.html rename to static/browse/railcraft/metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/metal_post.png b/static/browse/railcraft/metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/metal_post.png rename to static/browse/railcraft/metal_post/icon.png diff --git a/prerender/browse/railcraft/metal_post/index.html b/static/browse/railcraft/metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/metal_post/index.html rename to static/browse/railcraft/metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/metals_chest.png b/static/browse/railcraft/metals_chest/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/metals_chest.png rename to static/browse/railcraft/metals_chest/icon.png diff --git a/prerender/browse/railcraft/metals_chest/index.html b/static/browse/railcraft/metals_chest/index.html similarity index 100% rename from prerender/browse/railcraft/metals_chest/index.html rename to static/browse/railcraft/metals_chest/index.html diff --git a/src/data/railcraft/9.5.0/images/mossy_stone_brick_wall.png b/static/browse/railcraft/mossy_stone_brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/mossy_stone_brick_wall.png rename to static/browse/railcraft/mossy_stone_brick_wall/icon.png diff --git a/prerender/browse/railcraft/mossy_stone_brick_wall/index.html b/static/browse/railcraft/mossy_stone_brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/mossy_stone_brick_wall/index.html rename to static/browse/railcraft/mossy_stone_brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/nether_block.png b/static/browse/railcraft/nether_block/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/nether_block.png rename to static/browse/railcraft/nether_block/icon.png diff --git a/prerender/browse/railcraft/nether_block/index.html b/static/browse/railcraft/nether_block/index.html similarity index 100% rename from prerender/browse/railcraft/nether_block/index.html rename to static/browse/railcraft/nether_block/index.html diff --git a/src/data/railcraft/9.5.0/images/nether_block_slab.png b/static/browse/railcraft/nether_block_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/nether_block_slab.png rename to static/browse/railcraft/nether_block_slab/icon.png diff --git a/prerender/browse/railcraft/nether_block_slab/index.html b/static/browse/railcraft/nether_block_slab/index.html similarity index 100% rename from prerender/browse/railcraft/nether_block_slab/index.html rename to static/browse/railcraft/nether_block_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/nether_block_stairs.png b/static/browse/railcraft/nether_block_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/nether_block_stairs.png rename to static/browse/railcraft/nether_block_stairs/icon.png diff --git a/prerender/browse/railcraft/nether_block_stairs/index.html b/static/browse/railcraft/nether_block_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/nether_block_stairs/index.html rename to static/browse/railcraft/nether_block_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/nether_brick_wall.png b/static/browse/railcraft/nether_brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/nether_brick_wall.png rename to static/browse/railcraft/nether_brick_wall/icon.png diff --git a/prerender/browse/railcraft/nether_brick_wall/index.html b/static/browse/railcraft/nether_brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/nether_brick_wall/index.html rename to static/browse/railcraft/nether_brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/nether_cobble_slab.png b/static/browse/railcraft/nether_cobble_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/nether_cobble_slab.png rename to static/browse/railcraft/nether_cobble_slab/icon.png diff --git a/prerender/browse/railcraft/nether_cobble_slab/index.html b/static/browse/railcraft/nether_cobble_slab/index.html similarity index 100% rename from prerender/browse/railcraft/nether_cobble_slab/index.html rename to static/browse/railcraft/nether_cobble_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/nether_cobble_stairs.png b/static/browse/railcraft/nether_cobble_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/nether_cobble_stairs.png rename to static/browse/railcraft/nether_cobble_stairs/icon.png diff --git a/prerender/browse/railcraft/nether_cobble_stairs/index.html b/static/browse/railcraft/nether_cobble_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/nether_cobble_stairs/index.html rename to static/browse/railcraft/nether_cobble_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/nether_cobblestone.png b/static/browse/railcraft/nether_cobblestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/nether_cobblestone.png rename to static/browse/railcraft/nether_cobblestone/icon.png diff --git a/prerender/browse/railcraft/nether_cobblestone/index.html b/static/browse/railcraft/nether_cobblestone/index.html similarity index 100% rename from prerender/browse/railcraft/nether_cobblestone/index.html rename to static/browse/railcraft/nether_cobblestone/index.html diff --git a/src/data/railcraft/9.5.0/images/nether_stone_lantern.png b/static/browse/railcraft/nether_stone_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/nether_stone_lantern.png rename to static/browse/railcraft/nether_stone_lantern/icon.png diff --git a/prerender/browse/railcraft/nether_stone_lantern/index.html b/static/browse/railcraft/nether_stone_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/nether_stone_lantern/index.html rename to static/browse/railcraft/nether_stone_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/obsidian_dust.png b/static/browse/railcraft/obsidian_dust/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/obsidian_dust.png rename to static/browse/railcraft/obsidian_dust/icon.png diff --git a/prerender/browse/railcraft/obsidian_dust/index.html b/static/browse/railcraft/obsidian_dust/index.html similarity index 100% rename from prerender/browse/railcraft/obsidian_dust/index.html rename to static/browse/railcraft/obsidian_dust/index.html diff --git a/src/data/railcraft/9.5.0/images/obsidian_slab.png b/static/browse/railcraft/obsidian_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/obsidian_slab.png rename to static/browse/railcraft/obsidian_slab/icon.png diff --git a/prerender/browse/railcraft/obsidian_slab/index.html b/static/browse/railcraft/obsidian_slab/index.html similarity index 100% rename from prerender/browse/railcraft/obsidian_slab/index.html rename to static/browse/railcraft/obsidian_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/obsidian_stairs.png b/static/browse/railcraft/obsidian_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/obsidian_stairs.png rename to static/browse/railcraft/obsidian_stairs/icon.png diff --git a/prerender/browse/railcraft/obsidian_stairs/index.html b/static/browse/railcraft/obsidian_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/obsidian_stairs/index.html rename to static/browse/railcraft/obsidian_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/obsidian_wall.png b/static/browse/railcraft/obsidian_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/obsidian_wall.png rename to static/browse/railcraft/obsidian_wall/icon.png diff --git a/prerender/browse/railcraft/obsidian_wall/index.html b/static/browse/railcraft/obsidian_wall/index.html similarity index 100% rename from prerender/browse/railcraft/obsidian_wall/index.html rename to static/browse/railcraft/obsidian_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/one_way_track.png b/static/browse/railcraft/one_way_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/one_way_track.png rename to static/browse/railcraft/one_way_track/icon.png diff --git a/prerender/browse/railcraft/one_way_track/index.html b/static/browse/railcraft/one_way_track/index.html similarity index 100% rename from prerender/browse/railcraft/one_way_track/index.html rename to static/browse/railcraft/one_way_track/index.html diff --git a/src/data/railcraft/9.5.0/images/orange_metal_platform.png b/static/browse/railcraft/orange_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/orange_metal_platform.png rename to static/browse/railcraft/orange_metal_platform/icon.png diff --git a/prerender/browse/railcraft/orange_metal_platform/index.html b/static/browse/railcraft/orange_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/orange_metal_platform/index.html rename to static/browse/railcraft/orange_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/orange_metal_post.png b/static/browse/railcraft/orange_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/orange_metal_post.png rename to static/browse/railcraft/orange_metal_post/icon.png diff --git a/prerender/browse/railcraft/orange_metal_post/index.html b/static/browse/railcraft/orange_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/orange_metal_post/index.html rename to static/browse/railcraft/orange_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/ornate_abyssal_stone.png b/static/browse/railcraft/ornate_abyssal_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/ornate_abyssal_stone.png rename to static/browse/railcraft/ornate_abyssal_stone/icon.png diff --git a/prerender/browse/railcraft/ornate_abyssal_stone/index.html b/static/browse/railcraft/ornate_abyssal_stone/index.html similarity index 100% rename from prerender/browse/railcraft/ornate_abyssal_stone/index.html rename to static/browse/railcraft/ornate_abyssal_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/ornate_bleached_bone_stone.png b/static/browse/railcraft/ornate_bleached_bone_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/ornate_bleached_bone_stone.png rename to static/browse/railcraft/ornate_bleached_bone_stone/icon.png diff --git a/prerender/browse/railcraft/ornate_bleached_bone_stone/index.html b/static/browse/railcraft/ornate_bleached_bone_stone/index.html similarity index 100% rename from prerender/browse/railcraft/ornate_bleached_bone_stone/index.html rename to static/browse/railcraft/ornate_bleached_bone_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/ornate_blood_stained_stone.png b/static/browse/railcraft/ornate_blood_stained_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/ornate_blood_stained_stone.png rename to static/browse/railcraft/ornate_blood_stained_stone/icon.png diff --git a/prerender/browse/railcraft/ornate_blood_stained_stone/index.html b/static/browse/railcraft/ornate_blood_stained_stone/index.html similarity index 100% rename from prerender/browse/railcraft/ornate_blood_stained_stone/index.html rename to static/browse/railcraft/ornate_blood_stained_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/ornate_frost_bound_stone.png b/static/browse/railcraft/ornate_frost_bound_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/ornate_frost_bound_stone.png rename to static/browse/railcraft/ornate_frost_bound_stone/icon.png diff --git a/prerender/browse/railcraft/ornate_frost_bound_stone/index.html b/static/browse/railcraft/ornate_frost_bound_stone/index.html similarity index 100% rename from prerender/browse/railcraft/ornate_frost_bound_stone/index.html rename to static/browse/railcraft/ornate_frost_bound_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/ornate_infernal_stone.png b/static/browse/railcraft/ornate_infernal_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/ornate_infernal_stone.png rename to static/browse/railcraft/ornate_infernal_stone/icon.png diff --git a/prerender/browse/railcraft/ornate_infernal_stone/index.html b/static/browse/railcraft/ornate_infernal_stone/index.html similarity index 100% rename from prerender/browse/railcraft/ornate_infernal_stone/index.html rename to static/browse/railcraft/ornate_infernal_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/ornate_nether_stone.png b/static/browse/railcraft/ornate_nether_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/ornate_nether_stone.png rename to static/browse/railcraft/ornate_nether_stone/icon.png diff --git a/prerender/browse/railcraft/ornate_nether_stone/index.html b/static/browse/railcraft/ornate_nether_stone/index.html similarity index 100% rename from prerender/browse/railcraft/ornate_nether_stone/index.html rename to static/browse/railcraft/ornate_nether_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/ornate_quarried_stone.png b/static/browse/railcraft/ornate_quarried_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/ornate_quarried_stone.png rename to static/browse/railcraft/ornate_quarried_stone/icon.png diff --git a/prerender/browse/railcraft/ornate_quarried_stone/index.html b/static/browse/railcraft/ornate_quarried_stone/index.html similarity index 100% rename from prerender/browse/railcraft/ornate_quarried_stone/index.html rename to static/browse/railcraft/ornate_quarried_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/ornate_sandy_stone.png b/static/browse/railcraft/ornate_sandy_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/ornate_sandy_stone.png rename to static/browse/railcraft/ornate_sandy_stone/icon.png diff --git a/prerender/browse/railcraft/ornate_sandy_stone/index.html b/static/browse/railcraft/ornate_sandy_stone/index.html similarity index 100% rename from prerender/browse/railcraft/ornate_sandy_stone/index.html rename to static/browse/railcraft/ornate_sandy_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/packed_ice_slab.png b/static/browse/railcraft/packed_ice_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/packed_ice_slab.png rename to static/browse/railcraft/packed_ice_slab/icon.png diff --git a/prerender/browse/railcraft/packed_ice_slab/index.html b/static/browse/railcraft/packed_ice_slab/index.html similarity index 100% rename from prerender/browse/railcraft/packed_ice_slab/index.html rename to static/browse/railcraft/packed_ice_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/packed_ice_stairs.png b/static/browse/railcraft/packed_ice_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/packed_ice_stairs.png rename to static/browse/railcraft/packed_ice_stairs/icon.png diff --git a/prerender/browse/railcraft/packed_ice_stairs/index.html b/static/browse/railcraft/packed_ice_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/packed_ice_stairs/index.html rename to static/browse/railcraft/packed_ice_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/personal_anchor.png b/static/browse/railcraft/personal_anchor/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/personal_anchor.png rename to static/browse/railcraft/personal_anchor/icon.png diff --git a/prerender/browse/railcraft/personal_anchor/index.html b/static/browse/railcraft/personal_anchor/index.html similarity index 100% rename from prerender/browse/railcraft/personal_anchor/index.html rename to static/browse/railcraft/personal_anchor/index.html diff --git a/src/data/railcraft/9.5.0/images/personal_anchor_cart.png b/static/browse/railcraft/personal_anchor_cart/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/personal_anchor_cart.png rename to static/browse/railcraft/personal_anchor_cart/icon.png diff --git a/prerender/browse/railcraft/personal_anchor_cart/index.html b/static/browse/railcraft/personal_anchor_cart/index.html similarity index 100% rename from prerender/browse/railcraft/personal_anchor_cart/index.html rename to static/browse/railcraft/personal_anchor_cart/index.html diff --git a/src/data/railcraft/9.5.0/images/pink_metal_platform.png b/static/browse/railcraft/pink_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/pink_metal_platform.png rename to static/browse/railcraft/pink_metal_platform/icon.png diff --git a/prerender/browse/railcraft/pink_metal_platform/index.html b/static/browse/railcraft/pink_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/pink_metal_platform/index.html rename to static/browse/railcraft/pink_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/pink_metal_post.png b/static/browse/railcraft/pink_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/pink_metal_post.png rename to static/browse/railcraft/pink_metal_post/icon.png diff --git a/prerender/browse/railcraft/pink_metal_post/index.html b/static/browse/railcraft/pink_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/pink_metal_post/index.html rename to static/browse/railcraft/pink_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/poor_copper_ore.png b/static/browse/railcraft/poor_copper_ore/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/poor_copper_ore.png rename to static/browse/railcraft/poor_copper_ore/icon.png diff --git a/prerender/browse/railcraft/poor_copper_ore/index.html b/static/browse/railcraft/poor_copper_ore/index.html similarity index 100% rename from prerender/browse/railcraft/poor_copper_ore/index.html rename to static/browse/railcraft/poor_copper_ore/index.html diff --git a/src/data/railcraft/9.5.0/images/poor_gold_ore.png b/static/browse/railcraft/poor_gold_ore/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/poor_gold_ore.png rename to static/browse/railcraft/poor_gold_ore/icon.png diff --git a/prerender/browse/railcraft/poor_gold_ore/index.html b/static/browse/railcraft/poor_gold_ore/index.html similarity index 100% rename from prerender/browse/railcraft/poor_gold_ore/index.html rename to static/browse/railcraft/poor_gold_ore/index.html diff --git a/src/data/railcraft/9.5.0/images/poor_iron_ore.png b/static/browse/railcraft/poor_iron_ore/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/poor_iron_ore.png rename to static/browse/railcraft/poor_iron_ore/icon.png diff --git a/prerender/browse/railcraft/poor_iron_ore/index.html b/static/browse/railcraft/poor_iron_ore/index.html similarity index 100% rename from prerender/browse/railcraft/poor_iron_ore/index.html rename to static/browse/railcraft/poor_iron_ore/index.html diff --git a/src/data/railcraft/9.5.0/images/poor_lead_ore.png b/static/browse/railcraft/poor_lead_ore/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/poor_lead_ore.png rename to static/browse/railcraft/poor_lead_ore/icon.png diff --git a/prerender/browse/railcraft/poor_lead_ore/index.html b/static/browse/railcraft/poor_lead_ore/index.html similarity index 100% rename from prerender/browse/railcraft/poor_lead_ore/index.html rename to static/browse/railcraft/poor_lead_ore/index.html diff --git a/src/data/railcraft/9.5.0/images/poor_tin_ore.png b/static/browse/railcraft/poor_tin_ore/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/poor_tin_ore.png rename to static/browse/railcraft/poor_tin_ore/icon.png diff --git a/prerender/browse/railcraft/poor_tin_ore/index.html b/static/browse/railcraft/poor_tin_ore/index.html similarity index 100% rename from prerender/browse/railcraft/poor_tin_ore/index.html rename to static/browse/railcraft/poor_tin_ore/index.html diff --git a/src/data/railcraft/9.5.0/images/priming_track.png b/static/browse/railcraft/priming_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/priming_track.png rename to static/browse/railcraft/priming_track/icon.png diff --git a/prerender/browse/railcraft/priming_track/index.html b/static/browse/railcraft/priming_track/index.html similarity index 100% rename from prerender/browse/railcraft/priming_track/index.html rename to static/browse/railcraft/priming_track/index.html diff --git a/src/data/railcraft/9.5.0/images/pumpkin_cart.png b/static/browse/railcraft/pumpkin_cart/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/pumpkin_cart.png rename to static/browse/railcraft/pumpkin_cart/icon.png diff --git a/prerender/browse/railcraft/pumpkin_cart/index.html b/static/browse/railcraft/pumpkin_cart/index.html similarity index 100% rename from prerender/browse/railcraft/pumpkin_cart/index.html rename to static/browse/railcraft/pumpkin_cart/index.html diff --git a/src/data/railcraft/9.5.0/images/purple_metal_platform.png b/static/browse/railcraft/purple_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/purple_metal_platform.png rename to static/browse/railcraft/purple_metal_platform/icon.png diff --git a/prerender/browse/railcraft/purple_metal_platform/index.html b/static/browse/railcraft/purple_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/purple_metal_platform/index.html rename to static/browse/railcraft/purple_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/purple_metal_post.png b/static/browse/railcraft/purple_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/purple_metal_post.png rename to static/browse/railcraft/purple_metal_post/icon.png diff --git a/prerender/browse/railcraft/purple_metal_post/index.html b/static/browse/railcraft/purple_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/purple_metal_post/index.html rename to static/browse/railcraft/purple_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/quarried_block.png b/static/browse/railcraft/quarried_block/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quarried_block.png rename to static/browse/railcraft/quarried_block/icon.png diff --git a/prerender/browse/railcraft/quarried_block/index.html b/static/browse/railcraft/quarried_block/index.html similarity index 100% rename from prerender/browse/railcraft/quarried_block/index.html rename to static/browse/railcraft/quarried_block/index.html diff --git a/src/data/railcraft/9.5.0/images/quarried_block_slab.png b/static/browse/railcraft/quarried_block_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quarried_block_slab.png rename to static/browse/railcraft/quarried_block_slab/icon.png diff --git a/prerender/browse/railcraft/quarried_block_slab/index.html b/static/browse/railcraft/quarried_block_slab/index.html similarity index 100% rename from prerender/browse/railcraft/quarried_block_slab/index.html rename to static/browse/railcraft/quarried_block_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/quarried_block_stairs.png b/static/browse/railcraft/quarried_block_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quarried_block_stairs.png rename to static/browse/railcraft/quarried_block_stairs/icon.png diff --git a/prerender/browse/railcraft/quarried_block_stairs/index.html b/static/browse/railcraft/quarried_block_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/quarried_block_stairs/index.html rename to static/browse/railcraft/quarried_block_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/quarried_brick.png b/static/browse/railcraft/quarried_brick/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quarried_brick.png rename to static/browse/railcraft/quarried_brick/icon.png diff --git a/prerender/browse/railcraft/quarried_brick/index.html b/static/browse/railcraft/quarried_brick/index.html similarity index 100% rename from prerender/browse/railcraft/quarried_brick/index.html rename to static/browse/railcraft/quarried_brick/index.html diff --git a/src/data/railcraft/9.5.0/images/quarried_brick_slab.png b/static/browse/railcraft/quarried_brick_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quarried_brick_slab.png rename to static/browse/railcraft/quarried_brick_slab/icon.png diff --git a/prerender/browse/railcraft/quarried_brick_slab/index.html b/static/browse/railcraft/quarried_brick_slab/index.html similarity index 100% rename from prerender/browse/railcraft/quarried_brick_slab/index.html rename to static/browse/railcraft/quarried_brick_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/quarried_brick_stairs.png b/static/browse/railcraft/quarried_brick_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quarried_brick_stairs.png rename to static/browse/railcraft/quarried_brick_stairs/icon.png diff --git a/prerender/browse/railcraft/quarried_brick_stairs/index.html b/static/browse/railcraft/quarried_brick_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/quarried_brick_stairs/index.html rename to static/browse/railcraft/quarried_brick_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/quarried_brick_wall.png b/static/browse/railcraft/quarried_brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quarried_brick_wall.png rename to static/browse/railcraft/quarried_brick_wall/icon.png diff --git a/prerender/browse/railcraft/quarried_brick_wall/index.html b/static/browse/railcraft/quarried_brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/quarried_brick_wall/index.html rename to static/browse/railcraft/quarried_brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/quarried_cobble_slab.png b/static/browse/railcraft/quarried_cobble_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quarried_cobble_slab.png rename to static/browse/railcraft/quarried_cobble_slab/icon.png diff --git a/prerender/browse/railcraft/quarried_cobble_slab/index.html b/static/browse/railcraft/quarried_cobble_slab/index.html similarity index 100% rename from prerender/browse/railcraft/quarried_cobble_slab/index.html rename to static/browse/railcraft/quarried_cobble_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/quarried_cobble_stairs.png b/static/browse/railcraft/quarried_cobble_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quarried_cobble_stairs.png rename to static/browse/railcraft/quarried_cobble_stairs/icon.png diff --git a/prerender/browse/railcraft/quarried_cobble_stairs/index.html b/static/browse/railcraft/quarried_cobble_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/quarried_cobble_stairs/index.html rename to static/browse/railcraft/quarried_cobble_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/quarried_cobblestone.png b/static/browse/railcraft/quarried_cobblestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quarried_cobblestone.png rename to static/browse/railcraft/quarried_cobblestone/icon.png diff --git a/prerender/browse/railcraft/quarried_cobblestone/index.html b/static/browse/railcraft/quarried_cobblestone/index.html similarity index 100% rename from prerender/browse/railcraft/quarried_cobblestone/index.html rename to static/browse/railcraft/quarried_cobblestone/index.html diff --git a/src/data/railcraft/9.5.0/images/quarried_stone.png b/static/browse/railcraft/quarried_stone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quarried_stone.png rename to static/browse/railcraft/quarried_stone/icon.png diff --git a/prerender/browse/railcraft/quarried_stone/index.html b/static/browse/railcraft/quarried_stone/index.html similarity index 100% rename from prerender/browse/railcraft/quarried_stone/index.html rename to static/browse/railcraft/quarried_stone/index.html diff --git a/src/data/railcraft/9.5.0/images/quarried_stone_lantern.png b/static/browse/railcraft/quarried_stone_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quarried_stone_lantern.png rename to static/browse/railcraft/quarried_stone_lantern/icon.png diff --git a/prerender/browse/railcraft/quarried_stone_lantern/index.html b/static/browse/railcraft/quarried_stone_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/quarried_stone_lantern/index.html rename to static/browse/railcraft/quarried_stone_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/quartz_wall.png b/static/browse/railcraft/quartz_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/quartz_wall.png rename to static/browse/railcraft/quartz_wall/icon.png diff --git a/prerender/browse/railcraft/quartz_wall/index.html b/static/browse/railcraft/quartz_wall/index.html similarity index 100% rename from prerender/browse/railcraft/quartz_wall/index.html rename to static/browse/railcraft/quartz_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/railway_ticket.png b/static/browse/railcraft/railway_ticket/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/railway_ticket.png rename to static/browse/railcraft/railway_ticket/icon.png diff --git a/prerender/browse/railcraft/railway_ticket/index.html b/static/browse/railcraft/railway_ticket/index.html similarity index 100% rename from prerender/browse/railcraft/railway_ticket/index.html rename to static/browse/railcraft/railway_ticket/index.html diff --git a/src/data/railcraft/9.5.0/images/raw_firestone.png b/static/browse/railcraft/raw_firestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/raw_firestone.png rename to static/browse/railcraft/raw_firestone/icon.png diff --git a/prerender/browse/railcraft/raw_firestone/index.html b/static/browse/railcraft/raw_firestone/index.html similarity index 100% rename from prerender/browse/railcraft/raw_firestone/index.html rename to static/browse/railcraft/raw_firestone/index.html diff --git a/src/data/railcraft/9.5.0/images/rebar.png b/static/browse/railcraft/rebar/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/rebar.png rename to static/browse/railcraft/rebar/icon.png diff --git a/prerender/browse/railcraft/rebar/index.html b/static/browse/railcraft/rebar/index.html similarity index 100% rename from prerender/browse/railcraft/rebar/index.html rename to static/browse/railcraft/rebar/index.html diff --git a/src/data/railcraft/9.5.0/images/receiver_circuit.png b/static/browse/railcraft/receiver_circuit/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/receiver_circuit.png rename to static/browse/railcraft/receiver_circuit/icon.png diff --git a/prerender/browse/railcraft/receiver_circuit/index.html b/static/browse/railcraft/receiver_circuit/index.html similarity index 100% rename from prerender/browse/railcraft/receiver_circuit/index.html rename to static/browse/railcraft/receiver_circuit/index.html diff --git a/src/data/railcraft/9.5.0/images/recharging_firestone.png b/static/browse/railcraft/recharging_firestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/recharging_firestone.png rename to static/browse/railcraft/recharging_firestone/icon.png diff --git a/src/data/railcraft/9.5.0/images/red_metal_platform.png b/static/browse/railcraft/red_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/red_metal_platform.png rename to static/browse/railcraft/red_metal_platform/icon.png diff --git a/prerender/browse/railcraft/red_metal_platform/index.html b/static/browse/railcraft/red_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/red_metal_platform/index.html rename to static/browse/railcraft/red_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/red_metal_post.png b/static/browse/railcraft/red_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/red_metal_post.png rename to static/browse/railcraft/red_metal_post/icon.png diff --git a/prerender/browse/railcraft/red_metal_post/index.html b/static/browse/railcraft/red_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/red_metal_post/index.html rename to static/browse/railcraft/red_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/refined_firestone.png b/static/browse/railcraft/refined_firestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/refined_firestone.png rename to static/browse/railcraft/refined_firestone/icon.png diff --git a/prerender/browse/railcraft/refined_firestone/index.html b/static/browse/railcraft/refined_firestone/index.html similarity index 100% rename from prerender/browse/railcraft/refined_firestone/index.html rename to static/browse/railcraft/refined_firestone/index.html diff --git a/src/data/railcraft/9.5.0/images/refined_firestone_2.png b/static/browse/railcraft/refined_firestone_2/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/refined_firestone_2.png rename to static/browse/railcraft/refined_firestone_2/icon.png diff --git a/src/data/railcraft/9.5.0/images/reinforced_booster_track.png b/static/browse/railcraft/reinforced_booster_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/reinforced_booster_track.png rename to static/browse/railcraft/reinforced_booster_track/icon.png diff --git a/prerender/browse/railcraft/reinforced_booster_track/index.html b/static/browse/railcraft/reinforced_booster_track/index.html similarity index 100% rename from prerender/browse/railcraft/reinforced_booster_track/index.html rename to static/browse/railcraft/reinforced_booster_track/index.html diff --git a/src/data/railcraft/9.5.0/images/reinforced_crowbar.png b/static/browse/railcraft/reinforced_crowbar/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/reinforced_crowbar.png rename to static/browse/railcraft/reinforced_crowbar/icon.png diff --git a/prerender/browse/railcraft/reinforced_crowbar/index.html b/static/browse/railcraft/reinforced_crowbar/index.html similarity index 100% rename from prerender/browse/railcraft/reinforced_crowbar/index.html rename to static/browse/railcraft/reinforced_crowbar/index.html diff --git a/src/data/railcraft/9.5.0/images/reinforced_junction_track.png b/static/browse/railcraft/reinforced_junction_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/reinforced_junction_track.png rename to static/browse/railcraft/reinforced_junction_track/icon.png diff --git a/prerender/browse/railcraft/reinforced_junction_track/index.html b/static/browse/railcraft/reinforced_junction_track/index.html similarity index 100% rename from prerender/browse/railcraft/reinforced_junction_track/index.html rename to static/browse/railcraft/reinforced_junction_track/index.html diff --git a/src/data/railcraft/9.5.0/images/reinforced_rail.png b/static/browse/railcraft/reinforced_rail/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/reinforced_rail.png rename to static/browse/railcraft/reinforced_rail/icon.png diff --git a/prerender/browse/railcraft/reinforced_rail/index.html b/static/browse/railcraft/reinforced_rail/index.html similarity index 100% rename from prerender/browse/railcraft/reinforced_rail/index.html rename to static/browse/railcraft/reinforced_rail/index.html diff --git a/src/data/railcraft/9.5.0/images/reinforced_switch_track.png b/static/browse/railcraft/reinforced_switch_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/reinforced_switch_track.png rename to static/browse/railcraft/reinforced_switch_track/icon.png diff --git a/prerender/browse/railcraft/reinforced_switch_track/index.html b/static/browse/railcraft/reinforced_switch_track/index.html similarity index 100% rename from prerender/browse/railcraft/reinforced_switch_track/index.html rename to static/browse/railcraft/reinforced_switch_track/index.html diff --git a/src/data/railcraft/9.5.0/images/reinforced_track.png b/static/browse/railcraft/reinforced_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/reinforced_track.png rename to static/browse/railcraft/reinforced_track/icon.png diff --git a/prerender/browse/railcraft/reinforced_track/index.html b/static/browse/railcraft/reinforced_track/index.html similarity index 100% rename from prerender/browse/railcraft/reinforced_track/index.html rename to static/browse/railcraft/reinforced_track/index.html diff --git a/src/data/railcraft/9.5.0/images/reinforced_wye_track.png b/static/browse/railcraft/reinforced_wye_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/reinforced_wye_track.png rename to static/browse/railcraft/reinforced_wye_track/icon.png diff --git a/prerender/browse/railcraft/reinforced_wye_track/index.html b/static/browse/railcraft/reinforced_wye_track/index.html similarity index 100% rename from prerender/browse/railcraft/reinforced_wye_track/index.html rename to static/browse/railcraft/reinforced_wye_track/index.html diff --git a/src/data/railcraft/9.5.0/images/residual_heat.png b/static/browse/railcraft/residual_heat/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/residual_heat.png rename to static/browse/railcraft/residual_heat/icon.png diff --git a/src/data/railcraft/9.5.0/images/rock_crusher.png b/static/browse/railcraft/rock_crusher/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/rock_crusher.png rename to static/browse/railcraft/rock_crusher/icon.png diff --git a/prerender/browse/railcraft/rock_crusher/index.html b/static/browse/railcraft/rock_crusher/index.html similarity index 100% rename from prerender/browse/railcraft/rock_crusher/index.html rename to static/browse/railcraft/rock_crusher/index.html diff --git a/src/data/railcraft/9.5.0/images/rock_crusher_block.png b/static/browse/railcraft/rock_crusher_block/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/rock_crusher_block.png rename to static/browse/railcraft/rock_crusher_block/icon.png diff --git a/prerender/browse/railcraft/rock_crusher_block/index.html b/static/browse/railcraft/rock_crusher_block/index.html similarity index 100% rename from prerender/browse/railcraft/rock_crusher_block/index.html rename to static/browse/railcraft/rock_crusher_block/index.html diff --git a/src/data/railcraft/9.5.0/images/rock_crusher_layer.png b/static/browse/railcraft/rock_crusher_layer/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/rock_crusher_layer.png rename to static/browse/railcraft/rock_crusher_layer/icon.png diff --git a/prerender/browse/railcraft/rock_crusher_layer/index.html b/static/browse/railcraft/rock_crusher_layer/index.html similarity index 100% rename from prerender/browse/railcraft/rock_crusher_layer/index.html rename to static/browse/railcraft/rock_crusher_layer/index.html diff --git a/src/data/railcraft/9.5.0/images/rolling_machine.png b/static/browse/railcraft/rolling_machine/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/rolling_machine.png rename to static/browse/railcraft/rolling_machine/icon.png diff --git a/prerender/browse/railcraft/rolling_machine/index.html b/static/browse/railcraft/rolling_machine/index.html similarity index 100% rename from prerender/browse/railcraft/rolling_machine/index.html rename to static/browse/railcraft/rolling_machine/index.html diff --git a/src/data/railcraft/9.5.0/images/routing_switch_motor.png b/static/browse/railcraft/routing_switch_motor/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/routing_switch_motor.png rename to static/browse/railcraft/routing_switch_motor/icon.png diff --git a/prerender/browse/railcraft/routing_switch_motor/index.html b/static/browse/railcraft/routing_switch_motor/index.html similarity index 100% rename from prerender/browse/railcraft/routing_switch_motor/index.html rename to static/browse/railcraft/routing_switch_motor/index.html diff --git a/src/data/railcraft/9.5.0/images/routing_table.png b/static/browse/railcraft/routing_table/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/routing_table.png rename to static/browse/railcraft/routing_table/icon.png diff --git a/prerender/browse/railcraft/routing_table/index.html b/static/browse/railcraft/routing_table/index.html similarity index 100% rename from prerender/browse/railcraft/routing_table/index.html rename to static/browse/railcraft/routing_table/index.html diff --git a/src/data/railcraft/9.5.0/images/routing_track.png b/static/browse/railcraft/routing_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/routing_track.png rename to static/browse/railcraft/routing_track/icon.png diff --git a/prerender/browse/railcraft/routing_track/index.html b/static/browse/railcraft/routing_track/index.html similarity index 100% rename from prerender/browse/railcraft/routing_track/index.html rename to static/browse/railcraft/routing_track/index.html diff --git a/src/data/railcraft/9.5.0/images/saltpeter.png b/static/browse/railcraft/saltpeter/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/saltpeter.png rename to static/browse/railcraft/saltpeter/icon.png diff --git a/prerender/browse/railcraft/saltpeter/index.html b/static/browse/railcraft/saltpeter/index.html similarity index 100% rename from prerender/browse/railcraft/saltpeter/index.html rename to static/browse/railcraft/saltpeter/index.html diff --git a/src/data/railcraft/9.5.0/images/saltpeter_ore.png b/static/browse/railcraft/saltpeter_ore/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/saltpeter_ore.png rename to static/browse/railcraft/saltpeter_ore/icon.png diff --git a/prerender/browse/railcraft/saltpeter_ore/index.html b/static/browse/railcraft/saltpeter_ore/index.html similarity index 100% rename from prerender/browse/railcraft/saltpeter_ore/index.html rename to static/browse/railcraft/saltpeter_ore/index.html diff --git a/src/data/railcraft/9.5.0/images/saltpeter_ore_spawner.png b/static/browse/railcraft/saltpeter_ore_spawner/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/saltpeter_ore_spawner.png rename to static/browse/railcraft/saltpeter_ore_spawner/icon.png diff --git a/src/data/railcraft/9.5.0/images/sandstone_lantern.png b/static/browse/railcraft/sandstone_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandstone_lantern.png rename to static/browse/railcraft/sandstone_lantern/icon.png diff --git a/prerender/browse/railcraft/sandstone_lantern/index.html b/static/browse/railcraft/sandstone_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/sandstone_lantern/index.html rename to static/browse/railcraft/sandstone_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/sandstone_wall.png b/static/browse/railcraft/sandstone_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandstone_wall.png rename to static/browse/railcraft/sandstone_wall/icon.png diff --git a/prerender/browse/railcraft/sandstone_wall/index.html b/static/browse/railcraft/sandstone_wall/index.html similarity index 100% rename from prerender/browse/railcraft/sandstone_wall/index.html rename to static/browse/railcraft/sandstone_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/sandy_block.png b/static/browse/railcraft/sandy_block/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandy_block.png rename to static/browse/railcraft/sandy_block/icon.png diff --git a/prerender/browse/railcraft/sandy_block/index.html b/static/browse/railcraft/sandy_block/index.html similarity index 100% rename from prerender/browse/railcraft/sandy_block/index.html rename to static/browse/railcraft/sandy_block/index.html diff --git a/src/data/railcraft/9.5.0/images/sandy_block_slab.png b/static/browse/railcraft/sandy_block_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandy_block_slab.png rename to static/browse/railcraft/sandy_block_slab/icon.png diff --git a/prerender/browse/railcraft/sandy_block_slab/index.html b/static/browse/railcraft/sandy_block_slab/index.html similarity index 100% rename from prerender/browse/railcraft/sandy_block_slab/index.html rename to static/browse/railcraft/sandy_block_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/sandy_block_stairs.png b/static/browse/railcraft/sandy_block_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandy_block_stairs.png rename to static/browse/railcraft/sandy_block_stairs/icon.png diff --git a/prerender/browse/railcraft/sandy_block_stairs/index.html b/static/browse/railcraft/sandy_block_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/sandy_block_stairs/index.html rename to static/browse/railcraft/sandy_block_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/sandy_brick.png b/static/browse/railcraft/sandy_brick/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandy_brick.png rename to static/browse/railcraft/sandy_brick/icon.png diff --git a/prerender/browse/railcraft/sandy_brick/index.html b/static/browse/railcraft/sandy_brick/index.html similarity index 100% rename from prerender/browse/railcraft/sandy_brick/index.html rename to static/browse/railcraft/sandy_brick/index.html diff --git a/src/data/railcraft/9.5.0/images/sandy_brick_slab.png b/static/browse/railcraft/sandy_brick_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandy_brick_slab.png rename to static/browse/railcraft/sandy_brick_slab/icon.png diff --git a/prerender/browse/railcraft/sandy_brick_slab/index.html b/static/browse/railcraft/sandy_brick_slab/index.html similarity index 100% rename from prerender/browse/railcraft/sandy_brick_slab/index.html rename to static/browse/railcraft/sandy_brick_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/sandy_brick_stairs.png b/static/browse/railcraft/sandy_brick_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandy_brick_stairs.png rename to static/browse/railcraft/sandy_brick_stairs/icon.png diff --git a/prerender/browse/railcraft/sandy_brick_stairs/index.html b/static/browse/railcraft/sandy_brick_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/sandy_brick_stairs/index.html rename to static/browse/railcraft/sandy_brick_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/sandy_brick_wall.png b/static/browse/railcraft/sandy_brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandy_brick_wall.png rename to static/browse/railcraft/sandy_brick_wall/icon.png diff --git a/prerender/browse/railcraft/sandy_brick_wall/index.html b/static/browse/railcraft/sandy_brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/sandy_brick_wall/index.html rename to static/browse/railcraft/sandy_brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/sandy_cobble_slab.png b/static/browse/railcraft/sandy_cobble_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandy_cobble_slab.png rename to static/browse/railcraft/sandy_cobble_slab/icon.png diff --git a/prerender/browse/railcraft/sandy_cobble_slab/index.html b/static/browse/railcraft/sandy_cobble_slab/index.html similarity index 100% rename from prerender/browse/railcraft/sandy_cobble_slab/index.html rename to static/browse/railcraft/sandy_cobble_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/sandy_cobble_stairs.png b/static/browse/railcraft/sandy_cobble_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandy_cobble_stairs.png rename to static/browse/railcraft/sandy_cobble_stairs/icon.png diff --git a/prerender/browse/railcraft/sandy_cobble_stairs/index.html b/static/browse/railcraft/sandy_cobble_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/sandy_cobble_stairs/index.html rename to static/browse/railcraft/sandy_cobble_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/sandy_cobblestone.png b/static/browse/railcraft/sandy_cobblestone/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandy_cobblestone.png rename to static/browse/railcraft/sandy_cobblestone/icon.png diff --git a/prerender/browse/railcraft/sandy_cobblestone/index.html b/static/browse/railcraft/sandy_cobblestone/index.html similarity index 100% rename from prerender/browse/railcraft/sandy_cobblestone/index.html rename to static/browse/railcraft/sandy_cobblestone/index.html diff --git a/src/data/railcraft/9.5.0/images/sandy_stone_lantern.png b/static/browse/railcraft/sandy_stone_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sandy_stone_lantern.png rename to static/browse/railcraft/sandy_stone_lantern/icon.png diff --git a/prerender/browse/railcraft/sandy_stone_lantern/index.html b/static/browse/railcraft/sandy_stone_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/sandy_stone_lantern/index.html rename to static/browse/railcraft/sandy_stone_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/signal_block_relay_box.png b/static/browse/railcraft/signal_block_relay_box/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/signal_block_relay_box.png rename to static/browse/railcraft/signal_block_relay_box/icon.png diff --git a/prerender/browse/railcraft/signal_block_relay_box/index.html b/static/browse/railcraft/signal_block_relay_box/index.html similarity index 100% rename from prerender/browse/railcraft/signal_block_relay_box/index.html rename to static/browse/railcraft/signal_block_relay_box/index.html diff --git a/src/data/railcraft/9.5.0/images/signal_block_surveyor.png b/static/browse/railcraft/signal_block_surveyor/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/signal_block_surveyor.png rename to static/browse/railcraft/signal_block_surveyor/icon.png diff --git a/prerender/browse/railcraft/signal_block_surveyor/index.html b/static/browse/railcraft/signal_block_surveyor/index.html similarity index 100% rename from prerender/browse/railcraft/signal_block_surveyor/index.html rename to static/browse/railcraft/signal_block_surveyor/index.html diff --git a/src/data/railcraft/9.5.0/images/signal_capacitor_box.png b/static/browse/railcraft/signal_capacitor_box/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/signal_capacitor_box.png rename to static/browse/railcraft/signal_capacitor_box/icon.png diff --git a/prerender/browse/railcraft/signal_capacitor_box/index.html b/static/browse/railcraft/signal_capacitor_box/index.html similarity index 100% rename from prerender/browse/railcraft/signal_capacitor_box/index.html rename to static/browse/railcraft/signal_capacitor_box/index.html diff --git a/src/data/railcraft/9.5.0/images/signal_circuit.png b/static/browse/railcraft/signal_circuit/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/signal_circuit.png rename to static/browse/railcraft/signal_circuit/icon.png diff --git a/prerender/browse/railcraft/signal_circuit/index.html b/static/browse/railcraft/signal_circuit/index.html similarity index 100% rename from prerender/browse/railcraft/signal_circuit/index.html rename to static/browse/railcraft/signal_circuit/index.html diff --git a/src/data/railcraft/9.5.0/images/signal_controller_box.png b/static/browse/railcraft/signal_controller_box/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/signal_controller_box.png rename to static/browse/railcraft/signal_controller_box/icon.png diff --git a/prerender/browse/railcraft/signal_controller_box/index.html b/static/browse/railcraft/signal_controller_box/index.html similarity index 100% rename from prerender/browse/railcraft/signal_controller_box/index.html rename to static/browse/railcraft/signal_controller_box/index.html diff --git a/src/data/railcraft/9.5.0/images/signal_interlock_box.png b/static/browse/railcraft/signal_interlock_box/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/signal_interlock_box.png rename to static/browse/railcraft/signal_interlock_box/icon.png diff --git a/prerender/browse/railcraft/signal_interlock_box/index.html b/static/browse/railcraft/signal_interlock_box/index.html similarity index 100% rename from prerender/browse/railcraft/signal_interlock_box/index.html rename to static/browse/railcraft/signal_interlock_box/index.html diff --git a/src/data/railcraft/9.5.0/images/signal_lamp.png b/static/browse/railcraft/signal_lamp/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/signal_lamp.png rename to static/browse/railcraft/signal_lamp/icon.png diff --git a/prerender/browse/railcraft/signal_lamp/index.html b/static/browse/railcraft/signal_lamp/index.html similarity index 100% rename from prerender/browse/railcraft/signal_lamp/index.html rename to static/browse/railcraft/signal_lamp/index.html diff --git a/src/data/railcraft/9.5.0/images/signal_receiver_box.png b/static/browse/railcraft/signal_receiver_box/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/signal_receiver_box.png rename to static/browse/railcraft/signal_receiver_box/icon.png diff --git a/prerender/browse/railcraft/signal_receiver_box/index.html b/static/browse/railcraft/signal_receiver_box/index.html similarity index 100% rename from prerender/browse/railcraft/signal_receiver_box/index.html rename to static/browse/railcraft/signal_receiver_box/index.html diff --git a/src/data/railcraft/9.5.0/images/signal_sequencer_box.png b/static/browse/railcraft/signal_sequencer_box/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/signal_sequencer_box.png rename to static/browse/railcraft/signal_sequencer_box/icon.png diff --git a/prerender/browse/railcraft/signal_sequencer_box/index.html b/static/browse/railcraft/signal_sequencer_box/index.html similarity index 100% rename from prerender/browse/railcraft/signal_sequencer_box/index.html rename to static/browse/railcraft/signal_sequencer_box/index.html diff --git a/src/data/railcraft/9.5.0/images/signal_tuner.png b/static/browse/railcraft/signal_tuner/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/signal_tuner.png rename to static/browse/railcraft/signal_tuner/icon.png diff --git a/prerender/browse/railcraft/signal_tuner/index.html b/static/browse/railcraft/signal_tuner/index.html similarity index 100% rename from prerender/browse/railcraft/signal_tuner/index.html rename to static/browse/railcraft/signal_tuner/index.html diff --git a/src/data/railcraft/9.5.0/images/slightly_damaged_anvil.png b/static/browse/railcraft/slightly_damaged_anvil/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/slightly_damaged_anvil.png rename to static/browse/railcraft/slightly_damaged_anvil/icon.png diff --git a/src/data/railcraft/9.5.0/images/smoker.png b/static/browse/railcraft/smoker/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/smoker.png rename to static/browse/railcraft/smoker/icon.png diff --git a/prerender/browse/railcraft/smoker/index.html b/static/browse/railcraft/smoker/index.html similarity index 100% rename from prerender/browse/railcraft/smoker/index.html rename to static/browse/railcraft/smoker/index.html diff --git a/src/data/railcraft/9.5.0/images/smooth_sandstone_wall.png b/static/browse/railcraft/smooth_sandstone_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/smooth_sandstone_wall.png rename to static/browse/railcraft/smooth_sandstone_wall/icon.png diff --git a/prerender/browse/railcraft/smooth_sandstone_wall/index.html b/static/browse/railcraft/smooth_sandstone_wall/index.html similarity index 100% rename from prerender/browse/railcraft/smooth_sandstone_wall/index.html rename to static/browse/railcraft/smooth_sandstone_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/snow_slab.png b/static/browse/railcraft/snow_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/snow_slab.png rename to static/browse/railcraft/snow_slab/icon.png diff --git a/prerender/browse/railcraft/snow_slab/index.html b/static/browse/railcraft/snow_slab/index.html similarity index 100% rename from prerender/browse/railcraft/snow_slab/index.html rename to static/browse/railcraft/snow_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/snow_stairs.png b/static/browse/railcraft/snow_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/snow_stairs.png rename to static/browse/railcraft/snow_stairs/icon.png diff --git a/prerender/browse/railcraft/snow_stairs/index.html b/static/browse/railcraft/snow_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/snow_stairs/index.html rename to static/browse/railcraft/snow_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/snow_wall.png b/static/browse/railcraft/snow_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/snow_wall.png rename to static/browse/railcraft/snow_wall/icon.png diff --git a/prerender/browse/railcraft/snow_wall/index.html b/static/browse/railcraft/snow_wall/index.html similarity index 100% rename from prerender/browse/railcraft/snow_wall/index.html rename to static/browse/railcraft/snow_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/solid_fueled_boiler_firebox.png b/static/browse/railcraft/solid_fueled_boiler_firebox/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/solid_fueled_boiler_firebox.png rename to static/browse/railcraft/solid_fueled_boiler_firebox/icon.png diff --git a/prerender/browse/railcraft/solid_fueled_boiler_firebox/index.html b/static/browse/railcraft/solid_fueled_boiler_firebox/index.html similarity index 100% rename from prerender/browse/railcraft/solid_fueled_boiler_firebox/index.html rename to static/browse/railcraft/solid_fueled_boiler_firebox/index.html diff --git a/src/data/railcraft/9.5.0/images/standard_rail.png b/static/browse/railcraft/standard_rail/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/standard_rail.png rename to static/browse/railcraft/standard_rail/icon.png diff --git a/prerender/browse/railcraft/standard_rail/index.html b/static/browse/railcraft/standard_rail/index.html similarity index 100% rename from prerender/browse/railcraft/standard_rail/index.html rename to static/browse/railcraft/standard_rail/index.html diff --git a/src/data/railcraft/9.5.0/images/steam.png b/static/browse/railcraft/steam/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steam.png rename to static/browse/railcraft/steam/icon.png diff --git a/prerender/browse/railcraft/steam/index.html b/static/browse/railcraft/steam/index.html similarity index 100% rename from prerender/browse/railcraft/steam/index.html rename to static/browse/railcraft/steam/index.html diff --git a/src/data/railcraft/9.5.0/images/steam_boiler_simple.png b/static/browse/railcraft/steam_boiler_simple/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steam_boiler_simple.png rename to static/browse/railcraft/steam_boiler_simple/icon.png diff --git a/prerender/browse/railcraft/steam_boiler_simple/index.html b/static/browse/railcraft/steam_boiler_simple/index.html similarity index 100% rename from prerender/browse/railcraft/steam_boiler_simple/index.html rename to static/browse/railcraft/steam_boiler_simple/index.html diff --git a/src/data/railcraft/9.5.0/images/steam_bottle.png b/static/browse/railcraft/steam_bottle/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steam_bottle.png rename to static/browse/railcraft/steam_bottle/icon.png diff --git a/prerender/browse/railcraft/steam_bottle/index.html b/static/browse/railcraft/steam_bottle/index.html similarity index 100% rename from prerender/browse/railcraft/steam_bottle/index.html rename to static/browse/railcraft/steam_bottle/index.html diff --git a/src/data/railcraft/9.5.0/images/steam_locomotive.png b/static/browse/railcraft/steam_locomotive/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steam_locomotive.png rename to static/browse/railcraft/steam_locomotive/icon.png diff --git a/prerender/browse/railcraft/steam_locomotive/index.html b/static/browse/railcraft/steam_locomotive/index.html similarity index 100% rename from prerender/browse/railcraft/steam_locomotive/index.html rename to static/browse/railcraft/steam_locomotive/index.html diff --git a/src/data/railcraft/9.5.0/images/steam_oven.png b/static/browse/railcraft/steam_oven/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steam_oven.png rename to static/browse/railcraft/steam_oven/icon.png diff --git a/prerender/browse/railcraft/steam_oven/index.html b/static/browse/railcraft/steam_oven/index.html similarity index 100% rename from prerender/browse/railcraft/steam_oven/index.html rename to static/browse/railcraft/steam_oven/index.html diff --git a/src/data/railcraft/9.5.0/images/steam_turbine_housing.png b/static/browse/railcraft/steam_turbine_housing/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steam_turbine_housing.png rename to static/browse/railcraft/steam_turbine_housing/icon.png diff --git a/prerender/browse/railcraft/steam_turbine_housing/index.html b/static/browse/railcraft/steam_turbine_housing/index.html similarity index 100% rename from prerender/browse/railcraft/steam_turbine_housing/index.html rename to static/browse/railcraft/steam_turbine_housing/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_anvil.png b/static/browse/railcraft/steel_anvil/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_anvil.png rename to static/browse/railcraft/steel_anvil/icon.png diff --git a/prerender/browse/railcraft/steel_anvil/index.html b/static/browse/railcraft/steel_anvil/index.html similarity index 100% rename from prerender/browse/railcraft/steel_anvil/index.html rename to static/browse/railcraft/steel_anvil/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_axe.png b/static/browse/railcraft/steel_axe/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_axe.png rename to static/browse/railcraft/steel_axe/icon.png diff --git a/prerender/browse/railcraft/steel_axe/index.html b/static/browse/railcraft/steel_axe/index.html similarity index 100% rename from prerender/browse/railcraft/steel_axe/index.html rename to static/browse/railcraft/steel_axe/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_boots.png b/static/browse/railcraft/steel_boots/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_boots.png rename to static/browse/railcraft/steel_boots/icon.png diff --git a/prerender/browse/railcraft/steel_boots/index.html b/static/browse/railcraft/steel_boots/index.html similarity index 100% rename from prerender/browse/railcraft/steel_boots/index.html rename to static/browse/railcraft/steel_boots/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_bore_head.png b/static/browse/railcraft/steel_bore_head/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_bore_head.png rename to static/browse/railcraft/steel_bore_head/icon.png diff --git a/prerender/browse/railcraft/steel_bore_head/index.html b/static/browse/railcraft/steel_bore_head/index.html similarity index 100% rename from prerender/browse/railcraft/steel_bore_head/index.html rename to static/browse/railcraft/steel_bore_head/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_chestplate.png b/static/browse/railcraft/steel_chestplate/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_chestplate.png rename to static/browse/railcraft/steel_chestplate/icon.png diff --git a/prerender/browse/railcraft/steel_chestplate/index.html b/static/browse/railcraft/steel_chestplate/index.html similarity index 100% rename from prerender/browse/railcraft/steel_chestplate/index.html rename to static/browse/railcraft/steel_chestplate/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_gear.png b/static/browse/railcraft/steel_gear/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_gear.png rename to static/browse/railcraft/steel_gear/icon.png diff --git a/prerender/browse/railcraft/steel_gear/index.html b/static/browse/railcraft/steel_gear/index.html similarity index 100% rename from prerender/browse/railcraft/steel_gear/index.html rename to static/browse/railcraft/steel_gear/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_helmet.png b/static/browse/railcraft/steel_helmet/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_helmet.png rename to static/browse/railcraft/steel_helmet/icon.png diff --git a/prerender/browse/railcraft/steel_helmet/index.html b/static/browse/railcraft/steel_helmet/index.html similarity index 100% rename from prerender/browse/railcraft/steel_helmet/index.html rename to static/browse/railcraft/steel_helmet/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_hoe.png b/static/browse/railcraft/steel_hoe/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_hoe.png rename to static/browse/railcraft/steel_hoe/icon.png diff --git a/prerender/browse/railcraft/steel_hoe/index.html b/static/browse/railcraft/steel_hoe/index.html similarity index 100% rename from prerender/browse/railcraft/steel_hoe/index.html rename to static/browse/railcraft/steel_hoe/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_ingot.png b/static/browse/railcraft/steel_ingot/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_ingot.png rename to static/browse/railcraft/steel_ingot/icon.png diff --git a/prerender/browse/railcraft/steel_ingot/index.html b/static/browse/railcraft/steel_ingot/index.html similarity index 100% rename from prerender/browse/railcraft/steel_ingot/index.html rename to static/browse/railcraft/steel_ingot/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_lantern.png b/static/browse/railcraft/steel_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_lantern.png rename to static/browse/railcraft/steel_lantern/icon.png diff --git a/prerender/browse/railcraft/steel_lantern/index.html b/static/browse/railcraft/steel_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/steel_lantern/index.html rename to static/browse/railcraft/steel_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_leggings.png b/static/browse/railcraft/steel_leggings/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_leggings.png rename to static/browse/railcraft/steel_leggings/icon.png diff --git a/prerender/browse/railcraft/steel_leggings/index.html b/static/browse/railcraft/steel_leggings/index.html similarity index 100% rename from prerender/browse/railcraft/steel_leggings/index.html rename to static/browse/railcraft/steel_leggings/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_nugget.png b/static/browse/railcraft/steel_nugget/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_nugget.png rename to static/browse/railcraft/steel_nugget/icon.png diff --git a/prerender/browse/railcraft/steel_nugget/index.html b/static/browse/railcraft/steel_nugget/index.html similarity index 100% rename from prerender/browse/railcraft/steel_nugget/index.html rename to static/browse/railcraft/steel_nugget/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_pickaxe.png b/static/browse/railcraft/steel_pickaxe/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_pickaxe.png rename to static/browse/railcraft/steel_pickaxe/icon.png diff --git a/prerender/browse/railcraft/steel_pickaxe/index.html b/static/browse/railcraft/steel_pickaxe/index.html similarity index 100% rename from prerender/browse/railcraft/steel_pickaxe/index.html rename to static/browse/railcraft/steel_pickaxe/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_plate.png b/static/browse/railcraft/steel_plate/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_plate.png rename to static/browse/railcraft/steel_plate/icon.png diff --git a/prerender/browse/railcraft/steel_plate/index.html b/static/browse/railcraft/steel_plate/index.html similarity index 100% rename from prerender/browse/railcraft/steel_plate/index.html rename to static/browse/railcraft/steel_plate/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_shears.png b/static/browse/railcraft/steel_shears/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_shears.png rename to static/browse/railcraft/steel_shears/icon.png diff --git a/prerender/browse/railcraft/steel_shears/index.html b/static/browse/railcraft/steel_shears/index.html similarity index 100% rename from prerender/browse/railcraft/steel_shears/index.html rename to static/browse/railcraft/steel_shears/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_shovel.png b/static/browse/railcraft/steel_shovel/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_shovel.png rename to static/browse/railcraft/steel_shovel/icon.png diff --git a/prerender/browse/railcraft/steel_shovel/index.html b/static/browse/railcraft/steel_shovel/index.html similarity index 100% rename from prerender/browse/railcraft/steel_shovel/index.html rename to static/browse/railcraft/steel_shovel/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_slab.png b/static/browse/railcraft/steel_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_slab.png rename to static/browse/railcraft/steel_slab/icon.png diff --git a/prerender/browse/railcraft/steel_slab/index.html b/static/browse/railcraft/steel_slab/index.html similarity index 100% rename from prerender/browse/railcraft/steel_slab/index.html rename to static/browse/railcraft/steel_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_stairs.png b/static/browse/railcraft/steel_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_stairs.png rename to static/browse/railcraft/steel_stairs/icon.png diff --git a/prerender/browse/railcraft/steel_stairs/index.html b/static/browse/railcraft/steel_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/steel_stairs/index.html rename to static/browse/railcraft/steel_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_sword.png b/static/browse/railcraft/steel_sword/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_sword.png rename to static/browse/railcraft/steel_sword/icon.png diff --git a/prerender/browse/railcraft/steel_sword/index.html b/static/browse/railcraft/steel_sword/index.html similarity index 100% rename from prerender/browse/railcraft/steel_sword/index.html rename to static/browse/railcraft/steel_sword/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_tank_gauge.png b/static/browse/railcraft/steel_tank_gauge/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_tank_gauge.png rename to static/browse/railcraft/steel_tank_gauge/icon.png diff --git a/prerender/browse/railcraft/steel_tank_gauge/index.html b/static/browse/railcraft/steel_tank_gauge/index.html similarity index 100% rename from prerender/browse/railcraft/steel_tank_gauge/index.html rename to static/browse/railcraft/steel_tank_gauge/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_tank_valve.png b/static/browse/railcraft/steel_tank_valve/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_tank_valve.png rename to static/browse/railcraft/steel_tank_valve/icon.png diff --git a/prerender/browse/railcraft/steel_tank_valve/index.html b/static/browse/railcraft/steel_tank_valve/index.html similarity index 100% rename from prerender/browse/railcraft/steel_tank_valve/index.html rename to static/browse/railcraft/steel_tank_valve/index.html diff --git a/src/data/railcraft/9.5.0/images/steel_tank_wall.png b/static/browse/railcraft/steel_tank_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/steel_tank_wall.png rename to static/browse/railcraft/steel_tank_wall/icon.png diff --git a/prerender/browse/railcraft/steel_tank_wall/index.html b/static/browse/railcraft/steel_tank_wall/index.html similarity index 100% rename from prerender/browse/railcraft/steel_tank_wall/index.html rename to static/browse/railcraft/steel_tank_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/stone_brick_wall.png b/static/browse/railcraft/stone_brick_wall/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/stone_brick_wall.png rename to static/browse/railcraft/stone_brick_wall/icon.png diff --git a/prerender/browse/railcraft/stone_brick_wall/index.html b/static/browse/railcraft/stone_brick_wall/index.html similarity index 100% rename from prerender/browse/railcraft/stone_brick_wall/index.html rename to static/browse/railcraft/stone_brick_wall/index.html diff --git a/src/data/railcraft/9.5.0/images/stone_lantern.png b/static/browse/railcraft/stone_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/stone_lantern.png rename to static/browse/railcraft/stone_lantern/icon.png diff --git a/prerender/browse/railcraft/stone_lantern/index.html b/static/browse/railcraft/stone_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/stone_lantern/index.html rename to static/browse/railcraft/stone_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/stone_platform.png b/static/browse/railcraft/stone_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/stone_platform.png rename to static/browse/railcraft/stone_platform/icon.png diff --git a/prerender/browse/railcraft/stone_platform/index.html b/static/browse/railcraft/stone_platform/index.html similarity index 100% rename from prerender/browse/railcraft/stone_platform/index.html rename to static/browse/railcraft/stone_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/stone_post.png b/static/browse/railcraft/stone_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/stone_post.png rename to static/browse/railcraft/stone_post/icon.png diff --git a/prerender/browse/railcraft/stone_post/index.html b/static/browse/railcraft/stone_post/index.html similarity index 100% rename from prerender/browse/railcraft/stone_post/index.html rename to static/browse/railcraft/stone_post/index.html diff --git a/src/data/railcraft/9.5.0/images/stone_railbed.png b/static/browse/railcraft/stone_railbed/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/stone_railbed.png rename to static/browse/railcraft/stone_railbed/icon.png diff --git a/prerender/browse/railcraft/stone_railbed/index.html b/static/browse/railcraft/stone_railbed/index.html similarity index 100% rename from prerender/browse/railcraft/stone_railbed/index.html rename to static/browse/railcraft/stone_railbed/index.html diff --git a/src/data/railcraft/9.5.0/images/stone_tie.png b/static/browse/railcraft/stone_tie/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/stone_tie.png rename to static/browse/railcraft/stone_tie/icon.png diff --git a/prerender/browse/railcraft/stone_tie/index.html b/static/browse/railcraft/stone_tie/index.html similarity index 100% rename from prerender/browse/railcraft/stone_tie/index.html rename to static/browse/railcraft/stone_tie/index.html diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass.png b/static/browse/railcraft/strengthened_glass/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass.png rename to static/browse/railcraft/strengthened_glass/icon.png diff --git a/prerender/browse/railcraft/strengthened_glass/index.html b/static/browse/railcraft/strengthened_glass/index.html similarity index 100% rename from prerender/browse/railcraft/strengthened_glass/index.html rename to static/browse/railcraft/strengthened_glass/index.html diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_10.png b/static/browse/railcraft/strengthened_glass_10/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_10.png rename to static/browse/railcraft/strengthened_glass_10/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_11.png b/static/browse/railcraft/strengthened_glass_11/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_11.png rename to static/browse/railcraft/strengthened_glass_11/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_12.png b/static/browse/railcraft/strengthened_glass_12/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_12.png rename to static/browse/railcraft/strengthened_glass_12/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_13.png b/static/browse/railcraft/strengthened_glass_13/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_13.png rename to static/browse/railcraft/strengthened_glass_13/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_14.png b/static/browse/railcraft/strengthened_glass_14/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_14.png rename to static/browse/railcraft/strengthened_glass_14/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_15.png b/static/browse/railcraft/strengthened_glass_15/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_15.png rename to static/browse/railcraft/strengthened_glass_15/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_16.png b/static/browse/railcraft/strengthened_glass_16/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_16.png rename to static/browse/railcraft/strengthened_glass_16/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_2.png b/static/browse/railcraft/strengthened_glass_2/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_2.png rename to static/browse/railcraft/strengthened_glass_2/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_3.png b/static/browse/railcraft/strengthened_glass_3/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_3.png rename to static/browse/railcraft/strengthened_glass_3/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_4.png b/static/browse/railcraft/strengthened_glass_4/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_4.png rename to static/browse/railcraft/strengthened_glass_4/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_5.png b/static/browse/railcraft/strengthened_glass_5/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_5.png rename to static/browse/railcraft/strengthened_glass_5/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_6.png b/static/browse/railcraft/strengthened_glass_6/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_6.png rename to static/browse/railcraft/strengthened_glass_6/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_7.png b/static/browse/railcraft/strengthened_glass_7/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_7.png rename to static/browse/railcraft/strengthened_glass_7/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_8.png b/static/browse/railcraft/strengthened_glass_8/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_8.png rename to static/browse/railcraft/strengthened_glass_8/icon.png diff --git a/src/data/railcraft/9.5.0/images/strengthened_glass_9.png b/static/browse/railcraft/strengthened_glass_9/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/strengthened_glass_9.png rename to static/browse/railcraft/strengthened_glass_9/icon.png diff --git a/src/data/railcraft/9.5.0/images/sulfur.png b/static/browse/railcraft/sulfur/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sulfur.png rename to static/browse/railcraft/sulfur/icon.png diff --git a/prerender/browse/railcraft/sulfur/index.html b/static/browse/railcraft/sulfur/index.html similarity index 100% rename from prerender/browse/railcraft/sulfur/index.html rename to static/browse/railcraft/sulfur/index.html diff --git a/src/data/railcraft/9.5.0/images/sulfur_ore.png b/static/browse/railcraft/sulfur_ore/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/sulfur_ore.png rename to static/browse/railcraft/sulfur_ore/icon.png diff --git a/prerender/browse/railcraft/sulfur_ore/index.html b/static/browse/railcraft/sulfur_ore/index.html similarity index 100% rename from prerender/browse/railcraft/sulfur_ore/index.html rename to static/browse/railcraft/sulfur_ore/index.html diff --git a/src/data/railcraft/9.5.0/images/suspended_track.png b/static/browse/railcraft/suspended_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/suspended_track.png rename to static/browse/railcraft/suspended_track/icon.png diff --git a/prerender/browse/railcraft/suspended_track/index.html b/static/browse/railcraft/suspended_track/index.html similarity index 100% rename from prerender/browse/railcraft/suspended_track/index.html rename to static/browse/railcraft/suspended_track/index.html diff --git a/src/data/railcraft/9.5.0/images/switch_lever.png b/static/browse/railcraft/switch_lever/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/switch_lever.png rename to static/browse/railcraft/switch_lever/icon.png diff --git a/prerender/browse/railcraft/switch_lever/index.html b/static/browse/railcraft/switch_lever/index.html similarity index 100% rename from prerender/browse/railcraft/switch_lever/index.html rename to static/browse/railcraft/switch_lever/index.html diff --git a/src/data/railcraft/9.5.0/images/switch_motor.png b/static/browse/railcraft/switch_motor/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/switch_motor.png rename to static/browse/railcraft/switch_motor/icon.png diff --git a/prerender/browse/railcraft/switch_motor/index.html b/static/browse/railcraft/switch_motor/index.html similarity index 100% rename from prerender/browse/railcraft/switch_motor/index.html rename to static/browse/railcraft/switch_motor/index.html diff --git a/src/data/railcraft/9.5.0/images/switch_track.png b/static/browse/railcraft/switch_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/switch_track.png rename to static/browse/railcraft/switch_track/icon.png diff --git a/prerender/browse/railcraft/switch_track/index.html b/static/browse/railcraft/switch_track/index.html similarity index 100% rename from prerender/browse/railcraft/switch_track/index.html rename to static/browse/railcraft/switch_track/index.html diff --git a/src/data/railcraft/9.5.0/images/tank_cart.png b/static/browse/railcraft/tank_cart/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/tank_cart.png rename to static/browse/railcraft/tank_cart/icon.png diff --git a/prerender/browse/railcraft/tank_cart/index.html b/static/browse/railcraft/tank_cart/index.html similarity index 100% rename from prerender/browse/railcraft/tank_cart/index.html rename to static/browse/railcraft/tank_cart/index.html diff --git a/src/data/railcraft/9.5.0/images/tin_gear_bushing.png b/static/browse/railcraft/tin_gear_bushing/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/tin_gear_bushing.png rename to static/browse/railcraft/tin_gear_bushing/icon.png diff --git a/prerender/browse/railcraft/tin_gear_bushing/index.html b/static/browse/railcraft/tin_gear_bushing/index.html similarity index 100% rename from prerender/browse/railcraft/tin_gear_bushing/index.html rename to static/browse/railcraft/tin_gear_bushing/index.html diff --git a/src/data/railcraft/9.5.0/images/tin_ingot.png b/static/browse/railcraft/tin_ingot/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/tin_ingot.png rename to static/browse/railcraft/tin_ingot/icon.png diff --git a/prerender/browse/railcraft/tin_ingot/index.html b/static/browse/railcraft/tin_ingot/index.html similarity index 100% rename from prerender/browse/railcraft/tin_ingot/index.html rename to static/browse/railcraft/tin_ingot/index.html diff --git a/src/data/railcraft/9.5.0/images/tin_lantern.png b/static/browse/railcraft/tin_lantern/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/tin_lantern.png rename to static/browse/railcraft/tin_lantern/icon.png diff --git a/prerender/browse/railcraft/tin_lantern/index.html b/static/browse/railcraft/tin_lantern/index.html similarity index 100% rename from prerender/browse/railcraft/tin_lantern/index.html rename to static/browse/railcraft/tin_lantern/index.html diff --git a/src/data/railcraft/9.5.0/images/tin_nugget.png b/static/browse/railcraft/tin_nugget/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/tin_nugget.png rename to static/browse/railcraft/tin_nugget/icon.png diff --git a/prerender/browse/railcraft/tin_nugget/index.html b/static/browse/railcraft/tin_nugget/index.html similarity index 100% rename from prerender/browse/railcraft/tin_nugget/index.html rename to static/browse/railcraft/tin_nugget/index.html diff --git a/src/data/railcraft/9.5.0/images/tin_plate.png b/static/browse/railcraft/tin_plate/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/tin_plate.png rename to static/browse/railcraft/tin_plate/icon.png diff --git a/prerender/browse/railcraft/tin_plate/index.html b/static/browse/railcraft/tin_plate/index.html similarity index 100% rename from prerender/browse/railcraft/tin_plate/index.html rename to static/browse/railcraft/tin_plate/index.html diff --git a/src/data/railcraft/9.5.0/images/tin_slab.png b/static/browse/railcraft/tin_slab/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/tin_slab.png rename to static/browse/railcraft/tin_slab/icon.png diff --git a/prerender/browse/railcraft/tin_slab/index.html b/static/browse/railcraft/tin_slab/index.html similarity index 100% rename from prerender/browse/railcraft/tin_slab/index.html rename to static/browse/railcraft/tin_slab/index.html diff --git a/src/data/railcraft/9.5.0/images/tin_stairs.png b/static/browse/railcraft/tin_stairs/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/tin_stairs.png rename to static/browse/railcraft/tin_stairs/icon.png diff --git a/prerender/browse/railcraft/tin_stairs/index.html b/static/browse/railcraft/tin_stairs/index.html similarity index 100% rename from prerender/browse/railcraft/tin_stairs/index.html rename to static/browse/railcraft/tin_stairs/index.html diff --git a/src/data/railcraft/9.5.0/images/track.png b/static/browse/railcraft/track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/track.png rename to static/browse/railcraft/track/icon.png diff --git a/prerender/browse/railcraft/track/index.html b/static/browse/railcraft/track/index.html similarity index 100% rename from prerender/browse/railcraft/track/index.html rename to static/browse/railcraft/track/index.html diff --git a/src/data/railcraft/9.5.0/images/track_layer_cart.png b/static/browse/railcraft/track_layer_cart/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/track_layer_cart.png rename to static/browse/railcraft/track_layer_cart/icon.png diff --git a/prerender/browse/railcraft/track_layer_cart/index.html b/static/browse/railcraft/track_layer_cart/index.html similarity index 100% rename from prerender/browse/railcraft/track_layer_cart/index.html rename to static/browse/railcraft/track_layer_cart/index.html diff --git a/src/data/railcraft/9.5.0/images/track_relayer_cart.png b/static/browse/railcraft/track_relayer_cart/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/track_relayer_cart.png rename to static/browse/railcraft/track_relayer_cart/icon.png diff --git a/prerender/browse/railcraft/track_relayer_cart/index.html b/static/browse/railcraft/track_relayer_cart/index.html similarity index 100% rename from prerender/browse/railcraft/track_relayer_cart/index.html rename to static/browse/railcraft/track_relayer_cart/index.html diff --git a/src/data/railcraft/9.5.0/images/track_remover_cart.png b/static/browse/railcraft/track_remover_cart/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/track_remover_cart.png rename to static/browse/railcraft/track_remover_cart/icon.png diff --git a/prerender/browse/railcraft/track_remover_cart/index.html b/static/browse/railcraft/track_remover_cart/index.html similarity index 100% rename from prerender/browse/railcraft/track_remover_cart/index.html rename to static/browse/railcraft/track_remover_cart/index.html diff --git a/src/data/railcraft/9.5.0/images/trackman_s_goggles.png b/static/browse/railcraft/trackman_s_goggles/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/trackman_s_goggles.png rename to static/browse/railcraft/trackman_s_goggles/icon.png diff --git a/prerender/browse/railcraft/trackman_s_goggles/index.html b/static/browse/railcraft/trackman_s_goggles/index.html similarity index 100% rename from prerender/browse/railcraft/trackman_s_goggles/index.html rename to static/browse/railcraft/trackman_s_goggles/index.html diff --git a/src/data/railcraft/9.5.0/images/trade_station.png b/static/browse/railcraft/trade_station/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/trade_station.png rename to static/browse/railcraft/trade_station/icon.png diff --git a/prerender/browse/railcraft/trade_station/index.html b/static/browse/railcraft/trade_station/index.html similarity index 100% rename from prerender/browse/railcraft/trade_station/index.html rename to static/browse/railcraft/trade_station/index.html diff --git a/src/data/railcraft/9.5.0/images/train_dispenser.png b/static/browse/railcraft/train_dispenser/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/train_dispenser.png rename to static/browse/railcraft/train_dispenser/icon.png diff --git a/prerender/browse/railcraft/train_dispenser/index.html b/static/browse/railcraft/train_dispenser/index.html similarity index 100% rename from prerender/browse/railcraft/train_dispenser/index.html rename to static/browse/railcraft/train_dispenser/index.html diff --git a/src/data/railcraft/9.5.0/images/tunnel_bore.png b/static/browse/railcraft/tunnel_bore/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/tunnel_bore.png rename to static/browse/railcraft/tunnel_bore/icon.png diff --git a/prerender/browse/railcraft/tunnel_bore/index.html b/static/browse/railcraft/tunnel_bore/index.html similarity index 100% rename from prerender/browse/railcraft/tunnel_bore/index.html rename to static/browse/railcraft/tunnel_bore/index.html diff --git a/src/data/railcraft/9.5.0/images/turbine_blade.png b/static/browse/railcraft/turbine_blade/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/turbine_blade.png rename to static/browse/railcraft/turbine_blade/icon.png diff --git a/prerender/browse/railcraft/turbine_blade/index.html b/static/browse/railcraft/turbine_blade/index.html similarity index 100% rename from prerender/browse/railcraft/turbine_blade/index.html rename to static/browse/railcraft/turbine_blade/index.html diff --git a/src/data/railcraft/9.5.0/images/turbine_disk.png b/static/browse/railcraft/turbine_disk/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/turbine_disk.png rename to static/browse/railcraft/turbine_disk/icon.png diff --git a/prerender/browse/railcraft/turbine_disk/index.html b/static/browse/railcraft/turbine_disk/index.html similarity index 100% rename from prerender/browse/railcraft/turbine_disk/index.html rename to static/browse/railcraft/turbine_disk/index.html diff --git a/src/data/railcraft/9.5.0/images/turbine_rotor.png b/static/browse/railcraft/turbine_rotor/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/turbine_rotor.png rename to static/browse/railcraft/turbine_rotor/icon.png diff --git a/prerender/browse/railcraft/turbine_rotor/index.html b/static/browse/railcraft/turbine_rotor/index.html similarity index 100% rename from prerender/browse/railcraft/turbine_rotor/index.html rename to static/browse/railcraft/turbine_rotor/index.html diff --git a/src/data/railcraft/9.5.0/images/undercutter_cart.png b/static/browse/railcraft/undercutter_cart/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/undercutter_cart.png rename to static/browse/railcraft/undercutter_cart/icon.png diff --git a/prerender/browse/railcraft/undercutter_cart/index.html b/static/browse/railcraft/undercutter_cart/index.html similarity index 100% rename from prerender/browse/railcraft/undercutter_cart/index.html rename to static/browse/railcraft/undercutter_cart/index.html diff --git a/src/data/railcraft/9.5.0/images/very_damaged_anvil.png b/static/browse/railcraft/very_damaged_anvil/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/very_damaged_anvil.png rename to static/browse/railcraft/very_damaged_anvil/icon.png diff --git a/src/data/railcraft/9.5.0/images/void_chest.png b/static/browse/railcraft/void_chest/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/void_chest.png rename to static/browse/railcraft/void_chest/icon.png diff --git a/prerender/browse/railcraft/void_chest/index.html b/static/browse/railcraft/void_chest/index.html similarity index 100% rename from prerender/browse/railcraft/void_chest/index.html rename to static/browse/railcraft/void_chest/index.html diff --git a/src/data/railcraft/9.5.0/images/water_tank_siding.png b/static/browse/railcraft/water_tank_siding/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/water_tank_siding.png rename to static/browse/railcraft/water_tank_siding/icon.png diff --git a/prerender/browse/railcraft/water_tank_siding/index.html b/static/browse/railcraft/water_tank_siding/index.html similarity index 100% rename from prerender/browse/railcraft/water_tank_siding/index.html rename to static/browse/railcraft/water_tank_siding/index.html diff --git a/src/data/railcraft/9.5.0/images/whistle_track.png b/static/browse/railcraft/whistle_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/whistle_track.png rename to static/browse/railcraft/whistle_track/icon.png diff --git a/prerender/browse/railcraft/whistle_track/index.html b/static/browse/railcraft/whistle_track/index.html similarity index 100% rename from prerender/browse/railcraft/whistle_track/index.html rename to static/browse/railcraft/whistle_track/index.html diff --git a/src/data/railcraft/9.5.0/images/whistle_tuner.png b/static/browse/railcraft/whistle_tuner/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/whistle_tuner.png rename to static/browse/railcraft/whistle_tuner/icon.png diff --git a/prerender/browse/railcraft/whistle_tuner/index.html b/static/browse/railcraft/whistle_tuner/index.html similarity index 100% rename from prerender/browse/railcraft/whistle_tuner/index.html rename to static/browse/railcraft/whistle_tuner/index.html diff --git a/src/data/railcraft/9.5.0/images/white_metal_platform.png b/static/browse/railcraft/white_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/white_metal_platform.png rename to static/browse/railcraft/white_metal_platform/icon.png diff --git a/prerender/browse/railcraft/white_metal_platform/index.html b/static/browse/railcraft/white_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/white_metal_platform/index.html rename to static/browse/railcraft/white_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/white_metal_post.png b/static/browse/railcraft/white_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/white_metal_post.png rename to static/browse/railcraft/white_metal_post/icon.png diff --git a/prerender/browse/railcraft/white_metal_post/index.html b/static/browse/railcraft/white_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/white_metal_post/index.html rename to static/browse/railcraft/white_metal_post/index.html diff --git a/src/data/railcraft/9.5.0/images/wire_support_frame.png b/static/browse/railcraft/wire_support_frame/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wire_support_frame.png rename to static/browse/railcraft/wire_support_frame/icon.png diff --git a/prerender/browse/railcraft/wire_support_frame/index.html b/static/browse/railcraft/wire_support_frame/index.html similarity index 100% rename from prerender/browse/railcraft/wire_support_frame/index.html rename to static/browse/railcraft/wire_support_frame/index.html diff --git a/src/data/railcraft/9.5.0/images/wooden_booster_track.png b/static/browse/railcraft/wooden_booster_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wooden_booster_track.png rename to static/browse/railcraft/wooden_booster_track/icon.png diff --git a/prerender/browse/railcraft/wooden_booster_track/index.html b/static/browse/railcraft/wooden_booster_track/index.html similarity index 100% rename from prerender/browse/railcraft/wooden_booster_track/index.html rename to static/browse/railcraft/wooden_booster_track/index.html diff --git a/src/data/railcraft/9.5.0/images/wooden_junction_track.png b/static/browse/railcraft/wooden_junction_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wooden_junction_track.png rename to static/browse/railcraft/wooden_junction_track/icon.png diff --git a/prerender/browse/railcraft/wooden_junction_track/index.html b/static/browse/railcraft/wooden_junction_track/index.html similarity index 100% rename from prerender/browse/railcraft/wooden_junction_track/index.html rename to static/browse/railcraft/wooden_junction_track/index.html diff --git a/src/data/railcraft/9.5.0/images/wooden_platform.png b/static/browse/railcraft/wooden_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wooden_platform.png rename to static/browse/railcraft/wooden_platform/icon.png diff --git a/prerender/browse/railcraft/wooden_platform/index.html b/static/browse/railcraft/wooden_platform/index.html similarity index 100% rename from prerender/browse/railcraft/wooden_platform/index.html rename to static/browse/railcraft/wooden_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/wooden_post.png b/static/browse/railcraft/wooden_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wooden_post.png rename to static/browse/railcraft/wooden_post/icon.png diff --git a/prerender/browse/railcraft/wooden_post/index.html b/static/browse/railcraft/wooden_post/index.html similarity index 100% rename from prerender/browse/railcraft/wooden_post/index.html rename to static/browse/railcraft/wooden_post/index.html diff --git a/src/data/railcraft/9.5.0/images/wooden_rail.png b/static/browse/railcraft/wooden_rail/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wooden_rail.png rename to static/browse/railcraft/wooden_rail/icon.png diff --git a/prerender/browse/railcraft/wooden_rail/index.html b/static/browse/railcraft/wooden_rail/index.html similarity index 100% rename from prerender/browse/railcraft/wooden_rail/index.html rename to static/browse/railcraft/wooden_rail/index.html diff --git a/src/data/railcraft/9.5.0/images/wooden_railbed.png b/static/browse/railcraft/wooden_railbed/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wooden_railbed.png rename to static/browse/railcraft/wooden_railbed/icon.png diff --git a/prerender/browse/railcraft/wooden_railbed/index.html b/static/browse/railcraft/wooden_railbed/index.html similarity index 100% rename from prerender/browse/railcraft/wooden_railbed/index.html rename to static/browse/railcraft/wooden_railbed/index.html diff --git a/src/data/railcraft/9.5.0/images/wooden_switch_track.png b/static/browse/railcraft/wooden_switch_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wooden_switch_track.png rename to static/browse/railcraft/wooden_switch_track/icon.png diff --git a/prerender/browse/railcraft/wooden_switch_track/index.html b/static/browse/railcraft/wooden_switch_track/index.html similarity index 100% rename from prerender/browse/railcraft/wooden_switch_track/index.html rename to static/browse/railcraft/wooden_switch_track/index.html diff --git a/src/data/railcraft/9.5.0/images/wooden_tie.png b/static/browse/railcraft/wooden_tie/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wooden_tie.png rename to static/browse/railcraft/wooden_tie/icon.png diff --git a/prerender/browse/railcraft/wooden_tie/index.html b/static/browse/railcraft/wooden_tie/index.html similarity index 100% rename from prerender/browse/railcraft/wooden_tie/index.html rename to static/browse/railcraft/wooden_tie/index.html diff --git a/src/data/railcraft/9.5.0/images/wooden_tnt_cart.png b/static/browse/railcraft/wooden_tnt_cart/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wooden_tnt_cart.png rename to static/browse/railcraft/wooden_tnt_cart/icon.png diff --git a/prerender/browse/railcraft/wooden_tnt_cart/index.html b/static/browse/railcraft/wooden_tnt_cart/index.html similarity index 100% rename from prerender/browse/railcraft/wooden_tnt_cart/index.html rename to static/browse/railcraft/wooden_tnt_cart/index.html diff --git a/src/data/railcraft/9.5.0/images/wooden_track.png b/static/browse/railcraft/wooden_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wooden_track.png rename to static/browse/railcraft/wooden_track/icon.png diff --git a/prerender/browse/railcraft/wooden_track/index.html b/static/browse/railcraft/wooden_track/index.html similarity index 100% rename from prerender/browse/railcraft/wooden_track/index.html rename to static/browse/railcraft/wooden_track/index.html diff --git a/src/data/railcraft/9.5.0/images/wooden_wye_track.png b/static/browse/railcraft/wooden_wye_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wooden_wye_track.png rename to static/browse/railcraft/wooden_wye_track/icon.png diff --git a/prerender/browse/railcraft/wooden_wye_track/index.html b/static/browse/railcraft/wooden_wye_track/index.html similarity index 100% rename from prerender/browse/railcraft/wooden_wye_track/index.html rename to static/browse/railcraft/wooden_wye_track/index.html diff --git a/src/data/railcraft/9.5.0/images/work_cart.png b/static/browse/railcraft/work_cart/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/work_cart.png rename to static/browse/railcraft/work_cart/icon.png diff --git a/prerender/browse/railcraft/work_cart/index.html b/static/browse/railcraft/work_cart/index.html similarity index 100% rename from prerender/browse/railcraft/work_cart/index.html rename to static/browse/railcraft/work_cart/index.html diff --git a/src/data/railcraft/9.5.0/images/world_anchor.png b/static/browse/railcraft/world_anchor/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/world_anchor.png rename to static/browse/railcraft/world_anchor/icon.png diff --git a/prerender/browse/railcraft/world_anchor/index.html b/static/browse/railcraft/world_anchor/index.html similarity index 100% rename from prerender/browse/railcraft/world_anchor/index.html rename to static/browse/railcraft/world_anchor/index.html diff --git a/src/data/railcraft/9.5.0/images/wye_track.png b/static/browse/railcraft/wye_track/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/wye_track.png rename to static/browse/railcraft/wye_track/icon.png diff --git a/prerender/browse/railcraft/wye_track/index.html b/static/browse/railcraft/wye_track/index.html similarity index 100% rename from prerender/browse/railcraft/wye_track/index.html rename to static/browse/railcraft/wye_track/index.html diff --git a/src/data/railcraft/9.5.0/images/yellow_metal_platform.png b/static/browse/railcraft/yellow_metal_platform/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/yellow_metal_platform.png rename to static/browse/railcraft/yellow_metal_platform/icon.png diff --git a/prerender/browse/railcraft/yellow_metal_platform/index.html b/static/browse/railcraft/yellow_metal_platform/index.html similarity index 100% rename from prerender/browse/railcraft/yellow_metal_platform/index.html rename to static/browse/railcraft/yellow_metal_platform/index.html diff --git a/src/data/railcraft/9.5.0/images/yellow_metal_post.png b/static/browse/railcraft/yellow_metal_post/icon.png similarity index 100% rename from src/data/railcraft/9.5.0/images/yellow_metal_post.png rename to static/browse/railcraft/yellow_metal_post/icon.png diff --git a/prerender/browse/railcraft/yellow_metal_post/index.html b/static/browse/railcraft/yellow_metal_post/index.html similarity index 100% rename from prerender/browse/railcraft/yellow_metal_post/index.html rename to static/browse/railcraft/yellow_metal_post/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/1000mb_blazing_pyrotheum.png b/static/browse/thermal_expansion/1000mb_blazing_pyrotheum/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/1000mb_blazing_pyrotheum.png rename to static/browse/thermal_expansion/1000mb_blazing_pyrotheum/icon.png diff --git a/prerender/browse/thermal_expansion/1000mb_blazing_pyrotheum/index.html b/static/browse/thermal_expansion/1000mb_blazing_pyrotheum/index.html similarity index 100% rename from prerender/browse/thermal_expansion/1000mb_blazing_pyrotheum/index.html rename to static/browse/thermal_expansion/1000mb_blazing_pyrotheum/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/1000mb_destabilized_redstone.png b/static/browse/thermal_expansion/1000mb_destabilized_redstone/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/1000mb_destabilized_redstone.png rename to static/browse/thermal_expansion/1000mb_destabilized_redstone/icon.png diff --git a/prerender/browse/thermal_expansion/1000mb_destabilized_redstone/index.html b/static/browse/thermal_expansion/1000mb_destabilized_redstone/index.html similarity index 100% rename from prerender/browse/thermal_expansion/1000mb_destabilized_redstone/index.html rename to static/browse/thermal_expansion/1000mb_destabilized_redstone/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/1000mb_energized_glowstone.png b/static/browse/thermal_expansion/1000mb_energized_glowstone/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/1000mb_energized_glowstone.png rename to static/browse/thermal_expansion/1000mb_energized_glowstone/icon.png diff --git a/prerender/browse/thermal_expansion/1000mb_energized_glowstone/index.html b/static/browse/thermal_expansion/1000mb_energized_glowstone/index.html similarity index 100% rename from prerender/browse/thermal_expansion/1000mb_energized_glowstone/index.html rename to static/browse/thermal_expansion/1000mb_energized_glowstone/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/1000mb_gelid_cryotheum.png b/static/browse/thermal_expansion/1000mb_gelid_cryotheum/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/1000mb_gelid_cryotheum.png rename to static/browse/thermal_expansion/1000mb_gelid_cryotheum/icon.png diff --git a/prerender/browse/thermal_expansion/1000mb_gelid_cryotheum/index.html b/static/browse/thermal_expansion/1000mb_gelid_cryotheum/index.html similarity index 100% rename from prerender/browse/thermal_expansion/1000mb_gelid_cryotheum/index.html rename to static/browse/thermal_expansion/1000mb_gelid_cryotheum/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/1000mb_liquifacted_coal.png b/static/browse/thermal_expansion/1000mb_liquifacted_coal/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/1000mb_liquifacted_coal.png rename to static/browse/thermal_expansion/1000mb_liquifacted_coal/icon.png diff --git a/prerender/browse/thermal_expansion/1000mb_liquifacted_coal/index.html b/static/browse/thermal_expansion/1000mb_liquifacted_coal/index.html similarity index 100% rename from prerender/browse/thermal_expansion/1000mb_liquifacted_coal/index.html rename to static/browse/thermal_expansion/1000mb_liquifacted_coal/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/1000mb_primal_mana.png b/static/browse/thermal_expansion/1000mb_primal_mana/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/1000mb_primal_mana.png rename to static/browse/thermal_expansion/1000mb_primal_mana/icon.png diff --git a/prerender/browse/thermal_expansion/1000mb_primal_mana/index.html b/static/browse/thermal_expansion/1000mb_primal_mana/index.html similarity index 100% rename from prerender/browse/thermal_expansion/1000mb_primal_mana/index.html rename to static/browse/thermal_expansion/1000mb_primal_mana/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/1000mb_resonant_ender.png b/static/browse/thermal_expansion/1000mb_resonant_ender/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/1000mb_resonant_ender.png rename to static/browse/thermal_expansion/1000mb_resonant_ender/icon.png diff --git a/prerender/browse/thermal_expansion/1000mb_resonant_ender/index.html b/static/browse/thermal_expansion/1000mb_resonant_ender/index.html similarity index 100% rename from prerender/browse/thermal_expansion/1000mb_resonant_ender/index.html rename to static/browse/thermal_expansion/1000mb_resonant_ender/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/500mb_blazing_pyrotheum.png b/static/browse/thermal_expansion/500mb_blazing_pyrotheum/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/500mb_blazing_pyrotheum.png rename to static/browse/thermal_expansion/500mb_blazing_pyrotheum/icon.png diff --git a/prerender/browse/thermal_expansion/500mb_blazing_pyrotheum/index.html b/static/browse/thermal_expansion/500mb_blazing_pyrotheum/index.html similarity index 100% rename from prerender/browse/thermal_expansion/500mb_blazing_pyrotheum/index.html rename to static/browse/thermal_expansion/500mb_blazing_pyrotheum/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/500mb_destabilized_redstone.png b/static/browse/thermal_expansion/500mb_destabilized_redstone/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/500mb_destabilized_redstone.png rename to static/browse/thermal_expansion/500mb_destabilized_redstone/icon.png diff --git a/prerender/browse/thermal_expansion/500mb_destabilized_redstone/index.html b/static/browse/thermal_expansion/500mb_destabilized_redstone/index.html similarity index 100% rename from prerender/browse/thermal_expansion/500mb_destabilized_redstone/index.html rename to static/browse/thermal_expansion/500mb_destabilized_redstone/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/500mb_gelid_cryotheum.png b/static/browse/thermal_expansion/500mb_gelid_cryotheum/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/500mb_gelid_cryotheum.png rename to static/browse/thermal_expansion/500mb_gelid_cryotheum/icon.png diff --git a/prerender/browse/thermal_expansion/500mb_gelid_cryotheum/index.html b/static/browse/thermal_expansion/500mb_gelid_cryotheum/index.html similarity index 100% rename from prerender/browse/thermal_expansion/500mb_gelid_cryotheum/index.html rename to static/browse/thermal_expansion/500mb_gelid_cryotheum/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/500mb_liquifacted_coal.png b/static/browse/thermal_expansion/500mb_liquifacted_coal/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/500mb_liquifacted_coal.png rename to static/browse/thermal_expansion/500mb_liquifacted_coal/icon.png diff --git a/prerender/browse/thermal_expansion/500mb_liquifacted_coal/index.html b/static/browse/thermal_expansion/500mb_liquifacted_coal/index.html similarity index 100% rename from prerender/browse/thermal_expansion/500mb_liquifacted_coal/index.html rename to static/browse/thermal_expansion/500mb_liquifacted_coal/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/aqueous_accumulator.png b/static/browse/thermal_expansion/aqueous_accumulator/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/aqueous_accumulator.png rename to static/browse/thermal_expansion/aqueous_accumulator/icon.png diff --git a/prerender/browse/thermal_expansion/aqueous_accumulator/index.html b/static/browse/thermal_expansion/aqueous_accumulator/index.html similarity index 100% rename from prerender/browse/thermal_expansion/aqueous_accumulator/index.html rename to static/browse/thermal_expansion/aqueous_accumulator/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/aqueous_accumulator_hardened.png b/static/browse/thermal_expansion/aqueous_accumulator_hardened/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/aqueous_accumulator_hardened.png rename to static/browse/thermal_expansion/aqueous_accumulator_hardened/icon.png diff --git a/prerender/browse/thermal_expansion/aqueous_accumulator_hardened/index.html b/static/browse/thermal_expansion/aqueous_accumulator_hardened/index.html similarity index 100% rename from prerender/browse/thermal_expansion/aqueous_accumulator_hardened/index.html rename to static/browse/thermal_expansion/aqueous_accumulator_hardened/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/aqueous_accumulator_reinforced.png b/static/browse/thermal_expansion/aqueous_accumulator_reinforced/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/aqueous_accumulator_reinforced.png rename to static/browse/thermal_expansion/aqueous_accumulator_reinforced/icon.png diff --git a/prerender/browse/thermal_expansion/aqueous_accumulator_reinforced/index.html b/static/browse/thermal_expansion/aqueous_accumulator_reinforced/index.html similarity index 100% rename from prerender/browse/thermal_expansion/aqueous_accumulator_reinforced/index.html rename to static/browse/thermal_expansion/aqueous_accumulator_reinforced/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/aqueous_accumulator_resonant.png b/static/browse/thermal_expansion/aqueous_accumulator_resonant/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/aqueous_accumulator_resonant.png rename to static/browse/thermal_expansion/aqueous_accumulator_resonant/icon.png diff --git a/prerender/browse/thermal_expansion/aqueous_accumulator_resonant/index.html b/static/browse/thermal_expansion/aqueous_accumulator_resonant/index.html similarity index 100% rename from prerender/browse/thermal_expansion/aqueous_accumulator_resonant/index.html rename to static/browse/thermal_expansion/aqueous_accumulator_resonant/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_cryocoil_flux_amplifier.png b/static/browse/thermal_expansion/augment_cryocoil_flux_amplifier/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_cryocoil_flux_amplifier.png rename to static/browse/thermal_expansion/augment_cryocoil_flux_amplifier/icon.png diff --git a/prerender/browse/thermal_expansion/augment_cryocoil_flux_amplifier/index.html b/static/browse/thermal_expansion/augment_cryocoil_flux_amplifier/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_cryocoil_flux_amplifier/index.html rename to static/browse/thermal_expansion/augment_cryocoil_flux_amplifier/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_cryocoil_regulator.png b/static/browse/thermal_expansion/augment_cryocoil_regulator/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_cryocoil_regulator.png rename to static/browse/thermal_expansion/augment_cryocoil_regulator/icon.png diff --git a/prerender/browse/thermal_expansion/augment_cryocoil_regulator/index.html b/static/browse/thermal_expansion/augment_cryocoil_regulator/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_cryocoil_regulator/index.html rename to static/browse/thermal_expansion/augment_cryocoil_regulator/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_flux_linkage_optimization.png b/static/browse/thermal_expansion/augment_flux_linkage_optimization/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_flux_linkage_optimization.png rename to static/browse/thermal_expansion/augment_flux_linkage_optimization/icon.png diff --git a/prerender/browse/thermal_expansion/augment_flux_linkage_optimization/index.html b/static/browse/thermal_expansion/augment_flux_linkage_optimization/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_flux_linkage_optimization/index.html rename to static/browse/thermal_expansion/augment_flux_linkage_optimization/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_flux_modulation_booster.png b/static/browse/thermal_expansion/augment_flux_modulation_booster/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_flux_modulation_booster.png rename to static/browse/thermal_expansion/augment_flux_modulation_booster/icon.png diff --git a/prerender/browse/thermal_expansion/augment_flux_modulation_booster/index.html b/static/browse/thermal_expansion/augment_flux_modulation_booster/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_flux_modulation_booster/index.html rename to static/browse/thermal_expansion/augment_flux_modulation_booster/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_gyroservo_feedback.png b/static/browse/thermal_expansion/augment_gyroservo_feedback/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_gyroservo_feedback.png rename to static/browse/thermal_expansion/augment_gyroservo_feedback/icon.png diff --git a/prerender/browse/thermal_expansion/augment_gyroservo_feedback/index.html b/static/browse/thermal_expansion/augment_gyroservo_feedback/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_gyroservo_feedback/index.html rename to static/browse/thermal_expansion/augment_gyroservo_feedback/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_integrated_modular_framework.png b/static/browse/thermal_expansion/augment_integrated_modular_framework/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_integrated_modular_framework.png rename to static/browse/thermal_expansion/augment_integrated_modular_framework/icon.png diff --git a/prerender/browse/thermal_expansion/augment_integrated_modular_framework/index.html b/static/browse/thermal_expansion/augment_integrated_modular_framework/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_integrated_modular_framework/index.html rename to static/browse/thermal_expansion/augment_integrated_modular_framework/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_integrated_redstone_circuit.png b/static/browse/thermal_expansion/augment_integrated_redstone_circuit/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_integrated_redstone_circuit.png rename to static/browse/thermal_expansion/augment_integrated_redstone_circuit/icon.png diff --git a/prerender/browse/thermal_expansion/augment_integrated_redstone_circuit/index.html b/static/browse/thermal_expansion/augment_integrated_redstone_circuit/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_integrated_redstone_circuit/index.html rename to static/browse/thermal_expansion/augment_integrated_redstone_circuit/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_integrated_servo_mechanism.png b/static/browse/thermal_expansion/augment_integrated_servo_mechanism/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_integrated_servo_mechanism.png rename to static/browse/thermal_expansion/augment_integrated_servo_mechanism/icon.png diff --git a/prerender/browse/thermal_expansion/augment_integrated_servo_mechanism/index.html b/static/browse/thermal_expansion/augment_integrated_servo_mechanism/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_integrated_servo_mechanism/index.html rename to static/browse/thermal_expansion/augment_integrated_servo_mechanism/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_overclocked_modular_gearbox.png b/static/browse/thermal_expansion/augment_overclocked_modular_gearbox/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_overclocked_modular_gearbox.png rename to static/browse/thermal_expansion/augment_overclocked_modular_gearbox/icon.png diff --git a/prerender/browse/thermal_expansion/augment_overclocked_modular_gearbox/index.html b/static/browse/thermal_expansion/augment_overclocked_modular_gearbox/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_overclocked_modular_gearbox/index.html rename to static/browse/thermal_expansion/augment_overclocked_modular_gearbox/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_secondary_gearbox.png b/static/browse/thermal_expansion/augment_secondary_gearbox/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_secondary_gearbox.png rename to static/browse/thermal_expansion/augment_secondary_gearbox/icon.png diff --git a/prerender/browse/thermal_expansion/augment_secondary_gearbox/index.html b/static/browse/thermal_expansion/augment_secondary_gearbox/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_secondary_gearbox/index.html rename to static/browse/thermal_expansion/augment_secondary_gearbox/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_secondary_reception_coil.png b/static/browse/thermal_expansion/augment_secondary_reception_coil/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_secondary_reception_coil.png rename to static/browse/thermal_expansion/augment_secondary_reception_coil/icon.png diff --git a/prerender/browse/thermal_expansion/augment_secondary_reception_coil/index.html b/static/browse/thermal_expansion/augment_secondary_reception_coil/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_secondary_reception_coil/index.html rename to static/browse/thermal_expansion/augment_secondary_reception_coil/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_secondary_sieve.png b/static/browse/thermal_expansion/augment_secondary_sieve/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_secondary_sieve.png rename to static/browse/thermal_expansion/augment_secondary_sieve/icon.png diff --git a/prerender/browse/thermal_expansion/augment_secondary_sieve/index.html b/static/browse/thermal_expansion/augment_secondary_sieve/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_secondary_sieve/index.html rename to static/browse/thermal_expansion/augment_secondary_sieve/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_secondary_transmission_coil.png b/static/browse/thermal_expansion/augment_secondary_transmission_coil/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_secondary_transmission_coil.png rename to static/browse/thermal_expansion/augment_secondary_transmission_coil/icon.png diff --git a/prerender/browse/thermal_expansion/augment_secondary_transmission_coil/index.html b/static/browse/thermal_expansion/augment_secondary_transmission_coil/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_secondary_transmission_coil/index.html rename to static/browse/thermal_expansion/augment_secondary_transmission_coil/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_space_time_flux_unifier.png b/static/browse/thermal_expansion/augment_space_time_flux_unifier/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_space_time_flux_unifier.png rename to static/browse/thermal_expansion/augment_space_time_flux_unifier/icon.png diff --git a/prerender/browse/thermal_expansion/augment_space_time_flux_unifier/index.html b/static/browse/thermal_expansion/augment_space_time_flux_unifier/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_space_time_flux_unifier/index.html rename to static/browse/thermal_expansion/augment_space_time_flux_unifier/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_stabilized_frame.png b/static/browse/thermal_expansion/augment_stabilized_frame/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_stabilized_frame.png rename to static/browse/thermal_expansion/augment_stabilized_frame/icon.png diff --git a/prerender/browse/thermal_expansion/augment_stabilized_frame/index.html b/static/browse/thermal_expansion/augment_stabilized_frame/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_stabilized_frame/index.html rename to static/browse/thermal_expansion/augment_stabilized_frame/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/augment_transmission_coil_ducting.png b/static/browse/thermal_expansion/augment_transmission_coil_ducting/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/augment_transmission_coil_ducting.png rename to static/browse/thermal_expansion/augment_transmission_coil_ducting/icon.png diff --git a/prerender/browse/thermal_expansion/augment_transmission_coil_ducting/index.html b/static/browse/thermal_expansion/augment_transmission_coil_ducting/index.html similarity index 100% rename from prerender/browse/thermal_expansion/augment_transmission_coil_ducting/index.html rename to static/browse/thermal_expansion/augment_transmission_coil_ducting/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/autonomous_activator.png b/static/browse/thermal_expansion/autonomous_activator/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/autonomous_activator.png rename to static/browse/thermal_expansion/autonomous_activator/icon.png diff --git a/prerender/browse/thermal_expansion/autonomous_activator/index.html b/static/browse/thermal_expansion/autonomous_activator/index.html similarity index 100% rename from prerender/browse/thermal_expansion/autonomous_activator/index.html rename to static/browse/thermal_expansion/autonomous_activator/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/basic_cache.png b/static/browse/thermal_expansion/basic_cache/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/basic_cache.png rename to static/browse/thermal_expansion/basic_cache/icon.png diff --git a/prerender/browse/thermal_expansion/basic_cache/index.html b/static/browse/thermal_expansion/basic_cache/index.html similarity index 100% rename from prerender/browse/thermal_expansion/basic_cache/index.html rename to static/browse/thermal_expansion/basic_cache/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/black_rockwool.png b/static/browse/thermal_expansion/black_rockwool/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/black_rockwool.png rename to static/browse/thermal_expansion/black_rockwool/icon.png diff --git a/prerender/browse/thermal_expansion/black_rockwool/index.html b/static/browse/thermal_expansion/black_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/black_rockwool/index.html rename to static/browse/thermal_expansion/black_rockwool/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/blazing_pyrotheum_bucket.png b/static/browse/thermal_expansion/blazing_pyrotheum_bucket/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/blazing_pyrotheum_bucket.png rename to static/browse/thermal_expansion/blazing_pyrotheum_bucket/icon.png diff --git a/prerender/browse/thermal_expansion/blazing_pyrotheum_bucket/index.html b/static/browse/thermal_expansion/blazing_pyrotheum_bucket/index.html similarity index 100% rename from prerender/browse/thermal_expansion/blazing_pyrotheum_bucket/index.html rename to static/browse/thermal_expansion/blazing_pyrotheum_bucket/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/blizz_powder.png b/static/browse/thermal_expansion/blizz_powder/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/blizz_powder.png rename to static/browse/thermal_expansion/blizz_powder/icon.png diff --git a/prerender/browse/thermal_expansion/blizz_powder/index.html b/static/browse/thermal_expansion/blizz_powder/index.html similarity index 100% rename from prerender/browse/thermal_expansion/blizz_powder/index.html rename to static/browse/thermal_expansion/blizz_powder/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/blizz_rod.png b/static/browse/thermal_expansion/blizz_rod/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/blizz_rod.png rename to static/browse/thermal_expansion/blizz_rod/icon.png diff --git a/prerender/browse/thermal_expansion/blizz_rod/index.html b/static/browse/thermal_expansion/blizz_rod/index.html similarity index 100% rename from prerender/browse/thermal_expansion/blizz_rod/index.html rename to static/browse/thermal_expansion/blizz_rod/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/blue_rockwool.png b/static/browse/thermal_expansion/blue_rockwool/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/blue_rockwool.png rename to static/browse/thermal_expansion/blue_rockwool/icon.png diff --git a/prerender/browse/thermal_expansion/blue_rockwool/index.html b/static/browse/thermal_expansion/blue_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/blue_rockwool/index.html rename to static/browse/thermal_expansion/blue_rockwool/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/brown_rockwool.png b/static/browse/thermal_expansion/brown_rockwool/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/brown_rockwool.png rename to static/browse/thermal_expansion/brown_rockwool/icon.png diff --git a/prerender/browse/thermal_expansion/brown_rockwool/index.html b/static/browse/thermal_expansion/brown_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/brown_rockwool/index.html rename to static/browse/thermal_expansion/brown_rockwool/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/cinnabar.png b/static/browse/thermal_expansion/cinnabar/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/cinnabar.png rename to static/browse/thermal_expansion/cinnabar/icon.png diff --git a/prerender/browse/thermal_expansion/cinnabar/index.html b/static/browse/thermal_expansion/cinnabar/index.html similarity index 100% rename from prerender/browse/thermal_expansion/cinnabar/index.html rename to static/browse/thermal_expansion/cinnabar/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/compressed_sawdust.png b/static/browse/thermal_expansion/compressed_sawdust/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/compressed_sawdust.png rename to static/browse/thermal_expansion/compressed_sawdust/icon.png diff --git a/prerender/browse/thermal_expansion/compressed_sawdust/index.html b/static/browse/thermal_expansion/compressed_sawdust/index.html similarity index 100% rename from prerender/browse/thermal_expansion/compressed_sawdust/index.html rename to static/browse/thermal_expansion/compressed_sawdust/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/compression_dynamo.png b/static/browse/thermal_expansion/compression_dynamo/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/compression_dynamo.png rename to static/browse/thermal_expansion/compression_dynamo/icon.png diff --git a/prerender/browse/thermal_expansion/compression_dynamo/index.html b/static/browse/thermal_expansion/compression_dynamo/index.html similarity index 100% rename from prerender/browse/thermal_expansion/compression_dynamo/index.html rename to static/browse/thermal_expansion/compression_dynamo/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/copper_block.png b/static/browse/thermal_expansion/copper_block/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/copper_block.png rename to static/browse/thermal_expansion/copper_block/icon.png diff --git a/prerender/browse/thermal_expansion/copper_block/index.html b/static/browse/thermal_expansion/copper_block/index.html similarity index 100% rename from prerender/browse/thermal_expansion/copper_block/index.html rename to static/browse/thermal_expansion/copper_block/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/copper_gear.png b/static/browse/thermal_expansion/copper_gear/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/copper_gear.png rename to static/browse/thermal_expansion/copper_gear/icon.png diff --git a/prerender/browse/thermal_expansion/copper_gear/index.html b/static/browse/thermal_expansion/copper_gear/index.html similarity index 100% rename from prerender/browse/thermal_expansion/copper_gear/index.html rename to static/browse/thermal_expansion/copper_gear/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/copper_ingot.png b/static/browse/thermal_expansion/copper_ingot/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/copper_ingot.png rename to static/browse/thermal_expansion/copper_ingot/icon.png diff --git a/prerender/browse/thermal_expansion/copper_ingot/index.html b/static/browse/thermal_expansion/copper_ingot/index.html similarity index 100% rename from prerender/browse/thermal_expansion/copper_ingot/index.html rename to static/browse/thermal_expansion/copper_ingot/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/copper_nugget.png b/static/browse/thermal_expansion/copper_nugget/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/copper_nugget.png rename to static/browse/thermal_expansion/copper_nugget/icon.png diff --git a/prerender/browse/thermal_expansion/copper_nugget/index.html b/static/browse/thermal_expansion/copper_nugget/index.html similarity index 100% rename from prerender/browse/thermal_expansion/copper_nugget/index.html rename to static/browse/thermal_expansion/copper_nugget/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/copper_ore.png b/static/browse/thermal_expansion/copper_ore/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/copper_ore.png rename to static/browse/thermal_expansion/copper_ore/icon.png diff --git a/prerender/browse/thermal_expansion/copper_ore/index.html b/static/browse/thermal_expansion/copper_ore/index.html similarity index 100% rename from prerender/browse/thermal_expansion/copper_ore/index.html rename to static/browse/thermal_expansion/copper_ore/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/crescent_hammer.png b/static/browse/thermal_expansion/crescent_hammer/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/crescent_hammer.png rename to static/browse/thermal_expansion/crescent_hammer/icon.png diff --git a/prerender/browse/thermal_expansion/crescent_hammer/index.html b/static/browse/thermal_expansion/crescent_hammer/index.html similarity index 100% rename from prerender/browse/thermal_expansion/crescent_hammer/index.html rename to static/browse/thermal_expansion/crescent_hammer/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/cryotheum_dust.png b/static/browse/thermal_expansion/cryotheum_dust/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/cryotheum_dust.png rename to static/browse/thermal_expansion/cryotheum_dust/icon.png diff --git a/prerender/browse/thermal_expansion/cryotheum_dust/index.html b/static/browse/thermal_expansion/cryotheum_dust/index.html similarity index 100% rename from prerender/browse/thermal_expansion/cryotheum_dust/index.html rename to static/browse/thermal_expansion/cryotheum_dust/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/cyan_rockwool.png b/static/browse/thermal_expansion/cyan_rockwool/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/cyan_rockwool.png rename to static/browse/thermal_expansion/cyan_rockwool/icon.png diff --git a/prerender/browse/thermal_expansion/cyan_rockwool/index.html b/static/browse/thermal_expansion/cyan_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/cyan_rockwool/index.html rename to static/browse/thermal_expansion/cyan_rockwool/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/cyclic_assembler.png b/static/browse/thermal_expansion/cyclic_assembler/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/cyclic_assembler.png rename to static/browse/thermal_expansion/cyclic_assembler/icon.png diff --git a/prerender/browse/thermal_expansion/cyclic_assembler/index.html b/static/browse/thermal_expansion/cyclic_assembler/index.html similarity index 100% rename from prerender/browse/thermal_expansion/cyclic_assembler/index.html rename to static/browse/thermal_expansion/cyclic_assembler/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/cyclic_assembler_hardened.png b/static/browse/thermal_expansion/cyclic_assembler_hardened/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/cyclic_assembler_hardened.png rename to static/browse/thermal_expansion/cyclic_assembler_hardened/icon.png diff --git a/prerender/browse/thermal_expansion/cyclic_assembler_hardened/index.html b/static/browse/thermal_expansion/cyclic_assembler_hardened/index.html similarity index 100% rename from prerender/browse/thermal_expansion/cyclic_assembler_hardened/index.html rename to static/browse/thermal_expansion/cyclic_assembler_hardened/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/cyclic_assembler_reinforced.png b/static/browse/thermal_expansion/cyclic_assembler_reinforced/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/cyclic_assembler_reinforced.png rename to static/browse/thermal_expansion/cyclic_assembler_reinforced/icon.png diff --git a/prerender/browse/thermal_expansion/cyclic_assembler_reinforced/index.html b/static/browse/thermal_expansion/cyclic_assembler_reinforced/index.html similarity index 100% rename from prerender/browse/thermal_expansion/cyclic_assembler_reinforced/index.html rename to static/browse/thermal_expansion/cyclic_assembler_reinforced/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/cyclic_assembler_resonant.png b/static/browse/thermal_expansion/cyclic_assembler_resonant/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/cyclic_assembler_resonant.png rename to static/browse/thermal_expansion/cyclic_assembler_resonant/icon.png diff --git a/prerender/browse/thermal_expansion/cyclic_assembler_resonant/index.html b/static/browse/thermal_expansion/cyclic_assembler_resonant/index.html similarity index 100% rename from prerender/browse/thermal_expansion/cyclic_assembler_resonant/index.html rename to static/browse/thermal_expansion/cyclic_assembler_resonant/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/destabilized_redstone_bucket.png b/static/browse/thermal_expansion/destabilized_redstone_bucket/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/destabilized_redstone_bucket.png rename to static/browse/thermal_expansion/destabilized_redstone_bucket/icon.png diff --git a/prerender/browse/thermal_expansion/destabilized_redstone_bucket/index.html b/static/browse/thermal_expansion/destabilized_redstone_bucket/index.html similarity index 100% rename from prerender/browse/thermal_expansion/destabilized_redstone_bucket/index.html rename to static/browse/thermal_expansion/destabilized_redstone_bucket/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/dimmed_glowstone_illuminator.png b/static/browse/thermal_expansion/dimmed_glowstone_illuminator/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/dimmed_glowstone_illuminator.png rename to static/browse/thermal_expansion/dimmed_glowstone_illuminator/icon.png diff --git a/prerender/browse/thermal_expansion/dimmed_glowstone_illuminator/index.html b/static/browse/thermal_expansion/dimmed_glowstone_illuminator/index.html similarity index 100% rename from prerender/browse/thermal_expansion/dimmed_glowstone_illuminator/index.html rename to static/browse/thermal_expansion/dimmed_glowstone_illuminator/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/dimmed_lumium_lamp.png b/static/browse/thermal_expansion/dimmed_lumium_lamp/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/dimmed_lumium_lamp.png rename to static/browse/thermal_expansion/dimmed_lumium_lamp/icon.png diff --git a/prerender/browse/thermal_expansion/dimmed_lumium_lamp/index.html b/static/browse/thermal_expansion/dimmed_lumium_lamp/index.html similarity index 100% rename from prerender/browse/thermal_expansion/dimmed_lumium_lamp/index.html rename to static/browse/thermal_expansion/dimmed_lumium_lamp/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/dimmed_radiant_lumium_lamp.png b/static/browse/thermal_expansion/dimmed_radiant_lumium_lamp/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/dimmed_radiant_lumium_lamp.png rename to static/browse/thermal_expansion/dimmed_radiant_lumium_lamp/icon.png diff --git a/prerender/browse/thermal_expansion/dimmed_radiant_lumium_lamp/index.html b/static/browse/thermal_expansion/dimmed_radiant_lumium_lamp/index.html similarity index 100% rename from prerender/browse/thermal_expansion/dimmed_radiant_lumium_lamp/index.html rename to static/browse/thermal_expansion/dimmed_radiant_lumium_lamp/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/dry_creative_sponge.png b/static/browse/thermal_expansion/dry_creative_sponge/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/dry_creative_sponge.png rename to static/browse/thermal_expansion/dry_creative_sponge/icon.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/dry_magmatic_sponge.png b/static/browse/thermal_expansion/dry_magmatic_sponge/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/dry_magmatic_sponge.png rename to static/browse/thermal_expansion/dry_magmatic_sponge/icon.png diff --git a/prerender/browse/thermal_expansion/dry_magmatic_sponge/index.html b/static/browse/thermal_expansion/dry_magmatic_sponge/index.html similarity index 100% rename from prerender/browse/thermal_expansion/dry_magmatic_sponge/index.html rename to static/browse/thermal_expansion/dry_magmatic_sponge/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/dry_plain_sponge.png b/static/browse/thermal_expansion/dry_plain_sponge/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/dry_plain_sponge.png rename to static/browse/thermal_expansion/dry_plain_sponge/icon.png diff --git a/prerender/browse/thermal_expansion/dry_plain_sponge/index.html b/static/browse/thermal_expansion/dry_plain_sponge/index.html similarity index 100% rename from prerender/browse/thermal_expansion/dry_plain_sponge/index.html rename to static/browse/thermal_expansion/dry_plain_sponge/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/electrum_blend.png b/static/browse/thermal_expansion/electrum_blend/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/electrum_blend.png rename to static/browse/thermal_expansion/electrum_blend/icon.png diff --git a/prerender/browse/thermal_expansion/electrum_blend/index.html b/static/browse/thermal_expansion/electrum_blend/index.html similarity index 100% rename from prerender/browse/thermal_expansion/electrum_blend/index.html rename to static/browse/thermal_expansion/electrum_blend/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/electrum_block.png b/static/browse/thermal_expansion/electrum_block/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/electrum_block.png rename to static/browse/thermal_expansion/electrum_block/icon.png diff --git a/prerender/browse/thermal_expansion/electrum_block/index.html b/static/browse/thermal_expansion/electrum_block/index.html similarity index 100% rename from prerender/browse/thermal_expansion/electrum_block/index.html rename to static/browse/thermal_expansion/electrum_block/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/electrum_gear.png b/static/browse/thermal_expansion/electrum_gear/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/electrum_gear.png rename to static/browse/thermal_expansion/electrum_gear/icon.png diff --git a/prerender/browse/thermal_expansion/electrum_gear/index.html b/static/browse/thermal_expansion/electrum_gear/index.html similarity index 100% rename from prerender/browse/thermal_expansion/electrum_gear/index.html rename to static/browse/thermal_expansion/electrum_gear/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/electrum_ingot.png b/static/browse/thermal_expansion/electrum_ingot/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/electrum_ingot.png rename to static/browse/thermal_expansion/electrum_ingot/icon.png diff --git a/prerender/browse/thermal_expansion/electrum_ingot/index.html b/static/browse/thermal_expansion/electrum_ingot/index.html similarity index 100% rename from prerender/browse/thermal_expansion/electrum_ingot/index.html rename to static/browse/thermal_expansion/electrum_ingot/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/electrum_nugget.png b/static/browse/thermal_expansion/electrum_nugget/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/electrum_nugget.png rename to static/browse/thermal_expansion/electrum_nugget/icon.png diff --git a/prerender/browse/thermal_expansion/electrum_nugget/index.html b/static/browse/thermal_expansion/electrum_nugget/index.html similarity index 100% rename from prerender/browse/thermal_expansion/electrum_nugget/index.html rename to static/browse/thermal_expansion/electrum_nugget/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/enderium_blend.png b/static/browse/thermal_expansion/enderium_blend/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/enderium_blend.png rename to static/browse/thermal_expansion/enderium_blend/icon.png diff --git a/prerender/browse/thermal_expansion/enderium_blend/index.html b/static/browse/thermal_expansion/enderium_blend/index.html similarity index 100% rename from prerender/browse/thermal_expansion/enderium_blend/index.html rename to static/browse/thermal_expansion/enderium_blend/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/enderium_block.png b/static/browse/thermal_expansion/enderium_block/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/enderium_block.png rename to static/browse/thermal_expansion/enderium_block/icon.png diff --git a/prerender/browse/thermal_expansion/enderium_block/index.html b/static/browse/thermal_expansion/enderium_block/index.html similarity index 100% rename from prerender/browse/thermal_expansion/enderium_block/index.html rename to static/browse/thermal_expansion/enderium_block/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/enderium_gear.png b/static/browse/thermal_expansion/enderium_gear/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/enderium_gear.png rename to static/browse/thermal_expansion/enderium_gear/icon.png diff --git a/prerender/browse/thermal_expansion/enderium_gear/index.html b/static/browse/thermal_expansion/enderium_gear/index.html similarity index 100% rename from prerender/browse/thermal_expansion/enderium_gear/index.html rename to static/browse/thermal_expansion/enderium_gear/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/enderium_ingot.png b/static/browse/thermal_expansion/enderium_ingot/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/enderium_ingot.png rename to static/browse/thermal_expansion/enderium_ingot/icon.png diff --git a/prerender/browse/thermal_expansion/enderium_ingot/index.html b/static/browse/thermal_expansion/enderium_ingot/index.html similarity index 100% rename from prerender/browse/thermal_expansion/enderium_ingot/index.html rename to static/browse/thermal_expansion/enderium_ingot/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/enderium_nugget.png b/static/browse/thermal_expansion/enderium_nugget/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/enderium_nugget.png rename to static/browse/thermal_expansion/enderium_nugget/icon.png diff --git a/prerender/browse/thermal_expansion/enderium_nugget/index.html b/static/browse/thermal_expansion/enderium_nugget/index.html similarity index 100% rename from prerender/browse/thermal_expansion/enderium_nugget/index.html rename to static/browse/thermal_expansion/enderium_nugget/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/energetic_infuser.png b/static/browse/thermal_expansion/energetic_infuser/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/energetic_infuser.png rename to static/browse/thermal_expansion/energetic_infuser/icon.png diff --git a/prerender/browse/thermal_expansion/energetic_infuser/index.html b/static/browse/thermal_expansion/energetic_infuser/index.html similarity index 100% rename from prerender/browse/thermal_expansion/energetic_infuser/index.html rename to static/browse/thermal_expansion/energetic_infuser/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/energetic_infuser_hardened.png b/static/browse/thermal_expansion/energetic_infuser_hardened/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/energetic_infuser_hardened.png rename to static/browse/thermal_expansion/energetic_infuser_hardened/icon.png diff --git a/prerender/browse/thermal_expansion/energetic_infuser_hardened/index.html b/static/browse/thermal_expansion/energetic_infuser_hardened/index.html similarity index 100% rename from prerender/browse/thermal_expansion/energetic_infuser_hardened/index.html rename to static/browse/thermal_expansion/energetic_infuser_hardened/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/energetic_infuser_reinforced.png b/static/browse/thermal_expansion/energetic_infuser_reinforced/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/energetic_infuser_reinforced.png rename to static/browse/thermal_expansion/energetic_infuser_reinforced/icon.png diff --git a/prerender/browse/thermal_expansion/energetic_infuser_reinforced/index.html b/static/browse/thermal_expansion/energetic_infuser_reinforced/index.html similarity index 100% rename from prerender/browse/thermal_expansion/energetic_infuser_reinforced/index.html rename to static/browse/thermal_expansion/energetic_infuser_reinforced/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/energetic_infuser_resonant.png b/static/browse/thermal_expansion/energetic_infuser_resonant/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/energetic_infuser_resonant.png rename to static/browse/thermal_expansion/energetic_infuser_resonant/icon.png diff --git a/prerender/browse/thermal_expansion/energetic_infuser_resonant/index.html b/static/browse/thermal_expansion/energetic_infuser_resonant/index.html similarity index 100% rename from prerender/browse/thermal_expansion/energetic_infuser_resonant/index.html rename to static/browse/thermal_expansion/energetic_infuser_resonant/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/energized_glowstone_bucket.png b/static/browse/thermal_expansion/energized_glowstone_bucket/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/energized_glowstone_bucket.png rename to static/browse/thermal_expansion/energized_glowstone_bucket/icon.png diff --git a/prerender/browse/thermal_expansion/energized_glowstone_bucket/index.html b/static/browse/thermal_expansion/energized_glowstone_bucket/index.html similarity index 100% rename from prerender/browse/thermal_expansion/energized_glowstone_bucket/index.html rename to static/browse/thermal_expansion/energized_glowstone_bucket/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/enervation_dynamo.png b/static/browse/thermal_expansion/enervation_dynamo/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/enervation_dynamo.png rename to static/browse/thermal_expansion/enervation_dynamo/icon.png diff --git a/prerender/browse/thermal_expansion/enervation_dynamo/index.html b/static/browse/thermal_expansion/enervation_dynamo/index.html similarity index 100% rename from prerender/browse/thermal_expansion/enervation_dynamo/index.html rename to static/browse/thermal_expansion/enervation_dynamo/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/ferrous_block.png b/static/browse/thermal_expansion/ferrous_block/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/ferrous_block.png rename to static/browse/thermal_expansion/ferrous_block/icon.png diff --git a/prerender/browse/thermal_expansion/ferrous_block/index.html b/static/browse/thermal_expansion/ferrous_block/index.html similarity index 100% rename from prerender/browse/thermal_expansion/ferrous_block/index.html rename to static/browse/thermal_expansion/ferrous_block/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/ferrous_gear.png b/static/browse/thermal_expansion/ferrous_gear/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/ferrous_gear.png rename to static/browse/thermal_expansion/ferrous_gear/icon.png diff --git a/prerender/browse/thermal_expansion/ferrous_gear/index.html b/static/browse/thermal_expansion/ferrous_gear/index.html similarity index 100% rename from prerender/browse/thermal_expansion/ferrous_gear/index.html rename to static/browse/thermal_expansion/ferrous_gear/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/ferrous_ingot.png b/static/browse/thermal_expansion/ferrous_ingot/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/ferrous_ingot.png rename to static/browse/thermal_expansion/ferrous_ingot/icon.png diff --git a/prerender/browse/thermal_expansion/ferrous_ingot/index.html b/static/browse/thermal_expansion/ferrous_ingot/index.html similarity index 100% rename from prerender/browse/thermal_expansion/ferrous_ingot/index.html rename to static/browse/thermal_expansion/ferrous_ingot/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/ferrous_nugget.png b/static/browse/thermal_expansion/ferrous_nugget/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/ferrous_nugget.png rename to static/browse/thermal_expansion/ferrous_nugget/icon.png diff --git a/prerender/browse/thermal_expansion/ferrous_nugget/index.html b/static/browse/thermal_expansion/ferrous_nugget/index.html similarity index 100% rename from prerender/browse/thermal_expansion/ferrous_nugget/index.html rename to static/browse/thermal_expansion/ferrous_nugget/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/ferrous_ore.png b/static/browse/thermal_expansion/ferrous_ore/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/ferrous_ore.png rename to static/browse/thermal_expansion/ferrous_ore/icon.png diff --git a/prerender/browse/thermal_expansion/ferrous_ore/index.html b/static/browse/thermal_expansion/ferrous_ore/index.html similarity index 100% rename from prerender/browse/thermal_expansion/ferrous_ore/index.html rename to static/browse/thermal_expansion/ferrous_ore/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/fluid_transposer.png b/static/browse/thermal_expansion/fluid_transposer/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/fluid_transposer.png rename to static/browse/thermal_expansion/fluid_transposer/icon.png diff --git a/prerender/browse/thermal_expansion/fluid_transposer/index.html b/static/browse/thermal_expansion/fluid_transposer/index.html similarity index 100% rename from prerender/browse/thermal_expansion/fluid_transposer/index.html rename to static/browse/thermal_expansion/fluid_transposer/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/fluid_transposer_hardened.png b/static/browse/thermal_expansion/fluid_transposer_hardened/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/fluid_transposer_hardened.png rename to static/browse/thermal_expansion/fluid_transposer_hardened/icon.png diff --git a/prerender/browse/thermal_expansion/fluid_transposer_hardened/index.html b/static/browse/thermal_expansion/fluid_transposer_hardened/index.html similarity index 100% rename from prerender/browse/thermal_expansion/fluid_transposer_hardened/index.html rename to static/browse/thermal_expansion/fluid_transposer_hardened/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/fluid_transposer_reinforced.png b/static/browse/thermal_expansion/fluid_transposer_reinforced/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/fluid_transposer_reinforced.png rename to static/browse/thermal_expansion/fluid_transposer_reinforced/icon.png diff --git a/prerender/browse/thermal_expansion/fluid_transposer_reinforced/index.html b/static/browse/thermal_expansion/fluid_transposer_reinforced/index.html similarity index 100% rename from prerender/browse/thermal_expansion/fluid_transposer_reinforced/index.html rename to static/browse/thermal_expansion/fluid_transposer_reinforced/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/fluid_transposer_resonant.png b/static/browse/thermal_expansion/fluid_transposer_resonant/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/fluid_transposer_resonant.png rename to static/browse/thermal_expansion/fluid_transposer_resonant/icon.png diff --git a/prerender/browse/thermal_expansion/fluid_transposer_resonant/index.html b/static/browse/thermal_expansion/fluid_transposer_resonant/index.html similarity index 100% rename from prerender/browse/thermal_expansion/fluid_transposer_resonant/index.html rename to static/browse/thermal_expansion/fluid_transposer_resonant/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/flux_igniter.png b/static/browse/thermal_expansion/flux_igniter/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/flux_igniter.png rename to static/browse/thermal_expansion/flux_igniter/icon.png diff --git a/prerender/browse/thermal_expansion/flux_igniter/index.html b/static/browse/thermal_expansion/flux_igniter/index.html similarity index 100% rename from prerender/browse/thermal_expansion/flux_igniter/index.html rename to static/browse/thermal_expansion/flux_igniter/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/gelid_cryotheum_bucket.png b/static/browse/thermal_expansion/gelid_cryotheum_bucket/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/gelid_cryotheum_bucket.png rename to static/browse/thermal_expansion/gelid_cryotheum_bucket/icon.png diff --git a/prerender/browse/thermal_expansion/gelid_cryotheum_bucket/index.html b/static/browse/thermal_expansion/gelid_cryotheum_bucket/index.html similarity index 100% rename from prerender/browse/thermal_expansion/gelid_cryotheum_bucket/index.html rename to static/browse/thermal_expansion/gelid_cryotheum_bucket/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/glacial_precipitator.png b/static/browse/thermal_expansion/glacial_precipitator/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/glacial_precipitator.png rename to static/browse/thermal_expansion/glacial_precipitator/icon.png diff --git a/prerender/browse/thermal_expansion/glacial_precipitator/index.html b/static/browse/thermal_expansion/glacial_precipitator/index.html similarity index 100% rename from prerender/browse/thermal_expansion/glacial_precipitator/index.html rename to static/browse/thermal_expansion/glacial_precipitator/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/glacial_precipitator_hardened.png b/static/browse/thermal_expansion/glacial_precipitator_hardened/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/glacial_precipitator_hardened.png rename to static/browse/thermal_expansion/glacial_precipitator_hardened/icon.png diff --git a/prerender/browse/thermal_expansion/glacial_precipitator_hardened/index.html b/static/browse/thermal_expansion/glacial_precipitator_hardened/index.html similarity index 100% rename from prerender/browse/thermal_expansion/glacial_precipitator_hardened/index.html rename to static/browse/thermal_expansion/glacial_precipitator_hardened/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/glacial_precipitator_reinforced.png b/static/browse/thermal_expansion/glacial_precipitator_reinforced/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/glacial_precipitator_reinforced.png rename to static/browse/thermal_expansion/glacial_precipitator_reinforced/icon.png diff --git a/prerender/browse/thermal_expansion/glacial_precipitator_reinforced/index.html b/static/browse/thermal_expansion/glacial_precipitator_reinforced/index.html similarity index 100% rename from prerender/browse/thermal_expansion/glacial_precipitator_reinforced/index.html rename to static/browse/thermal_expansion/glacial_precipitator_reinforced/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/glacial_precipitator_resonant.png b/static/browse/thermal_expansion/glacial_precipitator_resonant/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/glacial_precipitator_resonant.png rename to static/browse/thermal_expansion/glacial_precipitator_resonant/icon.png diff --git a/prerender/browse/thermal_expansion/glacial_precipitator_resonant/index.html b/static/browse/thermal_expansion/glacial_precipitator_resonant/index.html similarity index 100% rename from prerender/browse/thermal_expansion/glacial_precipitator_resonant/index.html rename to static/browse/thermal_expansion/glacial_precipitator_resonant/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/glowstone_illuminator.png b/static/browse/thermal_expansion/glowstone_illuminator/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/glowstone_illuminator.png rename to static/browse/thermal_expansion/glowstone_illuminator/icon.png diff --git a/prerender/browse/thermal_expansion/glowstone_illuminator/index.html b/static/browse/thermal_expansion/glowstone_illuminator/index.html similarity index 100% rename from prerender/browse/thermal_expansion/glowstone_illuminator/index.html rename to static/browse/thermal_expansion/glowstone_illuminator/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/gold_gear.png b/static/browse/thermal_expansion/gold_gear/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/gold_gear.png rename to static/browse/thermal_expansion/gold_gear/icon.png diff --git a/prerender/browse/thermal_expansion/gold_gear/index.html b/static/browse/thermal_expansion/gold_gear/index.html similarity index 100% rename from prerender/browse/thermal_expansion/gold_gear/index.html rename to static/browse/thermal_expansion/gold_gear/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/gray_rockwool.png b/static/browse/thermal_expansion/gray_rockwool/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/gray_rockwool.png rename to static/browse/thermal_expansion/gray_rockwool/icon.png diff --git a/prerender/browse/thermal_expansion/gray_rockwool/index.html b/static/browse/thermal_expansion/gray_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/gray_rockwool/index.html rename to static/browse/thermal_expansion/gray_rockwool/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/green_rockwool.png b/static/browse/thermal_expansion/green_rockwool/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/green_rockwool.png rename to static/browse/thermal_expansion/green_rockwool/icon.png diff --git a/prerender/browse/thermal_expansion/green_rockwool/index.html b/static/browse/thermal_expansion/green_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/green_rockwool/index.html rename to static/browse/thermal_expansion/green_rockwool/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/hardened_cache.png b/static/browse/thermal_expansion/hardened_cache/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/hardened_cache.png rename to static/browse/thermal_expansion/hardened_cache/icon.png diff --git a/prerender/browse/thermal_expansion/hardened_cache/index.html b/static/browse/thermal_expansion/hardened_cache/index.html similarity index 100% rename from prerender/browse/thermal_expansion/hardened_cache/index.html rename to static/browse/thermal_expansion/hardened_cache/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/hardened_energy_cell.png b/static/browse/thermal_expansion/hardened_energy_cell/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/hardened_energy_cell.png rename to static/browse/thermal_expansion/hardened_energy_cell/icon.png diff --git a/prerender/browse/thermal_expansion/hardened_energy_cell/index.html b/static/browse/thermal_expansion/hardened_energy_cell/index.html similarity index 100% rename from prerender/browse/thermal_expansion/hardened_energy_cell/index.html rename to static/browse/thermal_expansion/hardened_energy_cell/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/hardened_flux_capacitor.png b/static/browse/thermal_expansion/hardened_flux_capacitor/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/hardened_flux_capacitor.png rename to static/browse/thermal_expansion/hardened_flux_capacitor/icon.png diff --git a/prerender/browse/thermal_expansion/hardened_flux_capacitor/index.html b/static/browse/thermal_expansion/hardened_flux_capacitor/index.html similarity index 100% rename from prerender/browse/thermal_expansion/hardened_flux_capacitor/index.html rename to static/browse/thermal_expansion/hardened_flux_capacitor/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/hardened_glass.png b/static/browse/thermal_expansion/hardened_glass/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/hardened_glass.png rename to static/browse/thermal_expansion/hardened_glass/icon.png diff --git a/prerender/browse/thermal_expansion/hardened_glass/index.html b/static/browse/thermal_expansion/hardened_glass/index.html similarity index 100% rename from prerender/browse/thermal_expansion/hardened_glass/index.html rename to static/browse/thermal_expansion/hardened_glass/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/hardened_portable_tank.png b/static/browse/thermal_expansion/hardened_portable_tank/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/hardened_portable_tank.png rename to static/browse/thermal_expansion/hardened_portable_tank/icon.png diff --git a/prerender/browse/thermal_expansion/hardened_portable_tank/index.html b/static/browse/thermal_expansion/hardened_portable_tank/index.html similarity index 100% rename from prerender/browse/thermal_expansion/hardened_portable_tank/index.html rename to static/browse/thermal_expansion/hardened_portable_tank/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/hardened_satchel.png b/static/browse/thermal_expansion/hardened_satchel/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/hardened_satchel.png rename to static/browse/thermal_expansion/hardened_satchel/icon.png diff --git a/prerender/browse/thermal_expansion/hardened_satchel/index.html b/static/browse/thermal_expansion/hardened_satchel/index.html similarity index 100% rename from prerender/browse/thermal_expansion/hardened_satchel/index.html rename to static/browse/thermal_expansion/hardened_satchel/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/hardened_strongbox.png b/static/browse/thermal_expansion/hardened_strongbox/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/hardened_strongbox.png rename to static/browse/thermal_expansion/hardened_strongbox/icon.png diff --git a/prerender/browse/thermal_expansion/hardened_strongbox/index.html b/static/browse/thermal_expansion/hardened_strongbox/index.html similarity index 100% rename from prerender/browse/thermal_expansion/hardened_strongbox/index.html rename to static/browse/thermal_expansion/hardened_strongbox/index.html diff --git a/src/data/thermal_expansion/logo.png b/static/browse/thermal_expansion/icon.png similarity index 100% rename from src/data/thermal_expansion/logo.png rename to static/browse/thermal_expansion/icon.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/igneous_extruder.png b/static/browse/thermal_expansion/igneous_extruder/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/igneous_extruder.png rename to static/browse/thermal_expansion/igneous_extruder/icon.png diff --git a/prerender/browse/thermal_expansion/igneous_extruder/index.html b/static/browse/thermal_expansion/igneous_extruder/index.html similarity index 100% rename from prerender/browse/thermal_expansion/igneous_extruder/index.html rename to static/browse/thermal_expansion/igneous_extruder/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/igneous_extruder_hardened.png b/static/browse/thermal_expansion/igneous_extruder_hardened/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/igneous_extruder_hardened.png rename to static/browse/thermal_expansion/igneous_extruder_hardened/icon.png diff --git a/prerender/browse/thermal_expansion/igneous_extruder_hardened/index.html b/static/browse/thermal_expansion/igneous_extruder_hardened/index.html similarity index 100% rename from prerender/browse/thermal_expansion/igneous_extruder_hardened/index.html rename to static/browse/thermal_expansion/igneous_extruder_hardened/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/igneous_extruder_reinforced.png b/static/browse/thermal_expansion/igneous_extruder_reinforced/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/igneous_extruder_reinforced.png rename to static/browse/thermal_expansion/igneous_extruder_reinforced/icon.png diff --git a/prerender/browse/thermal_expansion/igneous_extruder_reinforced/index.html b/static/browse/thermal_expansion/igneous_extruder_reinforced/index.html similarity index 100% rename from prerender/browse/thermal_expansion/igneous_extruder_reinforced/index.html rename to static/browse/thermal_expansion/igneous_extruder_reinforced/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/igneous_extruder_resonant.png b/static/browse/thermal_expansion/igneous_extruder_resonant/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/igneous_extruder_resonant.png rename to static/browse/thermal_expansion/igneous_extruder_resonant/icon.png diff --git a/prerender/browse/thermal_expansion/igneous_extruder_resonant/index.html b/static/browse/thermal_expansion/igneous_extruder_resonant/index.html similarity index 100% rename from prerender/browse/thermal_expansion/igneous_extruder_resonant/index.html rename to static/browse/thermal_expansion/igneous_extruder_resonant/index.html diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/illuminator_frame.png b/static/browse/thermal_expansion/illuminator_frame/icon.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/illuminator_frame.png rename to static/browse/thermal_expansion/illuminator_frame/icon.png diff --git a/prerender/browse/thermal_expansion/illuminator_frame/index.html b/static/browse/thermal_expansion/illuminator_frame/index.html similarity index 100% rename from prerender/browse/thermal_expansion/illuminator_frame/index.html rename to static/browse/thermal_expansion/illuminator_frame/index.html diff --git a/static/browse/thermal_expansion/images/1000mb_blazing_pyrotheum.png b/static/browse/thermal_expansion/images/1000mb_blazing_pyrotheum.png new file mode 100644 index 0000000000000000000000000000000000000000..9683c2485d5198be10273cf098c217ca75781ff5 GIT binary patch literal 673 zcmV;S0$%-zP)+csK z!!(dpcolyBapiPa=Il9!8e4y~d0ni`7 zyKD2vMXedE2bA~q{>_k`3twel{a<%NbR5$9hG0t80ni`VGWtHNi}J=JJKudlm4 zV3KDTb)BL$KLEM|l#_k=1oIyn{3IENKa@3w37_!#kMf}L$pO$GfR`^NbC#MWe8oRE z>Anh}{|I0iDL@gL(?O)(=m6*qaC}nzZ}f8+62=!=qfP9p*SG4W3g)30rtP1a%%$Gw z0O$?izbSScl(m6nq;*0OMw4t>Ree&MWz~Prsj)Qx`U3m~vAd%b)}_SR00000NkvXX Hu0mjfc$hzV literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/1000mb_destabilized_redstone.png b/static/browse/thermal_expansion/images/1000mb_destabilized_redstone.png new file mode 100644 index 0000000000000000000000000000000000000000..83a03aee472248d0364477b227fa5c5aad7e656f GIT binary patch literal 333 zcmV-T0kZyyP);0_MGRWuq;WP0K5S#2V#fI1-n85Xbzwj@Me(Zf&}0WP%A{%3YV+# z|0n^t1C;pmFW(OWSIYwe@Bp}?Xe+rC0k{KL7P4%Rn{k;vhSbM2B^@AKM*!{s`|Cp# zwr#oDG1or#jj`5O0PXp82|^2Ve(9;a&o82k@FE)G8bW@V5XZ zg`fZg(9&#F00I!e#Q?PiRhE#)>U-8p2%rf7uZ)W|J@zEnV_3ih;0|CZs@TQ{QEp3V fc{9vj0Nwy6wgi~cHQyW#00000NkvXXu0mjfM=XXF literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/1000mb_energized_glowstone.png b/static/browse/thermal_expansion/images/1000mb_energized_glowstone.png new file mode 100644 index 0000000000000000000000000000000000000000..bff007a0e35f51a84775c67950cd64e1950e391a GIT binary patch literal 611 zcmV-p0-XJcP)ZIaMCJfhTZ(Y;=$m0ObM9P3(g9`D!eW zHzC#T=I&3Sam(YAQtZ;aH+Wmy*ia_{P#%CA(b|w_ zllpbOC9o#}SP!-lUi9JT{VMi}hfv*5x`S!S!d*Q4&9dSg*9(B_={Xxka12@i7?0R!0F(ycEy#v!-HglRv>b>A zPS%^okpQd>Z@c-!1;D%j_(bHyVS-(@msOG+Y;JA=+OzKzRV>HzyA6 xoxtDCT$NyyOgCuF9KrL$@hq;#xdBib;1|MLc5pwF;`jgn002ovPDHLkV1l`M7qS2V literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/1000mb_gelid_cryotheum.png b/static/browse/thermal_expansion/images/1000mb_gelid_cryotheum.png new file mode 100644 index 0000000000000000000000000000000000000000..680d1c2811375cd67085e38d7891b7f4d14aa9a2 GIT binary patch literal 331 zcmV-R0kr;!P)`n$v7_IfWm zUB2r)`eccTI$pE(_pIHNm7ZCH0HOiB39;l#;*>}LO##$M$nvZ+37`uAZ_>CPOE7Ni zEtlR>juJpPK+C0*0T+D-1P~2i*}z*mOAbW<;Q*FEmJLdhMxh5tk8NQb0fYlE+lJRI zU^T2Mi;ogOI6(Ti{6+AbApqWhYZ$Pl*Jok}!KM`g2nUFoCNwct5kSuXmPQcQSMdV^ z=ovsSu>b@hfZwLmUQ1~yoveWqKoB#k4K-7#1)AgadegysZXLBnj4>d1s@R dhED*|05jHI6-sv#DS+OS`J|H(%H?)GWMsn(*oC0?XXuh}_tp8&+-}<#qfp7uOfy|mS8n6bK zrb$@WRY3U^2p3>w8!I(gaGugsBj0tMkOHp~nCJQPV;BYj146cK6OQ8$@L4?HTenor z4}o)1AY9XW}fB%ciZ)P3Op(B^p?kh9>-C@ngnYMO}8cm!Ue3I5>{R=%ObFKSToO> fGqlB&0s#VFBWYPALi1{o00000NkvXXu0mjflqH{D literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/1000mb_primal_mana.png b/static/browse/thermal_expansion/images/1000mb_primal_mana.png new file mode 100644 index 0000000000000000000000000000000000000000..93d7132d97e329a496adae0c1f2ed0d251192e1f GIT binary patch literal 342 zcmV-c0jd6pP)z_k`NLhks*O7f)=g{Dxd`tBwDySh|Zb-3tQ{OIx)dy-p^Zk{gbs^ z$4M)>sFrg0sD*653hh06TK0IiqdZh+d8vc|)c~FgS(l4~^$-DO2apAfzHZ6$Km;fU z$O@5J;nK4fMSyaE7N7p*|3ToiJV1a7fF4C#%cBsW9Kf@Y=YVL&wd^sZ?&PN0%Uy;0 z5TG1jBf~fe+qP(SjM_*4nAQ3cpd0}G3}H~X7=7_1PZio*zV7J(tc#-XECQ4RR814I z3P%F`EkH{lNB{!NX*Nm#0uZ1xK-Qqj6Y{M3-s&X?FbjaHjEglr_9WP2c)$oy4&W)O otb?(=v<6SnAy>5EBS1C48#YakE-5tBrvLx|07*qoM6N<$f_p8CtN;K2 literal 0 HcmV?d00001 diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/resonant_ender.png b/static/browse/thermal_expansion/images/1000mb_resonant_ender.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/resonant_ender.png rename to static/browse/thermal_expansion/images/1000mb_resonant_ender.png diff --git a/static/browse/thermal_expansion/images/500mb_blazing_pyrotheum.png b/static/browse/thermal_expansion/images/500mb_blazing_pyrotheum.png new file mode 100644 index 0000000000000000000000000000000000000000..9683c2485d5198be10273cf098c217ca75781ff5 GIT binary patch literal 673 zcmV;S0$%-zP)+csK z!!(dpcolyBapiPa=Il9!8e4y~d0ni`7 zyKD2vMXedE2bA~q{>_k`3twel{a<%NbR5$9hG0t80ni`VGWtHNi}J=JJKudlm4 zV3KDTb)BL$KLEM|l#_k=1oIyn{3IENKa@3w37_!#kMf}L$pO$GfR`^NbC#MWe8oRE z>Anh}{|I0iDL@gL(?O)(=m6*qaC}nzZ}f8+62=!=qfP9p*SG4W3g)30rtP1a%%$Gw z0O$?izbSScl(m6nq;*0OMw4t>Ree&MWz~Prsj)Qx`U3m~vAd%b)}_SR00000NkvXX Hu0mjfc$hzV literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/500mb_destabilized_redstone.png b/static/browse/thermal_expansion/images/500mb_destabilized_redstone.png new file mode 100644 index 0000000000000000000000000000000000000000..83a03aee472248d0364477b227fa5c5aad7e656f GIT binary patch literal 333 zcmV-T0kZyyP);0_MGRWuq;WP0K5S#2V#fI1-n85Xbzwj@Me(Zf&}0WP%A{%3YV+# z|0n^t1C;pmFW(OWSIYwe@Bp}?Xe+rC0k{KL7P4%Rn{k;vhSbM2B^@AKM*!{s`|Cp# zwr#oDG1or#jj`5O0PXp82|^2Ve(9;a&o82k@FE)G8bW@V5XZ zg`fZg(9&#F00I!e#Q?PiRhE#)>U-8p2%rf7uZ)W|J@zEnV_3ih;0|CZs@TQ{QEp3V fc{9vj0Nwy6wgi~cHQyW#00000NkvXXu0mjfM=XXF literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/500mb_gelid_cryotheum.png b/static/browse/thermal_expansion/images/500mb_gelid_cryotheum.png new file mode 100644 index 0000000000000000000000000000000000000000..680d1c2811375cd67085e38d7891b7f4d14aa9a2 GIT binary patch literal 331 zcmV-R0kr;!P)`n$v7_IfWm zUB2r)`eccTI$pE(_pIHNm7ZCH0HOiB39;l#;*>}LO##$M$nvZ+37`uAZ_>CPOE7Ni zEtlR>juJpPK+C0*0T+D-1P~2i*}z*mOAbW<;Q*FEmJLdhMxh5tk8NQb0fYlE+lJRI zU^T2Mi;ogOI6(Ti{6+AbApqWhYZ$Pl*Jok}!KM`g2nUFoCNwct5kSuXmPQcQSMdV^ z=ovsSu>b@hfZwLmUQ1~yoveWqKoB#k4K-7#1)AgadegysZXLBnj4>d1s@R dhED*|05jHI6-sv#DS+OS`J|H(%H?)GWMsn(*oC0?XXuh}_tp8&+-}<#qfp7uOfy|mS8n6bK zrb$@WRY3U^2p3>w8!I(gaGugsBj0tMkOHp~nCJQPV;BYj146cK6OQ8$@L4?HTenor z4}o)1AY9XW}fB%ciZ)P3Op(B^p?kh9>-C@ngnYMO}8cm!Ue3I5>{R=%ObFKSToO> fGqlB&0s#VFBWYPALi1{o00000NkvXXu0mjflqH{D literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/aqueous_accumulator.png b/static/browse/thermal_expansion/images/aqueous_accumulator.png new file mode 100644 index 0000000000000000000000000000000000000000..112162dcc53e1a7ca857b14fc447f6e0a95fda2d GIT binary patch literal 2434 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 M07*qoM6N<$f_c(Fg8%>k literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/augment_cryocoil_regulator.png b/static/browse/thermal_expansion/images/augment_cryocoil_regulator.png new file mode 100644 index 0000000000000000000000000000000000000000..f3212e799000e454ea016993a8ae391a1db8c7bf GIT binary patch literal 742 zcmV=j;_NEh~o?MMP0S6m%02l~8mYL^p*umM@96BC>)KmDJL-MenGK zLL6sIC1djMupmVB$p!ca?fLcNXEQx^pAATsA2|(%WN1*ev*&(3wBBD4x z3gzlFl&Uc(QKN89or1#n2%Mc61QEb(KwiWL$ENz>XrvG5oUW%1&3=F*>I_J`jx*&x zrs5L>`uZSmF2s=givVr|wvTti&WT>2b7~tk?Sma^7}8`7=oBqTMV-v`5OX;ITYrtg zmhmnS0o(@Uet$JD8?hnmf%TDI$W_09wD%Nqx&>sD256Xcaez5_4{URvVO`h_B7oZf zx+pt|tVj=Jt3lAoT5#Q}hJ^D?(DkyBkv1QMtoQ(AhF^jR;5J~*pAG&+FUXkehD>z~ zq}?ZgZkle6ezGP+>?;7BqJh;vN5DGqn)&7e5x{K#T|_UYH&rYeknC?6vN^ixq|e5t z1F$MO2-c7bEThloB?7n&umoQ~`lJ`=SvRlM!}8Q+knHU;*|U)`@ea%ZC*yzePa=TZ z0P|2Qq=&tb?5wA*NP(3)4M>OWjBO935BGq{_YjP4nwXwOhR(frK?HCcU>bM?*5OV_ zcD|*2C+H1YNY$i(^?e5zJq@6=SAn6U1`_7(TEk=55U;o42HHkkndjseY1UWn$9zH z?zjLVfZG5{d3FQnxlDM0#xl^|EM{s788T0+EP#YHL|WAupz}rlN+|;VcYye>ga}xe Y-`9Xg_8|e?y8r+H07*qoM6N<$f}K-V6951J literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/augment_flux_linkage_optimization.png b/static/browse/thermal_expansion/images/augment_flux_linkage_optimization.png new file mode 100644 index 0000000000000000000000000000000000000000..004c538296ba0e654d5d87bb7d7eaec08350051f GIT binary patch literal 747 zcmVh_?tB(Vs8;>qcq^}KLq2Q+et?{$N*sj#yhqWwwPZuDoz7R=?B6#$2YBdZ=~gb zuP+zI%v)fzb;F!wfUp5$rZn)_vw)xV*rZ5U8omV79+ztOhS!-5qb5DLU#?@4=OhD! z4H#`n0Z)$s)XsYNvM^Y#)qs*)N>Vam*p>wYjqAZxzj|InPuGA95H`U5A`wQc+d%Dn zD}~JvxiSL6HDTav$%J>c$zXr53VNy&fR8(B65#zKA_IgC;ODHbc{7B3AuH)3S6n1@ zKUf?P)aHuHx=4GWizq3&NW=&;Z4#1N z*o&^Y=2mSiH4;;>msM)8R;x9= zlo><-uK}ru6Mn^BF>xRKP7DGa&*Wvub5c>y!XhpZ0ZSra_ERGyzqS%>1R4KkV>0G5 zKPNk2K4FJc(gpLg4kpnD$zVIo1)4zwa2xP_xi=i8>jO#?j5UzWcU`;7!05g zDIz@g17^O|1AV>-;5H!Qt0Jn2Djk&&9Xtw&KrKkpDv)I}d{8&5NfSvTK2ZbV*A*ZF zxDA;0lt}Vdni=9S;qEGi z=S^$De$%ojj)q)tHZmfB+W`8p7Bb literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/augment_gyroservo_feedback.png b/static/browse/thermal_expansion/images/augment_gyroservo_feedback.png new file mode 100644 index 0000000000000000000000000000000000000000..22a0132ff76a7f265623cec869fde669e6cb62d7 GIT binary patch literal 754 zcmV?Oqph@bhG32b zgB2p~*}+3OGYD~Fk!T6Ebm=^0OL*GNKF?QpMhk*|!tdgBwcp|UhMi!GQLEMBau&k_ zSPiI|8HU=~5qL5?3QhB$B@3URB`9eo8W%>PZf*n~&dM_oJYZP_T%PQQk|{5g1_q%l z;DxFmL-0U+4~^mnSw^B_eh`WS1E34t7gjhmAd3eu8=#%=z)}AjIOgw#Gc$cqAif2I z*blL>v9k1`$HK0L_Jkdu?gg#i1BWIgbT%HqY`_km8?webVee!IoLKCJaoyC7@Q4corCV5?8U1DFla_yoxK?tp{8+;Bzg20D-oYRI=P>Q-JQh zBzD2RpcA(E?V$eJF5v;J25cI)!|r(}oDUrwMlTjlD}WB?(WT3xF+wObjGmbO5Vk-nT! zu6!kQUrd!n*F_H-+##%#a?m<>oCdjXm+HqZuJp;&B#C9e(gw&==J$`Vc~fbP|a zHaHxx!scNMBn_H@2QVA3Zs0=*!)sT@)ou0d*jiNsV2%14EeR96gZj5>&`DS#FFBKYfH kDS5#E4&eWl-~rM34Rhir!Y;&P;{X5v07*qoM6N<$f`+|KO#lD@ literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/augment_integrated_modular_framework.png b/static/browse/thermal_expansion/images/augment_integrated_modular_framework.png new file mode 100644 index 0000000000000000000000000000000000000000..eecc5992852ef58702ef503f9923db52770d224e GIT binary patch literal 720 zcmV;>0x$iEP)mgp?A%*09(DQWh&^3rkR>#)2TkV#88a zSsH{c(;^_@uD7ZQ^J@ zfPjAkQORqNMO z2enAI&g$nWj12a{;c!3(Xg0v%O&2DG)cL7XfuDxT~j{1M6R+ejM_s>A7#58|40-a+*DIAOEdAOkcTV7J@R z=W<}tH-vO|(97lPNbcxx>A#^0+(o*(^6Wb|UUsy=YPCWJXf~j+u@TM}c6g_Hk;wzu zVQ@?^j!foGjOtR7~w88Se#0Tzn|wq`2^`daX}UnyN3O|aC}psK10GC;Ed;yyFi zn9$Tvi_Z3XyzXhjfS|XtL12Zuy8+^O`}0~neNu_?vQiif2FL)-2AE7HR8*9!${(V- zQe=dwx)hJAj43^;R8>|OP*(Z?`uim)DJe#Au}TJLHb7)F8ll(gQB+if!oorn6civo zKTnVko$em;^72yB=~UwQAAhBk0slHc{wpB^GV=?!@#8GLY}A_o00006JZdY}{d$6)&-q^Xgu{!T!S~{I@yv6M-#0wx2vd*O>pj2BJRG2FK(pBd$8n(B z?Z9dG6n=I(@QXNWx8X;-1s%ub5UrN$o61GEh&l}b=9m!VQVf@86kEODIl{ip~-9#2n>S%444 zB2)?mD48ah1f7iov<)x}1D@vdaF{pXHSr~v13Ks}1$xY!~xm{ zJW8h_M-dLeTq%zSnUg0mj-IaDcV}=K4DH^N3VE zF6rOtxxNdcGaRn000-zBu(}GWeXkmHkjE&!A5;O)<8j~sZ37OLmVlm2FRI$#g9P+* z59}{200(FrkX&4Zm$4YAVpL(2YJXFzPvZRSEG$Q(zyaC@#Kr!S9*P4cBN74CKdlDY z-_&mKCfuKzf=DO?9H4E$o%wl~o0);T;v^{%48s28Bnj*UTRVghc6 z_mDV1+W=}h9EPwMR+<(UmgYuB;a(sB4@UgN2*if3!EL`Eg2eSCDSH3_ literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/augment_integrated_servo_mechanism.png b/static/browse/thermal_expansion/images/augment_integrated_servo_mechanism.png new file mode 100644 index 0000000000000000000000000000000000000000..c232ae55327fa42b3230259a8539bbf44eaf9092 GIT binary patch literal 835 zcmV-J1HAl+P)Mp7cVivL><(4jh8_aHBsY0bTJmSMk+`P3R+Z*F@ zh-d-|)y9Gp@zO*TC=y9fs!~uB2i>eLzUK@bbn=+|!?T_5obOHk?LRY;l9J;8vl${l ztpU+!6tP$gpFT}1e8KeebV5^8Qwo!a#S)vGlzsg80V3eP2ndJ67#ti#Br=52QQ7$T z2qq>XcsDUDd#4bMU~Fs%!^1BzH1rAs0|N<(0M!Qg{eA=j0rd39o<9%b^+-3~M|<$$ zePVCNgBXd(`uh9`1iH}K*$L%tB0#kPUauEEpAYTrEqKy@8ynVd!@&budgrCwxX@g1Gn3a=H_OI0M!P#T&{#}-D*VtV-J3W=OR9`Og6Pq_H{WfYvv<$ z=NyE3-SB$rQCC+7r_%`$pxOZCL$$TF@cHV||M)tR_a8!w_Z}Lo8Mtemi;#U5yg4(` z7ixsZQ;VvqDpXfjLj8P0&e={VZ1C&O;uiu?XbIGyFN zSS+wwtq=jK4Y1j4C@U+2(`kdh%Ym+6i~kmXvqCnu8BaP((A{zZ?$SNzXt$xVQi9oR zPDli(Hb9aj6c-o6Za3r3?NS^&oQaz^?%`=@5KYo97`1Dl*|QX_H_a$5H6cGg9|Z*k z5CN(UC@Ly~$z*~g6~Nte1-`@RmJgUj%&VG-(2&xWhv5(*1*VKf?%o0|&} zpxOZCIa3apOfs9*h;?hXVE3+MoXa*NU3VTkw(rC0RhuA{oWa?%2I%#A7z_r80M!QM z<>eteJ6j<>Xi)S-lHnIK@h|mB4 N002ovPDHLkV1jIRbh-cl literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/augment_overclocked_modular_gearbox.png b/static/browse/thermal_expansion/images/augment_overclocked_modular_gearbox.png new file mode 100644 index 0000000000000000000000000000000000000000..0dec26a44891427767441b8df64e003c259a948a GIT binary patch literal 716 zcmV;-0yF)IP)0+Ha^hPg`6cvUMqA9CrU?RR@iK3XU z?~7uJuC8lZi>~g@?z-l>yR$TT@jH*;qI-x&cn+V#4A1=L`CfJhW)e&$leU*7$N-}T z1YK=dU+&Vmdk|6vAfDgKq7&u>mpXUmYKIKi69N9|_gI}P$C|SW;pNXzef5a?>vo|Y zs<##)*C(twD-oD2#mY>Ut0%H3BgpDu@-M zDYxOZUWE)Wa6lHcz#WJ~Ew)LB0d}VoOFl2Q#6%)EnwE}WIE*a;zFY8GFF^(vHo$Am zgm|$yw0U?Ct=~s6_QSEQ`Nc(un^rb{Za2C8eryTw+=Qq9EM$OT1C)XD&^$R1hZZ!| zp{S)9)tzmK_0MXV9LKQ3juC;l{?Af2+&!lt0}LDB?l}$h*ENVkUp3U>bwe%UeeSR6 zv!K!12XT!unTfg9bjSe12Dmy-!ZUIX@ouhtY6e+P+Ys-ZSxW}SYEvNt3>z?ApMr^| zbU3;*VC%hzsi7;d4eBQPb>n@PcQpF#0*0E;pt~{+9mUCz0fr42uTDm<`3Snq$Iw}x ziq_H-X!&Tum*V&|7ad1qVG0@w4(r|=f($ThfT-icL419805$nZsD7cVc(Na5j}l>i ytSfn-6W54JAL_*OalfUM0slKdek&mZcIPj>2|-4KUgoO+0000^yJyo^7xR<>lqM%}n3{ zat&BsUWQC21MBNq;v;0U*}T@))`(TeWb#{GWmZ-`01wy{0r7YoBuRo~GD%2~N~M6V zFGvfJO0U4{Tn^q6bp6$LMtbue5{U%x0NDmaA`ys2qr^19*6IG~=_z>lbQYfdI>>Lr zVJ#y*XY7lRjK$z_`ZLgb@c`KdghC+*hr>iDuV63;qZ1LB$mC#$N&(8U5)jOfn5$`~ zEeYdGUtoB67__*#@}XZlD*_7cJYX0HJx7 zA%~-fF8FL5JP9}FK7q@73pzVHp{uJ4cz|pJTrL;%PR4-F`ksBIu(fy#6neWX^lZ3e zS-9Noh4yv_I2`%$0NDmOolfYEE<&MMFWy!J+m#9sPB%0Ak3z?jcVKf~ho+_`5JiTr zx3shX50Gtu-EN1D`}0s}z6HZwDBW2C#fl z2GBXX6qtk!U&tC~nAUmbzzGoVEr9W&4Ge}_sI4u;0CjbBP+wmUJV3Sqq9{V6%>kAh zV@x0l4gFJKblrxUh6|wAS3yL)ZWLS4tl6zXSMxC3wK!`3Zo=9jXn#z)%1H002ovPDHLkV1lxr BTH*iz literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/augment_secondary_reception_coil.png b/static/browse/thermal_expansion/images/augment_secondary_reception_coil.png new file mode 100644 index 0000000000000000000000000000000000000000..f65c06b9920c4373a69160bb14774c428abc6a75 GIT binary patch literal 739 zcmV<90v!E`P)U<(UaNNS{nSpy^rkwKzFO_?oFrphD%We8YCF+~ctG89Tf z=}ZYE2rY?r)9)UWHj#z#lAOhFaogMfIbYJ;+oU%wJw5%`b(SUr)EeONcn}B#5Dtd~ z5rjgaq=Lbqz>h#6Ilo`w^LZfyu0?>=YK7h5z~;_2oNgCfUXQ}3*!3PL4i$TT51a>X zZ0P3#)4f3u~*G zwtR-THyNPX0Q2Ag#x1j0+TX^Fo45Wc%Z>vh)05~m_d^D#HlREHX2RI=JW?%o7{41Q z9G#rt?BX2fu^3{Pmx#uX6H?6|nV&^xZx3XEY6DE~`!Qx+hB(yj-iOQQLnso#>CZEq z$D$AeE(NJ#KCCRj*xL;mpxS^=b05aOtw0<)_rn1(VEfTyjh>1pV`_5gQU0gt1 zYdF5~gtqQ3$N<#_wD*`GepnnjYW;#wwl%EpIg{G=dLeE)9KYNq1dop)u4P`BMWeAD zGC;KfO&#yhKR*L;X#L0l-j0u=XJ!Ja?yPf;4OpGqSQUupo8q$)8k!7{0jdpn-P{P{ z$5DtwpAQY7X2^`I{_gKvoWtRR29%YTqo}k5g^x>7@I;YUS}Z7nzN9dz+~VXO73M>y&qdBd9UkQ5KnAEb zK&02}q0{M*ot=%WtSn?^W+Ed)E69LGb01o*HYtrpA-;a)e<@|a{|=DPO2~k}^Bb53 VCaGraQLO*~002ovPDHLkV1m}LQ=R|- literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/augment_secondary_sieve.png b/static/browse/thermal_expansion/images/augment_secondary_sieve.png new file mode 100644 index 0000000000000000000000000000000000000000..3075f04fda11aa7b8f903de165c85e4de597654c GIT binary patch literal 736 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 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/autonomous_activator.png b/static/browse/thermal_expansion/images/autonomous_activator.png new file mode 100644 index 0000000000000000000000000000000000000000..a38069a10ab87fa0195007f82c2de8a3966bf22a GIT binary patch literal 1682 zcmV;D25tF?P)ss6jw>dTe8UJLzt3G}#JFO`mpAiUad9!z`|O4%MrT>i@C?>{ zVP^S5XkcnAiy>e{1ORH;L1@sx#C_H`eizGJUSP@5EJldLh;>Gi{P8D;(12stA7TJF zd}R>>K>Ff5mK@1q07#C`iTL9be-C|h2z|rB=~wL3t*6+D8;{wK6A!Sy%XhKNC5{-I z$9j3GQ7Vgx&tGpFB07tJq!20?4ehJ826!l7kXaP%Wj{%U8 zy>|%xfmfcqVPp6H#4d2a*_l_^$s13wW7i(CBUkTXhsPH!h(u(@EQtD;Rv$Jm;`n!l z&>t}I>>tbtIP>dE430h|0QWHfz=%FP3-aiWEm*k$E@??j-VpkNo4^0ZetGdPHvaex zyY%ocY-sj3?B_er+3Crr*zxO+axWq6vdCzc(9#fj7A|J->+oy&J>v_qYSk*H116sR zjR9bI;Wc(<>IDXXlQ$k=02mm*hv~!N8$&b#vq8i_af!{_5&)47Sh;c~^8`@z1tW`p zU~s(;PQS!XPd?_uMMwD4CS)Bs7(2&DX0i0h9F`iMRga!3Csjh!^h^-`1HsO zOY`AS^1?LMGc?5#=clorA^6w~<_4jR!%KrAKY-TMF$HK%9cMd}M~x5wq=%GkxjAgb0PpxZV=P(qOvesQyNl$f{i`_I}=AS0>rxpFcT!f$3oqMlYH!Ltn2J8 z)_wN2=v*!Y&I&-n`~(8=!F0TL5AQGYEhh+xv02`n3dX*_Xmh5QWen-RJlvC3722A)qXR zA)v$p___xG5Nqqj0MKwK!?yFs0D#YJ+n-i|+TA^@y0zOC(v4?808GP6BU@YnMe^w9 z4cM|T$x9$$`++nL1^~2`kA`2@?MYw+i0T0pf8U0H~gi)Q>m- z>h~mBEgubl8vedYj)y|=b{32uvO)CWKh(z9=9-uSYz);K0dVQi^>51$pk`MmMgXX8 zcLD);)LVNHP>bWc5D;nUzz7i7aS$Uwd0it$066lH7XaUD<9)vpNBICkRP%8JfW&Zq z+3f1V01$2IWZ`BD5NL7-lvQnGo2s_r_zl52wmwj61W<*J;q>_>0nz4m3;?1o1*qO7 zE*k*Aco+@H!aLenxapumMENiPRLjeS0C?>a zATII(l<=co60S$Uy2=`i0QSq{E8}qAfMCOZ1YmeJI#e_|+G0J9G}{3|0|3YK;F4Ki zS&QSpFR!u<|K{88FfV|wdjJ5z#se4tC;&uc0HACDo(ZraSc?GwhEsIJ_3`lD3CKN5 z9)Lh>p8|yV);=Fas!o5T7T2>FLmVO0;fb=Zlzi212U020#j+&V&n~xx*9S_PlQ&Z$;w^KL#Mu zY`ro&0e)U>-x)y9Lhk~gocDnGA$>z7=JrCLy22L# z#zSv4+zYZKATE!-L|B0Gya4ZIxEDkLBq9fpa|!tae30S3AQ}RGh9HO+0B`1vfe&}Y z^Ma^X=5_^uOn}weGtnm*z7!;)-4`~1Jo?LKxSunk064y4c@Fo2m|lrLoBuQ61bq4L cFD`HY11`d>2^}xP6aWAK07*qoM6N<$f?HkvssI20 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/basic_cache.png b/static/browse/thermal_expansion/images/basic_cache.png new file mode 100644 index 0000000000000000000000000000000000000000..c56b84edae122ac19c98e495cc72024cc8424921 GIT binary patch literal 2719 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 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/blazing_pyrotheum_bucket.png b/static/browse/thermal_expansion/images/blazing_pyrotheum_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dc6f114966378d21179f1662d9b2adff83df4b GIT binary patch literal 448 zcmV;x0YCnUP)9vyS_y;fd*Q7b^!($T;g)~{ViVBmbbwxTD6BOHvYjw4GeAFT zht75L(0g454v1xdAHOg^@+E0BQ&6c?fCFM5Ku3JcgXej_k~d4>I1X??YyyJB(4ohJ z1bqH{>uRAanggN`Fm4Rp>!I&^4v2ezsBQoU#6Dn>A9+FUfzTJt0e>}sF2XOsZ_ym^ qZv*`PKb^$Po+Wd@tOIy>EbAL40 zW5(MqpVwy>PQ-XW>+uJ?4xhg7z9}gj$8j9Taom??+ubH%VOIejzym(X;qj4h_DtZp zk*wQp-~l`!-jd=Y;hEmxE`cjTV7`Ba*)0Wlz`q)xa|TH8KN37eV{r3I5Qs>t;V|_3 zub^W|0Uq!t2k2J3B#d6iz!fF%-b?-$X(u9$9z8(QMi8n_2r9;RfCnV?0L{og3AK9! zJ=Sv=ibY}Wlwkf+vR^zxZy*HP*;B~wJAfRc4>Tj|zyp$QK=H&T3Dw49D2yLy!lW|< z+GT>y`1=sr;zyj&>NtV=84sx2z0%+z6j|1Q2PEBq#7c&3B;`{k{Pcjt@>&cedf%% z*C-G8=>Z>=Td5}@v&I0aEf&b=n1WyTTZIR39LFVP@9IZr{3!I}t^fc407*qoM6N<$ Ef~vUA{r~^~ literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/blizz_rod.png b/static/browse/thermal_expansion/images/blizz_rod.png new file mode 100644 index 0000000000000000000000000000000000000000..2a88ebecb3a146babc0572c3c1f68accf5216cfc GIT binary patch literal 274 zcmV+t0qy>YP)S=am^Dk5 z{j0Rj`Z74i5(z|P_b9EiBybo$jszqyXL~QLg96uSak-!F|wEEM}b-F7K~h+hAt=+xV#1foYI<*7>` z(}+wr*Cmjt=+nG>btq3=0_t@MkO)v-RtZE03#Hj8C6H-c;$xGsL;}&lzaYjK2`CC* YzUgUTB58D}EC2ui07*qoM6N<$g1PK&l>h($ literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/blue_rockwool.png b/static/browse/thermal_expansion/images/blue_rockwool.png new file mode 100644 index 0000000000000000000000000000000000000000..44aa8c0cada52d78d468ba0d787daa981f614567 GIT binary patch literal 2115 zcmV-J2)y@+P)<9{o7Ic&`A?Ufw7EGsMp?|4;yP z3ttv5FMUVMul`)julz*3@H>9;+$RJCEMEPKfPhQue-pFk?-DNzaS=Lm@!MpT2LuQ& ztp7|nB{YHSefHeRF99;Lzh>HYv8bm}! zL?F+kzYR6~Jf9e*25WELO7UH!QkXCOd{ z2@*;|B{9fq#~}dg0f~w^aL`H?jfcg|{9PgnP$he8;$FMMmo3!$85Z`KoZS5b7J^9S zNUTsIj@Md?za{eJ^?i>R1nIXb$+z0K-GfZB`~#7&u5(8-X$Wwug+x}AWUCk%{H7wp z-F7SOJM-rr zl?y;bc8^SI_fP}~0 z_9Bp=-vV)AxUpP}G*$--I6n6g0RfZK>9bSsa5RYH0ivSU_*{SZ)Va?Hd>*Y7^TjOp zz}Kosu+rrX8yZ>Uj&tYhmxzG^+B5GK?Njf$fT_8U3w#Cv04yd;`H+@igPZwXpGl$)lrAYsE}%OnSqcnwIv*u-@L*Xpfn)dG;j*liQBQ?%zkbO90u0fxPjU=k1$ zH`;?12|^%15gV>wcEYvv8cC}6Bs}pd$-_Ql6PwinKnkQ~8AJmD_#7gG+yEe;dGz(7 zb^K=NqGcb^?xO4}QmW@8jczg8x=I1qX+Q$ZDu$7UB`<)SfVKWrz<8=W5J0OWi1fsX zZN5Hw@~u7r8E0IO1p1Ox!6NM<3klmsX;5CA}oc3-x_4i43qD4;(63h^ibcouoA7kOE%QUEHC z3rN7O%TAUTmgEoz0lXe^qcQnfflW|EAdnu<7O-U8bOGF9)c8zVc2W*Nz);8uMlY?e z6ab*|NC3z-j^3aE_#Llhu^0_N0#FD539#zYD+Q#)BxsSY?>H+D8rImd*L(@U_ZXon z0s6!22f6-BfQa)MzR%WCf-@p1;jsbw9pn=|oCU}#AkUpnc7TAPR4M`PI-VP)01y}I zt&KrdXpetbk&tZw3BYyr1NuEZdzDH#!|!?7H34NpuKF`QpS*2NE0a#q(rXE}owp5u z0NAQh0FyJ>K%Ll#+{xG}1%zm5c2XbF_fVGQb&^ViS!Hr!s*GyK@!A@e2w&@q9&@5f zfNTK)Oh$IyJ#SnPfL&*fWC3QCZ3AIgK*( zXj0Q}y9n&E1hDR>Yq5;_%#E#?)G31`%|7Te7r~k6g>dfhN_N~>I1Y5 zyr0NgQ`+`srChLaVwXD(0RT^LNcLnyKmy_@0h{=&lMgKtz($p#q&zUfiyjem^8tNe zmmO8!2XQ4e%VZ!Z0fL4-lvJ)s-xYZ#A&!OYwhI|qKxkC)d{9=NO;7gfD#XK!2>?{f z_1*-SzezA9xsule?ARG0H#Q*7_V6%vSOPRU>m*jo#9m=HuCd85&*E- z9k=1mD$Yh)wAN`YPNRqRe**OaC3n1MR9bE)cj8@#9mLHt5TIKleHAEApO)y$)!p_<9}obd zyl2Ft=ax^c{(0`oXl^zp7%98QQwq?ipd)7GZNtNU=y1c%oJFXVDk4bYvd;IMWE|j> z3(xJpmGPXQgqGc+fcnISpAC2eYtSu{XZM{{U;V$zkPWj!ysp002ovPDHLkV1hxO-j@IX literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/brown_rockwool.png b/static/browse/thermal_expansion/images/brown_rockwool.png new file mode 100644 index 0000000000000000000000000000000000000000..8b485d0fefe83965f6551dc1568525c0962ffeb5 GIT binary patch literal 1756 zcmV<21|#{2P)SS?5DHc^4VA2WPdy!l+Pa( z$v%0He|Nl{Oaxxe_LGUgtBZqVKc4O;`(%IvNS^*>+)F0Fe^=Slld5AL?EB{(SQR&-g_F}bRd}KKu&Xs6jBm-<|-=8{b0cH7@>F5_+R+g zb5+4JB0ypa1l~g$IRVX=c@lG+OGzdIKb-6&a{^Sdx7N5{tQ*phTsD}%lMfyl##}}K z*D-VTEWmSK&mv-;Z;jwb-OW0*o@5T#Lw{*N*WzJ%k+b zbr01?bCyYv^BVKHI0T1v@6NsLo?l7eoBd8X4e+vW5AT&469L(%l9zi4P&6wC3P}=} z3WhZDxkTdN-dX}L8&qI-H*VJibWYY70TCGY?llI_4H*Q+ zQLP|=7a^d;lpzs3E|4@Vst^Qpo$k>{fCq~JlM=1Dt_NXazs!ej@5+QT6g*StIo z=)wp<7|)Z~jcXxKPUPey1PB5|2C1Y97KFG?Wf`pliYkM7juh?J0ekdTF6NL0fM{wo zu1QoHa-^11T!RBdK&Gg89Tz~a|ME5jq-~MS38d>gE~nON0=0!aAb?cJ5rOn;l;k2n z6@tJpv@g(98whBe)h1*po06C3&`JV%#}!C<83J`>ibf^^8g~LoVnIN^Q#VyLslYk` zn%U6mK6QRkcGuH+Z)CdWS^{_tDL_C#PNP2%84}w201<(p#!@Y>z(auL0iN{)UsidB zodsDMTO)x{tTtWG5MUwaWt4_Cjie`ma{@FlPvCql1VO+{RuI-bs9e|QKzJ9)$Vf({ zg_JxRBImgRc_lo}3;mL$RG7k+(M9{}`bY$bo{X})vJcR>YHvrwq9Q>6f<%ZN9fTp^ zONl{yp?NkfUUd{Doml`>l9RlNK#=ssoa=qwiPvfZ%bHrzUX)cT7)GUPB=97b1Wtf; zjsUTw7596lCVVSL}(?%Pm`+`A!T18iNF5RG*VbWF!Ouk~ZJ8YgMYe z*ozWLXZATFK<5^LH-1M7@KJ0P0SbXcBIHAaMBpU)#aX;l0=$n&+i2Q);_8{9uWv2EpK)!OFDmN`kV*Y%7k{P@X!v) z7-O`q5lS^?8N!M|48{(Pb^Y|YykC7!yY=Ji-Y97!f2^ zR}LJ&0sq+XkWY|5-wq-1xE|K3?7#sWAh*|AFUa5HB>a3Ig;c-~tMcH41OD59^!TtK zm+2Jz`WS=XJD=ff@inZtZ7^py0taM#K+@+G1f_$Hzg2T=ykP7s|SMO6el22oj?CXNC(*jYK6=tml-~derd}yu_Me*pc4Ja}8G00(F~U{+qTNYvwojanB(2x4mXEq%yYUranbI-S|?P5N_VVpqcw=0|^c7ai$f?A#k9IH9DWXI*GY%zopr0O(nI4*&oF literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/compression_dynamo.png b/static/browse/thermal_expansion/images/compression_dynamo.png new file mode 100644 index 0000000000000000000000000000000000000000..aff616571e12388896159ff83316fa5b4c5f35fe GIT binary patch literal 1233 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 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/copper_gear.png b/static/browse/thermal_expansion/images/copper_gear.png new file mode 100644 index 0000000000000000000000000000000000000000..cf4706b0d50d4cb6354eb57a76fc5774adbe421d GIT binary patch literal 746 zcmVIJ^f`fGz?q7BMb7 zs)N=dpw~~HWL)5b8{mZzB1{U^!ekqK>xbz+=xqQMpo@UdEvvY|!>JH3N{jwPY2L>q z{@4f;#5)GhiBb4<7iRjPtp-$pE&^scleoZ#v*D!)M$+I(3XHFZXKR5hln)bwurL5q zT~L(^DnJ(jH?p{yKI!cb|gsedvc{u+NYrq zsDPygTrFi>m~g?Qhj2r{22EyA0dWtY&%l`1Bt@E2r3Vek(uj5{3U>~{i9Cq4=$dTC zg?04&|N3(!#g$FV~ c1?V~8H{VIVz^6951J literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/copper_ingot.png b/static/browse/thermal_expansion/images/copper_ingot.png new file mode 100644 index 0000000000000000000000000000000000000000..b708189a11296b321f639308fa5cb3179b6e0616 GIT binary patch literal 611 zcmV-p0-XJcP)bvA!SY53YONi+3A)Hd)AcjU6oeF(u_9Pelne`_ zsC6OLX3_{EC_12tdQs4If&av>NAUT4o?v%Dzh%z{UbjEKZ`gjY)zz7qnVJ2UJ9SXl zN~(=afC-RGEgn_H={EYB(_E#@0Wty0G9a^GKD>&qR{DO8>=}zno2a~+o(Ey!vH<=0 zCg7h4=vq8vNxGHv2Q3VdJv~VCS$gK9vWs46%DZUXOGTQ!vJI@g0!%*G(5F;TK>691qZ6k@m+dJ=zU(GD5MRw7|XN z0!HGbANs+f39AVzmJ8nYHpAoYosbJPKt4iYuK*L^e84_={1W?NkhFlGg90WyXr_n0 zbkpZ^RF=morHl)P+UsE;v>vjNb#O<1ZpfQ zhu-yXgzTXe(BIw&!-rQvHoOL+@^h`k{Tlt~-+rK&0EYwgS@Kn?=m8Hp-7wOz84580 zH=`@zR*Y`M8sW%x0Wl9HgY-wgcTIrP0s79!2xTn21@50*3;AdRgmwrx=ApQc{_4ML xCcxXlnYud=p@1W@ff*_Y1v5E1{|p;d%f7002ovPDHLkV1huN9Krwq literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/copper_nugget.png b/static/browse/thermal_expansion/images/copper_nugget.png new file mode 100644 index 0000000000000000000000000000000000000000..1229603b129afdfc6709598a24cc056fc5742c28 GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA1|-9oezpUt>z*!-Ar-gY-q^_H7$|f6W3`)2 zgU5d zd`(k@4gihL3i;rf8rXYalN__{TSmSI4eGp~<5q47lKU}Jo{KL5u;0i8OHmmj6hgIp(wDPrd6~B02H00GPGsppz$0iXIx{ zT-l|iC6ixT6v6P1f9e;_&7KqCJOzON`HpZUwK1B~E1qAvCBk{`l78Q+gJ{Dvw47h? zhI#CE{-&3?x!qixn-S^v>fNJOB~+;SxpN`_n1#(Eh763~TW%Erz?|PAnwvc@0)YOk z|JsglMf3Sv{!3tBHq_5wb%-v`pS3VEqHDRU=FHSvB9q%Dx;z)y9XKmuNa&XhyZ{p1Wj8A2ml}D-xC3VJC$Et5CI^+ zcvA#`*$d}I4;)&>70H&Y5?9=ryDHBaLO*@oYySS_Zjs4u7G0hXynbHpF!!!+7n$P? zq7U+aFt?YSzPq}^d~={d^lhkI_KN-PMUl>zs^(Lvl)n(-HtG)`AOLP$zbpcP`Quj6 zCA$Lm8->uC6XI4<+pL=H{Ix04s(N z0J!o5AP|LX7(!f8oiABGg=RgNIo06bqs?pMyLRo8M~VQ!zICFS0AR3~2ZN??dSgWZ z?v$=tTFe2n{GyWu(BVT^Z5ZL9U&HX^z|&$r8jYA}ElErOr!fH-wjfY>ZfICta+xa} z8*(c4c^xZCB>;vH0K|AG?$Uh$Xo>>BL94#LUID<4B!>q}05ni})hbS>*@{&~o0pJD z?DMOP^LS3+1>MQ!Kx_9J*ER@&F7Cm_IYpWMh4; z0EqEWt6Z*JZtkFBjOPS))1-8;lQ0lF=Wj{g;^(3k*F04Pj9WeSsx9$?f0 zxLg>J#6Fri;vw+b0k{Pq0Jq+C)tHyWerUd}b&nh)KoGaP6sZ#cJqH1#DnQ}2O{Q?T zQ2>&|`^^YK#sY|rHF^N3|CMe5pjd8;d6e=1TtS%Bu|J*MB<2aw9&dBztr$|}6{{+M ztfB>g5Yqsl08mKPmjK+&JZB0=ngjreTs}ips`W6{(cWfGk38i8f|yHS0JKH-hyYMt zYF7*)03?S7L;y&K<&hA22M(o1JphETD(xfx3;>fbPk^9*y_kmpvd4xH%=aW-E-9h9 z$*nkz5`fK1C+cVj0RfjX1LZdcM1iG=z@-b{jrOOqkbU zb-H((hyW;^-7-dWn(D2j+7*^ZbH1zWzt5&GD;AJj5EKlqzV4Zzf$YpiF8LMz-QfS<+%VPHkj)c zLiYjQ2F608tzj+%&1>9f5gzxWh6T{~5C5@$CnznCykk4y0icw94FK*K0l11V8YDJ~ zc>+|Lbsi{G9`sMgHvlr}acN=%a7jGj%Pv=v2}}US{i+$S2EtCv-APMVcAZ&|)4B)f zpG#KNc(w6EKQ9N+KUDD+vuame?LS?9%kRi^Qu61KhxT9W%ct2`S)x8N|7U^#kDT$< a{`&{lRPSY3*F%i}0000= literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/crescent_hammer.png b/static/browse/thermal_expansion/images/crescent_hammer.png new file mode 100644 index 0000000000000000000000000000000000000000..2748b236e89d437ae2d32d7139f9c70d34f5d568 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA1|-9oezpUtGoCJvAr-gYPBr8@t3YNw>XS) z(>Lt1Q)I4^ULa&0(evG)N2p?z)QvlG7kXD4A6Rdp(rg1XK3jbjYvZ=-9#%10-@g&*r1CNyeT4z=%R=& zg0Q;ira-K#=+{;0&Nl6bQ_s#epC(V|V&Bj61P&4=+kxi`ubZ)RcHZ!uvvW8$Tb`!e z8)L-Y8v&bDMg`=1DqCZWEO*;2=QOsI|Jim!!xSSbz|sNo)SihllIuI0PHT)fLSd-B zIRWk)lOS)qZpRcOD{?-lfPx2H(HLb6;61z|sNE z%Nir{T3@p*3hQek(EnNIOR2mTW@PhO4V*(l-VRy?6e6JB+yRk4cbRLJ*e_|Yx-JSG zUky%nra5@x!mdv`l%3QVk@qQ|8?K8Qr~pd@{Il+*by;;a4EF0n$4B#kvwHX;n)WqDlUW>DXoh^nO{%=mJ2A^9%E$V`7i{=3{JYtgCb1}8Q7cQa5N=!{7ORG z_Y?%)=&)*cl##Vff(o!iKxvJ+_OeRcQK%nJaB^rS11A`9r+gb9ZTm=+uKzX-$KcCh1D8WhB7Y@N!N$AZm=nHe`pO&Q|IFW?oqXsnJ zO+e!_1H6xQaGK8(LjW@i#XrpwI!irloI&ll=p6*b|xs n&z(3F-CIf(phk@vHI|&e0ORKG7xN}800000NkvXXu0mjfAci;m literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/cyan_rockwool.png b/static/browse/thermal_expansion/images/cyan_rockwool.png new file mode 100644 index 0000000000000000000000000000000000000000..9685b35a00e62a2b654b546e4630009dfea2bbd1 GIT binary patch literal 2062 zcmV+p2=VucP)X8hAqlS&WmM%*=alUeCGT`Ih@&*|Ps%H-Bw?{aPdJc=sFQp&`EO{qGxL%lXfm z?QeZ)jC}M{Gkp0+2>#vI3%>vtY#zvO!UH4 zL)UITcg4U;5)3GT~1^*QFp9ak-G#>z;*=;yy@BoZVc zNo)aS#U()33y6w2u+&O|1Z;ZsLn8{HlHI14;f3V&XS15N+wYp z=eo|wR3bmoE@0@`%gy@ZuUG)66(b2C%o2b=LLLd|dUAtRjH@gG2#>2xL|sF=n6P%I7bejc9d#@mFgmISG(Z*gqYNvr}7BQOanXiR)YF0 zAYk>LBZkhc8k=bspd{96Tg1^9n++#ls{#-v0Y*Aj2`V{5;w~+VQHUc@BDP}to=TV` z<+}*4o|rXx*=P0MqwNAjN~E!jq9Fl(50N3kC1CB;v;JIbe&{2tuF7s48-&jAWV3Sg zkOgR^1q2WYp);J5SI~J`>y`o@J@}jj$SOi5ouZ=8>r#ZG09`Lj@m=R*)xq}?!0J0O z6L|{|!9rfZBD@O{AfXnk-zFig0@h9*Zw6;hTY#&Q?34r;sUq1z#Zm|$G7=z24CJvD zD=4fQn>KDHK<|)uGzxhv)+#`irwT~Ws$(Y$Ndk0C;v^uS@8-suea9>+M#vs77H~4! z$I}HfxyBdL*r}Tnstj-c@QA7Ymz7lkl*zgi^XUN2v8vq5P+YnfbrQ3 zTV%4XxGRqumI%A%@2>*%J4dKZ0Dn05gN0iAMH=FImu;{P2`&MTpE~dU!F`lZ_Am)) zt4x}_KZ|4%uzd4wLqz>vBBpCZ9IP5Y+@}g968gh5GHfFtAkRv)fpux&mYsmDVJHWS4-PON+gATuEBW zBCCx6d0S#Fpok+!h?uRE@~E!>$|m+e09GMKL=pkQ+5;y_-sCET0Qp`JS*i^Je6CEJ zT48tKQZ|*q^a~e(egbmmJy!*Yq{=D+Xl@X+RTP;ZAT~BttsMTGr~^R&&CE$%>;6Pf z85LojM?h|ZQ*9fXQx-rjAV5U&$S_wUqieIp=6i;}C_vY`mQ!U^Qq$_jPFxdQHY)>M ztUQiTxn2TVr_ua}Q1{J&l(7Z2<)&BXg0C#YQF}vQEqu#4F)xUigUfa^ z5IwZo|%D_=yoOa_7o01SKNl70*MoP^`G+ZqUnjVkO9dhAq^y}b%)^HKzO zEWke66L@1YU;Uj4F4W|;0PiKvb{`6)-q17KCm~v41jI%~m2pm#vPuO5RH{}1f;wsx z;EI%vi%=dZcxo}%Ge#o-K?taxE&}RoLszbwm%Pb=d>%U{YbouNk-T+3z&>E8Y+kDO zOHxVzqea{!uPaY9biCRsjU$xCXcdtkD3!BeAA&wG=$=|2jhdCZ@#j3+j3;}Lf zMT9H`ae?Et(G>ws&IA)l$x2>mDy7VNbS|B_XJfApT{^b}-1ak4h_h9!D_jJaY?+OS zP(5Cr?kS3{I3+o2wJBA|V|CfkAV4G`kLUH0iJa=U^w@&B-e#R37kf1(3G28yw@NU1@+=wV5D5Z5aN=Y2+d?vZSXMl5a zO2_ZpzgEV50tt=Xq5voC@Ko4Y^?5{cuV3AL!dy*aeXma-cnVQAE)VR#*yld7P_~^} sK(~(1JUstrf=Bg!G=3*_{J;MC8&6e{iUt$kzyJUM07*qoM6N<$g3vUmumAu6 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/cyclic_assembler.png b/static/browse/thermal_expansion/images/cyclic_assembler.png new file mode 100644 index 0000000000000000000000000000000000000000..1ff619d794d8a0e503b62b8acaaa0b8c811051bf GIT binary patch literal 2339 zcmV+;3EcLHP)xi>IRx<`BD1#t!oFx#NCZ>8TZUb>{Ly>o-d z<1=bz=G#J#-+qW5FgpDW13(AB^z=h^_S`x4_6;7DVP_t(`S`S2T!^uBI>8c&n2CtT zrq%fi7uX*@crrQ10Eoq-jDSScXknHCFgG7%07PdVvNyh3`U|F03o5w~XQ{<`H9tGe zl8ITil$ulNq)z@$p}Dyk7L7hqv-0;5KK`FW^cTov(hPv*IR%&o7f)wNZYUCF9!HqA0iNw%6@7EFqz(u+h9CM$yy zmgc2c^cxn9Ju*vR)uaUh|7M8(1Zx{l831b=&lmuiT!uYa%dy>nB|)LY{7fMke$EJh zd3om1oSYW~fWB)1u&@wihlc2X@Y7E}sIBc6Y;$`{tv}Bj<)5+5=j&?y=@XWhk5`{$ zS#D*SWikSh{YObzEqz{!D z#yWeRf1%5hHkL{TFV36li}}K028+- zSSiSV1YjfwTn;wc6o@|HYwH=tTkYBk%dKWrTCN5vy()J0S^#5(?i+weM7nDN#>dCh zSZL%|ATOmC41oORQzN+o2!Kp3%>XDhxXaZhIZeRPqemHr$75M5^x&&00u00y0XHXZ zG7T6V8Db?@YddcwYxR69&+-C#D(3^08ob@@Vj7?aN7c1;=KBEr?Z}aX0aO1n(twFu z69(dDSP&r-FgiM<1_t^|Lj)RHbS08eko~_3XzS9yQyH zM+|?a?xQ^bM>%()sRx!r9Jyrz(8R5A0wyNL82}+U3!xDM5gHlX7jRVodYG!p3RPKY z04_Hh0nm8L7+wQvPB-kh8zZ6g+nG_d_1he;V}Zj;Sm)M82~gU?;C(G znFja+J_f*rhAIw^u;0hz5yM|hK2?LCL?&Z!vrwddksK1 z2LOaa!wi72u@M=*Zx5iWyNg2raH6`70f4K3;WePzX5;Ya!>THEvfgF_oX#=;U-aD| z0G&B=hJcZ=Q3k+R7>~miz%W;bk8)QUk@pQiUvY(Gcn!ca&*5u!0?yj>!L_LmDvvP$ z(4hgny*&&7n|#9h`g#KT<(4@-JV*c<(Syq)!WAe9=n66nQHj;5DFT}6D>*!BkkvVT z_B@BzuK}+C_@@cz>FHM8^2`B%YHDf-7#{kPVc1a&KUxF~;~)?A6Y%lz<3&K>3TS{n z!~itgsu%#a+K6*L_qh2<0MG$2TDTGb;HnG` z^z8-6ZBzqV2QD>H+l#_#u|0;1;}p!IGqj#KvPo_ z54>I_+(rRFyI%(|gxhh6!?!zI1oL+S^j${-bO5+KUJJlp9zd@U0M~nhDiFL%fVZ<< zx!q0^;B>aiCv}*2Eu0eobQ%!27GM|x>w@7?>-lOK{A>~M*=4!+H*xq+TkNXE-bMfh z*BuP_yjS(~77%h3y1D}dAfMkyfZOe08qnVEWB^oGSM#du2XH$sG7UIhSI+>rY*0Wz%2mW+BBd8f7b3I0F?q@w>7}=X)Qm-@E5PNa(HC@ zUdiP&hA$hy1I!G-wXT2)cIh>e1Ob4N0dN)401eWBpbQ_h091VW&i{tR|8+5vqR2EVfcdp`c4CYb#S+=B!<_3 zHVfpy-wW;jhHI19dZ3!qJgbr}G!YbQYNNCv>qd{>J<%ye{kl()lc0=(XK<&hl+KtJ06{BHlB zzzP8X`MmBT0JXR6Jj4Y+0Ba}#;PZJoyau>EZVr!LYgK;J714Jc?0*4p<;rKqx!42n zb44`3BZGUq9s=IT;QK-JA$H5)8i0xbzX|B<^cuteQG=I)RLgg$2!J-+@??*91Fqus zD*^CU48Hpf01OO}0dSZA43FN*!S`D&4R|L8|24=vH~5==`vtg)!LjdGXvP2l002ov JPDHLkV1g}2Cky}p literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/cyclic_assembler_hardened.png b/static/browse/thermal_expansion/images/cyclic_assembler_hardened.png new file mode 100644 index 0000000000000000000000000000000000000000..1ff619d794d8a0e503b62b8acaaa0b8c811051bf GIT binary patch literal 2339 zcmV+;3EcLHP)xi>IRx<`BD1#t!oFx#NCZ>8TZUb>{Ly>o-d z<1=bz=G#J#-+qW5FgpDW13(AB^z=h^_S`x4_6;7DVP_t(`S`S2T!^uBI>8c&n2CtT zrq%fi7uX*@crrQ10Eoq-jDSScXknHCFgG7%07PdVvNyh3`U|F03o5w~XQ{<`H9tGe zl8ITil$ulNq)z@$p}Dyk7L7hqv-0;5KK`FW^cTov(hPv*IR%&o7f)wNZYUCF9!HqA0iNw%6@7EFqz(u+h9CM$yy zmgc2c^cxn9Ju*vR)uaUh|7M8(1Zx{l831b=&lmuiT!uYa%dy>nB|)LY{7fMke$EJh zd3om1oSYW~fWB)1u&@wihlc2X@Y7E}sIBc6Y;$`{tv}Bj<)5+5=j&?y=@XWhk5`{$ zS#D*SWikSh{YObzEqz{!D z#yWeRf1%5hHkL{TFV36li}}K028+- zSSiSV1YjfwTn;wc6o@|HYwH=tTkYBk%dKWrTCN5vy()J0S^#5(?i+weM7nDN#>dCh zSZL%|ATOmC41oORQzN+o2!Kp3%>XDhxXaZhIZeRPqemHr$75M5^x&&00u00y0XHXZ zG7T6V8Db?@YddcwYxR69&+-C#D(3^08ob@@Vj7?aN7c1;=KBEr?Z}aX0aO1n(twFu z69(dDSP&r-FgiM<1_t^|Lj)RHbS08eko~_3XzS9yQyH zM+|?a?xQ^bM>%()sRx!r9Jyrz(8R5A0wyNL82}+U3!xDM5gHlX7jRVodYG!p3RPKY z04_Hh0nm8L7+wQvPB-kh8zZ6g+nG_d_1he;V}Zj;Sm)M82~gU?;C(G znFja+J_f*rhAIw^u;0hz5yM|hK2?LCL?&Z!vrwddksK1 z2LOaa!wi72u@M=*Zx5iWyNg2raH6`70f4K3;WePzX5;Ya!>THEvfgF_oX#=;U-aD| z0G&B=hJcZ=Q3k+R7>~miz%W;bk8)QUk@pQiUvY(Gcn!ca&*5u!0?yj>!L_LmDvvP$ z(4hgny*&&7n|#9h`g#KT<(4@-JV*c<(Syq)!WAe9=n66nQHj;5DFT}6D>*!BkkvVT z_B@BzuK}+C_@@cz>FHM8^2`B%YHDf-7#{kPVc1a&KUxF~;~)?A6Y%lz<3&K>3TS{n z!~itgsu%#a+K6*L_qh2<0MG$2TDTGb;HnG` z^z8-6ZBzqV2QD>H+l#_#u|0;1;}p!IGqj#KvPo_ z54>I_+(rRFyI%(|gxhh6!?!zI1oL+S^j${-bO5+KUJJlp9zd@U0M~nhDiFL%fVZ<< zx!q0^;B>aiCv}*2Eu0eobQ%!27GM|x>w@7?>-lOK{A>~M*=4!+H*xq+TkNXE-bMfh z*BuP_yjS(~77%h3y1D}dAfMkyfZOe08qnVEWB^oGSM#du2XH$sG7UIhSI+>rY*0Wz%2mW+BBd8f7b3I0F?q@w>7}=X)Qm-@E5PNa(HC@ zUdiP&hA$hy1I!G-wXT2)cIh>e1Ob4N0dN)401eWBpbQ_h091VW&i{tR|8+5vqR2EVfcdp`c4CYb#S+=B!<_3 zHVfpy-wW;jhHI19dZ3!qJgbr}G!YbQYNNCv>qd{>J<%ye{kl()lc0=(XK<&hl+KtJ06{BHlB zzzP8X`MmBT0JXR6Jj4Y+0Ba}#;PZJoyau>EZVr!LYgK;J714Jc?0*4p<;rKqx!42n zb44`3BZGUq9s=IT;QK-JA$H5)8i0xbzX|B<^cuteQG=I)RLgg$2!J-+@??*91Fqus zD*^CU48Hpf01OO}0dSZA43FN*!S`D&4R|L8|24=vH~5==`vtg)!LjdGXvP2l002ov JPDHLkV1g}2Cky}p literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/cyclic_assembler_reinforced.png b/static/browse/thermal_expansion/images/cyclic_assembler_reinforced.png new file mode 100644 index 0000000000000000000000000000000000000000..1ff619d794d8a0e503b62b8acaaa0b8c811051bf GIT binary patch literal 2339 zcmV+;3EcLHP)xi>IRx<`BD1#t!oFx#NCZ>8TZUb>{Ly>o-d z<1=bz=G#J#-+qW5FgpDW13(AB^z=h^_S`x4_6;7DVP_t(`S`S2T!^uBI>8c&n2CtT zrq%fi7uX*@crrQ10Eoq-jDSScXknHCFgG7%07PdVvNyh3`U|F03o5w~XQ{<`H9tGe zl8ITil$ulNq)z@$p}Dyk7L7hqv-0;5KK`FW^cTov(hPv*IR%&o7f)wNZYUCF9!HqA0iNw%6@7EFqz(u+h9CM$yy zmgc2c^cxn9Ju*vR)uaUh|7M8(1Zx{l831b=&lmuiT!uYa%dy>nB|)LY{7fMke$EJh zd3om1oSYW~fWB)1u&@wihlc2X@Y7E}sIBc6Y;$`{tv}Bj<)5+5=j&?y=@XWhk5`{$ zS#D*SWikSh{YObzEqz{!D z#yWeRf1%5hHkL{TFV36li}}K028+- zSSiSV1YjfwTn;wc6o@|HYwH=tTkYBk%dKWrTCN5vy()J0S^#5(?i+weM7nDN#>dCh zSZL%|ATOmC41oORQzN+o2!Kp3%>XDhxXaZhIZeRPqemHr$75M5^x&&00u00y0XHXZ zG7T6V8Db?@YddcwYxR69&+-C#D(3^08ob@@Vj7?aN7c1;=KBEr?Z}aX0aO1n(twFu z69(dDSP&r-FgiM<1_t^|Lj)RHbS08eko~_3XzS9yQyH zM+|?a?xQ^bM>%()sRx!r9Jyrz(8R5A0wyNL82}+U3!xDM5gHlX7jRVodYG!p3RPKY z04_Hh0nm8L7+wQvPB-kh8zZ6g+nG_d_1he;V}Zj;Sm)M82~gU?;C(G znFja+J_f*rhAIw^u;0hz5yM|hK2?LCL?&Z!vrwddksK1 z2LOaa!wi72u@M=*Zx5iWyNg2raH6`70f4K3;WePzX5;Ya!>THEvfgF_oX#=;U-aD| z0G&B=hJcZ=Q3k+R7>~miz%W;bk8)QUk@pQiUvY(Gcn!ca&*5u!0?yj>!L_LmDvvP$ z(4hgny*&&7n|#9h`g#KT<(4@-JV*c<(Syq)!WAe9=n66nQHj;5DFT}6D>*!BkkvVT z_B@BzuK}+C_@@cz>FHM8^2`B%YHDf-7#{kPVc1a&KUxF~;~)?A6Y%lz<3&K>3TS{n z!~itgsu%#a+K6*L_qh2<0MG$2TDTGb;HnG` z^z8-6ZBzqV2QD>H+l#_#u|0;1;}p!IGqj#KvPo_ z54>I_+(rRFyI%(|gxhh6!?!zI1oL+S^j${-bO5+KUJJlp9zd@U0M~nhDiFL%fVZ<< zx!q0^;B>aiCv}*2Eu0eobQ%!27GM|x>w@7?>-lOK{A>~M*=4!+H*xq+TkNXE-bMfh z*BuP_yjS(~77%h3y1D}dAfMkyfZOe08qnVEWB^oGSM#du2XH$sG7UIhSI+>rY*0Wz%2mW+BBd8f7b3I0F?q@w>7}=X)Qm-@E5PNa(HC@ zUdiP&hA$hy1I!G-wXT2)cIh>e1Ob4N0dN)401eWBpbQ_h091VW&i{tR|8+5vqR2EVfcdp`c4CYb#S+=B!<_3 zHVfpy-wW;jhHI19dZ3!qJgbr}G!YbQYNNCv>qd{>J<%ye{kl()lc0=(XK<&hl+KtJ06{BHlB zzzP8X`MmBT0JXR6Jj4Y+0Ba}#;PZJoyau>EZVr!LYgK;J714Jc?0*4p<;rKqx!42n zb44`3BZGUq9s=IT;QK-JA$H5)8i0xbzX|B<^cuteQG=I)RLgg$2!J-+@??*91Fqus zD*^CU48Hpf01OO}0dSZA43FN*!S`D&4R|L8|24=vH~5==`vtg)!LjdGXvP2l002ov JPDHLkV1g}2Cky}p literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/cyclic_assembler_resonant.png b/static/browse/thermal_expansion/images/cyclic_assembler_resonant.png new file mode 100644 index 0000000000000000000000000000000000000000..1ff619d794d8a0e503b62b8acaaa0b8c811051bf GIT binary patch literal 2339 zcmV+;3EcLHP)xi>IRx<`BD1#t!oFx#NCZ>8TZUb>{Ly>o-d z<1=bz=G#J#-+qW5FgpDW13(AB^z=h^_S`x4_6;7DVP_t(`S`S2T!^uBI>8c&n2CtT zrq%fi7uX*@crrQ10Eoq-jDSScXknHCFgG7%07PdVvNyh3`U|F03o5w~XQ{<`H9tGe zl8ITil$ulNq)z@$p}Dyk7L7hqv-0;5KK`FW^cTov(hPv*IR%&o7f)wNZYUCF9!HqA0iNw%6@7EFqz(u+h9CM$yy zmgc2c^cxn9Ju*vR)uaUh|7M8(1Zx{l831b=&lmuiT!uYa%dy>nB|)LY{7fMke$EJh zd3om1oSYW~fWB)1u&@wihlc2X@Y7E}sIBc6Y;$`{tv}Bj<)5+5=j&?y=@XWhk5`{$ zS#D*SWikSh{YObzEqz{!D z#yWeRf1%5hHkL{TFV36li}}K028+- zSSiSV1YjfwTn;wc6o@|HYwH=tTkYBk%dKWrTCN5vy()J0S^#5(?i+weM7nDN#>dCh zSZL%|ATOmC41oORQzN+o2!Kp3%>XDhxXaZhIZeRPqemHr$75M5^x&&00u00y0XHXZ zG7T6V8Db?@YddcwYxR69&+-C#D(3^08ob@@Vj7?aN7c1;=KBEr?Z}aX0aO1n(twFu z69(dDSP&r-FgiM<1_t^|Lj)RHbS08eko~_3XzS9yQyH zM+|?a?xQ^bM>%()sRx!r9Jyrz(8R5A0wyNL82}+U3!xDM5gHlX7jRVodYG!p3RPKY z04_Hh0nm8L7+wQvPB-kh8zZ6g+nG_d_1he;V}Zj;Sm)M82~gU?;C(G znFja+J_f*rhAIw^u;0hz5yM|hK2?LCL?&Z!vrwddksK1 z2LOaa!wi72u@M=*Zx5iWyNg2raH6`70f4K3;WePzX5;Ya!>THEvfgF_oX#=;U-aD| z0G&B=hJcZ=Q3k+R7>~miz%W;bk8)QUk@pQiUvY(Gcn!ca&*5u!0?yj>!L_LmDvvP$ z(4hgny*&&7n|#9h`g#KT<(4@-JV*c<(Syq)!WAe9=n66nQHj;5DFT}6D>*!BkkvVT z_B@BzuK}+C_@@cz>FHM8^2`B%YHDf-7#{kPVc1a&KUxF~;~)?A6Y%lz<3&K>3TS{n z!~itgsu%#a+K6*L_qh2<0MG$2TDTGb;HnG` z^z8-6ZBzqV2QD>H+l#_#u|0;1;}p!IGqj#KvPo_ z54>I_+(rRFyI%(|gxhh6!?!zI1oL+S^j${-bO5+KUJJlp9zd@U0M~nhDiFL%fVZ<< zx!q0^;B>aiCv}*2Eu0eobQ%!27GM|x>w@7?>-lOK{A>~M*=4!+H*xq+TkNXE-bMfh z*BuP_yjS(~77%h3y1D}dAfMkyfZOe08qnVEWB^oGSM#du2XH$sG7UIhSI+>rY*0Wz%2mW+BBd8f7b3I0F?q@w>7}=X)Qm-@E5PNa(HC@ zUdiP&hA$hy1I!G-wXT2)cIh>e1Ob4N0dN)401eWBpbQ_h091VW&i{tR|8+5vqR2EVfcdp`c4CYb#S+=B!<_3 zHVfpy-wW;jhHI19dZ3!qJgbr}G!YbQYNNCv>qd{>J<%ye{kl()lc0=(XK<&hl+KtJ06{BHlB zzzP8X`MmBT0JXR6Jj4Y+0Ba}#;PZJoyau>EZVr!LYgK;J714Jc?0*4p<;rKqx!42n zb44`3BZGUq9s=IT;QK-JA$H5)8i0xbzX|B<^cuteQG=I)RLgg$2!J-+@??*91Fqus zD*^CU48Hpf01OO}0dSZA43FN*!S`D&4R|L8|24=vH~5==`vtg)!LjdGXvP2l002ov JPDHLkV1g}2Cky}p literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/destabilized_redstone_bucket.png b/static/browse/thermal_expansion/images/destabilized_redstone_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..f3214d2b2f87e6485b161758a9d8be850555cfa5 GIT binary patch literal 286 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 N002ovPDHLkV1gJ$)!_gD literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/dry_plain_sponge.png b/static/browse/thermal_expansion/images/dry_plain_sponge.png new file mode 100644 index 0000000000000000000000000000000000000000..8b31296b99721df7626939f0f82cfba9eded6738 GIT binary patch literal 2148 zcmV-q2%GnbP)ey=gNznUSs>y00JZ?;GW0YLW`3q*I_6``SrU(2?czW8&K zsOQTH5ytkvoiEbgcgKwHem%#87$#1DtcMH{kLyr+c-?joJuLD!ju2s6H_zjQz<%%7 z3q{i#43QJ=(yuL|+mf6#*!x4N2-^%5n#S1PH*-aJ|LUtTqA7)j2=C$fHo!(hbjys7 zpJJF$&&?9^v2UwHI>_m-Dn4m~Ah!W<;GF`IempqA5Mh7M8!izO8vvJoTPkwG4=G1@0-6v_A~cSFJXhrH!;ic_ zM{OT`ca|usz%WmIQYP{S{P+!f-b_w4M9d4G2ZbgK_YY*rqvvpD6-B?)pH{ zxF|#91Q;7`h#1QNaGKWT1mJrQe3T^uzzhGZ5$OPhOQ)DV0a_kOGb?vaQJwR-zt)KK zs-h=t_l;uFxtq1-nQs<}uKwBK(TyRPhBm)A!`%8xnuwoy;ipD*&UJII2QZ9N0|GQ2 zPBw$%4FP}vv+Y{C2&Va^*ydX2=m$k20PxEIz?#phqJsdS^>T=aGY^2X-&KorfU@=k zWqkC60RI5m&t;1MK%M$*p6JP6nnn2V*g1hBy{4c1v|Q=wKbl1P)$4pYRiw}E6W`Z) z%s70Mb;Jz~fMyBMdOXdn*%xmE@z!m1;YvUN7!_=Y^gPg;7q1nE?QVF)jfBz_O|Lg!RuSi1bPW09G5P**VLms_pXCN#@uv zL(J#4gvi*S01yBmn04-RjEZnsIm3>uUlBs!N^o2c6$&OH0=OE(L;wg$F~mGn-{~4! z2+{D;6Bz;!kz<%K#r*&n*K?-5H_ukrbpUVWP&W_FSrIK`1Q_E2018?nZO2iG@OSRYc(b@I);9oV zSqC75UY#Z;S|I}fjMeO$=8@#O^q98H#3+NMs}kf2!+cPLRW<>jUm+ZWdA|XiF%GlU zd*fugXyYVFa)u201^_zF7KnJx_^@Fj0x(1fKyv`V7|cT$%V`Lezr}5FHUM4;p8!>R zV$JxnVamvc^F<1P5CGtD3m{(BMgRbO^U)L=0A^HAQUXZKyWwCguQ@_QgD_8ks?8}@ zLvsriX!eppasU9FVE{0M2!OaB6K0K7?XkwVz{7h1u=SY|5dj8DTI{D(28nsVjGSQD zWSDjq5-wx^t9yh6v3gBwUT5w&sN~05F6AkXbWP z0fc7+i2UvY0AQ&EK<)l`2@!_a(i53B0EXM{E7c+bIK`MIfKxEfFarR${Q_8aGSk+` zbfCKZ2?Ed`PS$%D?1)wXD|=jSs4M}{Luh9GWE+4ULR{-ObA(rl`?wuNM;;IWoo_Gz zF1I;`D*ynf(;fE&fCvEd1gKb>qQVH}F}EpP%;Rp3X1M|&Ky7EH2mn5-5CB@crVkj? z=o9S75WWNe^R`8b0Kjvc08BstFoX!e+fn8S0a*KCo>$H%0778nrCA=;rT$=&hyc#D z5(I$!jv$Y7S$XtEhQCZ)0I&)XVBXpUk+bpfiVO&V*#kh+k?A5Q1j-!ao-vQrC?OW? zh_b3r*Gv%s!qNjoG_D)Qaqd^HOObt;$4n0!X$U~tq6s4AjZXm9e*nM~?x@ra&Z%Sp z*m$8tL;x=O2!Qhdu=rStEDe--_hL<78xa7d69NE?>q13>dAt|FI$ zv~^iA4giGInhP!kz`W4!8}zcNHzO#2aikeI#!$7NCfNsQn8H5J@d<$S&7$2?6#$L# z?yTWZlDZ<8VF0N6fj)rv@<5SZMxEW10EKOl$}o%wBxcUSDXBYs`@G41*T;v0)KfpW;qd({k&u9EQUwp7t zu`^mVs`lPo1wcto97`1efO!M}EbItS*cPQs3?FNV0D#ph%G;`_Dc;+Zog6{VuE9VXS>07!}1u6!aTbw z0kDr77AL@M`>hNBYtFmm0T%!u^#GtR>87lQe__7{6^0DKMvfP3bDCirw4&o^QI{=dHr a@cI`eN|3`Irp_|}0000P)u1e(4?>3 z{64?m%{C~}Ucsw4D$K&yMRo!ILLqbNu0UYqbjHv(#^xQ5L+h8W$ z2pqrx<<0AU5{Tl8Ug@d}PB(&(Nw|Rn{#AgUs3(CQS|#dHgcaRT*bKs+;e}*W0}l9; z0Ym+E5}uAdK)20OsZ)CCkRC&DxY7i(!wv9u9)ftE4LHEm0kMdcgzIe$@;N8Go_K*S zddc1AaQ7Qj97)V*8Yl xvV(eP)t+?@Fhjt1!z%f8zg0MZ$K&x#xp!?-dqs}eA9er$002ovPDHLkV1mrNwN?NC literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/electrum_block.png b/static/browse/thermal_expansion/images/electrum_block.png new file mode 100644 index 0000000000000000000000000000000000000000..e35b94e3d6c7dc546cf427d304983f99940a5ff6 GIT binary patch literal 3081 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 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/electrum_ingot.png b/static/browse/thermal_expansion/images/electrum_ingot.png new file mode 100644 index 0000000000000000000000000000000000000000..aa1b1bad3fd15b6447f440b7587ef01b82b65a68 GIT binary patch literal 523 zcmV+m0`&cfP)!!c|k@yFZrfr;)d^T;`o^NySZEr#X4-XH|znsd_BoS6cZ~zB{rn)>ye5IyL@}C#L z&8ZX!K9wl!TcWB&@^$ zA!EkdQ(>ez1%^zLwMi<@NdyjvdH_AX>C&FLYZbpN@44F%0f89oUC5V9J~Z zdkzE8&-Kh1fPT3g5K{s49H0S#t47#f(8K$ED@=52z-CE@`Ot!4-mQE%*^mxhM%c9* zfCkX_r#K*H1MV*Chz7VlD*)H14h~j~aI}^S$LkV(oGxwa*TR%p1FEGtAT9!2qgh|_ zdGo*-T0CsWt_ON4++Q-ntVIhmeG*+-^((8Q{4>V^(Fjo8E~;W2)=Ze}(R^#VSNhX( zzrEk(fM^7$&JFii7A%kGKy_)0_;MT&4*{x}m|Knm;vs;ChleL(^8vr_MVdaN(&_*J N002ovPDHLkV1iB#Zf z>xQoiF?U0sHF#goKjI>39XX>`{J^Cqkgn6KR9$|)Nz1AD=NP9I&pu8%Tp kvwsE@FeHNYD{XR&6KUqL`I)((R6@Xddg!3sA>QJ002ovPDHLkV1j;iuyz0d literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/enderium_block.png b/static/browse/thermal_expansion/images/enderium_block.png new file mode 100644 index 0000000000000000000000000000000000000000..625d4b20ffde9dfad0c513b4696cdc177dfe60bf GIT binary patch literal 2747 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 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/enderium_gear.png b/static/browse/thermal_expansion/images/enderium_gear.png new file mode 100644 index 0000000000000000000000000000000000000000..8676b9cbd4e8df8171e02044e39a8686245771b2 GIT binary patch literal 695 zcmV;o0!aOdP)Ivfaz%k%gf*_i@I1tuB=$QyTC;RH#ZQydtXv`dk4|^IY>R8;REC%0M9vI7GqtY z;ml)RCXbFRU91s)c!1!`SL^8~gx|hHbbSqCbQFAmd<5v}QHE38=BB0RxDg#3fH*mU z@bc37^x69L+xqbYfiB#5bN?22SC0Gozy~PX0DK6&bivM!MZtLYm9w*u)@P){!Q)2= zQiON+z%|IpN$>$O58%vuz3T$azi59S7PzkxtR`^VaY%yflC)78UUQwz>+u>&uA=5M5p117sdR>YdGSc3s@! zA0QV2;_7N;@X5}=ye#sZPFen#(j?DQX6M!?&ts?AQu6W%1Q-)?}LAw!Kh7Y_?nuMxXpk02hs<~I>4*KS5zp23w=&_ dA0Tf5{s89BXC*;d=A-}s002ovPDHLkV1iLpMP&d0 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/enderium_ingot.png b/static/browse/thermal_expansion/images/enderium_ingot.png new file mode 100644 index 0000000000000000000000000000000000000000..037aa1e3f1132037203e2223f4111e9c4d458997 GIT binary patch literal 553 zcmV+^0@nSBP)mRGV_7FSjw>U2b}52f8b&;TDYz~blSY!;8i z?Y8K4#b6+AZp7^^g#A9eOBfCCo&h{No4~V6jRt87p`BkR9u6THjl|uZczBqJ14Q=w zV8c1y<`!sxxeDN|u4PVebOceO0U^oFG&g;JFP@*_)5{AijmMBYK7xPv4NCh5VsBq; z?*O0T8epyhB(^EX*dKG^RtutL6F9($BI$hu&3ep;cKdvGAHGd*2f=*9d*TH;Gfy3l3@-#rv0em~x z4zDV6d;&b9zJ2WkS62`=TY{UbHz2ePLVqCWeRG+DU#SY}Gj}nk0g4X5Wln744xg4B zta1jqHAhVKT+kew>V=?2*ff95-MM)NUA)pVtxIQ;d34P*CIx~2MtFVR=TAG5pNkx zyVx@St)0DHTEdsPDzM>$&4Y%kd^5Jou6N6fzrJC$mcVl1KX>A1GVilX*u$r)+vmvZ zEYQa+bAYkC7GP)OO|wN43OgE2O?10yUg3lejAUOvzF0Lg2w{r|=J<{XdW%-r7%IC8zx0Gh9`DMXmSSGtj6k)P5 zC}nG2ipRcTvG`M~6jn`I5b)22=ufb|y~zMr-`-*Xqu;SJ_+u9Vs+6r5dzt74lp`~n^Eeb>*@I`rs({f00>1wGiE@Gf@LaA60-&_NXH;Be0Bi^Z0iZD%oCyhl zOvVU+j9e8acP0ctQqBjPa~`~*;ZAjc$*D=^1o`3l_w3;N1GTePVh7*t31Ee7Z*Q=j z;+o1A@~p73q?YB5g_dwtqgjEoGc z;qc%wkbP;F0Z=S$8p#zv0OSf;27uGx#*l6cVE_Bt+S=*>PrjNWz(7n9@L==-(}1DD ze&)DZ2Sp=UtDU_fD+*{+&IdYvaF+$JKX&q9m_?^_;+;lo%>WS?TM;}@MH2QFafYH$r20&QO zLU_xH z0A0R(nSg=*FByg%!tg_7zyJ<%Uk?F)`0&FrKt7NCfa?8r0$_Ob{#$RUnm67!JD~Gk zhmi?rliMEx0A0Cqg@FFPZsYDVWFR8L0~P>Xym;}@3hDjE@JR1>CE&Mm1&{{l$IS+o%R$xAg(7yaITC4Zz#@7(CY4 zSkK2#1>C>iNdPj|sGZ+{0yco#-N*pAb?X)nyj~^TMgc&T-v{)5U$E`B6F~p)hPU0W zdJb;@8ma^66$0R1XGjG@Z3K9I9{ECU3*dI+lQvp+Eu0eobQ%!68)SOFF+9@yZ2{a3 z#-7Xj;kPfB3=IJOo>c|-yi0Xk~Qx@Oqn-$87+b-NqNtfL1)_X(9ks0`z`c0CT^O z0&bhXO4eJ$R}J6+W(MGHdr*bi^%_Zn0KlmH3?U8BAPoq~@F5#O|2zZ$&XtA0TJo3o z+uZru59-R#KG&;?LyS62L`O#%fC8Za0sht|W&i{tR|8+b*D7bk9Nr1w$4{c>;cWAJ zRg2d{fX8D5Ky6*Eb!Y*=InYngssAoi`Hx!w;OCg246XsekY9xYUIJQVNL*F`khjH6 z0M-mS0ovMp9G(CSZvyZ(K3)Ud=G6e8s(;iv2@>Ss0iFR3Ai~>30KTveE94B2k8d*o zt-cn9p)oLCYd~{Tqji@%|K59CnKKQ35(Iz{&Vt`#1Gr?^CIjGYIt-9Ik^u;m0rEL8 zJl4b8>a_r^vVJYH;{fPq8-QQz{|W360Fd9?Tm~SI>+m5q0YR*x1b|;w2g7TC4_8En zNB`BT{H!aY?>g9j6L9CwUyO5c1Q6ieL<797EewDcGWbaleTbW7a1B6ZK)?d{d|qq# zUuAG7NS*wIiU4r&TYlpa0Cpc|2!NMj@X8keFfc#{pwR+gc=S>Ze$r}bz$-EMagbMT c@E85^AC;KQw(=_@LjV8(07*qoM6N<$g5268F#rGn literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/energetic_infuser_hardened.png b/static/browse/thermal_expansion/images/energetic_infuser_hardened.png new file mode 100644 index 0000000000000000000000000000000000000000..e9fb6a11ec1f2ab19bd20e5b9457d443d0649a78 GIT binary patch literal 2254 zcmV;<2r>7GP)OO|wN43OgE2O?10yUg3lejAUOvzF0Lg2w{r|=J<{XdW%-r7%IC8zx0Gh9`DMXmSSGtj6k)P5 zC}nG2ipRcTvG`M~6jn`I5b)22=ufb|y~zMr-`-*Xqu;SJ_+u9Vs+6r5dzt74lp`~n^Eeb>*@I`rs({f00>1wGiE@Gf@LaA60-&_NXH;Be0Bi^Z0iZD%oCyhl zOvVU+j9e8acP0ctQqBjPa~`~*;ZAjc$*D=^1o`3l_w3;N1GTePVh7*t31Ee7Z*Q=j z;+o1A@~p73q?YB5g_dwtqgjEoGc z;qc%wkbP;F0Z=S$8p#zv0OSf;27uGx#*l6cVE_Bt+S=*>PrjNWz(7n9@L==-(}1DD ze&)DZ2Sp=UtDU_fD+*{+&IdYvaF+$JKX&q9m_?^_;+;lo%>WS?TM;}@MH2QFafYH$r20&QO zLU_xH z0A0R(nSg=*FByg%!tg_7zyJ<%Uk?F)`0&FrKt7NCfa?8r0$_Ob{#$RUnm67!JD~Gk zhmi?rliMEx0A0Cqg@FFPZsYDVWFR8L0~P>Xym;}@3hDjE@JR1>CE&Mm1&{{l$IS+o%R$xAg(7yaITC4Zz#@7(CY4 zSkK2#1>C>iNdPj|sGZ+{0yco#-N*pAb?X)nyj~^TMgc&T-v{)5U$E`B6F~p)hPU0W zdJb;@8ma^66$0R1XGjG@Z3K9I9{ECU3*dI+lQvp+Eu0eobQ%!68)SOFF+9@yZ2{a3 z#-7Xj;kPfB3=IJOo>c|-yi0Xk~Qx@Oqn-$87+b-NqNtfL1)_X(9ks0`z`c0CT^O z0&bhXO4eJ$R}J6+W(MGHdr*bi^%_Zn0KlmH3?U8BAPoq~@F5#O|2zZ$&XtA0TJo3o z+uZru59-R#KG&;?LyS62L`O#%fC8Za0sht|W&i{tR|8+b*D7bk9Nr1w$4{c>;cWAJ zRg2d{fX8D5Ky6*Eb!Y*=InYngssAoi`Hx!w;OCg246XsekY9xYUIJQVNL*F`khjH6 z0M-mS0ovMp9G(CSZvyZ(K3)Ud=G6e8s(;iv2@>Ss0iFR3Ai~>30KTveE94B2k8d*o zt-cn9p)oLCYd~{Tqji@%|K59CnKKQ35(Iz{&Vt`#1Gr?^CIjGYIt-9Ik^u;m0rEL8 zJl4b8>a_r^vVJYH;{fPq8-QQz{|W360Fd9?Tm~SI>+m5q0YR*x1b|;w2g7TC4_8En zNB`BT{H!aY?>g9j6L9CwUyO5c1Q6ieL<797EewDcGWbaleTbW7a1B6ZK)?d{d|qq# zUuAG7NS*wIiU4r&TYlpa0Cpc|2!NMj@X8keFfc#{pwR+gc=S>Ze$r}bz$-EMagbMT c@E85^AC;KQw(=_@LjV8(07*qoM6N<$g5268F#rGn literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/energetic_infuser_reinforced.png b/static/browse/thermal_expansion/images/energetic_infuser_reinforced.png new file mode 100644 index 0000000000000000000000000000000000000000..e9fb6a11ec1f2ab19bd20e5b9457d443d0649a78 GIT binary patch literal 2254 zcmV;<2r>7GP)OO|wN43OgE2O?10yUg3lejAUOvzF0Lg2w{r|=J<{XdW%-r7%IC8zx0Gh9`DMXmSSGtj6k)P5 zC}nG2ipRcTvG`M~6jn`I5b)22=ufb|y~zMr-`-*Xqu;SJ_+u9Vs+6r5dzt74lp`~n^Eeb>*@I`rs({f00>1wGiE@Gf@LaA60-&_NXH;Be0Bi^Z0iZD%oCyhl zOvVU+j9e8acP0ctQqBjPa~`~*;ZAjc$*D=^1o`3l_w3;N1GTePVh7*t31Ee7Z*Q=j z;+o1A@~p73q?YB5g_dwtqgjEoGc z;qc%wkbP;F0Z=S$8p#zv0OSf;27uGx#*l6cVE_Bt+S=*>PrjNWz(7n9@L==-(}1DD ze&)DZ2Sp=UtDU_fD+*{+&IdYvaF+$JKX&q9m_?^_;+;lo%>WS?TM;}@MH2QFafYH$r20&QO zLU_xH z0A0R(nSg=*FByg%!tg_7zyJ<%Uk?F)`0&FrKt7NCfa?8r0$_Ob{#$RUnm67!JD~Gk zhmi?rliMEx0A0Cqg@FFPZsYDVWFR8L0~P>Xym;}@3hDjE@JR1>CE&Mm1&{{l$IS+o%R$xAg(7yaITC4Zz#@7(CY4 zSkK2#1>C>iNdPj|sGZ+{0yco#-N*pAb?X)nyj~^TMgc&T-v{)5U$E`B6F~p)hPU0W zdJb;@8ma^66$0R1XGjG@Z3K9I9{ECU3*dI+lQvp+Eu0eobQ%!68)SOFF+9@yZ2{a3 z#-7Xj;kPfB3=IJOo>c|-yi0Xk~Qx@Oqn-$87+b-NqNtfL1)_X(9ks0`z`c0CT^O z0&bhXO4eJ$R}J6+W(MGHdr*bi^%_Zn0KlmH3?U8BAPoq~@F5#O|2zZ$&XtA0TJo3o z+uZru59-R#KG&;?LyS62L`O#%fC8Za0sht|W&i{tR|8+b*D7bk9Nr1w$4{c>;cWAJ zRg2d{fX8D5Ky6*Eb!Y*=InYngssAoi`Hx!w;OCg246XsekY9xYUIJQVNL*F`khjH6 z0M-mS0ovMp9G(CSZvyZ(K3)Ud=G6e8s(;iv2@>Ss0iFR3Ai~>30KTveE94B2k8d*o zt-cn9p)oLCYd~{Tqji@%|K59CnKKQ35(Iz{&Vt`#1Gr?^CIjGYIt-9Ik^u;m0rEL8 zJl4b8>a_r^vVJYH;{fPq8-QQz{|W360Fd9?Tm~SI>+m5q0YR*x1b|;w2g7TC4_8En zNB`BT{H!aY?>g9j6L9CwUyO5c1Q6ieL<797EewDcGWbaleTbW7a1B6ZK)?d{d|qq# zUuAG7NS*wIiU4r&TYlpa0Cpc|2!NMj@X8keFfc#{pwR+gc=S>Ze$r}bz$-EMagbMT c@E85^AC;KQw(=_@LjV8(07*qoM6N<$g5268F#rGn literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/energetic_infuser_resonant.png b/static/browse/thermal_expansion/images/energetic_infuser_resonant.png new file mode 100644 index 0000000000000000000000000000000000000000..e9fb6a11ec1f2ab19bd20e5b9457d443d0649a78 GIT binary patch literal 2254 zcmV;<2r>7GP)OO|wN43OgE2O?10yUg3lejAUOvzF0Lg2w{r|=J<{XdW%-r7%IC8zx0Gh9`DMXmSSGtj6k)P5 zC}nG2ipRcTvG`M~6jn`I5b)22=ufb|y~zMr-`-*Xqu;SJ_+u9Vs+6r5dzt74lp`~n^Eeb>*@I`rs({f00>1wGiE@Gf@LaA60-&_NXH;Be0Bi^Z0iZD%oCyhl zOvVU+j9e8acP0ctQqBjPa~`~*;ZAjc$*D=^1o`3l_w3;N1GTePVh7*t31Ee7Z*Q=j z;+o1A@~p73q?YB5g_dwtqgjEoGc z;qc%wkbP;F0Z=S$8p#zv0OSf;27uGx#*l6cVE_Bt+S=*>PrjNWz(7n9@L==-(}1DD ze&)DZ2Sp=UtDU_fD+*{+&IdYvaF+$JKX&q9m_?^_;+;lo%>WS?TM;}@MH2QFafYH$r20&QO zLU_xH z0A0R(nSg=*FByg%!tg_7zyJ<%Uk?F)`0&FrKt7NCfa?8r0$_Ob{#$RUnm67!JD~Gk zhmi?rliMEx0A0Cqg@FFPZsYDVWFR8L0~P>Xym;}@3hDjE@JR1>CE&Mm1&{{l$IS+o%R$xAg(7yaITC4Zz#@7(CY4 zSkK2#1>C>iNdPj|sGZ+{0yco#-N*pAb?X)nyj~^TMgc&T-v{)5U$E`B6F~p)hPU0W zdJb;@8ma^66$0R1XGjG@Z3K9I9{ECU3*dI+lQvp+Eu0eobQ%!68)SOFF+9@yZ2{a3 z#-7Xj;kPfB3=IJOo>c|-yi0Xk~Qx@Oqn-$87+b-NqNtfL1)_X(9ks0`z`c0CT^O z0&bhXO4eJ$R}J6+W(MGHdr*bi^%_Zn0KlmH3?U8BAPoq~@F5#O|2zZ$&XtA0TJo3o z+uZru59-R#KG&;?LyS62L`O#%fC8Za0sht|W&i{tR|8+b*D7bk9Nr1w$4{c>;cWAJ zRg2d{fX8D5Ky6*Eb!Y*=InYngssAoi`Hx!w;OCg246XsekY9xYUIJQVNL*F`khjH6 z0M-mS0ovMp9G(CSZvyZ(K3)Ud=G6e8s(;iv2@>Ss0iFR3Ai~>30KTveE94B2k8d*o zt-cn9p)oLCYd~{Tqji@%|K59CnKKQ35(Iz{&Vt`#1Gr?^CIjGYIt-9Ik^u;m0rEL8 zJl4b8>a_r^vVJYH;{fPq8-QQz{|W360Fd9?Tm~SI>+m5q0YR*x1b|;w2g7TC4_8En zNB`BT{H!aY?>g9j6L9CwUyO5c1Q6ieL<797EewDcGWbaleTbW7a1B6ZK)?d{d|qq# zUuAG7NS*wIiU4r&TYlpa0Cpc|2!NMj@X8keFfc#{pwR+gc=S>Ze$r}bz$-EMagbMT c@E85^AC;KQw(=_@LjV8(07*qoM6N<$g5268F#rGn literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/energized_glowstone_bucket.png b/static/browse/thermal_expansion/images/energized_glowstone_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..9a27c1fca28a076450335e964961f519c6768947 GIT binary patch literal 329 zcmV-P0k-~$P)28Hj@}ZVt}s<|309Ag;z>C{F(ROlSh(j|JXKzJ-+LeMt)` zD8(=gGueb;SoHw~79|ixQS~KB5+Td7T5ybwQDrFLk^mOX^IX8|X_^WYSge4pbg}gW zOk06Cj)g&FDB!99LIDbN+yl1KHYhNAfhOzzeei`Q0yuu~{XhX%1e(Cgb1hI{(gICBqyLmf834=S`2oTGh7A56fC6I)booPLD>rIU3b-o3 bFiL#@j37cXDDVq000000NkvXXu0mjfBN%}+ literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/enervation_dynamo.png b/static/browse/thermal_expansion/images/enervation_dynamo.png new file mode 100644 index 0000000000000000000000000000000000000000..cd9471afb95d507d2bbb54444b99df35ee94c3dd GIT binary patch literal 1219 zcmV;!1U&nRP)pa>|Xj^3bX;)S9Um>DG@;xL(z4vrc>{=g)2?}dr~!1)9I z32%%SMsL(;{J7A>pK;vpX04MoYt}wJMuB2z@}#Al_Po#8?^(MoEnAPR$JS%(@x4AG z#pVmXkJv0CamW$DeqyYNMdDDy1cIL=P7x3oC7MMf4pDaW6VpW1Q4_Gx0b*!_MItRQ zNJxQ6q9#^?t7Qm88#!S-2Z?bZ!dHGIT%qO>V8(@vyf0cBv%UiDj-G@-T&vLkGmh4c z6eyBFk!VTDE&>AC^%OWhH5CCVP@#(8bvLa_D0t41r||9cS_+8oUz^}yX68&JD^wIc zuh4sZg=JMTB+x;}fHqa3`S}ZxJl8i34(4Wm@@RoRqC$Un83K7azJo+^0fEI!3(<+= zQ(q?{Km7K|9nb5>|3tb%y%d@SdMIEQ!N=tZgf0jHU7=Gar#&BD+>g)uMI!RxPj4Rh zFM9v%o(BTYAKv!J6@b8jZQDF7kW`_9s8C+50L~dYZz_@ga``_8eth|_=hdUXWA+Ue zJp+|uJVyISf-4jf!10~*EGvZX8yxQQ@HypqWu`)*kSxH+550SOH-5eJ+oA^o3|FXE z+yh-|`s66MtPp=50_SGVdaQGDa3)dU*0uR4B=To{+4K9-=yP|tE5oWX@ccuSx*F_2E++VW|St`Ndk+S;Na2Lyhgl}Q@EN#hV#I!nRZ-S>3R zd31$phx=DaBe1e`)N#xdzzKR?@F9{I$YlKcmgDJOqc>Zh4>x-mVn+ztU0a)xI!I)3bDY%=$>=}%L|7* zxft9G3#2 z3jJRoWrgAzIdp|eVvL3=r1uePjwe;f8lzmHhQCJjPwLQ4%mP-0^gd$EajQZgv=gWL zDV-!DDft91rfq zYY{w2#Hx_qN31!nE3_`blSH(D+()cA{#7^UT8dcvh&9KXB6yOB+()cA-c-RGtw_^e h@w6hFF8F#sJ_G%Rj_}T`{to~E002ovPDHLkV1j-+HN*e_ literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/ferrous_block.png b/static/browse/thermal_expansion/images/ferrous_block.png new file mode 100644 index 0000000000000000000000000000000000000000..a4bf8cdaf4bcb27ec3295116b57c8a38de6774c8 GIT binary patch literal 3017 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 LNkvXXu0mjfSb~sW literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/ferrous_gear.png b/static/browse/thermal_expansion/images/ferrous_gear.png new file mode 100644 index 0000000000000000000000000000000000000000..e3f79798a704187960b43dc1af85ca859e916a2f GIT binary patch literal 832 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 TMwQGj00000NkvXXu0mjf4!8)9 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/fluid_transposer.png b/static/browse/thermal_expansion/images/fluid_transposer.png new file mode 100644 index 0000000000000000000000000000000000000000..5b2e66cdeaff7ca8cd4705d2c95b63e227e73917 GIT binary patch literal 2518 zcmV;{2`To8P)ZP6Ljp-aP$D8d z)7|!bxp(gKRJ}#e48)ms+CFDE=XVk+Me_XWz4unC`0TU)|CIi@VY8`Xes{rVXQ$Ql z^!FyuK7A1#FfsKVfq(`AQ&UgKpRQgdpI-2Ugq?m$=4YqW(qfWiG7Ds3A!$j>Ca2W3 zrY7>62T!Hu2n3R|2||H|gu&trfxz5+f{RbBe~U_%H=X7yPP6xxfPK~lXPZ@QWTSt0SiUU z3(3THB$0e-v4Bz&7Df2K7SV68zWIVcV14r?fj~B&CC}IM~xCTuhJ;7SVt3%P&8v?VZ8*1alb5fAs*PiD{ zeszUpvmzq(4^mQEx?grnNSOMb%+6qPnV2i|Ofsyj&+QUx>i-RkAAEGg3-mIg=twBBC37Nse$z z8Wv2;Ne?8G&m{OXnVXT)N*WXg*X%3s?YECrDG>;~l~n-{*m|>VP*@`n*bor_0WFh8 zPY4i5rwt&GmQ^7#nE(Xlq(8_^>EJGxy*z=5$q7&HM>A^={ZZp3SL!ZAc5U(Cn-x{;!)fZxcA_` zx^wSdNf8KGh`{UDo1{?KAP~^21A%NVZIE9f5LjDVCb{Ao*TDss!>*i;7E8eCbd)FX zP{Kbf5*WWXPD+XVT?7oI!KJammWb#EU*E_Qj@tEAl3&ZIjI0LO6C9-?j}C`}XaSeY zK`0=vmr+8G41suDcwh;Pjg6|&=;~1s;DhNdZG*k^*0#x zfEH+OX(kYG$qMM#TVz{BMa97alYceP0^@hb4T(E3k%(FXBO`;VzrU}vhzM+LZxRTU z3LXdsl+Wj}0wP>xWhKMw=MZq1P(ZfrEAWk!&?8eIJ`q=w(i0E>SOExN6}S?nz+hi5 zDJ8OJ9Gb!X!64BB2nrDT$dMy_1jmjYQ_Z&P4By;*L)kw>0NlSnPJ#Ht2LuA+LNq!^ zf#JbEH89w33H0}UsRjr4u1N75zZnUuU?^w_IHhEC_{Q@WRo&SO6sSLYi9mo75?%{b z9@qnB6KjFEl+c6teG1_5!M(c_03$>F6d01wKnwKseMPiDXJ-e|0=__iK;Y=nqYO`h z#FBa)ID1}#HZuIlx&~F-&}a#q6l!EU1e%(zlClIY zUAm+$Uc5+wi8zjSi~>aJUJC&90R&>vAp(KX(P0VSyDK0|j_@5{w5!&(Rtn�|->q zoMd<{pulcxNzYD1%^jQ2n0rBcpNGc7-H%0QKr(cJU0Y- zEdhiF!PcO1d)*9=Ba47qp!!6usyPra(_mH-W(U^XJvMbLS|~ zCnIxcXn+D>SO=F!fE6eu(B2*<5I|ERloqJ0t}((3RU&h|w!sjPQaW_#kRfpW8YxrY zFP1=ecbDqw>ZAZTefl&7h6cYT2s?uCBfA1aXyk!D3e?rtTLO{DP0oESfD);wsilAh z0yVYu3=dE~SFT*P1aLk$a0)@7`&O5MDR8qrLLdOnoH;{*!GT_5`ivM7vC$z*05mi- z@B-jaN$Gqg6)uit6L4;&?3u*b5E20yl0nkun8()UBRBTLRtPy8?lrpJz@8 zXdp0Rt^@?IDg*t!?+KuhJw7i5j@Q-^2vq3sLXB+W6fy;{?{#Tlgl}%P$$7(mu)yux z-4p;u8Fi|NgpU*nc%=~m1TJ5`%!b#cgfR*MfcHbq>M`o_xGe$HccnBf1gcQ~Cu%JL z-6Po7#_3}tyr3yZK$j2%ZgqF4_Kuqr2(<;2-|w{qyk4gWxvi;%K7oKn3xwK2L<=B1 zI3djn2`x}n+hCo%uKe+mx_0#n1)NShDNo?b9@X7rO2{g7cC}LggypLM1pIzC(E@>h zmq4Jgv5~7{3CIU(0k79%jZmNkbjd&fO^)!uE>p*Dw=p~>5I(Pb0hUk4djg@5Uj@8| zfM4Fw>vdTIt#~cqqX2k!1+cG8zRzd@9Br(Gu6JyM0QLb8!0QNa2^@4u$p$8dz!#lz z66(}tglQ6{fPo?4GtmNCNDH(|_|_r;eI|y0eh!>+wCyc6BRno%j3h)^Kh>LZ4Lh{$R{psiJU#0+0bz~gms6f&&CrkZ57j<1wbh1r2xtdXn{5f-)0Kn$_wEE zLbeD9UsF@Vqpbyu3wcAJteaZ&)z210%i$80Aa1W5F+65d93}5?+tyl|J3YR z5j}NK|E7S$(QNdEDNtn!;7lBnZ=;p~PK5H+0s<@f&cFKy(&xFe|84gdfE07*qoM6N<$f~Y%icmMzZ literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/fluid_transposer_hardened.png b/static/browse/thermal_expansion/images/fluid_transposer_hardened.png new file mode 100644 index 0000000000000000000000000000000000000000..5b2e66cdeaff7ca8cd4705d2c95b63e227e73917 GIT binary patch literal 2518 zcmV;{2`To8P)ZP6Ljp-aP$D8d z)7|!bxp(gKRJ}#e48)ms+CFDE=XVk+Me_XWz4unC`0TU)|CIi@VY8`Xes{rVXQ$Ql z^!FyuK7A1#FfsKVfq(`AQ&UgKpRQgdpI-2Ugq?m$=4YqW(qfWiG7Ds3A!$j>Ca2W3 zrY7>62T!Hu2n3R|2||H|gu&trfxz5+f{RbBe~U_%H=X7yPP6xxfPK~lXPZ@QWTSt0SiUU z3(3THB$0e-v4Bz&7Df2K7SV68zWIVcV14r?fj~B&CC}IM~xCTuhJ;7SVt3%P&8v?VZ8*1alb5fAs*PiD{ zeszUpvmzq(4^mQEx?grnNSOMb%+6qPnV2i|Ofsyj&+QUx>i-RkAAEGg3-mIg=twBBC37Nse$z z8Wv2;Ne?8G&m{OXnVXT)N*WXg*X%3s?YECrDG>;~l~n-{*m|>VP*@`n*bor_0WFh8 zPY4i5rwt&GmQ^7#nE(Xlq(8_^>EJGxy*z=5$q7&HM>A^={ZZp3SL!ZAc5U(Cn-x{;!)fZxcA_` zx^wSdNf8KGh`{UDo1{?KAP~^21A%NVZIE9f5LjDVCb{Ao*TDss!>*i;7E8eCbd)FX zP{Kbf5*WWXPD+XVT?7oI!KJammWb#EU*E_Qj@tEAl3&ZIjI0LO6C9-?j}C`}XaSeY zK`0=vmr+8G41suDcwh;Pjg6|&=;~1s;DhNdZG*k^*0#x zfEH+OX(kYG$qMM#TVz{BMa97alYceP0^@hb4T(E3k%(FXBO`;VzrU}vhzM+LZxRTU z3LXdsl+Wj}0wP>xWhKMw=MZq1P(ZfrEAWk!&?8eIJ`q=w(i0E>SOExN6}S?nz+hi5 zDJ8OJ9Gb!X!64BB2nrDT$dMy_1jmjYQ_Z&P4By;*L)kw>0NlSnPJ#Ht2LuA+LNq!^ zf#JbEH89w33H0}UsRjr4u1N75zZnUuU?^w_IHhEC_{Q@WRo&SO6sSLYi9mo75?%{b z9@qnB6KjFEl+c6teG1_5!M(c_03$>F6d01wKnwKseMPiDXJ-e|0=__iK;Y=nqYO`h z#FBa)ID1}#HZuIlx&~F-&}a#q6l!EU1e%(zlClIY zUAm+$Uc5+wi8zjSi~>aJUJC&90R&>vAp(KX(P0VSyDK0|j_@5{w5!&(Rtn�|->q zoMd<{pulcxNzYD1%^jQ2n0rBcpNGc7-H%0QKr(cJU0Y- zEdhiF!PcO1d)*9=Ba47qp!!6usyPra(_mH-W(U^XJvMbLS|~ zCnIxcXn+D>SO=F!fE6eu(B2*<5I|ERloqJ0t}((3RU&h|w!sjPQaW_#kRfpW8YxrY zFP1=ecbDqw>ZAZTefl&7h6cYT2s?uCBfA1aXyk!D3e?rtTLO{DP0oESfD);wsilAh z0yVYu3=dE~SFT*P1aLk$a0)@7`&O5MDR8qrLLdOnoH;{*!GT_5`ivM7vC$z*05mi- z@B-jaN$Gqg6)uit6L4;&?3u*b5E20yl0nkun8()UBRBTLRtPy8?lrpJz@8 zXdp0Rt^@?IDg*t!?+KuhJw7i5j@Q-^2vq3sLXB+W6fy;{?{#Tlgl}%P$$7(mu)yux z-4p;u8Fi|NgpU*nc%=~m1TJ5`%!b#cgfR*MfcHbq>M`o_xGe$HccnBf1gcQ~Cu%JL z-6Po7#_3}tyr3yZK$j2%ZgqF4_Kuqr2(<;2-|w{qyk4gWxvi;%K7oKn3xwK2L<=B1 zI3djn2`x}n+hCo%uKe+mx_0#n1)NShDNo?b9@X7rO2{g7cC}LggypLM1pIzC(E@>h zmq4Jgv5~7{3CIU(0k79%jZmNkbjd&fO^)!uE>p*Dw=p~>5I(Pb0hUk4djg@5Uj@8| zfM4Fw>vdTIt#~cqqX2k!1+cG8zRzd@9Br(Gu6JyM0QLb8!0QNa2^@4u$p$8dz!#lz z66(}tglQ6{fPo?4GtmNCNDH(|_|_r;eI|y0eh!>+wCyc6BRno%j3h)^Kh>LZ4Lh{$R{psiJU#0+0bz~gms6f&&CrkZ57j<1wbh1r2xtdXn{5f-)0Kn$_wEE zLbeD9UsF@Vqpbyu3wcAJteaZ&)z210%i$80Aa1W5F+65d93}5?+tyl|J3YR z5j}NK|E7S$(QNdEDNtn!;7lBnZ=;p~PK5H+0s<@f&cFKy(&xFe|84gdfE07*qoM6N<$f~Y%icmMzZ literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/fluid_transposer_reinforced.png b/static/browse/thermal_expansion/images/fluid_transposer_reinforced.png new file mode 100644 index 0000000000000000000000000000000000000000..5b2e66cdeaff7ca8cd4705d2c95b63e227e73917 GIT binary patch literal 2518 zcmV;{2`To8P)ZP6Ljp-aP$D8d z)7|!bxp(gKRJ}#e48)ms+CFDE=XVk+Me_XWz4unC`0TU)|CIi@VY8`Xes{rVXQ$Ql z^!FyuK7A1#FfsKVfq(`AQ&UgKpRQgdpI-2Ugq?m$=4YqW(qfWiG7Ds3A!$j>Ca2W3 zrY7>62T!Hu2n3R|2||H|gu&trfxz5+f{RbBe~U_%H=X7yPP6xxfPK~lXPZ@QWTSt0SiUU z3(3THB$0e-v4Bz&7Df2K7SV68zWIVcV14r?fj~B&CC}IM~xCTuhJ;7SVt3%P&8v?VZ8*1alb5fAs*PiD{ zeszUpvmzq(4^mQEx?grnNSOMb%+6qPnV2i|Ofsyj&+QUx>i-RkAAEGg3-mIg=twBBC37Nse$z z8Wv2;Ne?8G&m{OXnVXT)N*WXg*X%3s?YECrDG>;~l~n-{*m|>VP*@`n*bor_0WFh8 zPY4i5rwt&GmQ^7#nE(Xlq(8_^>EJGxy*z=5$q7&HM>A^={ZZp3SL!ZAc5U(Cn-x{;!)fZxcA_` zx^wSdNf8KGh`{UDo1{?KAP~^21A%NVZIE9f5LjDVCb{Ao*TDss!>*i;7E8eCbd)FX zP{Kbf5*WWXPD+XVT?7oI!KJammWb#EU*E_Qj@tEAl3&ZIjI0LO6C9-?j}C`}XaSeY zK`0=vmr+8G41suDcwh;Pjg6|&=;~1s;DhNdZG*k^*0#x zfEH+OX(kYG$qMM#TVz{BMa97alYceP0^@hb4T(E3k%(FXBO`;VzrU}vhzM+LZxRTU z3LXdsl+Wj}0wP>xWhKMw=MZq1P(ZfrEAWk!&?8eIJ`q=w(i0E>SOExN6}S?nz+hi5 zDJ8OJ9Gb!X!64BB2nrDT$dMy_1jmjYQ_Z&P4By;*L)kw>0NlSnPJ#Ht2LuA+LNq!^ zf#JbEH89w33H0}UsRjr4u1N75zZnUuU?^w_IHhEC_{Q@WRo&SO6sSLYi9mo75?%{b z9@qnB6KjFEl+c6teG1_5!M(c_03$>F6d01wKnwKseMPiDXJ-e|0=__iK;Y=nqYO`h z#FBa)ID1}#HZuIlx&~F-&}a#q6l!EU1e%(zlClIY zUAm+$Uc5+wi8zjSi~>aJUJC&90R&>vAp(KX(P0VSyDK0|j_@5{w5!&(Rtn�|->q zoMd<{pulcxNzYD1%^jQ2n0rBcpNGc7-H%0QKr(cJU0Y- zEdhiF!PcO1d)*9=Ba47qp!!6usyPra(_mH-W(U^XJvMbLS|~ zCnIxcXn+D>SO=F!fE6eu(B2*<5I|ERloqJ0t}((3RU&h|w!sjPQaW_#kRfpW8YxrY zFP1=ecbDqw>ZAZTefl&7h6cYT2s?uCBfA1aXyk!D3e?rtTLO{DP0oESfD);wsilAh z0yVYu3=dE~SFT*P1aLk$a0)@7`&O5MDR8qrLLdOnoH;{*!GT_5`ivM7vC$z*05mi- z@B-jaN$Gqg6)uit6L4;&?3u*b5E20yl0nkun8()UBRBTLRtPy8?lrpJz@8 zXdp0Rt^@?IDg*t!?+KuhJw7i5j@Q-^2vq3sLXB+W6fy;{?{#Tlgl}%P$$7(mu)yux z-4p;u8Fi|NgpU*nc%=~m1TJ5`%!b#cgfR*MfcHbq>M`o_xGe$HccnBf1gcQ~Cu%JL z-6Po7#_3}tyr3yZK$j2%ZgqF4_Kuqr2(<;2-|w{qyk4gWxvi;%K7oKn3xwK2L<=B1 zI3djn2`x}n+hCo%uKe+mx_0#n1)NShDNo?b9@X7rO2{g7cC}LggypLM1pIzC(E@>h zmq4Jgv5~7{3CIU(0k79%jZmNkbjd&fO^)!uE>p*Dw=p~>5I(Pb0hUk4djg@5Uj@8| zfM4Fw>vdTIt#~cqqX2k!1+cG8zRzd@9Br(Gu6JyM0QLb8!0QNa2^@4u$p$8dz!#lz z66(}tglQ6{fPo?4GtmNCNDH(|_|_r;eI|y0eh!>+wCyc6BRno%j3h)^Kh>LZ4Lh{$R{psiJU#0+0bz~gms6f&&CrkZ57j<1wbh1r2xtdXn{5f-)0Kn$_wEE zLbeD9UsF@Vqpbyu3wcAJteaZ&)z210%i$80Aa1W5F+65d93}5?+tyl|J3YR z5j}NK|E7S$(QNdEDNtn!;7lBnZ=;p~PK5H+0s<@f&cFKy(&xFe|84gdfE07*qoM6N<$f~Y%icmMzZ literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/fluid_transposer_resonant.png b/static/browse/thermal_expansion/images/fluid_transposer_resonant.png new file mode 100644 index 0000000000000000000000000000000000000000..5b2e66cdeaff7ca8cd4705d2c95b63e227e73917 GIT binary patch literal 2518 zcmV;{2`To8P)ZP6Ljp-aP$D8d z)7|!bxp(gKRJ}#e48)ms+CFDE=XVk+Me_XWz4unC`0TU)|CIi@VY8`Xes{rVXQ$Ql z^!FyuK7A1#FfsKVfq(`AQ&UgKpRQgdpI-2Ugq?m$=4YqW(qfWiG7Ds3A!$j>Ca2W3 zrY7>62T!Hu2n3R|2||H|gu&trfxz5+f{RbBe~U_%H=X7yPP6xxfPK~lXPZ@QWTSt0SiUU z3(3THB$0e-v4Bz&7Df2K7SV68zWIVcV14r?fj~B&CC}IM~xCTuhJ;7SVt3%P&8v?VZ8*1alb5fAs*PiD{ zeszUpvmzq(4^mQEx?grnNSOMb%+6qPnV2i|Ofsyj&+QUx>i-RkAAEGg3-mIg=twBBC37Nse$z z8Wv2;Ne?8G&m{OXnVXT)N*WXg*X%3s?YECrDG>;~l~n-{*m|>VP*@`n*bor_0WFh8 zPY4i5rwt&GmQ^7#nE(Xlq(8_^>EJGxy*z=5$q7&HM>A^={ZZp3SL!ZAc5U(Cn-x{;!)fZxcA_` zx^wSdNf8KGh`{UDo1{?KAP~^21A%NVZIE9f5LjDVCb{Ao*TDss!>*i;7E8eCbd)FX zP{Kbf5*WWXPD+XVT?7oI!KJammWb#EU*E_Qj@tEAl3&ZIjI0LO6C9-?j}C`}XaSeY zK`0=vmr+8G41suDcwh;Pjg6|&=;~1s;DhNdZG*k^*0#x zfEH+OX(kYG$qMM#TVz{BMa97alYceP0^@hb4T(E3k%(FXBO`;VzrU}vhzM+LZxRTU z3LXdsl+Wj}0wP>xWhKMw=MZq1P(ZfrEAWk!&?8eIJ`q=w(i0E>SOExN6}S?nz+hi5 zDJ8OJ9Gb!X!64BB2nrDT$dMy_1jmjYQ_Z&P4By;*L)kw>0NlSnPJ#Ht2LuA+LNq!^ zf#JbEH89w33H0}UsRjr4u1N75zZnUuU?^w_IHhEC_{Q@WRo&SO6sSLYi9mo75?%{b z9@qnB6KjFEl+c6teG1_5!M(c_03$>F6d01wKnwKseMPiDXJ-e|0=__iK;Y=nqYO`h z#FBa)ID1}#HZuIlx&~F-&}a#q6l!EU1e%(zlClIY zUAm+$Uc5+wi8zjSi~>aJUJC&90R&>vAp(KX(P0VSyDK0|j_@5{w5!&(Rtn�|->q zoMd<{pulcxNzYD1%^jQ2n0rBcpNGc7-H%0QKr(cJU0Y- zEdhiF!PcO1d)*9=Ba47qp!!6usyPra(_mH-W(U^XJvMbLS|~ zCnIxcXn+D>SO=F!fE6eu(B2*<5I|ERloqJ0t}((3RU&h|w!sjPQaW_#kRfpW8YxrY zFP1=ecbDqw>ZAZTefl&7h6cYT2s?uCBfA1aXyk!D3e?rtTLO{DP0oESfD);wsilAh z0yVYu3=dE~SFT*P1aLk$a0)@7`&O5MDR8qrLLdOnoH;{*!GT_5`ivM7vC$z*05mi- z@B-jaN$Gqg6)uit6L4;&?3u*b5E20yl0nkun8()UBRBTLRtPy8?lrpJz@8 zXdp0Rt^@?IDg*t!?+KuhJw7i5j@Q-^2vq3sLXB+W6fy;{?{#Tlgl}%P$$7(mu)yux z-4p;u8Fi|NgpU*nc%=~m1TJ5`%!b#cgfR*MfcHbq>M`o_xGe$HccnBf1gcQ~Cu%JL z-6Po7#_3}tyr3yZK$j2%ZgqF4_Kuqr2(<;2-|w{qyk4gWxvi;%K7oKn3xwK2L<=B1 zI3djn2`x}n+hCo%uKe+mx_0#n1)NShDNo?b9@X7rO2{g7cC}LggypLM1pIzC(E@>h zmq4Jgv5~7{3CIU(0k79%jZmNkbjd&fO^)!uE>p*Dw=p~>5I(Pb0hUk4djg@5Uj@8| zfM4Fw>vdTIt#~cqqX2k!1+cG8zRzd@9Br(Gu6JyM0QLb8!0QNa2^@4u$p$8dz!#lz z66(}tglQ6{fPo?4GtmNCNDH(|_|_r;eI|y0eh!>+wCyc6BRno%j3h)^Kh>LZ4Lh{$R{psiJU#0+0bz~gms6f&&CrkZ57j<1wbh1r2xtdXn{5f-)0Kn$_wEE zLbeD9UsF@Vqpbyu3wcAJteaZ&)z210%i$80Aa1W5F+65d93}5?+tyl|J3YR z5j}NK|E7S$(QNdEDNtn!;7lBnZ=;p~PK5H+0s<@f&cFKy(&xFe|84gdfE07*qoM6N<$f~Y%icmMzZ literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/flux_igniter.png b/static/browse/thermal_expansion/images/flux_igniter.png new file mode 100644 index 0000000000000000000000000000000000000000..914e01f2b96efcd87fe2397fc30f48a2e5d92d7c GIT binary patch literal 231 zcmVj1_K&Ey?RaHKJ#Qurjo!I5#UZF{13Rs)jdL$MS|oM(NQ%O007o0 zrRZpDZPsD{0Jx;qs-t$a#kjsY07e7g*#LOPv+2FhhP*le-Z}thfRvK{YnZD8*gZPu zJiEfUzB+*2qhIgO>d>5{#3FHruGAPC?%#8pLp3cx4e h5_MbvApnHj$QMyVST6hzq|Mfx<9)C|HZ4C5JG#v>#x3m|2JtYC_y`#z+6*$7#|=1zJIg}Env3nMoT z!!S&->HGc@V;F`g6sTT6E7v}}(A^bWpnV1|??84j3j9L=i>l>PaB)zqbBll-C{UaL z&f-eO`5i1jK>=;QQJ`pnd7cIB1=p7su+VzG1KK*{I0_V~Qa~f+V5fb>5el420CStX zV6BaU`@t9^P@o!t6d4RYPZ2=jETt(>g1}Z8ob~K;Pl4J6@VAo!)eG!7Di vQ~@lZ323D$a9V+_H#8|6`ihAH43jrsH$Z=I7~Z|Q00000NkvXXu0mjf3LkX% literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/glacial_precipitator.png b/static/browse/thermal_expansion/images/glacial_precipitator.png new file mode 100644 index 0000000000000000000000000000000000000000..131721bb91b1bbd9dec4f3538fe404b9ac9b3386 GIT binary patch literal 2107 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 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/gray_rockwool.png b/static/browse/thermal_expansion/images/gray_rockwool.png new file mode 100644 index 0000000000000000000000000000000000000000..c97bccad7b3cab74f074335a2f819499baf3f167 GIT binary patch literal 1480 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 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/hardened_flux_capacitor.png b/static/browse/thermal_expansion/images/hardened_flux_capacitor.png new file mode 100644 index 0000000000000000000000000000000000000000..3b1bce14509df73ba821ee30adf82b569c1eab36 GIT binary patch literal 435 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 N002ovPDHLkV1o6G1LXh! literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/hardened_strongbox.png b/static/browse/thermal_expansion/images/hardened_strongbox.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0e3c9be160de5688cf55454118f62fddebd86e GIT binary patch literal 1709 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 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/igneous_extruder_hardened.png b/static/browse/thermal_expansion/images/igneous_extruder_hardened.png new file mode 100644 index 0000000000000000000000000000000000000000..46dde38cae64151814de2766db8ffbd943257a6f GIT binary patch literal 2423 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 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/igneous_extruder_reinforced.png b/static/browse/thermal_expansion/images/igneous_extruder_reinforced.png new file mode 100644 index 0000000000000000000000000000000000000000..46dde38cae64151814de2766db8ffbd943257a6f GIT binary patch literal 2423 zcmV--35fQIP)H$(Kb$U?D(!e`%n@zKHI%y(O$$8~yYGQx- z;H#@k41i=R!3anvj8+yI087gW20&ur5qsxbOaH)ZW<{;8q*!KcSuHQlv(@w>ThA=1 z?5a+_rr6Tb0!t(wt3~;Ggx~++5d8x-H?s_Yjg3_Xz=}M=D4SVk0IaVW0kF2Z$WqBi z41i?n2{TYn*zXR}-!Q+sqqcXpS#B$*a=9$qTwi6|xedW&SSGth6k)PuP`adLDVg|= zC6bTL(%5R!ih%!Ti2epUd(RjEJA2O=0Gs(u_H-xDP6E~ih0@Cl#bo#;BLJ4=kw;5% zUJwBK)&gKb17sIbid*cAu@Kw~mE6A}QK zj1d4CSrsNX69QmK&Iem8KX@?Us|+wZH_OUFet!KEJN)TTy*Sushd&$$V2kbT?Xnkz zrz)4vvHaG$+K?Lytz%WBTt1_=Hq$JZSu!Ez2KTjkSVe%@2XPZ{=iXg)>&~6B5CF^s z@bcvzD-?Da0D5%**vw^&@*50*?d^4zJF&-g?iQEwNN)|eFT>w20nFT)VdWq{3cyGX zxEyS>FA#mecXl@!uiBk0mfy~)tgHqqH+YNN$uywF-OS!%3q3FZ@wjx)1WZp)sj2A1 zZ$Ms2FBt%Z{bxq90tkT3e3k)FZg7vsZ4QqtmKs%WwG;tP6=-Wc8}RU(IRXsC909jx zZZQp*oET$ex7K07NVe6Bg90lE=$V`kRBmvuw}ojyZEXz$z}4(9L7o<;`pd^3pADG% zhmi)%+@3KIw_<{bnt;j4F*PzWTpl8T{ewLQK)JyK!GQAlye7ceY**GgV|a(7K{=c3 z1T;Bp41kZ%0(>J|=s^(>pN*?IITHXNtN;L51+GL9Fg85I%0bEv-rgBz8qnf)F#wtz zjT|0f1-!B<7#-7-Mu?QK>Yqa2EdFIjgAp8F*dA5$3{%R$nckHZ0z`oln#Ea zr$=>N>ox%%uSdCD%^cp<+@xI2CIT?HuEpix@EUOT87LlN4T#GYx);Ao06yQlbDID( zIX*(bxD1UnV0ic|rU5!qZ_psy; z$8VbeG;@2JfSH+T20&EKLUh7FL?=d11$0Lu%Io)W_y!rg&RR!+Rc;z4!`FD*%;7Zv z!=s9>Q2^o(W*Go?W$#C0Q4=sd9aFK`6alf=go;HC0Gg6t8-TBw23+s!V*p^_hGGu8 zjbZo;4R#K%0rp^+0iX|gMF6W+9+|p20%qfQv||J?+4mZNa1H>7MaLNcQ&ST%{7_jy zn;cpI9E}Y|GCT&?X@DNy7U(bme%b%wj^NpVuZC_CfGidZ0TWY`41lQ^K983G#<_L) zS#G5X`LzKUdIQiR&#KL`pE3OT`bMUQ|LjVw3Bcew05CiXh1x0u3=R%30BUM#)Rik& z2pE4z(Bw1 z@9!f3UAlCMfbp@f8HSz2@RLV?aUA5)VFJ#5{&@+YU$w~r)_~8hT8w1yzg1mg8ekq` z|8aod=dBDdaHHR-2)Nc0VE~}&>S_YUMu&{sXVO5#rp8SGI)DCr5zt=(u$jYuT7A_V z{usa?G6Mk5z^FpNpt>>mg$WoKI0CeHgj6utMt}~0$>K@?fK?eC8F~YNGvM{O2*BXF zQh>!5WP14ewssSMCpljwfSWf52tdX*>QfOJK2ib*1pEwu`uchvc)gWyjRJt)IK*xl zMqXKBaJ>o`{L|_yOam~u&Tg;g@W}0SR0hyn2!I;{@+8!Ijeu}hyBwr|2?zvQ1>`qx zEu0eobmkLTZw~{YMV^rK@aJl+=I|#0A^E-t0EfI5LX`o&98?2?MTD$EUw;n)s5{b4 zKq%yA8qnSzU;tdac#*484&ae31ONutVeoU7dWPZgWTl61wAIPrb`Ec;y{c@s`nLdZ z`}Dp62!}(eJzxMr0tmU3-uKbP^B>`nad{@D~~!=J0;MhyP&#z$K3~0>Eao za`=h?JiyEVT<_~qy?uHcNrC{t$N&V3X@CZ4K(7qnTLQq~x>m27!y~+i!%JrZNSJ^Q88Rr3DgY?l5g-8D z44GRUf3ILCIC-(cDn(n=uNHDAUzyB!ZV-&M1+F` zU~nC_P&q(XS6E&WHxi)tGys-53y0SL9CBw7@Lvsn8U%n|oQ3Z85tO#E0bV(jJQpVb_&T@y2;gpMR;}_98Gv^(_-PP*h;dD70MY}nd5-Yt`7OL00HmC;3q!-z`y|MYf=L+JbEt& pKW%Gizy~q-Z$Un|!Qb`Ae*icG>50;R8T9}F002ovPDHLkV1h~MK%f8s literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/igneous_extruder_resonant.png b/static/browse/thermal_expansion/images/igneous_extruder_resonant.png new file mode 100644 index 0000000000000000000000000000000000000000..46dde38cae64151814de2766db8ffbd943257a6f GIT binary patch literal 2423 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 literal 0 HcmV?d00001 diff --git a/static/browse/thermal_expansion/images/illuminator_frame.png b/static/browse/thermal_expansion/images/illuminator_frame.png new file mode 100644 index 0000000000000000000000000000000000000000..42b5c9a7789ead052ddb68448defd6a53250a441 GIT binary patch literal 940 zcmV;d15^BoP)WZChC($m_hO zGhWaCHQac^K}3h|wzui+)|M@_e=e5^s-B$KLRHgyoi5YT@e)2eAO~v)c~mGVO)p>;05yi z{G6bm0ACId3E~)M18_#9yuTmX6nek2L!2wl0^m+90F)07Y{?_?=la?f+Wy|$5QO8O z)|!DT)=jQbyU~5Hj6(q6P8AkFW?+DzAZx_5>bV*3=;$Db4Im(N=L`)GQy3sR;qdHy-n1|9mJ>+W<%jO}c^Pi24c~&hiZ>*t00eJ4yAo`Gp12nHS<#A($890QlOHyMf3+I^*0j3INU(4^)a( zkdpPBP@0$^-H43W+T8#WU0tNR;;1&F;)G({4Fmus#cYrpnJ`}$tk6K!Sk8o>$(bL-*>TXn+!hF`A-z59LFKU&m{*@6+b5_h)MCJATGsUh4?HU6%w*| zP)N+;ULiE`(D)s*_#FgYv?j!+X+-LPq9}wC(D%IS1WeN;6ASWGylq>VM*xaad7e-Z-Qqkr{|K1pStb<3w0PHbGR6Sk5ZmI; z09S}>ac=-q$kl?zrnq;&69l8#c}a=U!?t)Zz#Rkt1QR1B9+XFHiw6gsA(%@L0$}_` zY>P(&PzZplfM1>fw#B0Z_^rfmozDUAef*)#fDFih49I{C2nxW=nL0pwQJ)$>Yf(@8 zLj2YEZ2*7$e%u$Lt3V4ATZj+9c_)H4wzT(1`7+TI;sUrTu6%GqKx_csi@QKf0Ktpf zKy(1ni<>}HfY*!bKxi)E0KTYCqPPljx2R9D_!Wfqg$O`Ny7<+E$Tzm~-(PNyKi+e8 U{+UEIfB*mh07*qoM6N<$f+26v*8l(j literal 0 HcmV?d00001 diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/lumium_nugget.png b/static/browse/thermal_expansion/images/lumium_nugget.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/lumium_nugget.png rename to static/browse/thermal_expansion/images/lumium_nugget.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/machine_frame.png b/static/browse/thermal_expansion/images/machine_frame.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/machine_frame.png rename to static/browse/thermal_expansion/images/machine_frame.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/machine_frame_hardened.png b/static/browse/thermal_expansion/images/machine_frame_hardened.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/machine_frame_hardened.png rename to static/browse/thermal_expansion/images/machine_frame_hardened.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/machine_frame_reinforced.png b/static/browse/thermal_expansion/images/machine_frame_reinforced.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/machine_frame_reinforced.png rename to static/browse/thermal_expansion/images/machine_frame_reinforced.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/machine_frame_resonant.png b/static/browse/thermal_expansion/images/machine_frame_resonant.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/machine_frame_resonant.png rename to static/browse/thermal_expansion/images/machine_frame_resonant.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/machinist_s_workbench.png b/static/browse/thermal_expansion/images/machinist_s_workbench.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/machinist_s_workbench.png rename to static/browse/thermal_expansion/images/machinist_s_workbench.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/magenta_rockwool.png b/static/browse/thermal_expansion/images/magenta_rockwool.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/magenta_rockwool.png rename to static/browse/thermal_expansion/images/magenta_rockwool.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/magma_crucible.png b/static/browse/thermal_expansion/images/magma_crucible.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/magma_crucible.png rename to static/browse/thermal_expansion/images/magma_crucible.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/magma_crucible_hardened.png b/static/browse/thermal_expansion/images/magma_crucible_hardened.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/magma_crucible_hardened.png rename to static/browse/thermal_expansion/images/magma_crucible_hardened.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/magma_crucible_reinforced.png b/static/browse/thermal_expansion/images/magma_crucible_reinforced.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/magma_crucible_reinforced.png rename to static/browse/thermal_expansion/images/magma_crucible_reinforced.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/magma_crucible_resonant.png b/static/browse/thermal_expansion/images/magma_crucible_resonant.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/magma_crucible_resonant.png rename to static/browse/thermal_expansion/images/magma_crucible_resonant.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/magmatic_dynamo.png b/static/browse/thermal_expansion/images/magmatic_dynamo.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/magmatic_dynamo.png rename to static/browse/thermal_expansion/images/magmatic_dynamo.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/mana_dust.png b/static/browse/thermal_expansion/images/mana_dust.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/mana_dust.png rename to static/browse/thermal_expansion/images/mana_dust.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/mana_infused_block.png b/static/browse/thermal_expansion/images/mana_infused_block.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/mana_infused_block.png rename to static/browse/thermal_expansion/images/mana_infused_block.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/mana_infused_gear.png b/static/browse/thermal_expansion/images/mana_infused_gear.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/mana_infused_gear.png rename to static/browse/thermal_expansion/images/mana_infused_gear.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/mana_infused_ingot.png b/static/browse/thermal_expansion/images/mana_infused_ingot.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/mana_infused_ingot.png rename to static/browse/thermal_expansion/images/mana_infused_ingot.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/mana_infused_nugget.png b/static/browse/thermal_expansion/images/mana_infused_nugget.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/mana_infused_nugget.png rename to static/browse/thermal_expansion/images/mana_infused_nugget.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/mana_infused_ore.png b/static/browse/thermal_expansion/images/mana_infused_ore.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/mana_infused_ore.png rename to static/browse/thermal_expansion/images/mana_infused_ore.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/multimeter.png b/static/browse/thermal_expansion/images/multimeter.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/multimeter.png rename to static/browse/thermal_expansion/images/multimeter.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/niter.png b/static/browse/thermal_expansion/images/niter.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/niter.png rename to static/browse/thermal_expansion/images/niter.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/nullifier.png b/static/browse/thermal_expansion/images/nullifier.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/nullifier.png rename to static/browse/thermal_expansion/images/nullifier.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/orange_rockwool.png b/static/browse/thermal_expansion/images/orange_rockwool.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/orange_rockwool.png rename to static/browse/thermal_expansion/images/orange_rockwool.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pink_rockwool.png b/static/browse/thermal_expansion/images/pink_rockwool.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pink_rockwool.png rename to static/browse/thermal_expansion/images/pink_rockwool.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/plate.png b/static/browse/thermal_expansion/images/plate.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/plate.png rename to static/browse/thermal_expansion/images/plate.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pneumatic_servo.png b/static/browse/thermal_expansion/images/pneumatic_servo.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pneumatic_servo.png rename to static/browse/thermal_expansion/images/pneumatic_servo.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/portable_tank.png b/static/browse/thermal_expansion/images/portable_tank.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/portable_tank.png rename to static/browse/thermal_expansion/images/portable_tank.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/primal_mana_bucket.png b/static/browse/thermal_expansion/images/primal_mana_bucket.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/primal_mana_bucket.png rename to static/browse/thermal_expansion/images/primal_mana_bucket.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverized_charcoal.png b/static/browse/thermal_expansion/images/pulverized_charcoal.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverized_charcoal.png rename to static/browse/thermal_expansion/images/pulverized_charcoal.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverized_coal.png b/static/browse/thermal_expansion/images/pulverized_coal.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverized_coal.png rename to static/browse/thermal_expansion/images/pulverized_coal.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverized_copper.png b/static/browse/thermal_expansion/images/pulverized_copper.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverized_copper.png rename to static/browse/thermal_expansion/images/pulverized_copper.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverized_ferrous_metal.png b/static/browse/thermal_expansion/images/pulverized_ferrous_metal.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverized_ferrous_metal.png rename to static/browse/thermal_expansion/images/pulverized_ferrous_metal.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverized_gold.png b/static/browse/thermal_expansion/images/pulverized_gold.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverized_gold.png rename to static/browse/thermal_expansion/images/pulverized_gold.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverized_iron.png b/static/browse/thermal_expansion/images/pulverized_iron.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverized_iron.png rename to static/browse/thermal_expansion/images/pulverized_iron.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverized_lead.png b/static/browse/thermal_expansion/images/pulverized_lead.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverized_lead.png rename to static/browse/thermal_expansion/images/pulverized_lead.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverized_mana_infused_metal.png b/static/browse/thermal_expansion/images/pulverized_mana_infused_metal.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverized_mana_infused_metal.png rename to static/browse/thermal_expansion/images/pulverized_mana_infused_metal.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverized_obsidian.png b/static/browse/thermal_expansion/images/pulverized_obsidian.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverized_obsidian.png rename to static/browse/thermal_expansion/images/pulverized_obsidian.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverized_shiny_metal.png b/static/browse/thermal_expansion/images/pulverized_shiny_metal.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverized_shiny_metal.png rename to static/browse/thermal_expansion/images/pulverized_shiny_metal.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverized_silver.png b/static/browse/thermal_expansion/images/pulverized_silver.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverized_silver.png rename to static/browse/thermal_expansion/images/pulverized_silver.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverized_tin.png b/static/browse/thermal_expansion/images/pulverized_tin.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverized_tin.png rename to static/browse/thermal_expansion/images/pulverized_tin.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverizer.png b/static/browse/thermal_expansion/images/pulverizer.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverizer.png rename to static/browse/thermal_expansion/images/pulverizer.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverizer_hardened.png b/static/browse/thermal_expansion/images/pulverizer_hardened.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverizer_hardened.png rename to static/browse/thermal_expansion/images/pulverizer_hardened.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverizer_reinforced.png b/static/browse/thermal_expansion/images/pulverizer_reinforced.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverizer_reinforced.png rename to static/browse/thermal_expansion/images/pulverizer_reinforced.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pulverizer_resonant.png b/static/browse/thermal_expansion/images/pulverizer_resonant.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pulverizer_resonant.png rename to static/browse/thermal_expansion/images/pulverizer_resonant.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/purple_rockwool.png b/static/browse/thermal_expansion/images/purple_rockwool.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/purple_rockwool.png rename to static/browse/thermal_expansion/images/purple_rockwool.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/pyrotheum_dust.png b/static/browse/thermal_expansion/images/pyrotheum_dust.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/pyrotheum_dust.png rename to static/browse/thermal_expansion/images/pyrotheum_dust.png diff --git a/static/browse/thermal_expansion/images/radiant_lumium_lamp.png b/static/browse/thermal_expansion/images/radiant_lumium_lamp.png new file mode 100644 index 0000000000000000000000000000000000000000..684403222296e2652b94ca571895f01d09384f15 GIT binary patch literal 478 zcmV<40U`d0P)tk6K!Sk8o>$(bL-*>TXn+!hF`A-z59LFKU&m{*@6+b5_h)MCJATGsUh4?HU6%w*| zP)N+;ULiE`(D)s*_#FgYv?j!+X+-LPq9}wC(D%IS1WeN;6ASWGylq>VM*xaad7e-Z-Qqkr{|K1pStb<3w0PHbGR6Sk5ZmI; z09S}>ac=-q$kl?zrnq;&69l8#c}a=U!?t)Zz#Rkt1QR1B9+XFHiw6gsA(%@L0$}_` zY>P(&PzZplfM1>fw#B0Z_^rfmozDUAef*)#fDFih49I{C2nxW=nL0pwQJ)$>Yf(@8 zLj2YEZ2*7$e%u$Lt3V4ATZj+9c_)H4wzT(1`7+TI;sUrTu6%GqKx_csi@QKf0Ktpf zKy(1ni<>}HfY*!bKxi)E0KTYCqPPljx2R9D_!Wfqg$O`Ny7<+E$Tzm~-(PNyKi+e8 U{+UEIfB*mh07*qoM6N<$f+26v*8l(j literal 0 HcmV?d00001 diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/reactant_dynamo.png b/static/browse/thermal_expansion/images/reactant_dynamo.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/reactant_dynamo.png rename to static/browse/thermal_expansion/images/reactant_dynamo.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/red_rockwool.png b/static/browse/thermal_expansion/images/red_rockwool.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/red_rockwool.png rename to static/browse/thermal_expansion/images/red_rockwool.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redprint.png b/static/browse/thermal_expansion/images/redprint.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redprint.png rename to static/browse/thermal_expansion/images/redprint.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redstone_conductance_coil.png b/static/browse/thermal_expansion/images/redstone_conductance_coil.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redstone_conductance_coil.png rename to static/browse/thermal_expansion/images/redstone_conductance_coil.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redstone_energy_cell.png b/static/browse/thermal_expansion/images/redstone_energy_cell.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redstone_energy_cell.png rename to static/browse/thermal_expansion/images/redstone_energy_cell.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redstone_energy_cell_frame_empty.png b/static/browse/thermal_expansion/images/redstone_energy_cell_frame_empty.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redstone_energy_cell_frame_empty.png rename to static/browse/thermal_expansion/images/redstone_energy_cell_frame_empty.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redstone_energy_cell_frame_full.png b/static/browse/thermal_expansion/images/redstone_energy_cell_frame_full.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redstone_energy_cell_frame_full.png rename to static/browse/thermal_expansion/images/redstone_energy_cell_frame_full.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redstone_flux_capacitor.png b/static/browse/thermal_expansion/images/redstone_flux_capacitor.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redstone_flux_capacitor.png rename to static/browse/thermal_expansion/images/redstone_flux_capacitor.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redstone_furnace.png b/static/browse/thermal_expansion/images/redstone_furnace.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redstone_furnace.png rename to static/browse/thermal_expansion/images/redstone_furnace.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redstone_furnace_hardened.png b/static/browse/thermal_expansion/images/redstone_furnace_hardened.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redstone_furnace_hardened.png rename to static/browse/thermal_expansion/images/redstone_furnace_hardened.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redstone_furnace_reinforced.png b/static/browse/thermal_expansion/images/redstone_furnace_reinforced.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redstone_furnace_reinforced.png rename to static/browse/thermal_expansion/images/redstone_furnace_reinforced.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redstone_furnace_resonant.png b/static/browse/thermal_expansion/images/redstone_furnace_resonant.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redstone_furnace_resonant.png rename to static/browse/thermal_expansion/images/redstone_furnace_resonant.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redstone_plate.png b/static/browse/thermal_expansion/images/redstone_plate.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redstone_plate.png rename to static/browse/thermal_expansion/images/redstone_plate.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redstone_reception_coil.png b/static/browse/thermal_expansion/images/redstone_reception_coil.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redstone_reception_coil.png rename to static/browse/thermal_expansion/images/redstone_reception_coil.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/redstone_transmission_coil.png b/static/browse/thermal_expansion/images/redstone_transmission_coil.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/redstone_transmission_coil.png rename to static/browse/thermal_expansion/images/redstone_transmission_coil.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/reinforced_cache.png b/static/browse/thermal_expansion/images/reinforced_cache.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/reinforced_cache.png rename to static/browse/thermal_expansion/images/reinforced_cache.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/reinforced_portable_tank.png b/static/browse/thermal_expansion/images/reinforced_portable_tank.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/reinforced_portable_tank.png rename to static/browse/thermal_expansion/images/reinforced_portable_tank.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/reinforced_satchel.png b/static/browse/thermal_expansion/images/reinforced_satchel.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/reinforced_satchel.png rename to static/browse/thermal_expansion/images/reinforced_satchel.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/reinforced_strongbox.png b/static/browse/thermal_expansion/images/reinforced_strongbox.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/reinforced_strongbox.png rename to static/browse/thermal_expansion/images/reinforced_strongbox.png diff --git a/src/data/thermal_expansion/4.0.0B8-23/images/resonant_cache.png b/static/browse/thermal_expansion/images/resonant_cache.png similarity index 100% rename from src/data/thermal_expansion/4.0.0B8-23/images/resonant_cache.png rename to static/browse/thermal_expansion/images/resonant_cache.png diff --git a/static/browse/thermal_expansion/images/resonant_ender.png b/static/browse/thermal_expansion/images/resonant_ender.png new file mode 100644 index 0000000000000000000000000000000000000000..68948a736feebb16dc7907ec256c08251e9fc2c4 GIT binary patch literal 344 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 D9qbH7 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/induction_smelter/index.html b/static/browse/thermal_expansion/induction_smelter/index.html similarity index 100% rename from prerender/browse/thermal_expansion/induction_smelter/index.html rename to static/browse/thermal_expansion/induction_smelter/index.html diff --git a/static/browse/thermal_expansion/induction_smelter_hardened/icon.png b/static/browse/thermal_expansion/induction_smelter_hardened/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4b2d02212a7cd7be6cb3ae6681ad6a82bfd3796f GIT binary patch literal 2281 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 D9qbH7 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/induction_smelter_hardened/index.html b/static/browse/thermal_expansion/induction_smelter_hardened/index.html similarity index 100% rename from prerender/browse/thermal_expansion/induction_smelter_hardened/index.html rename to static/browse/thermal_expansion/induction_smelter_hardened/index.html diff --git a/static/browse/thermal_expansion/induction_smelter_reinforced/icon.png b/static/browse/thermal_expansion/induction_smelter_reinforced/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4b2d02212a7cd7be6cb3ae6681ad6a82bfd3796f GIT binary patch literal 2281 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 D9qbH7 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/induction_smelter_reinforced/index.html b/static/browse/thermal_expansion/induction_smelter_reinforced/index.html similarity index 100% rename from prerender/browse/thermal_expansion/induction_smelter_reinforced/index.html rename to static/browse/thermal_expansion/induction_smelter_reinforced/index.html diff --git a/static/browse/thermal_expansion/induction_smelter_resonant/icon.png b/static/browse/thermal_expansion/induction_smelter_resonant/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4b2d02212a7cd7be6cb3ae6681ad6a82bfd3796f GIT binary patch literal 2281 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 D9qbH7 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/induction_smelter_resonant/index.html b/static/browse/thermal_expansion/induction_smelter_resonant/index.html similarity index 100% rename from prerender/browse/thermal_expansion/induction_smelter_resonant/index.html rename to static/browse/thermal_expansion/induction_smelter_resonant/index.html diff --git a/static/browse/thermal_expansion/invar_axe/icon.png b/static/browse/thermal_expansion/invar_axe/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f9f9e13d4f1756f33d4ab839b2fda489d1d928ae GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA1|-9oezpUtH=ZtzAr-gY&REOE;?|;E*wp;f_Kbu0tdWT!S3|tYa3qEBCr`K-daaewx_3=*rqN_p+8bX

bP0l+XkKeBF0H literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/invar_axe/index.html b/static/browse/thermal_expansion/invar_axe/index.html similarity index 100% rename from prerender/browse/thermal_expansion/invar_axe/index.html rename to static/browse/thermal_expansion/invar_axe/index.html diff --git a/static/browse/thermal_expansion/invar_battlewrench/icon.png b/static/browse/thermal_expansion/invar_battlewrench/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a188f12b57f41f88cc5cfb479c267e6446c402e6 GIT binary patch literal 391 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 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/invar_chestplate/index.html b/static/browse/thermal_expansion/invar_chestplate/index.html similarity index 100% rename from prerender/browse/thermal_expansion/invar_chestplate/index.html rename to static/browse/thermal_expansion/invar_chestplate/index.html diff --git a/static/browse/thermal_expansion/invar_gear/icon.png b/static/browse/thermal_expansion/invar_gear/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..fb766cbbb4dc6b2f7636bf9256b946a2199baba9 GIT binary patch literal 831 zcmV-F1Hk-=P){7u6K>@Xjs8CT<7*?fXT+?bBth?5xwQXwjroHWT zKf>u;^!%76lGK<6N#>tCHxoEH?}VAjgocJY%!5Y{3FQk8LMRdjtx*pR_idzrT2GU_ zg-~<+0;HDm5M4+>wRMJLV}#0Wt%Js50x6&_0u(wWp;%4}j~kzW`19U?pHTc#7UuIw zNSBIW>9oVYCKLgk8!5T8##BsvM9sS$|I#$jb^16Frl z!O^!f*uDM)2UnkA?RXCYv2lLOr1E&Oi(C@dFYIxz#ue7Yi+fpoC|+k3n4X1@$O z$GdR){SwZ9RBRlUL2EaI6i^odjV;ZD$}Z+1Av|5F{L3XMu9hm+Dsn z3>o3XQ0es&j3;M73aEL&gs?$MeCteRd6?sq5RJb8PtXgu4H%l9Ak^q=6e6hvOc&D7 zJ2nKY(*jaJ%>y)?flvwI_C|%{QxJ?ihtR|*_=W>u7G4vnYMW+EMnc(o+~5&jNvZDO z0LXP3kZCIZT2uK-*D1*%ey#XKe4E6)pWrq%z6~qC0n;CRg4vY>fh_9Ka3fHV z2dv2ea*YzyCLJ)GzCyGixt4(@Wh;n}n_LcHIS!hP8_5((kOJyC;5S1k&TCPrs)Yam002ov JPDHLkV1f-yX*>V` literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/invar_gear/index.html b/static/browse/thermal_expansion/invar_gear/index.html similarity index 100% rename from prerender/browse/thermal_expansion/invar_gear/index.html rename to static/browse/thermal_expansion/invar_gear/index.html diff --git a/static/browse/thermal_expansion/invar_helmet/icon.png b/static/browse/thermal_expansion/invar_helmet/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6b03bc5cc925d41204d7cdadad7680d3e82ba014 GIT binary patch literal 332 zcmV-S0ki&zP)^EkU@Jd2?4`XYkI-V3V1+)&fYz`N3@|2O^c-i}=P8BJJc6d@z(dD|hG#)ty{9=rA6A<; zaKiyG!1#dnzy}#1k1puAAP;4L@d1UHL_PC4PyJ@s?)^KidiJ%pI#&Dh|A`s!-vJ!Q eaU92S2JH-?eUrb;aV--70000dk}SAC^X+iB78%5fqAB*8TIb zFo(j2w2axm?rkyAJ$O>#!9zB`>6>?4Gf%wl<5oNIY*OQac+MK-uy@)US8hw%D$|j8 z2c$!2_v_t{9oKZnu*7cVD6!qL)?@c;Pb)FU|5i+~Ja3mN34Yk{ImdKI;Vst0MH0!(*OVf literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/invar_hoe/index.html b/static/browse/thermal_expansion/invar_hoe/index.html similarity index 100% rename from prerender/browse/thermal_expansion/invar_hoe/index.html rename to static/browse/thermal_expansion/invar_hoe/index.html diff --git a/static/browse/thermal_expansion/invar_ingot/icon.png b/static/browse/thermal_expansion/invar_ingot/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..820f281f731f10895594146ddd00cfd8c67e81f9 GIT binary patch literal 640 zcmV-`0)PF9P)EY0EcluW~J14u7DU<)F8!yRM_#fDxx4;87Y{;C@PuRjhZ>l#CR$^fQe4i$JqA5 zeb_F#Yl7_k&;0J+XJ%)2-mR(<6B85rFX!}mG=p32fd~)*`fRO_G=sw>p+i5cVP)ej zQkfNW%6$+4H!{F3*))UA#M)}dd}a|}^En(If5Bd^Bzts##Ofj*v`Y{H|3pBW)211m zCN27*4DsX)_H%nB`2!s1PjPlp!1>h$j?eS>bdbf`&L+m=(`ah8Lj+V*fU{LUol3fTR) zj){nZjqP>p<+3;}oFQL4N8$1UFBWDIoQ@z6QV@KlV(@tw^3*tnl?X&YMFmKbRWodU zc#l+O9^qIRTc0;Es!kxPzv>KX;w2W>RuM}kFf|)Pa9V|;hSBBs z{^BlYQh1$?BN~rlObudgDT#%ZB_!XZF_%su6pNzM-vf8A5A9wL+Pb^pe(Xhq{_Gn> zK-mLqEmqAS4+qdY)QiZ>Gnk+Ix#biRX|p5-Cxh_H0knI%;BdC#R!wzDbqy@lwfOb^ zDgw$J@Vo1xU-4rgGz=vgD$&1?hW^Ph1jZHk1_H1&)Z@;*ySQyB`D6E85m1f*^BgYy znY=a<386nU0^g8~M#+vk`$N>|hc*1wziT3(+yUlET`tW~@36vhzX28fFJAFYWjH=kcroaO4O!}DyP8!y=N-3}m) z1`iJp&%c`6t|xxY??BtXtHc3X29%eWEf+9fFDuPf1$_Gbt$>%!hkhQziDLl=Xdj>& zWf%u=fG6g=bG=udr!@Idl*PaS93VaB!%C;lS*7x#&)WhXMll?@7H~kV0?Lc3u5%T5 zf|LXL;{-TB`+$Xfqmpuf;hON5faA+^-~ep`+V}DkaBm{toFq(RXxSF1u5;b%2=cmF z!C;hv;a&g-aKM+j3A%zzwrk)3{R8A3XI#-m$@)X_)E)Hzsn%2}?UeLK*BKMi#nm3D{{C!y7aJ`0ExYOX6L~@Ve zv8KH08=RR>^Ab|dHZWT}SiCWr^JR%;^Zwc28;Y(n@I7cK|GG|7rM`bT`@2H^y)Oll zELklSwlH_OxqAFt_g(tNI_Bn|ERQNhL4toYclJzB`^L29tI(uK-nw_8&l(nZXJ#sz zTI)(g1$(^EDqvu*St3@Vc=Zh1jK5|eUUiW7t_h2xg#JBiZ(;^IXyb-2OcnX{>RnZW RpMZX3@O1TaS?83{1OR`>ZvX%Q literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/invar_nugget/index.html b/static/browse/thermal_expansion/invar_nugget/index.html similarity index 100% rename from prerender/browse/thermal_expansion/invar_nugget/index.html rename to static/browse/thermal_expansion/invar_nugget/index.html diff --git a/static/browse/thermal_expansion/invar_pickaxe/icon.png b/static/browse/thermal_expansion/invar_pickaxe/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..63cba54f3295c9ea449d507dfe8af8991845fe47 GIT binary patch literal 347 zcmV-h0i^zkP)MgH2}Vf7h#fmQ+E?kr6pFJobr2mTv{5NVYoTD%cZe=I{)mMH zg(NrUz_;HI&b{})SJN1VVU$SMb>jrn^T2_33_6bW&B+m3|N z^$Ir82au9(s}2TdI-r1(0y0+5i+{s7cR<@d1i^C%9>Wraap zFulJ6rx$%d0Sf$Bv^*kZ*T?<@JbdkmghJfh6v#tBE;`K-DUaHbe+}dyNCD*q(sX_A zfGBS6tJ@nO2R;fYDUh}6X@*tQ4rMKq)sX1sJA$`2>U!2c2ER(7ONt002ovPDHLkV1ivhk5K>s literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/invar_pickaxe/index.html b/static/browse/thermal_expansion/invar_pickaxe/index.html similarity index 100% rename from prerender/browse/thermal_expansion/invar_pickaxe/index.html rename to static/browse/thermal_expansion/invar_pickaxe/index.html diff --git a/static/browse/thermal_expansion/invar_reinforced_bow/icon.png b/static/browse/thermal_expansion/invar_reinforced_bow/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e26f5bb948ac12a26abb95aa4484abaf40e9ad2d GIT binary patch literal 257 zcmV+c0sj7pP)$TDABGzY}X0ku_3?-pnXL`mnH!9*c`c3LF_sKBLM9^UJEcSO#mvO_xT4` zngFC@qy3Qtx9bFW06>%`z#9OrGy&cK0eJ{O#RQK-fYE#br3809OD?#s00000NkvXX Hu0mjf?(SiG literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/invar_reinforced_bow/index.html b/static/browse/thermal_expansion/invar_reinforced_bow/index.html similarity index 100% rename from prerender/browse/thermal_expansion/invar_reinforced_bow/index.html rename to static/browse/thermal_expansion/invar_reinforced_bow/index.html diff --git a/static/browse/thermal_expansion/invar_reinforced_fishing_rod/icon.png b/static/browse/thermal_expansion/invar_reinforced_fishing_rod/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9accbed1fddaa4da059a8a867a1b8f89876d527b GIT binary patch literal 274 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA1|-9oezpUto1QL?Ar-gY&fLg#$UwyPx2ax} z#wFJdXIYm2YQwmWO-7RGp9Ik z%QY6JH0cADuWMO*%3_rgdXk0L@w-}Hy7&7T_j5}oHCclr_a_EyF$by_X*gIiU#xpe W{1XPFBwnB=89ZJ6T-G@yGywpY24>X& literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/invar_reinforced_fishing_rod/index.html b/static/browse/thermal_expansion/invar_reinforced_fishing_rod/index.html similarity index 100% rename from prerender/browse/thermal_expansion/invar_reinforced_fishing_rod/index.html rename to static/browse/thermal_expansion/invar_reinforced_fishing_rod/index.html diff --git a/static/browse/thermal_expansion/invar_shears/icon.png b/static/browse/thermal_expansion/invar_shears/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..820c853f44f9a21a8cf1582df1ed434454bb2d95 GIT binary patch literal 358 zcmV-s0h#`ZP)Vh;*el2^EeK!3gyt|BZqaV+cXNq*#rhWr`sFiqq9OoD07Y z#@gK87oNNA+xvWQKG>GYAP9maI?ZB^c2Pab3J`$6U!_m-f;GGo?3ZU@z1;{9NUeaW z^v$R*Oq@qyv0e#!9e?>l3qyqKokPHbm#O~ z&<~rztTExhU-O^+5{0oneEP)VB1G02jF1_g`BuHXxpOctxjr!fp1SVT}KlPMxTfWdxUIftWg!JzD3 z?*GBp&v&^y+dK~d0Gy}Q?9pF!;a7DhBoiN76BIAbp#*)4=Vz` sM-F7=T}J>`BmyiC(8VAC0Ra4z7hU~e0QQ8{iU0rr07*qoM6N<$f?{5J8vp*a5<@Myag8(AaEEOBPbCOED^WK|{sL9B4TPt5!DV5TtJb&voFn6v!Z9Jkt{K--EEyJ&0R44z;-9z!gj0X3}m*n`1v2$RVKbh`u+u+jmYN|f03 zsRk)+1JsME0gmH9zu$+4ZWp%7c}Q0a@NZ9D0)hxQ`F_XQ?NtiYOZ%Pmd+!rFI;g+C z3;B+hfMo^5^d$Y{vZKLoE*;n;AWQ)__jj-U Qr2qf`07*qoM6N<$g20TnG5`Po literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/invar_sickle/index.html b/static/browse/thermal_expansion/invar_sickle/index.html similarity index 100% rename from prerender/browse/thermal_expansion/invar_sickle/index.html rename to static/browse/thermal_expansion/invar_sickle/index.html diff --git a/static/browse/thermal_expansion/invar_sword/icon.png b/static/browse/thermal_expansion/invar_sword/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1f8ebdf791f5a262b53ed60d0bf5f0151fb3f3f6 GIT binary patch literal 390 zcmV;10eSw3P)AJ&aT<~SOf>{CD_3m5Zt^2FTugV*>0&95Zlff42FQ(tkTjXxQ1-8i)qH% z!9E;>gDsexH}C|0%Yl;jf1qvB#%m|&0&y2)43Knj_O$v&U2ElUmkem?=$`B@*DlX&*y|j@%lHju zA2EoCVStH%Zf7;{kL!yAIJ9?QllzDFWD1SOFrcXb-HETxZO{!}_pK=dS{HD0cMGlj kGnoOV1Nb}w1GYcD0RWY_21s}jFaQ7m07*qoM6N<$g3B$ey8r+H literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/invar_sword/index.html b/static/browse/thermal_expansion/invar_sword/index.html similarity index 100% rename from prerender/browse/thermal_expansion/invar_sword/index.html rename to static/browse/thermal_expansion/invar_sword/index.html diff --git a/static/browse/thermal_expansion/iron_gear/icon.png b/static/browse/thermal_expansion/iron_gear/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6cc4f7ae2c605dd8c6ae2e1d5369602feafa8530 GIT binary patch literal 789 zcmV+w1M2*VP)_MIW_QYBmoo8_FJ7Jn7(UuOHmjx#um;=@msqcNq0`b%K0cSb)`)6-Xu$P;}ph3NU*N#^Zt< z9vr~Q@i83i??a(^mKGNU+1|>*i|5Zk1y~}WInpFZPplhSTUvm>KeMzX$nnupUT3GL zFgH63UoS4;=K30b{`d}avmZbOSRx=jH6=)PV*}P!SAidqE6dBUmCM2T*%^E}KZkEO zH*kG*1y`4s@LBF5l9ER+Q2~|+;Gd?s%}wA7<<~hLaC&kAd=GGZ(cGt<9f-EJf(o!i zKtp}KAnR*uz>mw#Y!>)F*;rqP_jY&TP`*aCbwiZ;ty$#@F zbYw)3h57lsGV-Qe|V{dmSuk>UJUdo3%q5@102>AVi#O2LN zDwzcS5cYm%1_t{3;kJKEjE#;8k{BO{l>B`se9_5?ap>>s1r=a=z|hc;AT!g`@GhN( zsmVzg86Jj?XcTT6@T#*@ke*l!-n{OEw}WwLYk3MjuLo3s=>Y+sPmqbRG2q8yZ+ADu zy1JmFy&Xc;)lg{BE{8*q+L{_@3WxKu8#?Hk4gQ)`1(+ScN4TLup1PILpfg;d|yub2BtWB2XO+LNE{j9^mtO zp~B+fF%O#h9L-_h~J=6E{fDWdIbK83h=t!;BmR2ytEYf{Eo6R;Mc2y zm7oGF5n$-LApFLBac=oFF*FVMjonTs@au-I!Gq#r;Maqd0r0q8paLurz$Y!U+o4qM z38Iyh0RLWHMi7TQdWlmmoal0a>eOQtyUE Tb_c0700000NkvXXu0mjf;cjbp literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/iron_gear/index.html b/static/browse/thermal_expansion/iron_gear/index.html similarity index 100% rename from prerender/browse/thermal_expansion/iron_gear/index.html rename to static/browse/thermal_expansion/iron_gear/index.html diff --git a/static/browse/thermal_expansion/iron_nugget/icon.png b/static/browse/thermal_expansion/iron_nugget/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..03289307df9d152814ebd671cde9617bd1249c3b GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA1|-9oezpUtwVp1HAr-gY&amccF<@Y|UAJFL zt$kzgnx?59d?|{SZP7nDlr|-7jGWQ<(zsRs;3A+FhKB1UvE_F%*G^>-_)zeoa$f4G zZMmB=r92rJr#DQgz5jHRPLYgzzopr0OZJ7oB#j- literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/iron_nugget/index.html b/static/browse/thermal_expansion/iron_nugget/index.html similarity index 100% rename from prerender/browse/thermal_expansion/iron_nugget/index.html rename to static/browse/thermal_expansion/iron_nugget/index.html diff --git a/static/browse/thermal_expansion/lead_block/icon.png b/static/browse/thermal_expansion/lead_block/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a4352532469fd03284812aa468c4eef7b92736e7 GIT binary patch literal 2825 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 bJmBa5FFEV0chCx^00000NkvXXu0mjf`dc8M literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/lead_block/index.html b/static/browse/thermal_expansion/lead_block/index.html similarity index 100% rename from prerender/browse/thermal_expansion/lead_block/index.html rename to static/browse/thermal_expansion/lead_block/index.html diff --git a/static/browse/thermal_expansion/lead_gear/icon.png b/static/browse/thermal_expansion/lead_gear/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4a83ec743b07df247805dc961b96da977402a121 GIT binary patch literal 846 zcmV-U1F`&xP)s8BVW$z|UX5;pyx#$N`cF7@gl|WMlsl{LfBdYWW17OdZ1LTol$f zFCet@77}m1!%6ZB#9n`bwaqhV?DT^iAc+8f_%$P22k&8#KY>6f2}^t&yn!fe?_I$2 z!%NuMJ%?jqu_T`O2EO1is7=iv2S_5o?C57CyqyGZ@B~8JXTWbHU}ZH9Q}YqndXa#g zgE;tC4d4Pz?}^cPuBp?h&S*ug?|NnCIeX%Xd(=Y{1JHOwxFqV7H;}3(bhe|NN@iP z^bIY*$fOU(JOLQ>1VIi+d%(=nJ|m0%1DKo-!^k8LJ$-XvuV{yx22{KH8F4iagS&eY zdiv*qbM}D2Tmy1I+5?Kq+Zh?33qkwiX{c`+gc?^b*el$StL5OjMJw|ij2LZ=V6W_k zGG|Jz#sSK_V)*N!azMHR#8X<;#fYV}1&r1P$kTIR=iE?ebAi@a4SI7e=tNBRX0VpI zMcP0mES&t)!IA^g9dO-b3;T{}j8#x9{CpBC*9LlX9q3H8DV93W3)jS8sRyI=A>!HZe3R;sB@(Lqo7cxt-U0pmpJUsv9>>nsd*WP^s zIDiATr$22=o#fC7s9k>!PW3KyL<|S~&VastOKPP?;qvlpc=}GlgUzpSYyG2^Q@scA zL=rgQuLy|64@jLvpMZ1KRk*$W9v;2?2Ca?Hu=?bS@=T#iFRgumT4N0+ovZLuF&yAW zK(zOubR9iegO!I{Ko_Oz%deoh@&!WU}0$!s*T6cY`shap;Q(Xa&8qJpfTp*Q(%|{XuAU(&`AO1nJdcq2H52$ zWb(6cd}2YXa9SB1s{>uy5Cz55J2YrP%E&@66afzCsDQQ)CG5!th+GA{md=mYVK7rx zvS%P^SVRtj+uv(fU{_SD?Z+Gk_#Hr}I~;CVO9JkUEpm);Qw|Ii22YAKo3`Uf|Zs_QD`5eH*!^88>&Ub#=*jw|u RItl;)002ovPDHLkV1i_y3+Dg; literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/lead_ingot/index.html b/static/browse/thermal_expansion/lead_ingot/index.html similarity index 100% rename from prerender/browse/thermal_expansion/lead_ingot/index.html rename to static/browse/thermal_expansion/lead_ingot/index.html diff --git a/static/browse/thermal_expansion/lead_nugget/icon.png b/static/browse/thermal_expansion/lead_nugget/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4a19bb07d2251fb83083d0644c11673371a61180 GIT binary patch literal 271 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 M07*qoM6N<$g5AEBl>h($ literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/light_blue_rockwool/index.html b/static/browse/thermal_expansion/light_blue_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/light_blue_rockwool/index.html rename to static/browse/thermal_expansion/light_blue_rockwool/index.html diff --git a/static/browse/thermal_expansion/light_gray_rockwool/icon.png b/static/browse/thermal_expansion/light_gray_rockwool/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2ecd6244b1ee2ef14e411be886974a8a1aee4887 GIT binary patch literal 2077 zcmV+&2;%pNP)gzMoNLcUEeOOfy!!YDQjDnviwD2h#(?@6cJ=8OF$3^n^l%?H_mf%pUI`6 zQzAvGvB@v9-I@3I+wcoF)3>SERQqZzjsf4O-xWVjeI=PzFlnZy7XKD6;ZM-F)o0Kum3-VH67 z@#}Z)6zI37Pu~g;joRa1pE^}syml=F2**gX_Z~f}+ABfzaNsL*0901xQLkJAHuHC*JGHeJZ zOd-tA4j~fL9%WR#Pvh*{mfzC6*ZD0+jE?eIwdS`D4_7hBLwx{0rdh88plJXM3GV^G zQ8KLZk>Qz!9KU5KIdcQxIiBHt%T}x?Y5~67v7^|ueS39-Bf>*9@#B>%mC-zw^8~f+ z?fdsbdDWpOXOCE3$$;{_?Yf%HVtJ!c4=}oCPqBM!ECA5vp`pqU01h(%51u>;Ipldw zr@gshFXp`rfZ&EE=gkoSd=|!4TW4p{(cL{iz~qr5Apmyl-d*gSn24nT`s4NM5Tjy( zao%t^ar$(KHhBzNhOJJ7kZmmz$PQ~+zC3yysB7*nyIa$Bg|oveI&r@wQECM>sz&|9)KjKw*eU0 zwX4`aIavXGwR2~j2LN$Sa{%Otn}-LYjUfeq6>3F$du7-p^%%peR<928gwL9F>*@h8 zg=s^E(Exxg5`f%50BqR2Irgp7`8;CpQg$6F+jaKz6wUtr0HCLl01+xlU1dAWBd!x# za{_#^ZCd~kD#&meD#iZJy?fsR7~HxwLds*V=T*nJ2f&fS1m+P2JCb>1h`2>v2^4W} zqik0Tuzu5~3V@JeB!&_M6$t=CN&s^P00fNY4XfzEwze?QH!u)-7XZhaZ!Ozv-Vmz= zm^^y)EdYAma6$lZj%xt0&sKmn8#WYlLOwzf<0%A)<%r`15ItO$$@XNLwg8v|0JLN| zVOgyOI9zIM|NaVq?YfN{1AusEUqEug(Le%F2#^3#T}lZsP$nkAG@)dV0~r$*hRc1x z1mM2Ni8=s(7yxAL$F#=T5;h0`6C8kpWx~@5K8JiFh6TV-XE_mJp8ZB?5`fRkQi(9_ zRsf8v{scWI04DfhOd!Js3BYyd1LB>n5abN^IU)ks!-k46-%OL1rWq~w0q#fub^ri` zRV@G_3^2k(#<36>5+EN9*G|qO-bYzB)-lyg)y2f*IL{IGbHh=Q(mpU0fm#5=0szFZ zMw}z)b!KM)FiZjiV6p>%#>-L3>o^9xvieVN3qWiG3jkok5@MKlG{~cQ0W6ywV?qGJ zgku2E;S}#yp^aO%1b|gY02W{fvsN1cIPYqcDnr6H({h3YcD_LK0`P+qhYnQ$m|QAfMQ%S~2{k$)&BW#mWr8$&72}2mtL_8O1P3FF=&h@}4;X_)!4N z1pzRE0B~ez%a$Go01-Ah0Bu=CVqO4xx0;DloTJ7Zl?MRZ15mpf6Q0^~~xwuTLJ0M$i+n5fE8iabbjfum=6txaMLGNT&%B&|tJxa0-} zPyjGWlvJ*Bujc7>UkjHmTNV-^pQ!SA!OCMU09^~f+Ft-N$#5)VxHi- z6C29c_QWtfEPzXA-^57Lm@86QjnyehoMfe{1whQGIRK_Ok0B;6tBiTzGFkwE1aKk} zz+QD$7SNX*&2wFV=z#Q6GbaG6N8bYw;UIuX34lwB{2iHVY&kCg9|qz}LITJqq_$Lf zFzjM3%4JsfU2a#$X<0Jw*SYaD@QKJGN*G7&I0B9(^b~1|en8|6iu?hj;3ylDnbS5_D zx%Y2>rFKFZN?#*ftO=06nHf5Hdkr8fj{v@)xU}|dEnkf;*#8Nf3rz0(n~@V8K%6(E z1TbU(FnRL|Iu%e7V7> z5SCI$gqNbK&L^Y!SBFNLl{x>({#yxvRm+4n+;V_O*z|HjSj8uj5@6B%zu5N#m)uq& zzd-mE!WWlC`yYD%d}9-!s^be;RX+BgpX&M6`9XF3zy9|Z*OhEBy87TX00000NkvXX Hu0mjfETpD$ literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/light_gray_rockwool/index.html b/static/browse/thermal_expansion/light_gray_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/light_gray_rockwool/index.html rename to static/browse/thermal_expansion/light_gray_rockwool/index.html diff --git a/static/browse/thermal_expansion/lime_rockwool/icon.png b/static/browse/thermal_expansion/lime_rockwool/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4e6b3b834e4417de876cbb29f432d0ebda91c72b GIT binary patch literal 2098 zcmV-22+jA2P)h&ZSPIe>}k?k8@r@Ux1@X8#8$ickCeJ=rD`ooTdiL~5fnvH6j2aGQ4mDj zuzs-P`Mr03lSzmtMbizu@NjSD%(?e@W}bJMll$)b|F!gM_b1ybaPXVSz&%6!@DIBx zu=B$$)zp{U1BZXwQyu(qci^sH@rk!K1rTuZ#^C@0&ir*WF!|o*z+FRJLVLfMsP=um zBLLxJf9?z9UHExVrO2sIw^h?$?Fig4;#y+o2U`LNfVi0bZ7Kk9!5n~q#q(|(aY?Y! z5Rr^T1ao$Mv^Buo$@e!0v=ZWv{yrVp{qfd3_tphxT19PA0s(tIn+O=hvC_#tW^a|2b>1 zD&@)`z`%rrL1+*!7QlR<<;oaXY$bqzUGF{^CdK1&(_TA~bOcgbBTcP5fR zu~=Hk%8dZW_zv%DA6#8E3K)A~s9N{*K)xaWNd2XfnEreslPtYl2B>q(F|!UUxp>FQ zOcr$`jXSUJL|4^yculi_4X=z;_rJO>1c0$;2j&UX02s` z{qC3|0pn&ctx?8RWTWK$zLVWS9`ww$s@Bx1EP!jh4|g^100P#(I26bNUKU6aoO(OB)^gV_yIPu0A9ouYgQ`u9Yp~J3xS9 z5YRK*Y8EhZzONd4z9Rrju@eXYWF!P=DFwJQ2mpw2^|h5Nh=9IRJsm6|fOpAv9a@vg zYq3TFWF7^8SoLJ5z@<)*BMt#^y@-v$$9gLk!5u+hSR`2hFXLkc#A=h@6KU;a3?QI= zVD*9+VSb~4t=BhI4_q6~0w6n76GH%g=d%_ocLOMZL;w^(b^!_?Fae~ok}Hl#2nN|> z9We?B;p|3}0Dl+(z}ydMiSzC}1Q_74BXz(>0ZiA4Cp@eG2(5jn9pu9{wH*-9nqC!v zwC@UlxadFA)0~AM!4F%=v<*-I*L}zD#DF4*nYb_QhywBoC##g6C#y)B-SV@7A?^Yo z09!Q*h~TVkU?q;RBmzPTa5oSz^3*`UI^un#WxXEuD6&ir<$mJXG6E!eOyu_ecVb z0<=YBqvU0Y#4&y$1|G-X8+YLJFV(1CTY_D1h3J7wqk7WUn z96r~Z1z6lHWC&oq6o93;h5)iwSfD1^wZHauA;4nBwHzbl`67)%n4m8U84L1{0{Bq` z7z+x32#DZKI|E6`+Bez!DIieKrHh2T0-~doeDZmapItihAi((uXzWH207)A)z$z=i zMy^bwxo4`O_amDv5)j@#-Mt`yArmn$+krJh^4KbN@Oaw6*;cavS2qW34Fr_UoK~`s zvEo>#jFnv6>VU_yLkYPO8=y&mna0mK&2o%Py9c;NTr67$!ZykKvD!9sDI+O>Œ zB7iS-PITBXte6CptpxAd#zRY)=gCANAk_khyCYWfMgfs+>WZrOBWP{ru8b}qsDNyp z)a-Gd<~sLEK8jX47Pj}T>R<^0WnD1y7z>DQ&O$YD1psroe@C8A{tgjW$8zuj4nSP@ zp#Zg^^gJGBg%w~?^CT8&bfz_bkmp*Rr68{W<}?Zze`9@A)KY+b4uqn3r7V*hy3|H1 zKtT$~EprlJOf0U-Ip-(x5hqE23(zPa`ulVa05)r7P)28(S_^xk2;9pZ|1+)t+7VNu zy$={NE@nGpHggCl^S7lbO~j=TkjhK{Jm6^t<-*v{njTvHufT z3k>e^nUR*GTV=c~gmDf|mO+4zMiyrvGmiQHmi?zDQf*BXL|c7faK3A;$KqL1s>&2M zdz{GgwPh9vNUefL%*MxtEB*3tQ}#xtQg?(Pc9kVsK6OBxv2e%!TUnkH3~23E3Luc< zaFZTjE&GV%cE3C)f>SUOzYku ce!E|P1FJ}x##)d{g8%>k07*qoM6N<$g3znFO#lD@ literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/lime_rockwool/index.html b/static/browse/thermal_expansion/lime_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/lime_rockwool/index.html rename to static/browse/thermal_expansion/lime_rockwool/index.html diff --git a/static/browse/thermal_expansion/liquifacted_coal_bucket/icon.png b/static/browse/thermal_expansion/liquifacted_coal_bucket/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..96ce094cee0606cd6e1d5881ec9ba657fdaa1f5f GIT binary patch literal 291 zcmV+;0o?wHP)I85uYBE>?-x$?jDA2sXH-|jS8Yo_x0(TX_5}JTk pngWj%xOzil;nr776kwRLc>{Fz1+vAH6(0Zq002ovPDHLkV1gTWazy|D literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/liquifacted_coal_bucket/index.html b/static/browse/thermal_expansion/liquifacted_coal_bucket/index.html similarity index 100% rename from prerender/browse/thermal_expansion/liquifacted_coal_bucket/index.html rename to static/browse/thermal_expansion/liquifacted_coal_bucket/index.html diff --git a/static/browse/thermal_expansion/lumium_blend/icon.png b/static/browse/thermal_expansion/lumium_blend/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1ba7a4f2bc527eead0d0533f65939dd4c62c30 GIT binary patch literal 406 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 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/lumium_block/index.html b/static/browse/thermal_expansion/lumium_block/index.html similarity index 100% rename from prerender/browse/thermal_expansion/lumium_block/index.html rename to static/browse/thermal_expansion/lumium_block/index.html diff --git a/static/browse/thermal_expansion/lumium_gear/icon.png b/static/browse/thermal_expansion/lumium_gear/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..57dd9a05e7f356b2d67a3ed72715c02176dfb633 GIT binary patch literal 812 zcmV+{1JnG8P)Nkl6zVP~D$*>!YxB_sG{#qTpCC?pc=!hGR%o2NI-4D(P{wvSm34-!f-XF;`=fK%q7 z?4XSwQ0$3F{e&`C17NIw0NwcnyKP6$ga~D>F9Vwx2S1=B0>Z*WLNW47SQcE~%Ff+~Os*Ro=hlvr z=^G%aPrwf-dH^Hz6G~PFK{4M!Dl-7O^$KFi7qHiN32mi|P=?k9$yf`d5^Z1@oscj( zzz-;TfR?&PC?oyaWjzDk>IKcb1G3r$dkv7aPC~_#t)OV_pz9qVDJ{SUPJefYZ3IrPbupC?Sv(7VKuH9I`C39TVm)xb4}_9kLaZ6stplML zvB9I(6}}AY;sw{t8Q>=>AQ~(OKcFN67~u*5&yHEC5twKLY!9x1h)@M==sYl^6%cuU z3fQ+NAsRRV;=nQR14<$w%wHrFBUVDhOK@#p_Y$F)&^h3T%Yl7!9RAB6NI#(10s9%Y q?%T~0000w>XHvl($!tS0o@Pq?lUbv z8WL#vdr+xGpxV%cX0{_^RY;~LAt7B8LgSzn=OI({L#}WGviV8i09ysbJPy-B14_m_ z$QHd&sYgNibcq-hHV$RciVuld$P_3a&!A+y1$}uQ zzN!@ug*Zv$I@%jWtk6K!Sk8o>$(bL-*>TXn+!hF`A-z59LFKU&m{*@6+b5_h)MCJATGsUh4?HU6%w*| zP)N+;ULiE`(D)s*_#FgYv?j!+X+-LPq9}wC(D%IS1WeN;6ASWGylq>VM*xaad7e-Z-Qqkr{|K1pStb<3w0PHbGR6Sk5ZmI; z09S}>ac=-q$kl?zrnq;&69l8#c}a=U!?t)Zz#Rkt1QR1B9+XFHiw6gsA(%@L0$}_` zY>P(&PzZplfM1>fw#B0Z_^rfmozDUAef*)#fDFih49I{C2nxW=nL0pwQJ)$>Yf(@8 zLj2YEZ2*7$e%u$Lt3V4ATZj+9c_)H4wzT(1`7+TI;sUrTu6%GqKx_csi@QKf0Ktpf zKy(1ni<>}HfY*!bKxi)E0KTYCqPPljx2R9D_!Wfqg$O`Ny7<+E$Tzm~-(PNyKi+e8 U{+UEIfB*mh07*qoM6N<$f+26v*8l(j literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/lumium_lamp/index.html b/static/browse/thermal_expansion/lumium_lamp/index.html similarity index 100% rename from prerender/browse/thermal_expansion/lumium_lamp/index.html rename to static/browse/thermal_expansion/lumium_lamp/index.html diff --git a/static/browse/thermal_expansion/lumium_nugget/icon.png b/static/browse/thermal_expansion/lumium_nugget/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6aad977082df8a31ef1187e6d64b02a80e0187b6 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA1|-9oezpUtOP(%{Ar-gY-mv95&vUaoLZEh{Fjz zhQ}n5^PfkR{_U`s*1&9`Fnx3WtCk71C&Z2z?wGAqz`%Y-ILujnQ|t686O;=M$=x_D z1r&S2=5l??>SGUFm^WNkD>!hU@5D3ND65C3H90IBFP~~zUp>|G!R4RRRyvj*40bLM zOMSq=cS7{dDyb0mCp&qQ;#l||G^Bsuu=a(Eh4z8-e*y{^l0ojMUMamX^>6+MAwg51 P?-)E?{an^LB{Ts5$kuHk literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/lumium_nugget/index.html b/static/browse/thermal_expansion/lumium_nugget/index.html similarity index 100% rename from prerender/browse/thermal_expansion/lumium_nugget/index.html rename to static/browse/thermal_expansion/lumium_nugget/index.html diff --git a/static/browse/thermal_expansion/machine_frame/icon.png b/static/browse/thermal_expansion/machine_frame/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..976abf9522f325e39181a434feb30beca705fe9d GIT binary patch literal 2314 zcmV+l3HA1gP)rY$v8OQrRAO_jD*d$mioDebOV_HX?5`+m=Pjt_7GPTQqanx&77V;}kZ`906` zJ1564z4ZTw^P{f5UfKE51z%lHsz;9=khP7~{VyT`AN_ojKwxEKjX+>=`8L^iA`SX}txMI^w3hxZ8t5L`&EER&_=9Rh*5TXO^g zv$Hegg^S1+ZrtCnxVyHZR@T?Z($XzbU0tmj8yiV57*wysZPjE#dF25eg(12!acF$MRHF#VHE3wY8Di8&d=V)7K{m1g56O$>%PT3cjjY zC&{}@YISv)+_`;=Af(UdBe{8bI{YzG?ei$Fr$Tuu%T-HDi$!8GMkdBaNGu*z(da0N zk6!!iB37$xBnbpobYK91WYPe^h1^`1CYQnA{qs}utG^mh!c(Oys8mL`SZY=N6FzR@RnnEt1p&d7G@P+#!KLK!rjf;>yX>G?-uw7J>eqkM{Nt(ec`8+HjgOUyL?Q%pa(yytkcg3ZeAHre^rz{Gp!9ZuJGS)o8;jLghT5+nGqNlG9i zBSY;fAjko?b$^4|`5E=I#d)%@s9(=b6B$nS_5BY_eoKMm2Y(?CKKiG+_xn%OFCPDk zU`{0b^i-UTPej$Eo(V8AGGt*7F6=5WI5?o3L?AG~Fh?jbf0Nv}IZf;XI{D6TEEeDY zqlHuq0`b@o86O`t&;s$;2tjbK{tU1OFDS@QPoS^Ak2s0U=sg@PEZk6Y^V8(k?4+93 zD+gpa(c5Di?-R_4gpWn98pMb7j&qHS>0Kx~Iz*~#YKT3!+g(7?66oviu>{WcoKszA z&pL`wV0xTTU}}tv>YW2X0COV4KCX8c5RF|U5Rlb}fK#iu3yjbyfr9h|dUg0-n?U#3 zZsH^&!NsCf|lqv1bTb4M2{tK z=8WFOZdQ>G622Q~d4v2uPID_lg@;(F(95}GIK>vV& zA#lzT=<14SiLfOAg28r25eQ7{`2Y}b3SL}Ntb-L<0V&~5t$bmjA&{z!7TB`_dKcjiLJca>@4+-@BK)9=Z9A<2>^kxZliFAArbBj?kZ4PR%V4~ zB}@SX7d(Nms%Q+UrsjYlP~_e++-V8Od0@N1#VbD`B2r?u0R%uK95MykhzOMGl{Y9e zB}&NQ!-uWl)oop>(%(V03)pw1Jq2V{Akf#_t=lI@W$PBYaOsNbd;PK{aq-Ic)wkdJ zF+Yzv0T75pI?M`e6);-J5I}DO2(8e->F(!1F04=gQK{DA8Ldf{8#) zYnSphM;O`;zF%4l-*1qXK)@34`x{MxEEU$lLj$i@H`AQUtP8PyX3seoMo z;eip_knouT{-#C>UU)Iu=s~W+ zF4W}TCXi+Ynw$MR7|0ypz%#EJ0%3CwL;#>l5Rmf#1VCyAM4;3XKsbaK0agRMkfyx8 z)mDM5=bHftNDDzAKR@5NjL-sSUVW1o!>ol~dD9Y*Gc^PR5kTv(eY5~V2@KDz(`coN zhIRr0Y?&C~=ND+P&48}L>Bjmk0U;0}-=qMrzn^EGOSTKh^^ILXR=iTTOvULS!^@=v zKzREQXJ==oDS#aam;&|nwZwiI0Rce-s;fQ9>#Z^`(uyqs33U88PI!5a0&+%%0D=Mv z=vB|m{0d1+pveqQ0e^#PIGqxx19d48TuMLya{@%b>#Zarke`2?I0@LVgIs#Gb2zY> z)~+K0Sy`Fs2>=Rc8ujW!KoEf%9Tdp55at8|HPv3_F~d6vAiM}5usj>LBwZA6ZQC{x z8sWj7_l36K+=2i?*EiIe0(Go}2>5hJPgOYuK(()m0zSN_aS}ikWW^%!e56)~gn&;62N3XjJE>$U7ny5&!@I07*qoM6N<$g2LVyRsaA1 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/machine_frame/index.html b/static/browse/thermal_expansion/machine_frame/index.html similarity index 100% rename from prerender/browse/thermal_expansion/machine_frame/index.html rename to static/browse/thermal_expansion/machine_frame/index.html diff --git a/static/browse/thermal_expansion/machine_frame_hardened/icon.png b/static/browse/thermal_expansion/machine_frame_hardened/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0b14c47d32b50c149801585ed17e77a780bbcc18 GIT binary patch literal 2323 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 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/machine_frame_reinforced/index.html b/static/browse/thermal_expansion/machine_frame_reinforced/index.html similarity index 100% rename from prerender/browse/thermal_expansion/machine_frame_reinforced/index.html rename to static/browse/thermal_expansion/machine_frame_reinforced/index.html diff --git a/static/browse/thermal_expansion/machine_frame_resonant/icon.png b/static/browse/thermal_expansion/machine_frame_resonant/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..04bdc9aae84d159ff8cb7e0d45f5e88582d8d6d6 GIT binary patch literal 2284 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 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/machinist_s_workbench/index.html b/static/browse/thermal_expansion/machinist_s_workbench/index.html similarity index 100% rename from prerender/browse/thermal_expansion/machinist_s_workbench/index.html rename to static/browse/thermal_expansion/machinist_s_workbench/index.html diff --git a/static/browse/thermal_expansion/magenta_rockwool/icon.png b/static/browse/thermal_expansion/magenta_rockwool/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5bd9396a195af3c6ea48c6a407ec49c87538be9b GIT binary patch literal 2139 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 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/mana_dust/index.html b/static/browse/thermal_expansion/mana_dust/index.html similarity index 100% rename from prerender/browse/thermal_expansion/mana_dust/index.html rename to static/browse/thermal_expansion/mana_dust/index.html diff --git a/static/browse/thermal_expansion/mana_infused_block/icon.png b/static/browse/thermal_expansion/mana_infused_block/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..61eaac01f3a004c7ded2e2a6eb593cb08e2526e2 GIT binary patch literal 3178 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 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/mana_infused_block/index.html b/static/browse/thermal_expansion/mana_infused_block/index.html similarity index 100% rename from prerender/browse/thermal_expansion/mana_infused_block/index.html rename to static/browse/thermal_expansion/mana_infused_block/index.html diff --git a/static/browse/thermal_expansion/mana_infused_gear/icon.png b/static/browse/thermal_expansion/mana_infused_gear/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4db6b81b300dbcbbe2998b2a279e3d3af7dcf68a GIT binary patch literal 871 zcmV-t1DO1YP)F3v1s?87&_{PF`e15cm@ghfE@d7qFxBTvydFa_nx0!sRy z!#OmI6B8exPA*}5{yRozzb%{limtm0$Zj8m77!Kz?W2!`q~4lC!|)7_-TVlb|1I3U z1@ugR#@PqU&iUV9bm|?(r{3bkRX^5PYoP^%MSy;vM@XHw=g~a&9^T1MPyU#w zYiJ&4?#-glH;v9qH*j|NE?RqsV6AG#suUZvfd4iicuIQi3#sk)M;xDAgm+>Ix#~l# zw5GjL6;j9fL7eQnj&s+1xG-`D3dvU6277}FN7E^!ISwJtoC_@=ck?Dj&W7AQ!}E=PQ3 zF%q&XkYuk!+TO!RcQyw(ir9<-{MLn~1%x_arCDdp5>iY?K2idEACCP<+`SJ;c?z}^ z*9EDEp|k-h#Rm~@-Givj+n@!6ML={~rjTMxIoOa{1bucH3?=nQ%vYe#tH7rGDs0Sg zLLUf~g7>}7l!Z8x4O&201VkBj3Mp=TJ~rAM*bul)O6x6oh|eiQLXh}frO*XVh7_4> z!I~s9)^D{UGQj{XAS?nRlTAX>ZM9)tU_VN01D~Z|ezaL~g%rD^5HV&uB9qPdC;vcd x0ih1~n~5@H3TbVc715~~SglWm77)$>KLH_x6Lf`s-j4tP002ovPDHLkV1nnyhavy~ literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/mana_infused_gear/index.html b/static/browse/thermal_expansion/mana_infused_gear/index.html similarity index 100% rename from prerender/browse/thermal_expansion/mana_infused_gear/index.html rename to static/browse/thermal_expansion/mana_infused_gear/index.html diff --git a/static/browse/thermal_expansion/mana_infused_ingot/icon.png b/static/browse/thermal_expansion/mana_infused_ingot/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..45cea1857cc38eaa43f3c4f50a2f4cc5001ea48b GIT binary patch literal 652 zcmV;70(1R|P)5h0e?k+g0m1x$yq_&>IUD`GMso$phyIlL<%Cap9INApCMj)2Lp4< z(3PHopNe4tQUoZCdkEDwI04C7R7 z83v2555&i78+E_}BoC-J*$EY0dH{TS28J)MK%`KD)WeUEC<)@l56~RRf%#wpTBBL; z3}wK5B)6{p(NU0Vb-)6o58#Z1>OZ>(vBG`eGc(Y;a1YGE5wM2SurD3&n-d6 z*gQBQap)L04o%)ZFuQ{w*KoiBDk>n5&I`r`&eSZ}Vkdz=a}`2!x50nzI<%J~C|BwN znE0T;6##?N4|)d=2Ad0N>NLOtDk{L**}X1jd>Yy!a#lh4y2zuWkFqSWn(tkhqL$y*3 zGR0OwtqOkWdzS@B9kAiE!H1x^Cjq<57e#F@-=|cyq5)*`I{2f1*I0nm0UO2CsJ6qF m1}#+dzkC+J#>U3>&+Z#MFxBKtwi+D(0000YMn&JtyqZhjOb~dLW@fy4WAJpJ&MCc9&L`+|tGs(=I{Uw5WJZ?QiJwZf2$^YNoeAE5ul8n;=Lngil4U@O5QuQj_#vIL})*b&Zh~J`txsL1F zu0=WD%zUOZJ^jWJ^j@q&IP^ioZrKG_trqEoXG@&fKH>L^ro^ZRb-E1fciuKUo@c}x zXtdT)#g6@hfY;%xv8jAJO7?Bvqw(;RxXao60=G*C7-b43xtqIis&FqzfBk?@5+tzf rctVWGbg|~yKLZLFl0k0!9n5ZVAz*fV*@D|ZpEG#6`njxgN@xNAKGl0- literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/mana_infused_nugget/index.html b/static/browse/thermal_expansion/mana_infused_nugget/index.html similarity index 100% rename from prerender/browse/thermal_expansion/mana_infused_nugget/index.html rename to static/browse/thermal_expansion/mana_infused_nugget/index.html diff --git a/static/browse/thermal_expansion/mana_infused_ore/icon.png b/static/browse/thermal_expansion/mana_infused_ore/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..70c61d8c05772fb9c6be59c4371a533c96c9d560 GIT binary patch literal 1770 zcmVb=;-m_=spiRMqNxsabGoA0Z*SFT*r?6qe z!<+wBE|-47(1D$SAru<+&2Bp6SAULrj(#(8BMjYcdyU-?dv%H?^I z{5b&bdqsF9UE?fX@kV1gQp2i(`MWUZM zRgjgF@#8-EPtEQ#{?Q+b1QWB`90cR6awIcCYZeFq>Wz0vauMqF1_{QO^gZOp^PZw5 zSHxW7H{N2vqvd`dc8 z|BSS_SoQWxTl3@N<5nrTjPe&GFqL?f0r1NAMhpdjYV|w`07t(uidS9(Eb7lf0GPab zleD;4i&V82F8cnyzCP6!U}R*3@65M~wCl=O z>a2!78|@kHf@QN=Qbzy@;ez-YE^g?`yf<>P@#XJ2rW+r6_WE5C0DR5O#@RgXI|3Ao zMG`~cHP?_aV^;Z%-&K5sV4!oilz4B=6Tz}~L1a`CUzgQUK_E z{sbu%0IxVh9K9NP0k~4W@=LJA9~21y$p)B2QJO_ONu2M??H#Q70JUnbordB}i)bdqCP8ByU3?UnsjmxUE z1>mV8jR61}AK%xuH+&#zjAwg#NXB4Jye}WgfMNC90_EHhHCevP|5cu zy)kU{4<5_aY+mgs9@_j9r9f?+2?!uDo{zK70Bs}WMu&CqS{Ol$k^lg??_&TdnP)cs z^jtuKxxQSE%tKTOicDS&91GO;BS8$1Or=ccjf^#MC5!=}$&bSbf-7RL_JOxUHG1xS zt9o`rnw5lk81L@xru&|rUJ?K@`Zbtm05|`sjuIBYYN(!BvH^^_y-`2RSlRahaOt^0 zVH$$r#C$KshXJ-u1u8RfI?lhGTI~;W%b|MVlhDdP0HFMv2>?Y#H#PuRNxzI(5#kN1 zX*44Hrvft101(VWGXJs?9Z#bGfRJgKeE{sd5Ly8H-wV~)QYb)*O-<~MNy@%9y5md` z18kWJVgQ~>?g;HTM%|Mr01`uX_E`)7`SuYPz*Hd@19Tk-$o!UQ#StMhQu7XUHXVQq zAtkfV&v)sH6kfd+0~qi^eB@w&IR6nq?s%ZK9X0@Rw?%Y(BUFCAB>=wAcbt}nu@~(7 zz?dxzn}`7b;?M9|3Ga6e^q&aGJd}+l4@W9@(qw<*=rNK!|FGJQQT|f76F>J>XhBTq zvk?HG-4{ZuBJP1t0&w{O5NBL8F4R@j=Eo8MjuAdLn06meSX9r{QO!QhyF zZFD7!Ac|JM_>R-Khk2hl06aQ+oXjTxed+fB3DK$#_&ES}g`pa_91;LDFjeY!oVG6$ zvrS?ExpSvl{Z=6IuN1Df1*-(G{rDvk08j;A6Z@}ovrQ3`y&zxz*MFs!e{$9ReHkCXRU91q3Z)dWB8XDx5D=tTdZD(Yq24fxmxw~l4O$m} zoI(#YL)4!9{_q(x<$Q{NE0B>`> z6?qH;4k_TZ*M-h#1XIg`)!GKf_dpB?1hNfx=wLuKf2Ll*ebNCVCd5}Im1KV|h z0m=tdT1}`uJ;L*+@vE+Bg1G3}=5@O@SuB77$_Et6MYyO|;PS2xvYl0Hzd*~-;X%Lv zs@k3Ji!Q71=DR2M>d^z;XW&`rj()DZx zSsVig{Hp=-K=QhjDW&kerWU((3^SlybmSsaNAF47DM@vbR|Vd6HPAQ3TT< zfPw46$n$^$N;6>MzrUX!E(U?sekiwQ;)Jv^r@v;J8tTgQ^4jJD+~_$BqNGJ%BOB7~6Jl XGq;p8tlbI*00000NkvXXu0mjfRgREP literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/niter/index.html b/static/browse/thermal_expansion/niter/index.html similarity index 100% rename from prerender/browse/thermal_expansion/niter/index.html rename to static/browse/thermal_expansion/niter/index.html diff --git a/static/browse/thermal_expansion/nullifier/icon.png b/static/browse/thermal_expansion/nullifier/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..56e9aecf4ddeb6aa297de6d45b1deb5e82cecd30 GIT binary patch literal 1978 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 FV1j@$-ctYo literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/pink_rockwool/index.html b/static/browse/thermal_expansion/pink_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/pink_rockwool/index.html rename to static/browse/thermal_expansion/pink_rockwool/index.html diff --git a/static/browse/thermal_expansion/plate/icon.png b/static/browse/thermal_expansion/plate/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3236335906dd9dd0da7fb37977c203e123b3dd05 GIT binary patch literal 858 zcmV-g1Eu_lP)cYI17}mzj?3ey~m76B}7A^kf?K| zPjZZ-oHNY$-8(gE)TmLTMvWRZYSgGvqehJyHM2CIR#wEMxeGoR#p34X5{Bc!>=%&% zZ+>0@7f8lK-~z2)2WGB_40KH^eRX{XqaR}mJ%V;WhE}gDqIL_Kt>)VokpV8RFMtbh za4AlD(2l#n1?r7DaDiGagjX*je{g&;&h&?gNJc|ww;NE{$%~}l2EMLEHK^A^;Co@< zf$v%WzKHyRa|(Pe!=DX-3veKItQAF}u#M~egFR8$-^F!)J1@4jw^CcV?0LooeBXu_ zFLEDzKt>SLstyJ{=yn=#dwVMm_PztI4|btY*a5zm%YB2*&3jH+1Jg2uVd!A##pf5v zw#qmLE|5@Q#s%Uy)$64=V1u>}LNOAKzI^BQ1R%H1`yEJs8)U0+}r>zAh%FR zf3LVk$}_>T^o*__O;_ao;-Z)=5D!u)K!I7ST>~xwFO7l8}d z^mbu}Sp+U1SDy>~)mC|lA~Lv5Tf{U=;L%~Vts*#g_)yC5uE)=p;8lW8Q-llHf1&IRF3v literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/plate/index.html b/static/browse/thermal_expansion/plate/index.html similarity index 100% rename from prerender/browse/thermal_expansion/plate/index.html rename to static/browse/thermal_expansion/plate/index.html diff --git a/static/browse/thermal_expansion/pneumatic_servo/icon.png b/static/browse/thermal_expansion/pneumatic_servo/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..04858418005cabd849e606ce02d2fc9b684475d3 GIT binary patch literal 417 zcmV;S0bc%zP)J;df|C0bpo@UYMK|N*ngzZ~9gv80LM|pe+y)_Y>VZniCMdX10lEk%pP3l<|3{_L zGNj_Okk2ea$Oj(w`4t*s<<;+net{=-Cn?V1Yy%PVPO9sQ(;BQQKXOdt?C{WbaL>=?PDBKqWC zoo*x6;Y-Roa+z#ukEz~tnxsp#x3{aNXTK$F&wsD}dOJ&Qs|fb7?By%_f+TqGB7wjr zCuEVBiYHSfnY0N6Y`dF4AobFZsF zc!G5IWz<0Cev-+KsGgpFGBGhhrl+S>-^)J{oRi;POAwjISov*_#gr~^t>7a?fpY`` z$yAEOI^zTay@Nvp0^Pm+WZVfqUJ^(<;nO97pI_KavEsqaUj=Cls)b zf2Kkwza;1OHWCDu_qu}%#sr?386Xfi{#ZtxnC`78a%Rs)0s;9TgTP`TN-AxYQQL9| zGWcjJNQ?`}WDo$SraC=Ea8BNuZ6RmpBBWCAT&k`V-nwztObZBGIyNjB5CW$kZB_F- zTa^2->*dfZ_(*rN%GnJR(8pZZ)n)z=V^9gF|F17s{Lp~_SlGF7iHKM5;hr$V1F!ky zbyzH;0wCR5<0(*HJx5?+s)>k%1RAni)KE`^0@dc5pXy+EqXHNd*e$+Q4X8_$!#k|z zy(f2U;z9vq0vJ>T^g$OE7M4tqFMW@hf22tP5y&~Ko?Bt%^|=t&yV!mma^=E6KOmr(&ZSaSH>ukDZc%7@o2An$#scY|7~U>Fw=lFc=q z1EwQ>1t5T)P^B`8z7Pa<4b-Z9g&*%vWPN6MW+Yec3jz7vjGoZ1 zucmm15#E@999|K?oxr|z_k|#Up3q8P=Fk^{fV(f0Z1!_&ih!{yhnV2 zMqh}{t*F|Oww4JDMAox6gr1P}h0Z))$0~;KB4D(HRud5c)O6H#y)Og-(6s%as&z^s z!UMf8gwG6=UlF*a!K;ag0GLb#)P=bQHEGupx4`0)VLl?f2;A1-)kH*Kdm^C5yEagu ze*6GSVKMajvIxT8(cslYL;wWG3d+|u$nYYtrh-=!aSN>J;MGL#s^DHCcV+N<*Z=AI Y7soiJ1dqm=$^ZZW07*qoM6N<$f>O`UIRF3v literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/portable_tank/index.html b/static/browse/thermal_expansion/portable_tank/index.html similarity index 100% rename from prerender/browse/thermal_expansion/portable_tank/index.html rename to static/browse/thermal_expansion/portable_tank/index.html diff --git a/static/browse/thermal_expansion/primal_mana_bucket/icon.png b/static/browse/thermal_expansion/primal_mana_bucket/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9063401c593ce2c5ab67fe7efe50522a0f21a14d GIT binary patch literal 309 zcmV-50m}Y~P)U@Le6yIjE|SZO!>X4u(cF}wL6 zUbBScKbQ%DR29Q8Otx{(eM8iB9fShK3uxuGn|+Yo`WPg+7zO?z5L;B^usRE;*hihAz_ z3KS`zVfnDLyqYO6Dgg|Z=(;Wl?n%=$0tJc@u*hKW+#--4NAhDn1}w`)z@OB00000NkvXX Hu0mjfFHnL1 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/primal_mana_bucket/index.html b/static/browse/thermal_expansion/primal_mana_bucket/index.html similarity index 100% rename from prerender/browse/thermal_expansion/primal_mana_bucket/index.html rename to static/browse/thermal_expansion/primal_mana_bucket/index.html diff --git a/static/browse/thermal_expansion/pulverized_charcoal/icon.png b/static/browse/thermal_expansion/pulverized_charcoal/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e81ec943fc6c1146184b9a86a39c9a0711fac47b GIT binary patch literal 355 zcmV-p0i6DcP)yR7)5=DwowsOKt^Ry!P+`C9X4I|{ojSIxV>qhD~+YSCpkML-!Wf)2)&*VLI@#* zI4fD~R!u5E0Y6ZrK~?+oxNJ0^&!7Sn@NMX~V+mjOYxunTa=VIQ653D!|0;m@nD?89 zemxZMAz6||%JmBqigTpYus;c1Wbb<=_R{^}oyx%3nx@eAeW-vx8E`xv$4MTD_j_sYuh%QQTrMz*B3RcoJRA;C0jmxOf?%91%Munv z0eLtM>$(m$O#}JGjsrZ;gJBp#*L9%+Ru{lGjpG<{Oxw1Qk4TQpvJCQ{!bj(lj^jWD ztS*4zqm7SLmY>iZ%zMoD+3)v|e`{G5eA{zC0iOioysKpnzx_ ziNJa8$~eKzJlbg#hM<6d6|fu+oagq9bK}C;!(j%^5HkZ%Kwk#TM)%ZvF2fxdm&U14 z$595QI9@8q$Dn|o4#-CL(Yv0*Sq}DoyJMq?_bS>`XiTCwhV=xdV^Ba(2h@|eUxI7l zZ4Iv#Je1H%V<*IB5(?;>0J~fi;cX|;2yt7)-6B@Tu^VD5g~u|oF?8%dpn$&)_$nqp zhU2_Qg3I3!T4yu4|4bU`A`_VoC9NUwL(!vZ^00000 LNkvXXu0mjfDF>fj literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/pulverized_copper/index.html b/static/browse/thermal_expansion/pulverized_copper/index.html similarity index 100% rename from prerender/browse/thermal_expansion/pulverized_copper/index.html rename to static/browse/thermal_expansion/pulverized_copper/index.html diff --git a/static/browse/thermal_expansion/pulverized_ferrous_metal/icon.png b/static/browse/thermal_expansion/pulverized_ferrous_metal/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e1bf34995d4e6c148f8c1701217fe7a6bb1021fb GIT binary patch literal 446 zcmV;v0YUzWP)l{N~XfNvHKEGf+W;~q#-0)qZUpa2SJ z&F{4-jQD&4(%Tih*RP>)83(tE0}A+80j}23$cSPBUf;?f%MWl@J%VyE4ryT(9Lv){ z0e>>UZq+EvO@0$3=@c4`3N)KfAj`K zAy(Vd%-T~p7HaSq*MhI#KMYJP#&I0SaU93}=+a!*%6*-)%pd0Z|I@&391b4rM@812~T3zO;Ab W?JX7Qpa`r00000A9cG{bnjRntPR1QCCEzd_ zhsXRuRUr%axeSzd)*vkgU`}}%oanN_wATrKs}X2`<_3iN?2JoI_~B?V0auwV$ff7u zU?C10Q3)bK4@|io5LOIpD9`IGB u)+WXon;Svj)BpyRU-w&u22d15X|hlB-0yC$^UNYO2t=xWvbiNI0dJlx4 z1{Clo1H@p8aqH!KC>^{&{iFxA<9FEFe+Dhngs^JDO7Q}`{&}E)u@0D+R2ir0hqhD$ zGCN%;)SkeqKET@c9Vp2v$ni}O!f6mAIq>*mKmlVH;Pxtv6Xh(#^dm4z*O17c!=h=6 zXU`y{7GYW`Kw#DaK{CMOQ-A`-F2FhGLC%;!)Ph+5`{1HWE%1ku5QtbH$~jmt+Ay?B zQ@|(%42p67YK49f=Zq92n?IZZ=Q(a~6n^|QN&&we@RhJZmm7(TQoyJN&}cN;xAp<; WB5u^mz&AMn0000-_a+>?~8>k0r5VysE0{&G%(veV^m&gOOl{U08EodfQ;n;r!d21HD zf*UB{PX+|0B$YW88*nFI!&~ABn(;@tm9L;I?m~1n3Ker1M1Bq^V5|e?yALp>nS#cW zhcj0LE*HYaKRCYp`mJfydy604ITc!U7a9b^)T^t}+oJ1pB5U)Erf)nh#)a zdIw6vHbe{|2=hS*>V4qjmcZ6MoS}fR3+Vq34wVTDGQ^C_keN(Dn%{s0&Ix|b3%!Rb zLJEdy#csleO8&r6z~LnY4hrQSn-{b&jprGP;jbkN8hN&%x9K%>!UKiVgy Wq&Mq!22EiA0000mNwlzgtM6@~-5d;zh_JY_XxV7X^+EN5TC1wy>fn8L};Zj2m7pyex zO|9DrJkL2nH5qp6_rPaVe_s$4`}$}!8jVJy(P&*A3*}r0OB6r>-%L-~u287AAXRw= z7O{W=DB%6*%}ZB!Xum?WDed#ag}_-2*wQIbz`qL6*ZKRrU} zJ8*!_9|Hya$p9A3yF#q|1f@m`$~@vTR;>l&`6}qEHuwv7VEB_j0iF&pCep5;Wo}_0 zdjo4cLP%dXA;~{71vOYpJD|refCaNs*aBm02PnXM0m_5*ND-~a#s literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/pulverized_shiny_metal/index.html b/static/browse/thermal_expansion/pulverized_shiny_metal/index.html similarity index 100% rename from prerender/browse/thermal_expansion/pulverized_shiny_metal/index.html rename to static/browse/thermal_expansion/pulverized_shiny_metal/index.html diff --git a/static/browse/thermal_expansion/pulverized_silver/icon.png b/static/browse/thermal_expansion/pulverized_silver/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cdd83ef22148ceca7665e8b69c330a9579c060e6 GIT binary patch literal 439 zcmV;o0Z9IdP))pb(AH^uSRW1*KqyiT2dV zZg)@}S#$8e;di{}8iS1u4A5va8jVJy(Rw=XJjcF60Tl4dxM-XSt{Mz-d=>gSh61EM zbe(nJnYAJJRE1=r1bq=h0a65r56yo))EbaH%t9cs4$IjRm|Q-f09gl^-619j?O(!1@)*u4eAnGOoLA~y zH)U8!9e{sn4J=$3rh*Z$OwIrW$Sz>Q>16_YU==*YJfu%D5IcH=t$Yz81s;5n1UR_` zu*`-*eB(^hHlP661&F7&xtKtFF>5RiTr35P+g%Qy2gHZdxP#!`+y#Td06lvTP=M3{ z;%QArCeV$UL2vhi&N>I9P7kOZZcu2)L8&vspMQ-~fYbp$O{G#XfkLT+=B{Gz`qIz$L1MlJ-$J$$>93ccKFbQ>E!|_Gih-9 zhk*kAWPn$SFfMm+1*Mw?R9_gJHf)vqCQK}u;19=zw0Y%(z5;7t~|{ zj7kkQ&!51w?qH>S21+~)Lz9c(kw+moJ_|jb5Kw>v10=?U)H%>{J7DZzKyu>clP4&700000NkvXXu0mjf?~R+~k`31t>65WNaz-5X4JF*4Tc9`J+`KAt68lNw_Hyko-{ff$g0)B)hdq zAh5Odl0YD{njy)h1fjsOUcL~4wH2}=uP3FIz*2I7EQ*L8@I_hS1sPZ{BX4>j z5_vAcXGm;TS}S6Z8(edsz_;H%QTaq5@K&kkVqIn zAR$#DvNHh)#AH6mZ2sVGm%T87$*D<_Pvob!Ka!mvchsxxEwb~&wg{|{&CLz+D!ZoA znKa3)EU9JLvA`0lBBV13wUUaHbRuSniU~7AmKpaN?rrrGE#O42 z3lKnX&6$fuydr$njS3NKC|m$McrZbM(4&V00uw?YFhqfop?)1V(r*aQF(?!TstQ)(P=To@IYS(}X9<9bd*c+C zm>4Gz2*@l1MhuC-$l!qjZl6~**;*K0hXbXhpArb1I(5o=-4duW1nTQ*3KIxDo+J=> zAiW<51}uT`@t_I@$0!gCj;LV35CCKHvmx*`(E@I-$3O(?8tSYSKYzJIm6Vn-{Asxl zXn~7Yu1X6TmC!?6kU&L6g}Q$IIt3;}SnVJMi1fV{0GI;^1Ovka0%Kz%629*p0jJx^ zmVv;T3q=G1I=H5!teoM2t^mW|tW`}-HxC#1s_za3z_n}FC@?ZMN+2*6#C14FV3@7L ztL#c6^0Oh(X9*y@7C3h77{lvuI(S88l`6kpNdZ&==z99$Wci*A_C@CqS!0^!51Yt)Jesou07=t|6Pl1b+ZFdF3_uP_kLjs^z`fscyTt7 zUWR}M0;6UnAb_e24)nbv;B-0FP3hy@7DC9gN$Za9Y$*dedew^X!YHQ^4fa7q1 zJ9m000E{-er8*>hM~(mvT>t`=m6aTL-AdR-Apoo)mhhmax{^c87P@eSyATAQx@V9y8?BcQnTrQgkIjmg^a{>X47HDp1 zCJ?}iB0NBQV5PM{Y58?kTw2cXki@+ZXsE9vg$aDwt9p7(38})Z?oJAT_KtQ6csvfG z1-xDtfk1I_F{`p)pixekHPts5Dt8w$+UPR_5y(9g;f!?Sh9S_@R4;$i`5Oe-K3(q! z`28N`br}L45pc=pR4veof0N@c1b`Mmcu-qgy(i!~S?QvyWel%dO9$5=xTYWh4lpqU z{(7rZb=}f!B!~nA3=9Fci5Ad8TA)QL0JMN^AqXJ2M$Z?5yJgRJIBZt<203cu!%jip z3-y>1-QBwaprfmU0`0ACVhD(cR09HStuiBK_+=4(yXS=L^hb7S2)vmfa{1os>NbJoJ0Dhl~0%$X!1?&*TW{ny Q%K!iX07*qoM6N<$f?K{uI{*Lx literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/pulverizer/index.html b/static/browse/thermal_expansion/pulverizer/index.html similarity index 100% rename from prerender/browse/thermal_expansion/pulverizer/index.html rename to static/browse/thermal_expansion/pulverizer/index.html diff --git a/static/browse/thermal_expansion/pulverizer_hardened/icon.png b/static/browse/thermal_expansion/pulverizer_hardened/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d91033b046bed480ca72839f0bf7d6376ca4e5ed GIT binary patch literal 2450 zcmV;D32pX?P)R+~k`31t>65WNaz-5X4JF*4Tc9`J+`KAt68lNw_Hyko-{ff$g0)B)hdq zAh5Odl0YD{njy)h1fjsOUcL~4wH2}=uP3FIz*2I7EQ*L8@I_hS1sPZ{BX4>j z5_vAcXGm;TS}S6Z8(edsz_;H%QTaq5@K&kkVqIn zAR$#DvNHh)#AH6mZ2sVGm%T87$*D<_Pvob!Ka!mvchsxxEwb~&wg{|{&CLz+D!ZoA znKa3)EU9JLvA`0lBBV13wUUaHbRuSniU~7AmKpaN?rrrGE#O42 z3lKnX&6$fuydr$njS3NKC|m$McrZbM(4&V00uw?YFhqfop?)1V(r*aQF(?!TstQ)(P=To@IYS(}X9<9bd*c+C zm>4Gz2*@l1MhuC-$l!qjZl6~**;*K0hXbXhpArb1I(5o=-4duW1nTQ*3KIxDo+J=> zAiW<51}uT`@t_I@$0!gCj;LV35CCKHvmx*`(E@I-$3O(?8tSYSKYzJIm6Vn-{Asxl zXn~7Yu1X6TmC!?6kU&L6g}Q$IIt3;}SnVJMi1fV{0GI;^1Ovka0%Kz%629*p0jJx^ zmVv;T3q=G1I=H5!teoM2t^mW|tW`}-HxC#1s_za3z_n}FC@?ZMN+2*6#C14FV3@7L ztL#c6^0Oh(X9*y@7C3h77{lvuI(S88l`6kpNdZ&==z99$Wci*A_C@CqS!0^!51Yt)Jesou07=t|6Pl1b+ZFdF3_uP_kLjs^z`fscyTt7 zUWR}M0;6UnAb_e24)nbv;B-0FP3hy@7DC9gN$Za9Y$*dedew^X!YHQ^4fa7q1 zJ9m000E{-er8*>hM~(mvT>t`=m6aTL-AdR-Apoo)mhhmax{^c87P@eSyATAQx@V9y8?BcQnTrQgkIjmg^a{>X47HDp1 zCJ?}iB0NBQV5PM{Y58?kTw2cXki@+ZXsE9vg$aDwt9p7(38})Z?oJAT_KtQ6csvfG z1-xDtfk1I_F{`p)pixekHPts5Dt8w$+UPR_5y(9g;f!?Sh9S_@R4;$i`5Oe-K3(q! z`28N`br}L45pc=pR4veof0N@c1b`Mmcu-qgy(i!~S?QvyWel%dO9$5=xTYWh4lpqU z{(7rZb=}f!B!~nA3=9Fci5Ad8TA)QL0JMN^AqXJ2M$Z?5yJgRJIBZt<203cu!%jip z3-y>1-QBwaprfmU0`0ACVhD(cR09HStuiBK_+=4(yXS=L^hb7S2)vmfa{1os>NbJoJ0Dhl~0%$X!1?&*TW{ny Q%K!iX07*qoM6N<$f?K{uI{*Lx literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/pulverizer_hardened/index.html b/static/browse/thermal_expansion/pulverizer_hardened/index.html similarity index 100% rename from prerender/browse/thermal_expansion/pulverizer_hardened/index.html rename to static/browse/thermal_expansion/pulverizer_hardened/index.html diff --git a/static/browse/thermal_expansion/pulverizer_reinforced/icon.png b/static/browse/thermal_expansion/pulverizer_reinforced/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d91033b046bed480ca72839f0bf7d6376ca4e5ed GIT binary patch literal 2450 zcmV;D32pX?P)R+~k`31t>65WNaz-5X4JF*4Tc9`J+`KAt68lNw_Hyko-{ff$g0)B)hdq zAh5Odl0YD{njy)h1fjsOUcL~4wH2}=uP3FIz*2I7EQ*L8@I_hS1sPZ{BX4>j z5_vAcXGm;TS}S6Z8(edsz_;H%QTaq5@K&kkVqIn zAR$#DvNHh)#AH6mZ2sVGm%T87$*D<_Pvob!Ka!mvchsxxEwb~&wg{|{&CLz+D!ZoA znKa3)EU9JLvA`0lBBV13wUUaHbRuSniU~7AmKpaN?rrrGE#O42 z3lKnX&6$fuydr$njS3NKC|m$McrZbM(4&V00uw?YFhqfop?)1V(r*aQF(?!TstQ)(P=To@IYS(}X9<9bd*c+C zm>4Gz2*@l1MhuC-$l!qjZl6~**;*K0hXbXhpArb1I(5o=-4duW1nTQ*3KIxDo+J=> zAiW<51}uT`@t_I@$0!gCj;LV35CCKHvmx*`(E@I-$3O(?8tSYSKYzJIm6Vn-{Asxl zXn~7Yu1X6TmC!?6kU&L6g}Q$IIt3;}SnVJMi1fV{0GI;^1Ovka0%Kz%629*p0jJx^ zmVv;T3q=G1I=H5!teoM2t^mW|tW`}-HxC#1s_za3z_n}FC@?ZMN+2*6#C14FV3@7L ztL#c6^0Oh(X9*y@7C3h77{lvuI(S88l`6kpNdZ&==z99$Wci*A_C@CqS!0^!51Yt)Jesou07=t|6Pl1b+ZFdF3_uP_kLjs^z`fscyTt7 zUWR}M0;6UnAb_e24)nbv;B-0FP3hy@7DC9gN$Za9Y$*dedew^X!YHQ^4fa7q1 zJ9m000E{-er8*>hM~(mvT>t`=m6aTL-AdR-Apoo)mhhmax{^c87P@eSyATAQx@V9y8?BcQnTrQgkIjmg^a{>X47HDp1 zCJ?}iB0NBQV5PM{Y58?kTw2cXki@+ZXsE9vg$aDwt9p7(38})Z?oJAT_KtQ6csvfG z1-xDtfk1I_F{`p)pixekHPts5Dt8w$+UPR_5y(9g;f!?Sh9S_@R4;$i`5Oe-K3(q! z`28N`br}L45pc=pR4veof0N@c1b`Mmcu-qgy(i!~S?QvyWel%dO9$5=xTYWh4lpqU z{(7rZb=}f!B!~nA3=9Fci5Ad8TA)QL0JMN^AqXJ2M$Z?5yJgRJIBZt<203cu!%jip z3-y>1-QBwaprfmU0`0ACVhD(cR09HStuiBK_+=4(yXS=L^hb7S2)vmfa{1os>NbJoJ0Dhl~0%$X!1?&*TW{ny Q%K!iX07*qoM6N<$f?K{uI{*Lx literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/pulverizer_reinforced/index.html b/static/browse/thermal_expansion/pulverizer_reinforced/index.html similarity index 100% rename from prerender/browse/thermal_expansion/pulverizer_reinforced/index.html rename to static/browse/thermal_expansion/pulverizer_reinforced/index.html diff --git a/static/browse/thermal_expansion/pulverizer_resonant/icon.png b/static/browse/thermal_expansion/pulverizer_resonant/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d91033b046bed480ca72839f0bf7d6376ca4e5ed GIT binary patch literal 2450 zcmV;D32pX?P)R+~k`31t>65WNaz-5X4JF*4Tc9`J+`KAt68lNw_Hyko-{ff$g0)B)hdq zAh5Odl0YD{njy)h1fjsOUcL~4wH2}=uP3FIz*2I7EQ*L8@I_hS1sPZ{BX4>j z5_vAcXGm;TS}S6Z8(edsz_;H%QTaq5@K&kkVqIn zAR$#DvNHh)#AH6mZ2sVGm%T87$*D<_Pvob!Ka!mvchsxxEwb~&wg{|{&CLz+D!ZoA znKa3)EU9JLvA`0lBBV13wUUaHbRuSniU~7AmKpaN?rrrGE#O42 z3lKnX&6$fuydr$njS3NKC|m$McrZbM(4&V00uw?YFhqfop?)1V(r*aQF(?!TstQ)(P=To@IYS(}X9<9bd*c+C zm>4Gz2*@l1MhuC-$l!qjZl6~**;*K0hXbXhpArb1I(5o=-4duW1nTQ*3KIxDo+J=> zAiW<51}uT`@t_I@$0!gCj;LV35CCKHvmx*`(E@I-$3O(?8tSYSKYzJIm6Vn-{Asxl zXn~7Yu1X6TmC!?6kU&L6g}Q$IIt3;}SnVJMi1fV{0GI;^1Ovka0%Kz%629*p0jJx^ zmVv;T3q=G1I=H5!teoM2t^mW|tW`}-HxC#1s_za3z_n}FC@?ZMN+2*6#C14FV3@7L ztL#c6^0Oh(X9*y@7C3h77{lvuI(S88l`6kpNdZ&==z99$Wci*A_C@CqS!0^!51Yt)Jesou07=t|6Pl1b+ZFdF3_uP_kLjs^z`fscyTt7 zUWR}M0;6UnAb_e24)nbv;B-0FP3hy@7DC9gN$Za9Y$*dedew^X!YHQ^4fa7q1 zJ9m000E{-er8*>hM~(mvT>t`=m6aTL-AdR-Apoo)mhhmax{^c87P@eSyATAQx@V9y8?BcQnTrQgkIjmg^a{>X47HDp1 zCJ?}iB0NBQV5PM{Y58?kTw2cXki@+ZXsE9vg$aDwt9p7(38})Z?oJAT_KtQ6csvfG z1-xDtfk1I_F{`p)pixekHPts5Dt8w$+UPR_5y(9g;f!?Sh9S_@R4;$i`5Oe-K3(q! z`28N`br}L45pc=pR4veof0N@c1b`Mmcu-qgy(i!~S?QvyWel%dO9$5=xTYWh4lpqU z{(7rZb=}f!B!~nA3=9Fci5Ad8TA)QL0JMN^AqXJ2M$Z?5yJgRJIBZt<203cu!%jip z3-y>1-QBwaprfmU0`0ACVhD(cR09HStuiBK_+=4(yXS=L^hb7S2)vmfa{1os>NbJoJ0Dhl~0%$X!1?&*TW{ny Q%K!iX07*qoM6N<$f?K{uI{*Lx literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/pulverizer_resonant/index.html b/static/browse/thermal_expansion/pulverizer_resonant/index.html similarity index 100% rename from prerender/browse/thermal_expansion/pulverizer_resonant/index.html rename to static/browse/thermal_expansion/pulverizer_resonant/index.html diff --git a/static/browse/thermal_expansion/purple_rockwool/icon.png b/static/browse/thermal_expansion/purple_rockwool/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..afa96c4058b28341636617f2e707e0f73add8f28 GIT binary patch literal 2098 zcmV-22+jA2P)baXjgM&5#KdS~G#ZV@ zXw<}LB8h^^-x}|?XTIs_jZBS{hsK+%bneWVxoe%h_CEVe=gs^7^Vgq=)t_hJ+`tck ze+}^$1}|jbM9(MLv;E%&UfS?W_Tu^rft!BD4|cvAK)~ChmjeiRr*=7TwEM%rO+#El zr~AInrq+HRfbg3mzXy!M%Nu{q6gj#2i|p*0?*ccBxRyBH^Kk$H5Erj)z7&ACU<^P& z5kEihV+LLwzBnW75_QH8t$Hsz)BjBXA$$jtMZ9B)gwOSv z9GfHL##L7>W+j~&1iZ21w*VweLX#M>&Nu=X542pG1C3S!2sqO9K_C@iCHvdNCBe;a z?fN4?m|c(zdzze(Z?q61%@LyFeG=!`vHX_gz0PkLF$DRnO7h#=j+P$ep*|ob>~)SM zjQ}l?CbCh|R%v8-rk3Nkw2~7AJjXMrva*44DNTEOm(Q`y+kGa&$MZ+)^PgaE^gfLDet z1`K&hfbr&rvzX2@0u-LkwmE_Tp9OKz+q^Sdy>Qp;0v_r*7eK&h$7HtmuCvh^00|Qn z6O8lP;qa>W1B^+nl;#V-Lg`o|?u4yeaBs{w#F=$4tAKsWrm}s@r%D0)d(LN^Ljb^H zTFNF3AV9x+PLY7~RxquR=9Nhc)+`ze@}T#Yo!PSa8%qIPTeGNE9RUQ~cgM+q0`}Z_ zHh_SUw&M{ciCSIow&(OcNRzs}J~*8#_Dns^JAxb}IR*;Y&^8|6+TiVbss)h5%r*i> zJ0`LRI-e^AC=3CBbCN?qnz*SwQaiZ_8nN!?Z6)EZrfo6Peuwb7C3}NB_Sw)rUM&Dp zkk&Fp0|ER^BSUTg1Pm{Jyq@q!%2hO7N1R>Cu932y_bnXF*4{c60+?x_fZQrM7zcSk zPGGGo3fQvbi4cHQKuNm&WE|Hz&dd<7dC9@B6aoO()2gHI5#a1Y5>fzyk_TGEzd)e? z0gS5@FtqrwY)9L%5P+q^PVKn}DiQ*;lmd(l0svwpudSRx1Ps)P4HQHh1@Kq$tD3fy zQdoI@M}I8Jlpo|cC*Cc%gxFf3A7V14U&_*emujQU=X)=uUC z0#+^-(q zs6fqmR20B{M5t1LKa2oi?T56)`8(2nB7guB903n@*4K{uB={WiDffCV075K8kk>X` zUp{|R00I0pVqAx~7;M>7U4Rr z6-g5)e3yu81hdZStN;je4+2bf1jH&{k4jp{A(+;GW?KPx8?gvb zoH=5|xJDk$D!{VIcStBet3=OK2P72$h8G_Q0ahUe;CldBtBnFUZ?{R6Az>|>B(UoR zm{kBjc>jv2QUD}}S{^M0xVX8HA%OF#04&8d1W>gIKO|Qy7^;)rUJ7tA3_P0<5Td zKW4s2YV48{RDiJAV?WJx?v*^Vp7;7A*^2o?0R^NBRlYwMDFlqo$OS}K3ZVB_K(qyg zeK-#gpudCQvZ*q8a{&`^-IoHa4QX!=S!P%Pw$ARvs6t_>qO5Yx6088mR0;sBsHp%* zaUMd^QWRCjJg|*cfPxf|w#+V8?yl0Lc9D}j*Cp?BDh1Fzx(@(0YiUvz4@3tkgzMV^}jyo|0aE|=&b&JFSdkN0F5-T9O z$d=qLB&&HrS4wXa4P0Fewo*X8nC0!YEBC-`;PiN4|qX0K3TFKp7 z+KtZH{|Q_ROz!lZk(NV{{gH@`cwrd?n7nBPvirn7?gg&de`*i_QGfteV!PJze6cFC zxP?6mQt^%_5n!v}7PIoT;aq>*+(6Xc$WmJNM)gh6be*r2Tgk>98s~4=e=E~{f(fnN zQUQ>3b3$Uy`ikUwf69GA(Q*U6YY*Q-xN*5@|6?EPNU>v6fK_NttI9QxNb#zk2JWir c_<#NLCtvx$zT5yQod5s;07*qoM6N<$f~|nHSpWb4 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/purple_rockwool/index.html b/static/browse/thermal_expansion/purple_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/purple_rockwool/index.html rename to static/browse/thermal_expansion/purple_rockwool/index.html diff --git a/static/browse/thermal_expansion/pyrotheum_dust/icon.png b/static/browse/thermal_expansion/pyrotheum_dust/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b5a4b55c78f907f3901dc1d60d7739f2415b766a GIT binary patch literal 664 zcmV;J0%!e+P)?YEB#+Hwudk0pFa2f4o+l%rvt?KojSmY)880(+c;eBfKq=1^lST| z=KXV9Ia!taAOqGqpggjl6Z2jN7^AIVj<&$kx%Oo_#fXpKn!A*!Jc_GifTsh@+YwI0 zvu@692IKQ~m`)wGNcLd}^!}Zk7{j~3ycx08YiSv<76Ik4Bb9L4fhyp8IfYEuyO9P*fiP z%lFx4wn2780ezsA6EnLB%Bd!h0p1IE+sKK2BLws5kVT5@qD_qn?g*lwE8 z);d6(WK^-p_jCY$JoAG#+hxl|;8lD*I4!Ns_Cnp3mH}=G5a&tdP7v{)h|A>#3rU;P y`Cj#*tbL0B0000tk6K!Sk8o>$(bL-*>TXn+!hF`A-z59LFKU&m{*@6+b5_h)MCJATGsUh4?HU6%w*| zP)N+;ULiE`(D)s*_#FgYv?j!+X+-LPq9}wC(D%IS1WeN;6ASWGylq>VM*xaad7e-Z-Qqkr{|K1pStb<3w0PHbGR6Sk5ZmI; z09S}>ac=-q$kl?zrnq;&69l8#c}a=U!?t)Zz#Rkt1QR1B9+XFHiw6gsA(%@L0$}_` zY>P(&PzZplfM1>fw#B0Z_^rfmozDUAef*)#fDFih49I{C2nxW=nL0pwQJ)$>Yf(@8 zLj2YEZ2*7$e%u$Lt3V4ATZj+9c_)H4wzT(1`7+TI;sUrTu6%GqKx_csi@QKf0Ktpf zKy(1ni<>}HfY*!bKxi)E0KTYCqPPljx2R9D_!Wfqg$O`Ny7<+E$Tzm~-(PNyKi+e8 U{+UEIfB*mh07*qoM6N<$f+26v*8l(j literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/radiant_lumium_lamp/index.html b/static/browse/thermal_expansion/radiant_lumium_lamp/index.html similarity index 100% rename from prerender/browse/thermal_expansion/radiant_lumium_lamp/index.html rename to static/browse/thermal_expansion/radiant_lumium_lamp/index.html diff --git a/static/browse/thermal_expansion/reactant_dynamo/icon.png b/static/browse/thermal_expansion/reactant_dynamo/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f86cfe2e9e0dc9f88d3a39341daef56c18b34aac GIT binary patch literal 1236 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 Txv6VM00000NkvXXu0mjf9Dlo( literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/red_rockwool/index.html b/static/browse/thermal_expansion/red_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/red_rockwool/index.html rename to static/browse/thermal_expansion/red_rockwool/index.html diff --git a/static/browse/thermal_expansion/redprint/icon.png b/static/browse/thermal_expansion/redprint/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5d19df4a3499a134de5590a2e30e5a07a9125438 GIT binary patch literal 516 zcmV+f0{i`mP)NipxLnoiMD;D8DT?ngHTIB(jG#nNGdc) zZQ{_Pm7S#pak)H?Ptn0e#Hl@B_-u0T^M$+jUQY-Phr?;<911xM9`_Ga5bYm`0WQD= zzU0UxAA_f0P(|ATr0ndXgxQ=1T;SgpIBD-V1*N@^3KX9YmF*6stauPDnXwFK0T*b= z0vA1fmw+xz2ckn4QYmyFkAJJ|UPknqx3=j#-~vro;AUbf2k1Rb7o+#|r~BLMuhV!2 zG%dLhUH8uJC;=|ePzC4#iz+)^b!35uvk1~N5G_;4WRTYHe|mi`V0eK|A*tYHegWyZ zsInD6#j6z3vv4t)MD&nHe^VKoM08Gy3m9I2WVC3m9F1#v|k` zpw9;VvY@Pb>l{u*hkonsMUmPT2o{Bu0Dtl~k_#AJfM#9DX;2*;QUN{uy?1t@Xl+0+ zBTVPOun$;Vz~}-rZXv}$MzpD5RERKW=x_gAfWzT%nm!*_5nv}=2_=RA0000P&!;8x(Qpey9d;$w#0eCc)mc6(= zomCH=t**}a#DxXOY=C_(E{MjIbA#%+)9h-Sj}aCiQvo))pm+oy00SVrH_mxKVFCI+ z0MV!yaa>S1vwH9jaye3!sTnn0`DOw7CII&69v2r^fT#rW>V>z73$PA;{YqPa&;fS1 zhgD=B98N*q&9e)Nc9ji^K3CYk_eZVS*i0g`0Vi+XKd#c@&f z>hEiS`#U$JQh3Q~0m25rwLA9ccyUrWH>}#cpLheSAk}BQ1qdDBgbNCsHE}_P{f%!N zR`?hZ?1ifZ2p!;_iwity41@Q^Tzx_PiBCNiAoReQ^# literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/redstone_conductance_coil/index.html b/static/browse/thermal_expansion/redstone_conductance_coil/index.html similarity index 100% rename from prerender/browse/thermal_expansion/redstone_conductance_coil/index.html rename to static/browse/thermal_expansion/redstone_conductance_coil/index.html diff --git a/static/browse/thermal_expansion/redstone_energy_cell/icon.png b/static/browse/thermal_expansion/redstone_energy_cell/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2ecf4b952cde388b16d8cc3a1ad245242e1e864c GIT binary patch literal 2114 zcmV-I2)*}-P)H+Kaexx6h8iJ?DNu=Xsvr z?>Tpl88iBd{F+x$A$1 z@nj1j2HNQwe4YPXgg=1q96lH!00j6>Blz6%Y=Q+Ch}6{75PTkh0FUIqF2Wb&xeG82 z_)hAR}r4TKdN#)~W&l%wwL*dT^gFi-3UN zpG)CGaj|0iRHx{1P8R!<-GU_g!V-PGK>{MnmoF!H?Enbech%w(29B(hmyfp**DpS6 zitvRI-0#m)WKwv)AK`N(0(T_F5&M%|BoK;=5eL=rMJ3YThf$~_fxUZbWlwiKiCC-F z<>MRVmCv^kKV5pwo(L|a3tT85t`9~={lTE>QOqd|rCQTCU31NwS#t1+F zw5q@3J^Pd61tj|W>PcXC*HUxwSE$bh5cvMH5TOg;#@$tb;S;K=st9Wx=c*EN#E4fX zP86qOVkq3M*jVwj3J(b!A%MG&BLrH;k0)4!gIoKEbqXOkb60_`Ej2QdNVGc6ixHuO z3jc%CDc(`R!Mjr&6ujG@Q;p6JLxM*#S|6F~^%8pU@>!Yo1a@t%CL)PMtK%%PL5;+r zsSfd+8iD?V!SDy2YGjlE2anoE{C+|YURIP$*b>;jq1+V6&d!#hb@>rRqSbM(D%;#K zhCnRA!K3w&NK?hHibH&SyeUvtlw?n!qotH!fh}z_iAW;R>bSLPMe8GxgJ&9q1xh`S z5Vizzb8`s@WMyT^$JgYV0v(|;*}2UZQN&uuxoUA$vG$Qj!M){a(&wFF3ZT-l0RE1D z4=d2CYBNiur>B#^#-;*-1-f_6Cv=g@`SS^`S{Dv4lV2TKLEJchz#NH+%1S~HKBqK= zh$P^0xy<+BXNSWvyg+|%9RUH1LS|+r34~gTWP50~DbU-qNcQasMjR0ceEVrL0f9)t zOJ`1%WhF_bK>3{Mra)q1qD)9gAOTDzKmx;!00Q;*21y__HB}ZDP9XsX0$n>Q2o``e zh$Ipzcu8R*!2)F^$pi%4Za0MoxHj&1SRgzq_aG271&Z?H<aF$F&CqGEIhG1M04FFbE(#3(Olgj?hJTv;Yfq zZ4MADP(CZeAS_T^kPt=*=)p_XwZU@L0FeP%SO8NC3@d=Sjgvu2N{TGXa}&A%2&irf zfxNstTJR9SdfD1s995vKFv%3ak%P}Qf-`>A#WBLj0s#(>DP~K6=eRD=pac*aumGc1 zEeLe9&LUV~_RMJn1h6O(9w0b_;00sH62AD@Ap)pQz?J~YBrjCl(c*mEv3U8!0j+sCL;AOS@+@v;b2oH99ripG(iolxT#SB=0!*d;9m7gkB7o-Xn@f#wH zS8YR3vRQ!3EEc>i0h|mVP@?851Qsd*Or1sQ!`^hcM5p4Z{3Ow#cv1-f7T`tA0z>M! z64+cgU99ma3Q~wFV>C(?7zGwU7TOC@sZFvcfGvYAfaz0W2p~LY$x0OKbEb%$*84(6r!oiZPGr#qP_=9c@Yca9 zur4#6XwDb}zeo7h3Iw+Hk)fNju)r#{NNbdY*ENZPgC;cvTMNTfslVw0Xn4Su0Cu0e z|A7E15F`+EZMutSPIpsqD-f{u5fkC)p6lF$K7D+uDtCO$QM0}h z@L<^Qg{)t0>5r89GqEm#-RSZ677|$WdLLl{y^cd*;Mh_^4{qm?a@g?EL^u%dPxMDh z-cEDX())-mz;&E=qP(5fA1SQ@PA&XBe>+`WJw}csR3x2Ifsrp@IbozRD)3MU+}BGl sziF25h3=~yKB$-Vi>=ZB{u1T&H*wZxF&!foC;$Ke07*qoM6N<$f;d;tDF6Tf literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/redstone_energy_cell/index.html b/static/browse/thermal_expansion/redstone_energy_cell/index.html similarity index 100% rename from prerender/browse/thermal_expansion/redstone_energy_cell/index.html rename to static/browse/thermal_expansion/redstone_energy_cell/index.html diff --git a/static/browse/thermal_expansion/redstone_energy_cell_frame_empty/icon.png b/static/browse/thermal_expansion/redstone_energy_cell_frame_empty/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1a862f7921c3f97a574179cc87d25ca539b6e05e GIT binary patch literal 2038 zcmV4;zuVS&VrQPlJ-fc^l-PKYMOSh#Iv4F^(wp=S08z{7mKQJ*S8e>8*$PW_} z{pp2N5F?VH5<*gh62*v-;15DVh!BZ3K?3b^ocG&(r>DaV9quJ@lP3#d_ssjuob#RU zEMvy}|FVBQS5>8Sp19!Wk8M(ye|b;%^Yq)JUxWc08yf`(oIAWqfIxkHy)f!T7-;a{ z_tnj79|*T@?lDE8(Wub7e~vnJs7d(s=(5Kz!T>k=-xVMbyRl1vKsX#0>gwtQ2ps=< zo&bS!eQSkBF2W05{C$i1=h7R(;3Nt44#yfq=J=R)!iLc6FnYPTU#rfI=npB$zhrXknTeT!JD3Is5ZIhXa|;jmYLKqTUq@StPM zbmQGC0wU2Bm+0z@3J{q)cdo#-10ZnERf}Kf>uFMF4lWlio_f<1;lKzUiFgfiBzz=- z@VO%J>YAWH0U`ojcnb9*uzg#d>e$*KBG#&P=HLo-?)!DZmD4-jiC`dI;QY~c0Rl5; z&J=j(pOx^$Ct!>T6DFwU#YG~paeX-cIT6SaX?z9(LRW(bY-yiuF8(Ux+5iH7eAg=I z0vy9pfba{`rcD#9b(~cN0@g7g09uz6OK@VnI0P8nx{p|=5WY+9DA2y9M%jrt)p0IH zeT-%Ed;$f+p-F;%aXv|>ePl`~BT%5rj z_mN0M(1TYLj~84CY*-OA1$;i^E-ucu6>+NLtSTa55UiXi;Tha%AF-P%SUahysir_h zafUmAwk72P1=cJt5$r^q>bSLPIqf6%!MSeY0_BBI3$6tGe!l<#uh*+qzU(&z+FC2r zrgdRk5o;Z1)nZk#?jv@=@uV=_D1Zt^0sK4uJfc9SQJX1|m6as|%?k?z3T)k6E$AXs ztE&Z8t&@A_sGoXX5-y$CVLpkfsZ#|#cx8E}U?-5AoNRs$e;+$`?8pM$o%I3)@Dy@# zazp@CWqs>pQ=qfs1=Y1JYWqYW@Y}bG1PIs#FE1IVDgqg%0M-iy($mvbT3VV2a3d6f zk)8kob$3QZ0Gm>2(NiKoAkejU~JrRZiL`2 z1fr%uaek_xi$Gv|#|-%#1+eJbmR1ZC8D7UH$vmb&X(8UnNq7V&7#9o)IB$lxPa)&3 zG8hCHzBn(%{Gu+xrv)g`zPeVRK(H)3L0q7;AT5p|pap?iSWQ_JgzeepgI9p0w|Ll0C%)BKUKmz3FyE5K)_>+5uZxK1yE5~ zRYv-~2-gS50#SrVmBLyXQ2@1`15lu>Fimg@&Sng2hKm_cfZAc0to^AU~g^4APNC}AHfLty0spNb8BsA91_!oW?Vm5vRGaOX!B zT>w?fl>i6O1@O*hjExw;6hnA`z}9_acyl%+09uSTB{sO*fBv;)i z2f#vvVwv?0fJOK;MBmf^{%_R^LY`px1Hh4vfzn`C^vpJG@x^c<2>@-6#bD`RRfy zfz}22YQyr72p}}(q29cK-kt{GK8*^!J+qAWT6tRfK4KL>8HB*k-@K?!>}!zk0lg#DPh=24 z>w)lK#NUOib5lQ3>StnI0^R7rPo5XB==FVs0(u>XK;MDcf*#z>k#fZFP9hA%{zN}g zvYlqt()STvfOVXmDBEfMNNE*F(!$^KuhhB-&%|tX^&=P?XHBc6l+>o^xBYrB3X z=8=+z7QqmBVE<2`i?Gh~*vBI!rWD(0;IVY0W>wM7#5_{6Rle^#em5d)8PK>Qx)PQ-(gm;nS@=KGD! zu;?}c)bhzCnfG2*9`?(VI8MfQ^CH1q#EG4BR0hA()bdz<7aG;UokX6v;E($CAM-_0 UgL;XyBme*a07*qoM6N<$f_p%d#sB~S literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/redstone_energy_cell_frame_empty/index.html b/static/browse/thermal_expansion/redstone_energy_cell_frame_empty/index.html similarity index 100% rename from prerender/browse/thermal_expansion/redstone_energy_cell_frame_empty/index.html rename to static/browse/thermal_expansion/redstone_energy_cell_frame_empty/index.html diff --git a/static/browse/thermal_expansion/redstone_energy_cell_frame_full/icon.png b/static/browse/thermal_expansion/redstone_energy_cell_frame_full/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..dc66c28684897f1db49518e089a1d6b3980e168d GIT binary patch literal 2262 zcmV;{2r2i8P)liIPf#&>&ti=8;TTkIHuvuoox4m80yHc81QkhqD18wYF`r9`S! z^#-cis{PUa;wK;!N~x40r7en(LW84Ac^b_jr6b8y^CJ zAa$ij8{4~Q-{;KCH{Wb-y6OK9|Ho}TJ=*3o7yQjvrt~|%dqVij>)*KXMHp~+cvyhI z<#PuG2n-Gm3OAex1O5A--`DT|!Hh(`o|{V>C@~<|A{;qPJxoKcrH?G) zttt?}Jmy@sgC~=<0t8a21__@nDpW_;h1JRM8g;5XszhQgCowmh5g@W_*Dir;2SDJO zs}|p|aONKU#@T(s+n2uPitxe+o=VjkY9xFrh4A$nfhS9ggi~b^5y%!5sMF^8TSjDl z4x=zA0*^j2pij;WiHNsqy>WKGzWl4h!e3wiZZHvC$QF3>{Imdp?c28tyz`%z@T5+H zA6vOn?OVNC9Vy94Jm!o51i*y(J6?0DyjVeEer`wvPE7A`7k`iWYyg2j{W2@q0=RKk z6(D>=Utgc#t>dgJ*-(Lca@8tzzMw$DJzQ9*zGA{d0?!b@-N!Qo##gKmD8k_0eZ)J3 z5S(09VEVy+?I)72j&m_0lrrJ}91g1=o8aIlYeN!z#$n2g&M`-VBbjd>*^)>IcJS_v zHNgZPKD15n6UkS{DYD;;#MA3S>g#3%=1UgCpAMUmF#-&pcOOZm1Uq!0PG|Qv`HJMLD{_jVAXo+o|Z6k1+jes)lR07jvvrbYy^V-urKP31q@+XyFqMD^EH?rOG(VdW zfy&BC-QKcR1PBDCkM#%?fHd$E@eAJ3QYuiOtD{_iKr|Ya@Br7w9nT5mM&&~YWL$yP zreeLLaFwz}An@qPZSpz_V9`%bbS)8CTE}mdc}#)!IG)!@cmyYRn;jh2UKFTtS$++e zyUJh?KzIt=cFQe-EyB?P6qr7g7AVlYvDzUg(B52HvY5xkhd(EfqjTajQyEkpg`NZ+QGX zQo2SV1F}FA;ZdcqR+be&t;d@I1vbV@^tOVPA^^T)y3d2AX+wB$BEDYD#48lm3>Pz? z0K>D6?{2D8dzvd1MN*CkNtiYSC7S{)vsmzf1n_16fetfYA#jHgz|^_ZeAo{n5jAD_ za#NX_G@)!<;+1N&r9v2KUav;X4d`@4 z`l5vj8z-{Z0;pPn1lT%w1@_hy3uD!b;P(i>$AG}zePn5KmJ`@*7HPkcNJLgka4>47 z;6zJ~KJzzQ02>|%B!KRd{SO3CfgpjP_fmwpCW`)1KV1>Y+drdh76yQEW0lSVPM4PE%z*odP51YaOfd@wG-Oz#C zX>3FksIIP-Y4pl-gTlq14I7b&E5P8r&gO>K+WUwtz&ef)s5F$YMTSg4cuURbzg>A; zKG`5|H9#hoI;-~_L=_Yn%%b({hO0_j*-Eu7n{fAi9P z0=rQPbTpL;fdsO9n)K0q2@ybO%tO0*0~gK=39r478xgMn%P=VxNzn!J!NCeeWYYN&8lVZBenqRI6G0c)Ao_lD-gEAU-P%rwg}I}Y<2A;C94*? zQSKu#M}T#li;}h7J`?ju$wP}^1U|O^C$L3W=XvbokrGpi?KFsax>2{PSZ87$DcLH2 z7evQSwau zsRZ{EiQyz>fWU#>4Q4ZJ`G5dw`KGptYp*KT`w?@FleyizMQ|6fvy`BOaK4? literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/redstone_energy_cell_frame_full/index.html b/static/browse/thermal_expansion/redstone_energy_cell_frame_full/index.html similarity index 100% rename from prerender/browse/thermal_expansion/redstone_energy_cell_frame_full/index.html rename to static/browse/thermal_expansion/redstone_energy_cell_frame_full/index.html diff --git a/static/browse/thermal_expansion/redstone_flux_capacitor/icon.png b/static/browse/thermal_expansion/redstone_flux_capacitor/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f603b41fb61b36e689c244e04501cddeef4c43fe GIT binary patch literal 439 zcmV;o0Z9IdP)H|TKicsw4D$K&yA@AxP$r1I@7)M~5H zXl_EYu>rN}GTc=PaAJ)D2Phe^U&;yT`f3th>Wk2BZ^LJ&2%@tCAFVa0KFq-RSq=_% zv%mq$1X$LHkSgVIcz&9L*84gXTrL=MyW#D19_}l7I6ch5-qsLsfHDE~l|dm@mkfAZ z7yx=`5sN`FnS^1d6YSiR1C$B4nbw4KIn@sr6MaAf=%IfKuyaoiP$t0d_X{Z;4nrc5 zfOI+yG=@s0QV{DtACh4h5C{Z-1C$BycsxSVbsZv+2$-e`@pv5QL8H+qghC+*27}=9 z`G5nI383?Oy+WeDSNg&9nW5Lv*Xb9bX&U_ce_{^!>i{0l<}w+F=q24FQ5?|w0pH%x hYdGLv1n_t^_66+=>?w9t9qs@C002ovPDHLkV1gCxyAS{X literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/redstone_flux_capacitor/index.html b/static/browse/thermal_expansion/redstone_flux_capacitor/index.html similarity index 100% rename from prerender/browse/thermal_expansion/redstone_flux_capacitor/index.html rename to static/browse/thermal_expansion/redstone_flux_capacitor/index.html diff --git a/static/browse/thermal_expansion/redstone_furnace/icon.png b/static/browse/thermal_expansion/redstone_furnace/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..86d3d6c836a7391774d8e6c2f03cecd60f602544 GIT binary patch literal 2313 zcmV+k3HJ7hP)($Bc;k5IJX9-_APG~D0D=r+DNs3)+EV5a#33T<*!~OWqE#UwAwU92Ku{tg zJss@%=ic*sp1t2qh+7iZu~yeQto2=JwfcOr_q&69_SyeG>_0Bm)Ts16x#6MEw3?p& z+3d;3577eyQ$H~PbO20EJz^D=mF(ji9+0uqkJ)T!N-fLI+g(a2~Dv^k>_~JZUNh}E_%A&Caq6m{)21U}Em4bnv zSRnY=DuP>0niKH<4AFnU>iRPV!0P&Q20%O+XHQp?EEBLOC={8UHk0vTBLHUQl}BMY zF9-nr)B<2`F2LRyqW_0K|NLETZoOn1TbpX_Man4koNc^VQ)|zjvXuOMfsD7C@>SQ7{WKx3jf6A}Q? zs1X2BxhhPaObCFmoDVi*KRiGGi`)PclM~Di^84%G*w$}b>c!>;+xlfw0LyHBeT}_H zJynThf+d$1)sj51&?2silt@O^ay-Hk(Xa)vAAa5}2f)MwzXiB+@2NpRduwf_jO4a@v6*5i0X>uRf$WB390!_!!-o$u0E&z9tzR#~ zuN^s(9WeP%BMlh8J#HXw`2^v$03#!Vs=vR_9wLB^&2W zj7A#J*Y_RMfExEDrU6y1Dt62mW80xahjsvph=RLT+He=xxSxGVR**XOkW zV`Dz$^NkYV^9?JX*8reV`LO}`o@qdNc^L!1S?1vQOu&Hy2h{%k`)vVud=};ka5x-t z$w~>B@Z;6?5y0fW*8qfb0D#Xs!~hr_9hULEZve{59jfGF2?6QD_wC!q@pb^W+id}k z9zDvlk`?e>?@a>G#fujS7#;UfCODr3p zr>BRnIL6~W0IxUz7fVZ6j(~40fXCCVy1TCvfb#S62^bpuo?+|=#*b_RhH#Jv`Uv=3 zMreSmx=NK-RoVhDT!#%9kE$xmRi(TSXh2S13jyG{(QRY`zUu5?03f`@128zyYdn2M z41{lV$O52q=g#pj#CQ$Bt)KzDy}j1(lP6Cyz6n-WG7WIc6Aa}DkjvQf4-4S&Yy(=a zwy5UjD+K5O7%{H|0Jtgx{k?AhsxP_ZJ)oR`y1F_BfF6!6)l@5YjmrWwHa4n;h6avr zXsDOlxiCB6=1mU)$heKJs}338kp^gLYGeR7olYKjeJkNH3INh)0OL`m%eaLw{?w^c z48z^-8m0jluERONc;s*t=LXQX5CAtkU8=L|D+1cSY*j5SO%|Z3>9T+tt)~{w2>?0^ zAj1#<7^KJ7U#?fRb#4ogIXtu60N?f~PmhU^t8l%$lK|A-(M~{1OC!^O*48ElKwe%R zuSzBW15Tel&CeK(G~jK+^;yA>>*{OesaW(50Ny@bZvfibT2yP30ca6GQ&WQlxQ1VA zZ6*L|fF9&>Rmdw{Z2__kM?hnI&Hx@@W&pmv-l@8->)S{Y1OP?`pxI0VG$`|HAq~L6 zM7s^wx0wdi*3~G7vn03g3wcaLclR~`b#!$Q(0;9%832LE)d1kjYjQ@+@pb@*vs507 zvH<0)^3na4)5R@&;TOZnhC&g9d4nw0q|wC-97$ZhwlafpbKZAy)_MRMaDK8 zfVSqHfV{jN0F2+WXOA^phvE86ytm=IK>$GQZ7tgX)Ouy-AvOWk)fG%XO4GZ1`LcDW z|B~UmUJ?D&!ToOn>g(OcxyS%i%GW^{sfSm~zszcDYYF%u!*_$|L);?6H2`S<#%qAf z<>Gksw+y#~y06vQ0nI8aPFhB;N(E?yR`Y4C*c57+C jCo%kOkWX&-hyM64Izx`RIMPe`00000NkvXXu0mjfeta~T literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/redstone_furnace/index.html b/static/browse/thermal_expansion/redstone_furnace/index.html similarity index 100% rename from prerender/browse/thermal_expansion/redstone_furnace/index.html rename to static/browse/thermal_expansion/redstone_furnace/index.html diff --git a/static/browse/thermal_expansion/redstone_furnace_hardened/icon.png b/static/browse/thermal_expansion/redstone_furnace_hardened/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..86d3d6c836a7391774d8e6c2f03cecd60f602544 GIT binary patch literal 2313 zcmV+k3HJ7hP)($Bc;k5IJX9-_APG~D0D=r+DNs3)+EV5a#33T<*!~OWqE#UwAwU92Ku{tg zJss@%=ic*sp1t2qh+7iZu~yeQto2=JwfcOr_q&69_SyeG>_0Bm)Ts16x#6MEw3?p& z+3d;3577eyQ$H~PbO20EJz^D=mF(ji9+0uqkJ)T!N-fLI+g(a2~Dv^k>_~JZUNh}E_%A&Caq6m{)21U}Em4bnv zSRnY=DuP>0niKH<4AFnU>iRPV!0P&Q20%O+XHQp?EEBLOC={8UHk0vTBLHUQl}BMY zF9-nr)B<2`F2LRyqW_0K|NLETZoOn1TbpX_Man4koNc^VQ)|zjvXuOMfsD7C@>SQ7{WKx3jf6A}Q? zs1X2BxhhPaObCFmoDVi*KRiGGi`)PclM~Di^84%G*w$}b>c!>;+xlfw0LyHBeT}_H zJynThf+d$1)sj51&?2silt@O^ay-Hk(Xa)vAAa5}2f)MwzXiB+@2NpRduwf_jO4a@v6*5i0X>uRf$WB390!_!!-o$u0E&z9tzR#~ zuN^s(9WeP%BMlh8J#HXw`2^v$03#!Vs=vR_9wLB^&2W zj7A#J*Y_RMfExEDrU6y1Dt62mW80xahjsvph=RLT+He=xxSxGVR**XOkW zV`Dz$^NkYV^9?JX*8reV`LO}`o@qdNc^L!1S?1vQOu&Hy2h{%k`)vVud=};ka5x-t z$w~>B@Z;6?5y0fW*8qfb0D#Xs!~hr_9hULEZve{59jfGF2?6QD_wC!q@pb^W+id}k z9zDvlk`?e>?@a>G#fujS7#;UfCODr3p zr>BRnIL6~W0IxUz7fVZ6j(~40fXCCVy1TCvfb#S62^bpuo?+|=#*b_RhH#Jv`Uv=3 zMreSmx=NK-RoVhDT!#%9kE$xmRi(TSXh2S13jyG{(QRY`zUu5?03f`@128zyYdn2M z41{lV$O52q=g#pj#CQ$Bt)KzDy}j1(lP6Cyz6n-WG7WIc6Aa}DkjvQf4-4S&Yy(=a zwy5UjD+K5O7%{H|0Jtgx{k?AhsxP_ZJ)oR`y1F_BfF6!6)l@5YjmrWwHa4n;h6avr zXsDOlxiCB6=1mU)$heKJs}338kp^gLYGeR7olYKjeJkNH3INh)0OL`m%eaLw{?w^c z48z^-8m0jluERONc;s*t=LXQX5CAtkU8=L|D+1cSY*j5SO%|Z3>9T+tt)~{w2>?0^ zAj1#<7^KJ7U#?fRb#4ogIXtu60N?f~PmhU^t8l%$lK|A-(M~{1OC!^O*48ElKwe%R zuSzBW15Tel&CeK(G~jK+^;yA>>*{OesaW(50Ny@bZvfibT2yP30ca6GQ&WQlxQ1VA zZ6*L|fF9&>Rmdw{Z2__kM?hnI&Hx@@W&pmv-l@8->)S{Y1OP?`pxI0VG$`|HAq~L6 zM7s^wx0wdi*3~G7vn03g3wcaLclR~`b#!$Q(0;9%832LE)d1kjYjQ@+@pb@*vs507 zvH<0)^3na4)5R@&;TOZnhC&g9d4nw0q|wC-97$ZhwlafpbKZAy)_MRMaDK8 zfVSqHfV{jN0F2+WXOA^phvE86ytm=IK>$GQZ7tgX)Ouy-AvOWk)fG%XO4GZ1`LcDW z|B~UmUJ?D&!ToOn>g(OcxyS%i%GW^{sfSm~zszcDYYF%u!*_$|L);?6H2`S<#%qAf z<>Gksw+y#~y06vQ0nI8aPFhB;N(E?yR`Y4C*c57+C jCo%kOkWX&-hyM64Izx`RIMPe`00000NkvXXu0mjfeta~T literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/redstone_furnace_hardened/index.html b/static/browse/thermal_expansion/redstone_furnace_hardened/index.html similarity index 100% rename from prerender/browse/thermal_expansion/redstone_furnace_hardened/index.html rename to static/browse/thermal_expansion/redstone_furnace_hardened/index.html diff --git a/static/browse/thermal_expansion/redstone_furnace_reinforced/icon.png b/static/browse/thermal_expansion/redstone_furnace_reinforced/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..86d3d6c836a7391774d8e6c2f03cecd60f602544 GIT binary patch literal 2313 zcmV+k3HJ7hP)($Bc;k5IJX9-_APG~D0D=r+DNs3)+EV5a#33T<*!~OWqE#UwAwU92Ku{tg zJss@%=ic*sp1t2qh+7iZu~yeQto2=JwfcOr_q&69_SyeG>_0Bm)Ts16x#6MEw3?p& z+3d;3577eyQ$H~PbO20EJz^D=mF(ji9+0uqkJ)T!N-fLI+g(a2~Dv^k>_~JZUNh}E_%A&Caq6m{)21U}Em4bnv zSRnY=DuP>0niKH<4AFnU>iRPV!0P&Q20%O+XHQp?EEBLOC={8UHk0vTBLHUQl}BMY zF9-nr)B<2`F2LRyqW_0K|NLETZoOn1TbpX_Man4koNc^VQ)|zjvXuOMfsD7C@>SQ7{WKx3jf6A}Q? zs1X2BxhhPaObCFmoDVi*KRiGGi`)PclM~Di^84%G*w$}b>c!>;+xlfw0LyHBeT}_H zJynThf+d$1)sj51&?2silt@O^ay-Hk(Xa)vAAa5}2f)MwzXiB+@2NpRduwf_jO4a@v6*5i0X>uRf$WB390!_!!-o$u0E&z9tzR#~ zuN^s(9WeP%BMlh8J#HXw`2^v$03#!Vs=vR_9wLB^&2W zj7A#J*Y_RMfExEDrU6y1Dt62mW80xahjsvph=RLT+He=xxSxGVR**XOkW zV`Dz$^NkYV^9?JX*8reV`LO}`o@qdNc^L!1S?1vQOu&Hy2h{%k`)vVud=};ka5x-t z$w~>B@Z;6?5y0fW*8qfb0D#Xs!~hr_9hULEZve{59jfGF2?6QD_wC!q@pb^W+id}k z9zDvlk`?e>?@a>G#fujS7#;UfCODr3p zr>BRnIL6~W0IxUz7fVZ6j(~40fXCCVy1TCvfb#S62^bpuo?+|=#*b_RhH#Jv`Uv=3 zMreSmx=NK-RoVhDT!#%9kE$xmRi(TSXh2S13jyG{(QRY`zUu5?03f`@128zyYdn2M z41{lV$O52q=g#pj#CQ$Bt)KzDy}j1(lP6Cyz6n-WG7WIc6Aa}DkjvQf4-4S&Yy(=a zwy5UjD+K5O7%{H|0Jtgx{k?AhsxP_ZJ)oR`y1F_BfF6!6)l@5YjmrWwHa4n;h6avr zXsDOlxiCB6=1mU)$heKJs}338kp^gLYGeR7olYKjeJkNH3INh)0OL`m%eaLw{?w^c z48z^-8m0jluERONc;s*t=LXQX5CAtkU8=L|D+1cSY*j5SO%|Z3>9T+tt)~{w2>?0^ zAj1#<7^KJ7U#?fRb#4ogIXtu60N?f~PmhU^t8l%$lK|A-(M~{1OC!^O*48ElKwe%R zuSzBW15Tel&CeK(G~jK+^;yA>>*{OesaW(50Ny@bZvfibT2yP30ca6GQ&WQlxQ1VA zZ6*L|fF9&>Rmdw{Z2__kM?hnI&Hx@@W&pmv-l@8->)S{Y1OP?`pxI0VG$`|HAq~L6 zM7s^wx0wdi*3~G7vn03g3wcaLclR~`b#!$Q(0;9%832LE)d1kjYjQ@+@pb@*vs507 zvH<0)^3na4)5R@&;TOZnhC&g9d4nw0q|wC-97$ZhwlafpbKZAy)_MRMaDK8 zfVSqHfV{jN0F2+WXOA^phvE86ytm=IK>$GQZ7tgX)Ouy-AvOWk)fG%XO4GZ1`LcDW z|B~UmUJ?D&!ToOn>g(OcxyS%i%GW^{sfSm~zszcDYYF%u!*_$|L);?6H2`S<#%qAf z<>Gksw+y#~y06vQ0nI8aPFhB;N(E?yR`Y4C*c57+C jCo%kOkWX&-hyM64Izx`RIMPe`00000NkvXXu0mjfeta~T literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/redstone_furnace_reinforced/index.html b/static/browse/thermal_expansion/redstone_furnace_reinforced/index.html similarity index 100% rename from prerender/browse/thermal_expansion/redstone_furnace_reinforced/index.html rename to static/browse/thermal_expansion/redstone_furnace_reinforced/index.html diff --git a/static/browse/thermal_expansion/redstone_furnace_resonant/icon.png b/static/browse/thermal_expansion/redstone_furnace_resonant/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..86d3d6c836a7391774d8e6c2f03cecd60f602544 GIT binary patch literal 2313 zcmV+k3HJ7hP)($Bc;k5IJX9-_APG~D0D=r+DNs3)+EV5a#33T<*!~OWqE#UwAwU92Ku{tg zJss@%=ic*sp1t2qh+7iZu~yeQto2=JwfcOr_q&69_SyeG>_0Bm)Ts16x#6MEw3?p& z+3d;3577eyQ$H~PbO20EJz^D=mF(ji9+0uqkJ)T!N-fLI+g(a2~Dv^k>_~JZUNh}E_%A&Caq6m{)21U}Em4bnv zSRnY=DuP>0niKH<4AFnU>iRPV!0P&Q20%O+XHQp?EEBLOC={8UHk0vTBLHUQl}BMY zF9-nr)B<2`F2LRyqW_0K|NLETZoOn1TbpX_Man4koNc^VQ)|zjvXuOMfsD7C@>SQ7{WKx3jf6A}Q? zs1X2BxhhPaObCFmoDVi*KRiGGi`)PclM~Di^84%G*w$}b>c!>;+xlfw0LyHBeT}_H zJynThf+d$1)sj51&?2silt@O^ay-Hk(Xa)vAAa5}2f)MwzXiB+@2NpRduwf_jO4a@v6*5i0X>uRf$WB390!_!!-o$u0E&z9tzR#~ zuN^s(9WeP%BMlh8J#HXw`2^v$03#!Vs=vR_9wLB^&2W zj7A#J*Y_RMfExEDrU6y1Dt62mW80xahjsvph=RLT+He=xxSxGVR**XOkW zV`Dz$^NkYV^9?JX*8reV`LO}`o@qdNc^L!1S?1vQOu&Hy2h{%k`)vVud=};ka5x-t z$w~>B@Z;6?5y0fW*8qfb0D#Xs!~hr_9hULEZve{59jfGF2?6QD_wC!q@pb^W+id}k z9zDvlk`?e>?@a>G#fujS7#;UfCODr3p zr>BRnIL6~W0IxUz7fVZ6j(~40fXCCVy1TCvfb#S62^bpuo?+|=#*b_RhH#Jv`Uv=3 zMreSmx=NK-RoVhDT!#%9kE$xmRi(TSXh2S13jyG{(QRY`zUu5?03f`@128zyYdn2M z41{lV$O52q=g#pj#CQ$Bt)KzDy}j1(lP6Cyz6n-WG7WIc6Aa}DkjvQf4-4S&Yy(=a zwy5UjD+K5O7%{H|0Jtgx{k?AhsxP_ZJ)oR`y1F_BfF6!6)l@5YjmrWwHa4n;h6avr zXsDOlxiCB6=1mU)$heKJs}338kp^gLYGeR7olYKjeJkNH3INh)0OL`m%eaLw{?w^c z48z^-8m0jluERONc;s*t=LXQX5CAtkU8=L|D+1cSY*j5SO%|Z3>9T+tt)~{w2>?0^ zAj1#<7^KJ7U#?fRb#4ogIXtu60N?f~PmhU^t8l%$lK|A-(M~{1OC!^O*48ElKwe%R zuSzBW15Tel&CeK(G~jK+^;yA>>*{OesaW(50Ny@bZvfibT2yP30ca6GQ&WQlxQ1VA zZ6*L|fF9&>Rmdw{Z2__kM?hnI&Hx@@W&pmv-l@8->)S{Y1OP?`pxI0VG$`|HAq~L6 zM7s^wx0wdi*3~G7vn03g3wcaLclR~`b#!$Q(0;9%832LE)d1kjYjQ@+@pb@*vs507 zvH<0)^3na4)5R@&;TOZnhC&g9d4nw0q|wC-97$ZhwlafpbKZAy)_MRMaDK8 zfVSqHfV{jN0F2+WXOA^phvE86ytm=IK>$GQZ7tgX)Ouy-AvOWk)fG%XO4GZ1`LcDW z|B~UmUJ?D&!ToOn>g(OcxyS%i%GW^{sfSm~zszcDYYF%u!*_$|L);?6H2`S<#%qAf z<>Gksw+y#~y06vQ0nI8aPFhB;N(E?yR`Y4C*c57+C jCo%kOkWX&-hyM64Izx`RIMPe`00000NkvXXu0mjfeta~T literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/redstone_furnace_resonant/index.html b/static/browse/thermal_expansion/redstone_furnace_resonant/index.html similarity index 100% rename from prerender/browse/thermal_expansion/redstone_furnace_resonant/index.html rename to static/browse/thermal_expansion/redstone_furnace_resonant/index.html diff --git a/static/browse/thermal_expansion/redstone_plate/icon.png b/static/browse/thermal_expansion/redstone_plate/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6552f7d37b755016a8c4ee3e93985f9793435725 GIT binary patch literal 819 zcmV-31I+x1P)JTPRPwT7bv$rvk6u+{m(HITtsOo z6oNXx^hu6!lyim|udJ9cW5$dbGiJ<~F=NJz88c?gm|3RzxV^2)-dynUG*g$CXEd3O zm%oS(c=_X;P#~X82nBkh0WDn-9q2+<`uyUUrr&20dP@DHjC!M?O8Y(P_PVcML50_{$lP@vUH=*5fZADo@e=8h)0%BK_R_dE3M>lc+D^$FLlv_#C#d zklJZmrH36#4q}QMp&ZhfV%ZwaW<+}BcS_qRk-s+ryAV3$y4IX!?JZX1-NuG07s$p1 z7LdTu>$eC6(oU05AVz4>Od>*oC~yb`0^g$F76|KU$&4g5=X8A&$s1yhibL`xpHvr zkK5?JA}Ek{+r$Ft0X4DeSbY?b5P$-4Xp`&g)7=7k^*zrj_;|KP2>yO^lO7d(ks^t# zHgvn#Ix%%xfr_zJuw}d|+19?iQEt@sc@x1OD)Od+-&f>K1~>CR%}*n@qenKE41WLs002ovPDHLkV1ksjfw2Gp literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/redstone_plate/index.html b/static/browse/thermal_expansion/redstone_plate/index.html similarity index 100% rename from prerender/browse/thermal_expansion/redstone_plate/index.html rename to static/browse/thermal_expansion/redstone_plate/index.html diff --git a/static/browse/thermal_expansion/redstone_reception_coil/icon.png b/static/browse/thermal_expansion/redstone_reception_coil/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..44c527e4ffb6df1d2ca5e8578fdb7fc3ddc88e67 GIT binary patch literal 501 zcmV7kyE%6SZpd(c;~R%*I)_<%;i>^_2Pji<_VMHj+=Sr@I+7m~f8tY* r2C&_5WxWFUHRS;0a>GIcG;4rwBKiPlA(zrJ00000NkvXXu0mjfsd>~> literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/redstone_reception_coil/index.html b/static/browse/thermal_expansion/redstone_reception_coil/index.html similarity index 100% rename from prerender/browse/thermal_expansion/redstone_reception_coil/index.html rename to static/browse/thermal_expansion/redstone_reception_coil/index.html diff --git a/static/browse/thermal_expansion/redstone_transmission_coil/icon.png b/static/browse/thermal_expansion/redstone_transmission_coil/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..16965fe9e612e7fe3bc05591f2965288a16ad9aa GIT binary patch literal 486 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 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/reinforced_strongbox/index.html b/static/browse/thermal_expansion/reinforced_strongbox/index.html similarity index 100% rename from prerender/browse/thermal_expansion/reinforced_strongbox/index.html rename to static/browse/thermal_expansion/reinforced_strongbox/index.html diff --git a/static/browse/thermal_expansion/resonant_cache/icon.png b/static/browse/thermal_expansion/resonant_cache/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed54b6199e5eb84aa8bd0aa4844b31c49473293 GIT binary patch literal 2493 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 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/resonant_cache/index.html b/static/browse/thermal_expansion/resonant_cache/index.html similarity index 100% rename from prerender/browse/thermal_expansion/resonant_cache/index.html rename to static/browse/thermal_expansion/resonant_cache/index.html diff --git a/static/browse/thermal_expansion/resonant_ender/icon.png b/static/browse/thermal_expansion/resonant_ender/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..68948a736feebb16dc7907ec256c08251e9fc2c4 GIT binary patch literal 344 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 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/resonant_energy_cell/index.html b/static/browse/thermal_expansion/resonant_energy_cell/index.html similarity index 100% rename from prerender/browse/thermal_expansion/resonant_energy_cell/index.html rename to static/browse/thermal_expansion/resonant_energy_cell/index.html diff --git a/static/browse/thermal_expansion/resonant_flux_capacitor/icon.png b/static/browse/thermal_expansion/resonant_flux_capacitor/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..bcaf6c4a3a070b5993ce44d626826e1193ed3706 GIT binary patch literal 425 zcmV;a0apHrP)B>7Yn%P^+2oF;h zFQ(57eGh$|-UwaS;n)8YbHHB*@OU9tt3|{<*&T`Efc+2n_JMuF0skU^#|yD9mEG-$ TjeQ3G00000NkvXXu0mjf{DQNk literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/resonant_flux_capacitor/index.html b/static/browse/thermal_expansion/resonant_flux_capacitor/index.html similarity index 100% rename from prerender/browse/thermal_expansion/resonant_flux_capacitor/index.html rename to static/browse/thermal_expansion/resonant_flux_capacitor/index.html diff --git a/static/browse/thermal_expansion/resonant_portable_tank/icon.png b/static/browse/thermal_expansion/resonant_portable_tank/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0563a05e9312a2544fb14e6a959f4e4b27c9ee51 GIT binary patch literal 1504 zcmV<61t0o}P)!Hh(x+C*X6EYS@0&I_m|0(ELLdIF65ZWQ z_~Sp-(&i?kpW9Ty&)mPygzo-UhXh7OMi>Z$Kiyzfc6XWADxyzbxN(CCz5kO6-C1XP zl9no!%S_oJnM|tq7n@A)SKDe~XNP&EB3Q?=mXlYmFu~hDFc9dWkaaAT$>o_`uE0Q` zP$)7G$bYlTytB2%$liG=n;oT4s!8v)YfM*HmkQP%G1Y2SvS1hneco zsOszMXQrp8nZ?CLRr&UB2K(ggjSWWTF;;$)mZfxo#_S{d$MV+`GrLp1r)xKp^zN&kO|0l`>Nus4@@; zfA)-lK=14qB^KzxJBNliyitKPO$Z=h&(Ev$%1T3#C! zAd^7=2;pLJ&wvmp(nc=VYRbFW{a)tu z;IUFk#VZvS(8tWuL(%vq#-I{T|6L+k7lHt&tgY=4k=JQGP?Vk(2oL<`lk;$~j0%90 zJw3hxazLP;(C>&F{?sWI&1P9(zxgs(uX1>!0vHqo+S?B`pxhBxfWm{r{B3G(jxQ82 zCV)XjKp%8&_47Rwq>=0Pt=sKLMQINWdFNguMj= z;f)H2gx`R}lZ#3Zqi^Cpd!Rv8k$oipih$Wy2@O91gx9ZTf}Y4;fwunsfBh})AV7E# zI7s+E37}R3KLPzN=mH`k;dKEyUzVU=&2WC8qk}Of5TlX?fk0=c?-D>DU7~GtQ~_6j zzQ}+s;FXpGbFl!;WmJF%rf+~oYgi8yrE|RkQTkRm%zP2dL*b1IV9lJV}rsrwyTSiR_==Is}oIot57!p8Fs8Jb3 zUkCzG+g9FZfV+g~^VDb+YMWkD7}T$f;w}WDQ4Wuu(D?@sm?%B8fCvQf{Y)(H>@ZSx zL5$vy{9fj8v4Zx{iwlI$)dfHcg~iWWT3Z!>fb@m9spa&AVpKA{0th61AvCrY91#e_ zayf?g551+zleoniG$VjP0S6C<`Cs&eQUt1x^o8oZA&Uio2uL9GhR_p|zR>LUHb217 z7ZQnRCc_tsF(J@0UgJSUK>9-5)T%vl1@yj9jP6#k}O44_&^o0O=Ledw?&~o7CMgsx-e`NHm+ZO`z-He{lxu;LvJ8VqAEsKr-LqWZL zAqb!+bkNHj`a%%!_Jt(02pFqE-cl+8Aev4q`}+0geIagcB~*l#l2-tA9las+grqNI z&ChccbHi)FjfHP0;s~IoqqggPAqar@`P=Fwl|p$i>3tzQGx*uz2)xwb`-zAEXr;Am zU%I4PQz^z3aNaJ{tE(yykJrOH0)X`zn4EgC8INr{f=rrfSG=_Y@HT0000V^5*AkHCxYV&^Oq*T6EW-@B&G%QF_q%?^b9gsx8aG+v9 zi(v?vW)li$XHdSrhF^DgQ0sJ{{qh245WqNNbU+dT*g1Bc`aYz#wv?hq1JV@4GAAcc zxw(PX^D~%qT&4qlP5@nxEPH$m@?_T98hEuDga-#hhle1;e&63iz1;?5Wd*(xqXVWU zKn^t6-35~l%i3VN(KDAJ*8lOA4->(V0a$rfSC@E2l8l|WFeiLne;nmq*AcF zx(Y5uuwJhRgTVmgzJH#cKt4Zej1EX5KzXk(clNfoK?X!LO)|NCjO#+T+l79=4_EXv z>(I)~bigbIsHaqMt%o~1VA6qEYI750uut2uh*o1(JUxZx!vowtK7x$b0n-*R${S3> z06EZV6%5A#hgM@|mrCGnY=B(Rb4N!|y|{ozs|7k>Rsud=mBoRqViDw&Dz{n6Wls!kb{`FEG6SVzV&974oD~X*#H0l literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/resonant_satchel/index.html b/static/browse/thermal_expansion/resonant_satchel/index.html similarity index 100% rename from prerender/browse/thermal_expansion/resonant_satchel/index.html rename to static/browse/thermal_expansion/resonant_satchel/index.html diff --git a/static/browse/thermal_expansion/resonant_strongbox/icon.png b/static/browse/thermal_expansion/resonant_strongbox/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9f302bae6ec128fe2c971c216ab595cc9d70e6ee GIT binary patch literal 1866 zcmV-Q2etT#P)3PNL6$9SVf(U;E-Yo~RX|0>h8;Ba8f)xEV~MeMjhg5WYHWXvf79Ie{n$C# z1y>@+>xG1qJYiY(oPD2}Z@w88ESSIMulZ~K%6Hipg%z2z!6!4Pf~RiY6l%_%6=tQeHw=l|%a>Kv$&*5AVfjcfWtHdOmzmec!(ey`MiDbiR8hw7h(& znjb$FQg`mC+N)QEic_bA#Gykfx@V6N-nLBz*RNN;l`H?ONcO|po;(p4Ttg9(6C9&1 zK%nvdeSrc?QAVWv#0h}{Wjl8YfpzN)JpKKGDUqUuuAB$7J$j_to<3FW2t_E;`TDic ziuYOf&G<~q^XEdt-Mgys!2==1#SCgMUQ|`*&I#qmkE{5>gDQs64~>or{xxfqZ`CTH zbYMWaJ3DhS6#QdVza^l_en=W4NhpxMcTZ@zecPZ8K?w!wG1{c|(xnL~kZGmKqel%Q zm;piocXziiIk;v<0zVUJX6mwEIMd40xsoZMV<3Ar0Vo(p#qfS?<5IgoCV+; z8BzY#tMdk*v49r~%Yz5!6RAWg5DHYHqmc5$hYcz)!a`=@%HlnCOrSt`d|b#E+*(ng z3QJ4P3xp0F5b}wX@87TDD1+qQy+RD3*yE#kk0c-y#b*+bB~d&pfV$5Y+)`F1m=An67r6CO^tFiHyZ->x;j;yOwL@u+1Dome)MS} zBjDe>S;!|6Mmr2{*r0+NHwu3I9zn;+7u<#KAzHxE)Fe>AT3KmMpmgn8<-9U_{l#LR9NdYJL<_jt_kk8*cw)K>1y?N338e)h*hRHO01H+N*z4<+v$Zwnp6md2 zl!tq0$PnOb9scXrud?PSkbO^~(`im1FgTzR+qdO}qJRJ)3Iwq>h!(I!qks{CDFJU+mmxqRYe#ZLI3t*aAP-{@@D2|v4}$$l zpoF83&$tE$Mc^3r1cuiFuBA&QycV#9LuLgACAbzy?iyDSbf#<(5nz`>$Dx2Toffo! zmE8o002eKuN%*&|I7&187Ob%@e4iF@RadK$@^W(mp0-vM7@80u(aocV0EulH%@Lsh z4`Z&5j;R6&W^ZW`f$SQm0K=0s?(qVKC(f!WnT44Pq?<$_w0c;eKw@l%igPwH0$!9x z2*=-S5eg7P0O3ha3vEd&e}A7E!8wSfL$rVg!h{0WP{^b}U#|);UoHYM^mK;LMhg%p zw*JX2cycTB^>j=4$pZbjp8}=m{S2>5$drH+qgIN56d*C2jTkyHzC#cRlueAsjf{Ys zHSG6K5pXp$C}(}0AyC@cp?tkPBEay(*WRJrwY5eGStAi;@p{b*_`A9V3M4QKLPj7l zx=92`ki9)4pe1y8Euh1T0AwiP!+qYiHdWf#C<69aOfW5A!$Hc4^NAJ+4GyUYHY_a> z!{}2WiV`3c@L{34YO1FQIJhXWPf);%g-k?%uMwW`yBvw6AyDM;s6t1{%ms>3e|)H` zJ|$>@@QPu90#Wq-P;Z|IM6ig844^aDiTCuCa2M#9jPg>#O*5(@mW;M0jvz=kk|B~A%Kiuj)N?o1cS2o$lUa&LeDgJ;7sDa!iC{f`Hq zPJ{wRUNKRgye>M2@rG+kn zS|(b6os3Xm)&!qUWU|1l4L+U7oC%&!WX=Vjzkc)j7vGQxmi$I9I{*Lx07*qoM6N<$ Ef~IIn7ytkO literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/resonant_strongbox/index.html b/static/browse/thermal_expansion/resonant_strongbox/index.html similarity index 100% rename from prerender/browse/thermal_expansion/resonant_strongbox/index.html rename to static/browse/thermal_expansion/resonant_strongbox/index.html diff --git a/static/browse/thermal_expansion/rich_slag/icon.png b/static/browse/thermal_expansion/rich_slag/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8a143893cebeb8e61d4e35dde3bf5d01c748596c GIT binary patch literal 437 zcmV;m0ZRUfP)aC?ftVQ5!9fQdTpb)79bEhZ@=>o{?!#HG z6IgA|Nq!4U`zO8aZ9^d*9v+@R&t2aV(qVNKIDi9wn5T{|q^WDdc{2sOb`m&%1H2hG zG$GNG{ust#a+C)S-~ex)yAdIMP1fOaWWejV3XcODcC0vT5gZWsfO{t_q^WDb+aL-L zXQi3bnX7gN=t-Z{Q@{a%4CvXKkY4&a+-_@dv!91yD-HD4NwrG}IH)9HA?twy{0O+L zE(_`XIszA!C7_$LS~dzBrVjM_9y?i}k&gE?mN+0V0rd6H?G~ZeFoAB!=z;6G7|`D< zUYumDg`u2|z}z-@9N>2VJutn^QS{nv77U;pwT|}(NUgE~xx@+-ytN|DZ4GdM-vO$a z(Ow2rVJgQp6X;3PHL#G)90&Lvpo*clTKZI01#A{$Km&gDJ(vUh4p7CY&`looC%(pU f01poj&%d8Sa01fFmd?qCGR5hDYd5x|Ffl^Dc>$XAvyyL=xv9=$|$<1JQSf5g_O?{N7Q9A%6Q zXhr~Uc87Z4>Q;~(E!JgRSwwzr2@}_J6YjdyVP!Z=Kf3}~4Ehc}3HZW?w^HzG;BW-xu(^g`ZA!E1OB=yi(_3$q#<6YiTebiNkmg4=v579 z=jMPsP}jiJY!2bM&ph=J@hv_c8uypjQ}9MI5895)Zdq8Bei9IxSo zD$o#&rxEVgF_4{tIF}l}iID-v7;xy{dc_MYaiz5VdNQ$3oDV0Q-WrFe<`3Kd>0y=( nXi`A4{$9{pe>;!?4FvoIt0T4?t&9R<00000NkvXXu0mjfSTR1j literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/satchel/index.html b/static/browse/thermal_expansion/satchel/index.html similarity index 100% rename from prerender/browse/thermal_expansion/satchel/index.html rename to static/browse/thermal_expansion/satchel/index.html diff --git a/static/browse/thermal_expansion/sawdust/icon.png b/static/browse/thermal_expansion/sawdust/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4bef0b57db51ee77381342f122434c507a260052 GIT binary patch literal 365 zcmV-z0h0cSP)|za-1u>!$RwMxH5*#zn1;>R1aKOJBP_O7hdOoon-B(Pw+cV&HM}ytDQCLz#zyYot zu&ocgNe9-LkRA`SaJ`j*T6q#K*C*g;ejG|h6tW3F z0M`uoc37KNNbxQOl0I9k(-!Tp1zNq((`@_I$BqLUJ%BOB7;ALz!uh4qf%ule00000 LNkvXXu0mjf?)&MIA5et@X0qZPoEoYrX8Yy4#&qAoqkMfXLcX?jeYmh|Jpl3;RQ>LPA1- z1d@QDL`2$cYxkc!`~7^*a~=Xlh|{grnPuiZTuRCJ^*raCB);|5|3Auq{PnZXRB3PA z;K}5W8XEf6>i+8wF$2a2zhMBF02my+%Rc$^Q}+4|9+zQba zNG1l=x%21QZ$9|gSc(CVNX8if>9}rmm;sO)i8BD=LwDILUs~n?vzbvfHkxFa@ewsL zJjlkki$$`!6*<9%mU@jukHC>I;PxcETj3wc(UnoyH+VxbA#6)9iHsHt3<+hydmn<`@9w2KNX2%IEXi0KeZW z2tB;dCqLuhPUUv%0NA${;44`|w=F=dKc)s`PXK^$2LQlb;GM7l9jz^_9HiXfzCeH( z!20#;832A6+-J3A%NDh6-8v2M=sQv|0NuFJM?mb>O$I=p6p3^Y(ACkZ+B@28KwInQ zs-t819Vs0=6bdSTUBCte*p z+GT$a0PYHgCqVW_MS$4teg?n|S^JS_#0K>CMpZQ0LqIgzrJ@lHKt1xc27Jj3AQ-CC z2_RhGz~K=F-eV2??mK(bzP<0-0DP{hsv^Kt5#Y?3GwSr|(**R#aJ8cZFj@BofUpk$ zh(d|$;&W#Spp#37pXF5QlCL$O#Rgz_R4>a22n>&bw#pJQfbG^M24MU4 zZ47`tyLXiU9F+l@o0}K_Cr_SKCr+FopjD2{&dzoMP?s58J|o3qKsaO%1i+z# zA8>dBKpbA~z@FW^3D_w61XT$5hYe_IYUGsz03ADajDXILFByjI#_-)sfKF`W_ErK8 z9y(+LE?sI=4Om7N09XEioaq3Ru5*Op5l*A6Tep?~oRtBZE;s5dKpjtxAOYz3@#6$^ zw72Nfr&}YUJ)JfH9X@=R4~XFn07GMVbo}U1-i4Kb{qj4=0A6wrG^@+amux^&(-Odq z*C}!q17HH6+qx3~;I6c{wLAxClrRhc=RWx}1K_>)e!pz^Kgjn6ppQ_eeFC{E0bIG# zL;%vus6kGVATt2-@)m%zXU}rOo27(f6aZxJ0SkaD`p%x+9RBd3gX-gtP7v_H`|mRY z!0#Xf;P7~XSIH9@0A>jRaJfm&>~I|cUO%2p95%q=xF~=X* z;R!hTkvb(Az=y|=$>%?E__yUrPQMa$@-b0mfX|y%Q?rGTyU@@WA^-(~0qc*|FayBp zfB-lu%K~?$8~}Tubh#M7pU#|S0DO4tD2FG2uR`_k7cc&uk6Af@%P0IC!0UA>w?hM5 z0&qC0ZGaE|O&$~gv=X47z`{1*FXzswGp9c0@I0Ah-2-4=J_F#A3xwe-25r#g%GW{$aQ@tR2Eg``Q)d7E13Z=RH=IuS8@SsRphn&kyIi%E z{ku?;g=lPC0-#_xNI<~nWEvn4xiSFweX>Wa;mZN=YV_?5RUCfD@3!-G&`N;M>*nwV z;E=&%@8K!B>L-5XN2zxJv-FGOSYryw2qSIgvCV#LV5q@P6y+8vx$8`0yUsdb0Y( zgRcew00q3RB>-~QF5ko!z?@z~j?z=FzV*_^NlroH|(l7U05#zv+GP93W(! zVtRNl-njdH1iX^LSA&>M?2^F^04)JRHXso2ad_`W}{duk5)R*BbJ#00000 LNkvXXu0mjf>|t?4 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/sawmill/index.html b/static/browse/thermal_expansion/sawmill/index.html similarity index 100% rename from prerender/browse/thermal_expansion/sawmill/index.html rename to static/browse/thermal_expansion/sawmill/index.html diff --git a/static/browse/thermal_expansion/sawmill_hardened/icon.png b/static/browse/thermal_expansion/sawmill_hardened/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4b20624dce953eabdbdbee87bba058045695ae8a GIT binary patch literal 2445 zcmV;833B#{P)?)&MIA5et@X0qZPoEoYrX8Yy4#&qAoqkMfXLcX?jeYmh|Jpl3;RQ>LPA1- z1d@QDL`2$cYxkc!`~7^*a~=Xlh|{grnPuiZTuRCJ^*raCB);|5|3Auq{PnZXRB3PA z;K}5W8XEf6>i+8wF$2a2zhMBF02my+%Rc$^Q}+4|9+zQba zNG1l=x%21QZ$9|gSc(CVNX8if>9}rmm;sO)i8BD=LwDILUs~n?vzbvfHkxFa@ewsL zJjlkki$$`!6*<9%mU@jukHC>I;PxcETj3wc(UnoyH+VxbA#6)9iHsHt3<+hydmn<`@9w2KNX2%IEXi0KeZW z2tB;dCqLuhPUUv%0NA${;44`|w=F=dKc)s`PXK^$2LQlb;GM7l9jz^_9HiXfzCeH( z!20#;832A6+-J3A%NDh6-8v2M=sQv|0NuFJM?mb>O$I=p6p3^Y(ACkZ+B@28KwInQ zs-t819Vs0=6bdSTUBCte*p z+GT$a0PYHgCqVW_MS$4teg?n|S^JS_#0K>CMpZQ0LqIgzrJ@lHKt1xc27Jj3AQ-CC z2_RhGz~K=F-eV2??mK(bzP<0-0DP{hsv^Kt5#Y?3GwSr|(**R#aJ8cZFj@BofUpk$ zh(d|$;&W#Spp#37pXF5QlCL$O#Rgz_R4>a22n>&bw#pJQfbG^M24MU4 zZ47`tyLXiU9F+l@o0}K_Cr_SKCr+FopjD2{&dzoMP?s58J|o3qKsaO%1i+z# zA8>dBKpbA~z@FW^3D_w61XT$5hYe_IYUGsz03ADajDXILFByjI#_-)sfKF`W_ErK8 z9y(+LE?sI=4Om7N09XEioaq3Ru5*Op5l*A6Tep?~oRtBZE;s5dKpjtxAOYz3@#6$^ zw72Nfr&}YUJ)JfH9X@=R4~XFn07GMVbo}U1-i4Kb{qj4=0A6wrG^@+amux^&(-Odq z*C}!q17HH6+qx3~;I6c{wLAxClrRhc=RWx}1K_>)e!pz^Kgjn6ppQ_eeFC{E0bIG# zL;%vus6kGVATt2-@)m%zXU}rOo27(f6aZxJ0SkaD`p%x+9RBd3gX-gtP7v_H`|mRY z!0#Xf;P7~XSIH9@0A>jRaJfm&>~I|cUO%2p95%q=xF~=X* z;R!hTkvb(Az=y|=$>%?E__yUrPQMa$@-b0mfX|y%Q?rGTyU@@WA^-(~0qc*|FayBp zfB-lu%K~?$8~}Tubh#M7pU#|S0DO4tD2FG2uR`_k7cc&uk6Af@%P0IC!0UA>w?hM5 z0&qC0ZGaE|O&$~gv=X47z`{1*FXzswGp9c0@I0Ah-2-4=J_F#A3xwe-25r#g%GW{$aQ@tR2Eg``Q)d7E13Z=RH=IuS8@SsRphn&kyIi%E z{ku?;g=lPC0-#_xNI<~nWEvn4xiSFweX>Wa;mZN=YV_?5RUCfD@3!-G&`N;M>*nwV z;E=&%@8K!B>L-5XN2zxJv-FGOSYryw2qSIgvCV#LV5q@P6y+8vx$8`0yUsdb0Y( zgRcew00q3RB>-~QF5ko!z?@z~j?z=FzV*_^NlroH|(l7U05#zv+GP93W(! zVtRNl-njdH1iX^LSA&>M?2^F^04)JRHXso2ad_`W}{duk5)R*BbJ#00000 LNkvXXu0mjf>|t?4 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/sawmill_hardened/index.html b/static/browse/thermal_expansion/sawmill_hardened/index.html similarity index 100% rename from prerender/browse/thermal_expansion/sawmill_hardened/index.html rename to static/browse/thermal_expansion/sawmill_hardened/index.html diff --git a/static/browse/thermal_expansion/sawmill_reinforced/icon.png b/static/browse/thermal_expansion/sawmill_reinforced/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4b20624dce953eabdbdbee87bba058045695ae8a GIT binary patch literal 2445 zcmV;833B#{P)?)&MIA5et@X0qZPoEoYrX8Yy4#&qAoqkMfXLcX?jeYmh|Jpl3;RQ>LPA1- z1d@QDL`2$cYxkc!`~7^*a~=Xlh|{grnPuiZTuRCJ^*raCB);|5|3Auq{PnZXRB3PA z;K}5W8XEf6>i+8wF$2a2zhMBF02my+%Rc$^Q}+4|9+zQba zNG1l=x%21QZ$9|gSc(CVNX8if>9}rmm;sO)i8BD=LwDILUs~n?vzbvfHkxFa@ewsL zJjlkki$$`!6*<9%mU@jukHC>I;PxcETj3wc(UnoyH+VxbA#6)9iHsHt3<+hydmn<`@9w2KNX2%IEXi0KeZW z2tB;dCqLuhPUUv%0NA${;44`|w=F=dKc)s`PXK^$2LQlb;GM7l9jz^_9HiXfzCeH( z!20#;832A6+-J3A%NDh6-8v2M=sQv|0NuFJM?mb>O$I=p6p3^Y(ACkZ+B@28KwInQ zs-t819Vs0=6bdSTUBCte*p z+GT$a0PYHgCqVW_MS$4teg?n|S^JS_#0K>CMpZQ0LqIgzrJ@lHKt1xc27Jj3AQ-CC z2_RhGz~K=F-eV2??mK(bzP<0-0DP{hsv^Kt5#Y?3GwSr|(**R#aJ8cZFj@BofUpk$ zh(d|$;&W#Spp#37pXF5QlCL$O#Rgz_R4>a22n>&bw#pJQfbG^M24MU4 zZ47`tyLXiU9F+l@o0}K_Cr_SKCr+FopjD2{&dzoMP?s58J|o3qKsaO%1i+z# zA8>dBKpbA~z@FW^3D_w61XT$5hYe_IYUGsz03ADajDXILFByjI#_-)sfKF`W_ErK8 z9y(+LE?sI=4Om7N09XEioaq3Ru5*Op5l*A6Tep?~oRtBZE;s5dKpjtxAOYz3@#6$^ zw72Nfr&}YUJ)JfH9X@=R4~XFn07GMVbo}U1-i4Kb{qj4=0A6wrG^@+amux^&(-Odq z*C}!q17HH6+qx3~;I6c{wLAxClrRhc=RWx}1K_>)e!pz^Kgjn6ppQ_eeFC{E0bIG# zL;%vus6kGVATt2-@)m%zXU}rOo27(f6aZxJ0SkaD`p%x+9RBd3gX-gtP7v_H`|mRY z!0#Xf;P7~XSIH9@0A>jRaJfm&>~I|cUO%2p95%q=xF~=X* z;R!hTkvb(Az=y|=$>%?E__yUrPQMa$@-b0mfX|y%Q?rGTyU@@WA^-(~0qc*|FayBp zfB-lu%K~?$8~}Tubh#M7pU#|S0DO4tD2FG2uR`_k7cc&uk6Af@%P0IC!0UA>w?hM5 z0&qC0ZGaE|O&$~gv=X47z`{1*FXzswGp9c0@I0Ah-2-4=J_F#A3xwe-25r#g%GW{$aQ@tR2Eg``Q)d7E13Z=RH=IuS8@SsRphn&kyIi%E z{ku?;g=lPC0-#_xNI<~nWEvn4xiSFweX>Wa;mZN=YV_?5RUCfD@3!-G&`N;M>*nwV z;E=&%@8K!B>L-5XN2zxJv-FGOSYryw2qSIgvCV#LV5q@P6y+8vx$8`0yUsdb0Y( zgRcew00q3RB>-~QF5ko!z?@z~j?z=FzV*_^NlroH|(l7U05#zv+GP93W(! zVtRNl-njdH1iX^LSA&>M?2^F^04)JRHXso2ad_`W}{duk5)R*BbJ#00000 LNkvXXu0mjf>|t?4 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/sawmill_reinforced/index.html b/static/browse/thermal_expansion/sawmill_reinforced/index.html similarity index 100% rename from prerender/browse/thermal_expansion/sawmill_reinforced/index.html rename to static/browse/thermal_expansion/sawmill_reinforced/index.html diff --git a/static/browse/thermal_expansion/sawmill_resonant/icon.png b/static/browse/thermal_expansion/sawmill_resonant/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4b20624dce953eabdbdbee87bba058045695ae8a GIT binary patch literal 2445 zcmV;833B#{P)?)&MIA5et@X0qZPoEoYrX8Yy4#&qAoqkMfXLcX?jeYmh|Jpl3;RQ>LPA1- z1d@QDL`2$cYxkc!`~7^*a~=Xlh|{grnPuiZTuRCJ^*raCB);|5|3Auq{PnZXRB3PA z;K}5W8XEf6>i+8wF$2a2zhMBF02my+%Rc$^Q}+4|9+zQba zNG1l=x%21QZ$9|gSc(CVNX8if>9}rmm;sO)i8BD=LwDILUs~n?vzbvfHkxFa@ewsL zJjlkki$$`!6*<9%mU@jukHC>I;PxcETj3wc(UnoyH+VxbA#6)9iHsHt3<+hydmn<`@9w2KNX2%IEXi0KeZW z2tB;dCqLuhPUUv%0NA${;44`|w=F=dKc)s`PXK^$2LQlb;GM7l9jz^_9HiXfzCeH( z!20#;832A6+-J3A%NDh6-8v2M=sQv|0NuFJM?mb>O$I=p6p3^Y(ACkZ+B@28KwInQ zs-t819Vs0=6bdSTUBCte*p z+GT$a0PYHgCqVW_MS$4teg?n|S^JS_#0K>CMpZQ0LqIgzrJ@lHKt1xc27Jj3AQ-CC z2_RhGz~K=F-eV2??mK(bzP<0-0DP{hsv^Kt5#Y?3GwSr|(**R#aJ8cZFj@BofUpk$ zh(d|$;&W#Spp#37pXF5QlCL$O#Rgz_R4>a22n>&bw#pJQfbG^M24MU4 zZ47`tyLXiU9F+l@o0}K_Cr_SKCr+FopjD2{&dzoMP?s58J|o3qKsaO%1i+z# zA8>dBKpbA~z@FW^3D_w61XT$5hYe_IYUGsz03ADajDXILFByjI#_-)sfKF`W_ErK8 z9y(+LE?sI=4Om7N09XEioaq3Ru5*Op5l*A6Tep?~oRtBZE;s5dKpjtxAOYz3@#6$^ zw72Nfr&}YUJ)JfH9X@=R4~XFn07GMVbo}U1-i4Kb{qj4=0A6wrG^@+amux^&(-Odq z*C}!q17HH6+qx3~;I6c{wLAxClrRhc=RWx}1K_>)e!pz^Kgjn6ppQ_eeFC{E0bIG# zL;%vus6kGVATt2-@)m%zXU}rOo27(f6aZxJ0SkaD`p%x+9RBd3gX-gtP7v_H`|mRY z!0#Xf;P7~XSIH9@0A>jRaJfm&>~I|cUO%2p95%q=xF~=X* z;R!hTkvb(Az=y|=$>%?E__yUrPQMa$@-b0mfX|y%Q?rGTyU@@WA^-(~0qc*|FayBp zfB-lu%K~?$8~}Tubh#M7pU#|S0DO4tD2FG2uR`_k7cc&uk6Af@%P0IC!0UA>w?hM5 z0&qC0ZGaE|O&$~gv=X47z`{1*FXzswGp9c0@I0Ah-2-4=J_F#A3xwe-25r#g%GW{$aQ@tR2Eg``Q)d7E13Z=RH=IuS8@SsRphn&kyIi%E z{ku?;g=lPC0-#_xNI<~nWEvn4xiSFweX>Wa;mZN=YV_?5RUCfD@3!-G&`N;M>*nwV z;E=&%@8K!B>L-5XN2zxJv-FGOSYryw2qSIgvCV#LV5q@P6y+8vx$8`0yUsdb0Y( zgRcew00q3RB>-~QF5ko!z?@z~j?z=FzV*_^NlroH|(l7U05#zv+GP93W(! zVtRNl-njdH1iX^LSA&>M?2^F^04)JRHXso2ad_`W}{duk5)R*BbJ#00000 LNkvXXu0mjf>|t?4 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/sawmill_resonant/index.html b/static/browse/thermal_expansion/sawmill_resonant/index.html similarity index 100% rename from prerender/browse/thermal_expansion/sawmill_resonant/index.html rename to static/browse/thermal_expansion/sawmill_resonant/index.html diff --git a/static/browse/thermal_expansion/schematic/icon.png b/static/browse/thermal_expansion/schematic/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3010048e922130b1b8b2943602bb17b7b851232e GIT binary patch literal 527 zcmV+q0`UEbP)Ev5&4p=+7Q=q!bZZ0)MVR_qZ<%{5Q=P z?g1@Rn^D5o9a|1QgB18x1^5Arv#S>XzQ9TNh3FZGmq|Rm60Prl_4-o4@B$`FhXTW% zOQPqZOX{HvV(K;tdKQj8Bndy{@$cAXF9@HLlLCep;4xX+pP_dyq=42C{AoJxOAtL} z_>+58-6mns9VVIPhA`;b`=x-<1$eT{TO!cqI9EVxAihQNty52dzJ(A`hdqIBojRp} z(FNX>DQi9hesAzM3$C3wnN$Y^K6Ks4DaorDC7I@WKm5qwNGV`+0iK+S)&O+cg9`A& zpSAy(6x2IOMq#BF410kk1&l7hlU3U2gW@K)0_nLH2mI=H|589Akx2f0-T**Q+^o`M RTdDv6002ovPDHLkV1kH_@!$Xe literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/schematic/index.html b/static/browse/thermal_expansion/schematic/index.html similarity index 100% rename from prerender/browse/thermal_expansion/schematic/index.html rename to static/browse/thermal_expansion/schematic/index.html diff --git a/static/browse/thermal_expansion/shiny_block/icon.png b/static/browse/thermal_expansion/shiny_block/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c28a846ff4be63ecf49d1f11e8c891980073cebc GIT binary patch literal 3148 zcmV-S472lzP)?+iwkdL^qgkiPoJv7WGfk02(?$c_0NJ<8cDXF~GL~xw2$&n9fN(F11bUh! zwOMMK7RzZ9P1DM3Q^#@_Py|dVRDSdQe16Y!ZEC#EbXw2Jb6$r<{`kBfe$R6`;x*U& z{O7;_*>m8af){u0rk~944?a1h;9QSV9hZ9O$mbW;#-`o$qaD8g=m`Z~G8_=ldZC99 z&~*B9TD<)*{b+{&>tw3}b2zkL>``rocRIRh!zX9ex&xgwe|xK%^Hv-EV8i#dv@1B@ z(?b~EDT4t4AD``}KYx0b5b)@>7D9k!%Ly9y@NS0W!GL7~a}_ ziMF?P5dungpC$yP%V>ys>7*tBmYt^w0qGx{q2H80Mc>-+?MJ#5>}@@-_P2FW%Y{qo z%teEYha)onL%H(sVsn>j{J4X1Uu~w8S6Wn@42PucXO!j5HnQ&Rpp5t1RqCG86u0%H zy7jS*^o@tVeyCf)&XeZ}0moz{AfQbtI@zNkV7H9lZ3Y}XOS86}CIlpJJ3|Pt?m0`D zA9fM~l6SQd0>Yj@LVf3Mr2k|17Ya7XxAW!0=jffz3+h1EC2Enea9qYW8}`dh`;i2| zvn^fZ+Sj3$>}e-Q(3iBJ`qkq!{pn9t$fi$d^16Mh zpW{jLI6i+>y=prA1tDO|@h(EZzV046B;yYm0sCY)AfQR^3ox%d0%kY05CSZ(v{K4j z9fW}NJ?(^m#2qaZ_UvIoK+qHW2>}D_f1;>_MCCEy(bWyK^W;U^-Ko9*g$%uXp`ZYC3<3{(h=kJ$0gsO5f{Hh4MHA%k#%5@*l@kgds+5;Mmt&DS21B_O{&2J5E#V z8_g>G`J;5p?2Tkex2mMnGzMfla_Oo8g_VtJK}Eegps=!DEp^s202a&NRlM~vA)xNy zc|yS4t*0pdxf6tdm@O@u1SGwAhEm??AOs{zFd(2`{*#n!&ER-2hnrG!94a`{(|5qB z0~Xgdk{M9q(h#t`vQCv$)hNf)+iB^$9W-AamA02#$g)|U`G&-%HnQx*=uS%7)uAl% zU4Wa5Hc(=EmP)eP81U8MR=a}`Ffl60b3m~SFKJlMfR**@R7Jx&cR*QfgL2k4G5|`e zTx#O#zYzkm|JgzaNO-AL+j@o&khr6r5YVq^BgLj=b3EXPWRo6lllLBBSod!RZMCQ1FYG0G6OOV2uP6Ov4%;OOywJua^-+WoHaUNorZv__3M>OAfOt< z<#T30y?h=J04vJM)hIa*fPnbtju8TWUHDguOtEu3BxPi))J(fOAWH^k8RL_)>?%

K<0Re*}t)2t& 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 Hu0mjfmT{*< literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/shiny_ingot/index.html b/static/browse/thermal_expansion/shiny_ingot/index.html similarity index 100% rename from prerender/browse/thermal_expansion/shiny_ingot/index.html rename to static/browse/thermal_expansion/shiny_ingot/index.html diff --git a/static/browse/thermal_expansion/shiny_nugget/icon.png b/static/browse/thermal_expansion/shiny_nugget/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d43e017d82ddef68f7cad1740c222989d27f027b GIT binary patch literal 279 zcmV+y0qFjTP)=00(fulg#OkkPMMJ{LBvp2QbDM dV~nwvIs@QvWzKq7_rCxD002ovPDHLkV1m$dah(7F literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/shiny_nugget/index.html b/static/browse/thermal_expansion/shiny_nugget/index.html similarity index 100% rename from prerender/browse/thermal_expansion/shiny_nugget/index.html rename to static/browse/thermal_expansion/shiny_nugget/index.html diff --git a/static/browse/thermal_expansion/shiny_ore/icon.png b/static/browse/thermal_expansion/shiny_ore/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..866cbe2f3ea01fb65614b8971745ed6708212273 GIT binary patch literal 1768 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 FV1ffsUjYCB literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/signalum_gear/index.html b/static/browse/thermal_expansion/signalum_gear/index.html similarity index 100% rename from prerender/browse/thermal_expansion/signalum_gear/index.html rename to static/browse/thermal_expansion/signalum_gear/index.html diff --git a/static/browse/thermal_expansion/signalum_ingot/icon.png b/static/browse/thermal_expansion/signalum_ingot/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a3f276701911f925584383145ce0c39762b6d7fb GIT binary patch literal 596 zcmV-a0;~OrP)Gr71lz?}>5A4+ z>Bm)nfr=mu$|wpeu^{L&{Rh5%yZAnzC)i!!S@t~ex;;E^IOlvhM=2Q@8JYibu11u$ z@*N-n5@06(d#MJ7I^cVr8G@06AOYJlV5Hq#yn&m{k87ac7GOFE4_l$)kj*QK@as#! zKM}x}7(M{}LYo7iS8l^c7p9_6@k5QN#-JR5Nm#$pMhb0;NI+8s@TEWHK-b4$WgOOu zP>sNI2WFx$wHu02xbKi!QjuAvmVjBNFANgkdBCmxN?UyC^m1!udQr|;Yi|C2&B<)>`~KPS9i)`>kyCpV=?wtCkGJ&ingnh$j?4Ij+N=`VxJMQ;)t;4O#xyYhD?3nYoZeED+Yw8bhe0aI++{05lWg5Iq zS;Bl8m@N)mw^)7i)Fz?UsS_E3uLA`hcrM-0Jeiw47EK$q;j!mD8Lz-bYy Ra5vC{44$rjF6*2Ung9v;aFqZ6 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/signalum_nugget/index.html b/static/browse/thermal_expansion/signalum_nugget/index.html similarity index 100% rename from prerender/browse/thermal_expansion/signalum_nugget/index.html rename to static/browse/thermal_expansion/signalum_nugget/index.html diff --git a/static/browse/thermal_expansion/signalum_security_lock/icon.png b/static/browse/thermal_expansion/signalum_security_lock/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c70514e4ac56029a4429582f9fccfc58bb031711 GIT binary patch literal 435 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 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/silver_block/index.html b/static/browse/thermal_expansion/silver_block/index.html similarity index 100% rename from prerender/browse/thermal_expansion/silver_block/index.html rename to static/browse/thermal_expansion/silver_block/index.html diff --git a/static/browse/thermal_expansion/silver_gear/icon.png b/static/browse/thermal_expansion/silver_gear/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0c016a996e96fc16763ce9053fc662a99e95ffec GIT binary patch literal 847 zcmV-V1F-ywP)?S)>ar58rp z3fi#5FJR(#IL;=Xr`;DM8e?jc`6s`3os;tvZM1!F zV+1sNrd%!|WilDWOGij$i#TtcP&zFn?d>UE27@pHS|VWH=M&OPMS**96^)~G%q)>nn&=LXr2M0nbRw_tl3-HI|*bM9<5DFoZ zP@&}W$i99JRnu@(tszz}V=1@?BcLS$vgL}9GL;i3`tc^kvU%*~3JB(MNUBGOWpmir zPa>|pLZMbeFkirkXAVX{O9a^59wDW)Dz?)aBE=IVizVzAiugN`Mp*yuOaG`PY(!!R z>&GPWb>2V-52u_k0>0aT##xIdg%mz4BXU?p_N0cj{S?kyb8_7$q#gZTL5gZeD7~qn zdiD+hH3yGhff3O3fPpcqkb-#)O8ylRx zY6LVppmA0rs*v1)C>)y#%$`L|Z--#l@2--0b{@l?g*ulPkLQ+Q_cmHW*Wd^~>xX3o zG&|tD=^dXI((ljz!lb@&>6vdAjRAu*-a6MDOj9#;6Hb^N&(Syf7`J){U<9;8K#z4w zNcW!3;L*%H24`Quwzi3fPB;1{rqTOk5}o>{q@FPwy3C_>k4DgMvBL;xiGWUvLr4P- z4@|BX=zr$KZzEQ8+b7Uzdx~EzHe9=J!qv`h+~~Q7-eD^``tHLBXo-MdOjaS?wK{NT zY#bf>9a3t%_NM;8C3TGcf$Kw~Xz%XBH~9zB2xxY|*UZJA+6CIL;=+}m@xzaoVFa{t Zz(;G$;gagf_FIoMr(*qmMrIz6yo8bi(DI*5R> z3eX=nxBLR{GCN4^X0VpsLprZX=6_)5R`9p1lRiw$hH-5sg4>H>Ob74bKwUjVK-mVQ zHn$Ou#gWJqQ0zFp>BvjXd<3333GUDWyrC!tE(c)scwwlnfe0w80O!mDd{hosMOPDW zFRa41l!QAR#iaBMS06ove^!ERU@Rso~;LvSxfFdIw4 zwGfBraRTGvCAj7#9Gkic+sHWjhg~>*VHlMrlg6l1WkAu7IT28b0R0-32$eo&G8n5H3zVM87Y9Ds!!- zMpJ1p;jg}~iGWfE=vRNVK~@>e2T^GO--I)&a}!l=g8HYt|9bo0_|ETZ znq0{}hQ}m+?^<(DWc`yKu>uD6J(gb*wlyRizbtvBiB;wR<3h%RWz(fgV&$ch*@J!> z0adiHy;)!WqEb4;TF>QC^@9eDyB?XFm6z-*uZYT3Tp1~_Gkhj<-Q28OPOJQDHcZd< z$WVR2z{e54(k;|u>qCw;FJ&Ih;shF;f9i#(;?XXvKWF8+_!2zopr07mU@TL1t6 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/silver_nugget/index.html b/static/browse/thermal_expansion/silver_nugget/index.html similarity index 100% rename from prerender/browse/thermal_expansion/silver_nugget/index.html rename to static/browse/thermal_expansion/silver_nugget/index.html diff --git a/static/browse/thermal_expansion/silver_ore/icon.png b/static/browse/thermal_expansion/silver_ore/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d8f3c57ea7a93c05d2b59b50317ca2225d939809 GIT binary patch literal 1395 zcmV-(1&sQMP)qRfdR-I5BNE2r58q==XvVjE=FDmUO%9O0#oQ&Ev9Spq?*}dSs z;OY+;ii%9vc4CVt)6HSK*E}bEvM1ks&-=ccE~~J>L-PJe`h3oLzTb0_ZO@)35C1VW zHI=CTcgClur(NxO;}a7TK`?vu>uW)HZLjYd;~d#qt=1BbSH8IxMB{p$fRA-XIFi;l z=_r+$9BcFEtq58Nt;fiT*^!n$&+)cjxaXsjZ>uW)3_NyP(k}IFC1l6y65@i2=u4oMn4Mj)KGtP4W zSpRb?$h!^zN=KI00r0_38$n(t)6eSb>q}Ar1_uX&yrT8mCCo#y7^!iu^}fHl8Fcx^ zh6~4Yy}i9bnE(o5LA;E6#Th%NpY`$e)u78aHg~k))&PyuJf1TFip63OA#lzsI%;L( zW=Bzfw!W3Rz{QGQqoT&COn`xbfffLzU~R@XZ#LBcu%-Z@2Gg2=erA7vf6FXh_w@9% z0c1u9033M>Lg5~3MC-*H@ei;5o@$Z+m`KI~YMXZs50AOcCj|ppQz!tsTPScDBU^7o~Mxp>VHiXbvsVtD~ zTHcIULsr^ty!%pTK)a3_V`MnmvD)xJ@)+0iYTn+%f{p^vghohB;rPPxrR3fEa-#QY zZRmUOI%Y_XLlf0%GTx9ED+&Oq5wg*t&MhvtfdBxq_Ypv)d8VmKr4q!rz&xa&FH9ay zMjEp4sQ{jFK11{MOC2+!uV>$UBbjMPXU{80n8z_AVMiI}31IV|Yb&7u!T5XiHUKql zv+n_L>b+IfZWRbHA^>_F$Eg6b=g$VINdQ1|0^qIMc6JycE>NEFQuTPpmSM!i$JS5g zZj=zVeF6YdfVUQwlG6=&AO!G=66as6R9gUJ$EwlZpSz9PuEP&Tyc zXQ^cr&xGK6bm6lGV4Sko3gx2#pfK8$x1COHquR%5W@f(L1_ATbsoK1|wa`V)PQPcI z3IL<`0W@~G*8!Vx0O*WZ0B^Pw!scIrbmXa`7>5o#SLoO$6M&5I^@E8D-bLWEq0G)VkHgh}e&4`KsUgyd*?}5a=PC`e{Gyy7SngT$qh-14@@7P<3 zANp5n-ErFX3IGVN0Z@MF)ueplm9}+2f7ek%PYoY&^PT%gtOtF>zO4~}U;xnBvu*R~ z!elT{fY_@1$o{3q0(c9U9@8WvL4d9sPXqCOg48w|+g;|`<97qZ+iqI`%{9Mbrmm{p ze#Ba@*L_lVl)C}Mt^@x`JA53`((eOL{`*Vh@ee;!hZ`Y&ewY9N002ovPDHLkV1nE_ Bto#4~ literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/silver_ore/index.html b/static/browse/thermal_expansion/silver_ore/index.html similarity index 100% rename from prerender/browse/thermal_expansion/silver_ore/index.html rename to static/browse/thermal_expansion/silver_ore/index.html diff --git a/static/browse/thermal_expansion/slag/icon.png b/static/browse/thermal_expansion/slag/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f9e6b8db8af4736eaaec9b221c9fe1883e51f9 GIT binary patch literal 432 zcmV;h0Z;ykP)T+DCobX*TEK*_>9|)bzga zTezC@hdDE6bU0*WWMphT7rnZntmR@L0TS@d9PU&M<>Pq>&2ko&5_2E{5@62eYT8hE z(N9-hINDu@yt!~i0{(5lNoT`QK3^{3^|lXh_XD^)Zb2p%fMmo65@7p)UZZ3v?~iA| zi@P~!!u6m5?bs{8AzGGm9XCh zKKB%aW~X6fhdc?eI)E3%_dVl#Hy!l@AJmGO2;|~Ha62c!>zag-?Ewj}IzSiG-711E zOsA5M123BQz*r7*5@2Y0s3tF-`%17Nz0 zj@L7eJp(Vc4j!BUssg|#B5UlJv##q*PkkF^_IS_&C=TFBb8HAzYBW#lfB*^rd;vk4 VN#h_OSYiMG002ovPDHLkV1j~1lvV%$ literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/steam/index.html b/static/browse/thermal_expansion/steam/index.html similarity index 100% rename from prerender/browse/thermal_expansion/steam/index.html rename to static/browse/thermal_expansion/steam/index.html diff --git a/static/browse/thermal_expansion/steam_dynamo/icon.png b/static/browse/thermal_expansion/steam_dynamo/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..25d3b6e3f132a678198691d9e70592a709929538 GIT binary patch literal 1229 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 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/sulfur/index.html b/static/browse/thermal_expansion/sulfur/index.html similarity index 100% rename from prerender/browse/thermal_expansion/sulfur/index.html rename to static/browse/thermal_expansion/sulfur/index.html diff --git a/static/browse/thermal_expansion/terrain_smasher/icon.png b/static/browse/thermal_expansion/terrain_smasher/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9662ae8380f279c89f099d9b8a9a69842295d457 GIT binary patch literal 1673 zcmV;426p+0P)ndj5cz%XG9$(nE55v$-^$C&ncinNJTW@U;=?mo z?840QhtR;(SQbOThzJ1GvV+i|frCe{4xs_Zu0O;8 zaQMn127vU%c`P}S#Q=~TofGlLDgGY%=n(pbgVV3rsasF66E_~SA15AQeV6ZInM)io zHjnl4QlnHB6Q9dsy&U?%A@mK-&%ee1@YC(*7yyo5dw})x@%<8zxhU$D2+;zT)*b^O zBYW=<`U9^#dBeu;{fS-RfU`5Nu#-2QV8^aKWJj*v!w!!xS`dlIj9C!%F|9sqUc~Y5 z452?@;@Ll#9dPE?mlzy{$WJZGmTpJKNZeh<@!!#9R#1eOC41H~mapOXNHbik@rt5`t*MPD$o z_y-2p`{49T?DXVgK3sH!KW#$Rk%O^wd}J0&kIZ4I;aT+<>K&bzWpki8Sle)_AYgCb zDQ1EI;Pm7Z8GqWmx`@G%62Ui~mBHW{TeGTMh&5LKm}&T$3a>lBp7aUK1X07s=G6G~ z$P7#K;ZX9zG!`G4Vu|z9SbPXRHiJ1qDC6)-ugDFcBXvvxI#S2k&g4-e1OVybX%Pn` z&QD?Sp*ylE7CR>b0ObTR4KJ(mv$d5z1t{6*60kFI6eB>SX8b0qyZ4YCP1!KOXMP7$E@Y8N4at z07{3zS)ohIH2kZz-8q2LO>Y4RAIu;CYKivaaP?~m*s?E$nIH_`0W|FD#s~m4 z?oJ>8k9tQO0U;dUgMdJL7e)Zjj)NEhsvBD{0>F`n3IXuFHs19sagYxnL_Hrz07wky zm(8vo3;@CQZsu>Z0G?K7Kvmr~wyAC_j^E&IWa~X4BY-Nk4X4i+1q9oo7yv{)3Q)gG zTs8oJ@h}_!kgwGY*xaxk0{|R#7!R$hsm~ealpRuWAY`&lXo z@Pzj%fRA5JkOhe<1VQWoAOC$miO>OXxvZBMy z21N5;+_VT#vc5(nhnKhjzz;I^;YG(gLFj4J5ulw3_1BC%Ks6s-;|c)dp|=`d2vQUf zkw;%5EI{>=0PkgZA&3G?gT5^@LlAj4fjGz9z%L6AZKyqPz8KHL#s5=6Z+M->1v z0oG{GM4x1MF-SnWFLD6#=r5b$ZqA4T;P{&5IlK_W^h*5M{GSOs;LCr1ad`V5g5|6^ Tx+BlQ00000NkvXXu0mjffIIXl literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/terrain_smasher/index.html b/static/browse/thermal_expansion/terrain_smasher/index.html similarity index 100% rename from prerender/browse/thermal_expansion/terrain_smasher/index.html rename to static/browse/thermal_expansion/terrain_smasher/index.html diff --git a/static/browse/thermal_expansion/tesseract/icon.png b/static/browse/thermal_expansion/tesseract/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..12b874d4351bae7f4f9e9c2f41a8a5b4cffdf853 GIT binary patch literal 1593 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 Hu0mjfjgP_U literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/tin_block/index.html b/static/browse/thermal_expansion/tin_block/index.html similarity index 100% rename from prerender/browse/thermal_expansion/tin_block/index.html rename to static/browse/thermal_expansion/tin_block/index.html diff --git a/static/browse/thermal_expansion/tin_gear/icon.png b/static/browse/thermal_expansion/tin_gear/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..33e5916420402c919b3b4fcf60f6666d6c8d8d40 GIT binary patch literal 877 zcmV-z1CsoSP)rYc>9Kdn@9k0M<%f()3p%==EwmN~yW+z5uQWB$h1LGJth;C|HRzMtH7(s+qL6Iqr zo0~+T8c8(KM3=!breyC;7WVAC@cEu&GLji%YLoLzKCjw5dA=t-&&f$sQr=?H%^o3D zhKI1f^ELvtVWhloqX#5BTvyC{|g7(`_cDo5hHT~k6)@9y2qdgBt<|?Br2rS z*CuhIcN|}xzlj4KLpXlv7xYX&$E61g`1#L8O#J>2MrRihi~oVWp&sY~NfFT8cS}fJ zH{*!JM$vL*65kD}PTiQsN2bf*!g%qrh z;Bb2k;l2?xb`GJUt{HFoF0sG)f{^OlR7ct`;@H_J8o$4QVBHDm0SOPN`npv}$If3t z;~CYL9Rt{XvJ=I@TD)n%)_qMv+EIHHRrO(1A8kWP#U7Ykh0p^M9$<0%gmf_6gUW_h zY^(VOf$Am{2M@uvelwQZw888Ul50aL{GV5<0$(64!-SP7GN>H@328COK$n}2;yAmW>+Rtz5 z*)FULRKe~og00|VSo1ext>YtP=M})}@gXC}ffXMZp$8;Iz$$}TNCrzDtoc5b#}9W= z8BESXWZCjnxdr&pWQX>6H7XZL%Cb3O^KOD3kQ4!{jV2*w+uhJ^E;Gl4Rfe@NnDbz? zIAO3jkgBXJElV>XRXH-H9A&doX08W%KvD!OOH~$pB|R%gm2Jg}^bEXq{}`2!SF}g4 zHf-gZEWDF{AoYMm2fWQ_!_qRXNY_}dd?x7u$sF)6<6i$b_!0p}00000NkvXXu0mjf Dp-h?C literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/tin_gear/index.html b/static/browse/thermal_expansion/tin_gear/index.html similarity index 100% rename from prerender/browse/thermal_expansion/tin_gear/index.html rename to static/browse/thermal_expansion/tin_gear/index.html diff --git a/static/browse/thermal_expansion/tin_ingot/icon.png b/static/browse/thermal_expansion/tin_ingot/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0efb394f190f186c6515887da8c1227d55fc9eda GIT binary patch literal 640 zcmV-`0)PF9P)@sb%@T-gPd~%3pkVk9R|AyeUzf#0g?Pmc)eeP;zz3Rfy!5@n{yTD zGF$}~@J|Gs)LX@aDC#Fm#AcSDvR8v@jVgbmR(?>c->GMxDQQ4Q#+emyjM)+M-Ot6c|PmU~vjC;0%Gh#{ev# z;Q`%xi%7h9w*$W93=}qYp;X<6rTXoVC~Z^a9cn0)fqvm0ocAO_xLbtL^df{NreQ3e z0T$3y0U9kQ64HQN`3(fqIVe;*f9F;DBJGB6OJPQ}D`Js=Gg2m~h99|fd zkg3iB3uvl<>!H|zZe_d;FkG~`z+m@-&MH9biC$=vpQhSX@JHXfETGW=(y6oq zBEkD3VDp558}@^&er*y*l)cc}p@F~pcZ~%!IzYNpXE>3Nb!p(JvKyNEUp@<9V`F1G awEG2-yz@}XEPwU@0000 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/tin_ingot/index.html b/static/browse/thermal_expansion/tin_ingot/index.html similarity index 100% rename from prerender/browse/thermal_expansion/tin_ingot/index.html rename to static/browse/thermal_expansion/tin_ingot/index.html diff --git a/static/browse/thermal_expansion/tin_nugget/icon.png b/static/browse/thermal_expansion/tin_nugget/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b9771b4dec084d145d12f7f95d016253fd7b18c3 GIT binary patch literal 276 zcmV+v0qg#WP)63c(W4DHH<^QA}uXW|0;h)CLk8W9zgq1_U*Npdx{6G=!E^35Y@$Z8y?% zn?iRkx+oO-4+yU8s;hCn-{f4*JAUtbFWQa~GH`hFewaC*d(ZcK?+hL|u>Xo*y&jUiMuEfDh1quV(nU-0WfG%kIBXAJ^hE!5ACfdfxB< z{-P+pzxM0j{gt1d6~)n^>ld#tyZG~YP)g0W+wE}la>jAZ0HEl;0YE&mDKZ1&*S~-2 z;?Ix%R-@7AmjX;qPP(F^)k0(QxfrqWsP)45%%v+K9IlOyj=CxV7(zj!j7P-P&}=pn!0ha- zi^0@5q^1mj4XW83z}VPWGHdTgMn(z%l@T%k7>57^*)wW{>m?fTYimE2nul3CvK-*( ziEY&ZFoSl4`CH#^gaDYS+_ssGLs4z8S&IjsPo4SFW#(%aF#sR~`0DaSm(~WJwf9;B zTJ*Y|hM5Rpe0_2g_cjV3fIy*tbLW8z04#2Q0O(xkx(vXs!#sncfHiKV0FiMVO-rjq z5CAM*?InozxeJBaV*rf2nYVL9LPr_qO`88&TL}hW0f1v-GiCrLU-SY1Oud=cRaLhN z5dhz}^HP9wi+5dYG6K+58!I>G9}&U=6&e5Ri|%V%291w)tjgUeAk1K)v#f4IFaV+x zbt3>oMQPWk=eh~NjuD`?+1lG_v`=l1+NA(siq;VY;0OT#LJg>KhS~LYT8-B6T5VBDnln(fcG0d^E^r%T%? z_i>o{bm3Y7!puXRuWyE13trT8`Xl3z0&whVuLGKK1K=4^fM~WDLi5i+Jn|45cS)pn zRm2PwK{x#(82%}>I7*ZvV}x3Ao{H2?t20C@JaZJKc?8vR;1f18&AL<<<7!z3aB z^FudY2BNd0Z8W#LthL7<21vBsRsha5zG9ZHs>6QeT5r^SN_Uid0Yuk<|D+whi)iup ff&Ksfl6k!X8J$?jD5e7M00000NkvXXu0mjf-i~-T literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/tin_ore/index.html b/static/browse/thermal_expansion/tin_ore/index.html similarity index 100% rename from prerender/browse/thermal_expansion/tin_ore/index.html rename to static/browse/thermal_expansion/tin_ore/index.html diff --git a/static/browse/thermal_expansion/tinker_s_alloy_blend/icon.png b/static/browse/thermal_expansion/tinker_s_alloy_blend/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ddb7959734758bfee848f0831f7078aeaf864e4e GIT binary patch literal 477 zcmV<30V4j1P)uwn9F#ShwKbs$(^6wGEaqou(`v@r z)|MhW_;Hlx#D&Ah9KNq{;55y6zv^-SJnQrA`|X>OLZi`WG#ZUYi|d#}&Nxq&8lV6Q z`0mhwF$Px_cs)_UxiSwZfCAnR?bk54_r+Xq!}D$r1hr+bB;^4G{Hp-w>SAzfkGVU5 zm#`foo>_2@iD0d}0H(z0KmmU;;LcRdI1%SajMoT{p;dSYSmDNLfWzSmFh}n`$Dxye zp*a&MAgKd<+DgU=uPDH8l)%Nt5L|AlA-FOCr*j>!-CGE@E+H(oW`IqW3ub8!P(acJ z9IHwh$DmYdNJHR831*+k1cl5*_gA*-%$97%hi@wgTL$V%YD? zhgC%`Og5&0zCIOx{A-i~5*_f>T&fbr+37EW<>=k#Oh~ff*Zo$Z02+-(OUk_g$Y2zm Tni@S!00000NkvXXu0mjf-|5sB literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/tinker_s_alloy_blend/index.html b/static/browse/thermal_expansion/tinker_s_alloy_blend/index.html similarity index 100% rename from prerender/browse/thermal_expansion/tinker_s_alloy_blend/index.html rename to static/browse/thermal_expansion/tinker_s_alloy_blend/index.html diff --git a/static/browse/thermal_expansion/tinker_s_alloy_block/icon.png b/static/browse/thermal_expansion/tinker_s_alloy_block/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7b450ac10161c10e8ce8b2452b209516e3e0e902 GIT binary patch literal 3158 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 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/tinker_s_alloy_block/index.html b/static/browse/thermal_expansion/tinker_s_alloy_block/index.html similarity index 100% rename from prerender/browse/thermal_expansion/tinker_s_alloy_block/index.html rename to static/browse/thermal_expansion/tinker_s_alloy_block/index.html diff --git a/static/browse/thermal_expansion/tinker_s_alloy_gear/icon.png b/static/browse/thermal_expansion/tinker_s_alloy_gear/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..15917cb258627453c03fa2bfdd5b0d25eb6a9208 GIT binary patch literal 893 zcmV-@1A_dCP)F^gBTg%*L+0u0ivrtcM&N%SL z*|_`_Zo1+U&CFI>XGPQM&R^ANfAoVn(0m-$o<{uLse{{#Hfn&g=SlllLK?Z*G_B$5zhI_yhFkXwX~XOfJ+2CE`LWzW6g>9w{Z&`e?Mxe5z;@mS}`Cy=d>M!-)B)qE9hyHemE>9fl_(B*%@~Zg#?c;~WNie}lcN8sc~i)Bu+Vu$lA% z-Srr`b_AmXb&4LvSWhjc9Ho6m*ewkhw6wx%J_T{%dqv($Py<{d;6eF1Aq`t9G1{%i zquwfv_Zt+~Dll=S5Mx&juy)tt(b;Sab{vAONrSPHiE zww?xv{%XY~4QBf-(S9gSNNvSiapuP)bd;swVns5pmqbDhaC*QWh9n`4U((_6}m25wh|W3~Y&_5=vY_-zoHGS}jab|ae8-p0O&g-`>W9#ER#Dfv>pigJeRsqM&cn9gSCIaZ7gEFCfEwTu0l9I0LMlmq7y1;1Zo5Am zuPuyyOGvp<3$ZukHN*$a!*lruQVno+z+5Kr10NwJtn$E?0C#Ngdl_ngD+fFUxhbR0 T(FQ&Q00000NkvXXu0mjfcWI}g literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/tinker_s_alloy_gear/index.html b/static/browse/thermal_expansion/tinker_s_alloy_gear/index.html similarity index 100% rename from prerender/browse/thermal_expansion/tinker_s_alloy_gear/index.html rename to static/browse/thermal_expansion/tinker_s_alloy_gear/index.html diff --git a/static/browse/thermal_expansion/tinker_s_alloy_ingot/icon.png b/static/browse/thermal_expansion/tinker_s_alloy_ingot/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4a205e3bfa31dc7ab2b239c72a8972289a838653 GIT binary patch literal 687 zcmV;g0#N;lP)7H98}m%MO^SB)Coa-9<<*| z2eWh?SmZlECrtu<*=BflVH>E#LSO;B2Uv<$5zbdnBjvaO6Sh*A?9+o^Cjp~UFg~sfqpp`5GYk?5XWyAps;632-ej(uuEB8Q8O&awm zA39V=q1#XauE#QPHb}u%nGB{=D?pRI1nwPL4CUJwQM+Q{(p~}l_LyS7{zffqNN#n1GNZVgE!#PVusR9u!GP=2L*@p0#u^(1I*M8ad5EEy)_Oh#Z0!S zLnj5Pn_B}<>F}P046adf{_xx1Gd=LeVvI4y7-NjFu#>MBfzLp9+X9Q; zKVLtq4|q3DfCD(-Z@{1;;LBUj;rq=5*UCcm{17-GvIC~~DN+1wmJ^sg-@vGqgWA~v za6n`S_6cvew>!RugNMbv_#tw-Sax=~a%B^c&f~T4O=a>m@MQJD$ zf;zwSNya$JIg=T$te7!l#*7&=X3Ur|W5$dbGiJ<~S*H24y{*b#UGVWVQQ(MeTM% zxR=BsMWOrei|8*nk-#T9{PBcP0D<7m`ua8C`t8QXHI(m{?`bFyMIJqQk=x*7F{Mma zbvz!?aL}QvtE+inTL@#; zcG_0yVTY1~nBqn#hcu>GwnnoVkzRTHDtZeg^8ZF)7ea?z*P64ey~T>WUt3e<0@=90 z0umT{{T87>+G!FB#0V{#Nkk|R1rDJ=;9K^lJgV`krSMd^}qt1plzPNe>FXNRdQV z8@gR=otQeUK*iW9*fL&~Y-?ZMC^u?*ayYBx*t-R}w(SblDReF7_yPaZt$z_#sDy&uL871 z-)>qzvbTHC*&c@Xs|HlUBXAzZfTRQD(w|Rf-<~hvZM3`jaai;?7V&W}X~_#B{(Tqusz w{Wr=0r(;w6VSpC_ruSf4F~Exe4kyNZ0ZfE{1{!(!RsaA107*qoM6N<$f_b2_ga7~l literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/tuberous_flux_capacitor/index.html b/static/browse/thermal_expansion/tuberous_flux_capacitor/index.html similarity index 100% rename from prerender/browse/thermal_expansion/tuberous_flux_capacitor/index.html rename to static/browse/thermal_expansion/tuberous_flux_capacitor/index.html diff --git a/static/browse/thermal_expansion/white_rockwool/icon.png b/static/browse/thermal_expansion/white_rockwool/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..86b9c82a830667c190efefcfc61dd6518881896d GIT binary patch literal 2105 zcmV-92*&q`P)00>W(a`U+1U^PZoR#|p#@`HLxY2Z>G9*op|@|}rca+fg&c(s zA3h`@`}_OTqeqWIf6VxsH*XTUbLUP70F0~2$;lAL71tmD7!@=zF%kO5jBA3P#)xJ# zthnax-Mb;Ky?y(3$c=oMnwkpTyLYd+_O}_g7oR+N5;9y601qBK2${qH7(QI%eU2Oe zwgKSw;>C;5FEjr9`SXOv$H$9dr-w&JM?>~_S65dW8X5`#!ZFhD`}gmQYZ(cjYsj&0 zj*uHaUA5?yyk`LT`0-;16C)!dA(I%h_Ba4sj|@2g+@Bjt2!LC+ZiR9HE7^A&*914u z%*=!cfoIR2g$x_Q2~!C30|NsgLx{vQM;I0Fb7S9Y`K_Lwo{$^A<%rQyKC9IHv17-I z804WofFIMW=K(P80Wc)I2LMOOu*yegW9~MS6PHq_Q$ZKD{dKIG0szXoCP5Qj_0%eYQ-KI^O(#n-9%K@63n^S9R zYXBgCj70z(W&p;<#zJm+O~O=^6twjPkf=ib!jULDN^5x4z^8#GH zd^ugYa-{&capOj!4FGif`0*m7kUa{3O9OjcNCbct%#g|Rip|)suC5OAX#M*2Y4PI4 z1pw!^Y}ryi0sx#jb0#Ff#fuk105mo>rt{~|7e<|oh;7@9dt@je&s%wrYo;}8)}*al zw}wgfkpO%5?hSEn$BrH403`9HOP2!R?Af#F+O=y1fM5V1+B641p165_vMUr|9(C*#4!#v@$Z{NOh0OB9h03b#K0RHA9LvA1d>g(&%(W6I;S=6v0 zj_qB_t|MhVud1p_+qP{B0D2k;fN^E=B65Pz`X<1kLx%!@P(hkLb?Q{?x3si;0dVl( z!3Ze;5a-Pc0H&v>LjX8Zn8Z9HBsOf=PyleebLY-5&R+xopa=l2D+M@k;6OTY;zR&g zfdD`p17JuA;K%@gfH7$eD|&FniWLE{ef##%*8n)yJc+A$L#!0w`t|Dt0HW6cFr-X! z-~eF%!i5V3Kut|eq7xhu0QpfvV9%aC5yt{xa`WcRVTygi2>^2dfMv^;eUT$vUkYI5 z5dgFM_wNq?;+=g%4ATH80Vo7W07@ScVArl)AxslW_W0VhYa?VZ3ou{;a33R73g8a| zfG{lpBJTOy)YKFLzyt@NqoX6y2|kB>!jJ$MVj{vk`OaSg^5kfl|K zu;7O=feafY0Ox@MfOsbdgy1^vGe-olhYb~Dp4g_UXqpgmpF}2{Fm4B!7o`C7Bw=7U z(Iy0j1aM>kIDGhU$a%#3D9gq=rZCLDiHY(Y0f3rs3AG|&9vF&1DS%-C0OA-UPFw)c z>x7p880H=TTyg+_7?r$^W6-i_Zwo*>umA{Wj$q!=Adlt+IDPtbh+|9$V5pcQm=pjt zG&BT&RY(Bh9%0&QBLMBLHi02wEt@1T0FKDK0Q_KkdwT(Z$=cf50>H`5i3|YRa{xk$ za{y4a7=BDvR8)j10i4V@M`9xDyk!%^oEN~=={EuRQ21q@JOrAS;u7JRl0GQ-lUPfIrA!DEW<^mAg z#5e%da|8gRk>>~oHE#*VJkJ2G6oB3(rZK5ZM%P8O;2LD* zF&8*r3c%W50A%>kjsO6X_{JbfZt^1L3C{abfVsg~NAxT`EC7b`^Hd?{3PhVFSOBgm z1-N?kYV>3dKA`-xSa8?$;mmJM=Uh^C?lBEEw9(@lm90V{a z0r0$QB0`CC{H0w0J`4~F0$6?Wyuh#{;=GWD6su2i8xm0Bz)lFFP7X zyi3sTOe}zlIln4so>eJ%fq6#9nHjUp8QcqiGdBR={f$)Pgo+`8Ndb^+Bi{!AsH>}s z`VRmwR2!4iYGV}wfN-&F0)RKmg+Q?Gsi11RBf8)Vq{?!36{?h)( z{#%*9Cz#NNTMl5t0zhK=BC}xrU+jB=OK!xmUmy^nLs=}HjQ;cnfNyL9ScQIRRr%eU jpX&M6`BQcLzrOtif>2%{j;hI?00000NkvXXu0mjf`Q)>4 literal 0 HcmV?d00001 diff --git a/prerender/browse/thermal_expansion/white_rockwool/index.html b/static/browse/thermal_expansion/white_rockwool/index.html similarity index 100% rename from prerender/browse/thermal_expansion/white_rockwool/index.html rename to static/browse/thermal_expansion/white_rockwool/index.html diff --git a/static/browse/thermal_expansion/yellow_rockwool/icon.png b/static/browse/thermal_expansion/yellow_rockwool/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2521db3924670c9b2c513a6337493452474a9c6e GIT binary patch literal 2052 zcmV+f2>bVmP)r)PUBo0nlnO$+(M1s{g)GV- z3#lM0lAxfVkF-0_+WXn95#1wsEgJZ7_SySA=lq`cU2DB-?-@7l|G$g>9e-y^fxb9- zSLk13{Oo5l3Ust({*&X=L+8%iTYP)^p3qG{&hX|0U+4dpUwzfHRESa%_z{%XJ?KI4~;sDhY$AEAp!{Rk!FE+EGyyn`kfq` zBjm;vS1o2G&kO)2CMHZmlNhtkH~@@CLggH|Fq9AgZ@o4-lmV<{mu*}VeE9btXNOqk zFF(FJ@O46D2{e5WhIZy8GN+yHov@9=XAA8soe0k&_RRBU>tyZ(SH!k20SX*9=j zPEg0?bAE=IyfEo=B?HRyj$8UzN3rOUTbcoOZ|^Pk?z}Ak(3W*Q^^XJKGUu6e$#YF- zyt&~l=2-?na6^;xt_bqGFs>FanovAG)G;=|!58~O0PNbk17Ul1Xb$2uWS*!;O|G2<9t$jrAiCcyqZeZ|YqPp$!8+23Dq4gj=uLr)!2 zHfiW+Rr-+UghZUTf*Be)uNZ6WFCXp<^JvM?gktVP<7)t}EnCvryaE91+Zpc*wDiE+VJ4~_DE9SV|exQiD91bS+jCtGXSPAXvnY{ z0PvbuhTK2^tXth#Y;GmIyJ+4=oL$PUD`h<&Ufj_#*cAZGG!g*gYPd>XL{1P|mju|@ zGJ-)u1!;Q6mPv8EXGiZSfDLQ9BcuR8T+d-YDC0C1%+iTM(svo?=-ziL@`{fYnp z6albga6&V{+Etx303pRn0D!1Su|icy3E;{AfPiuK4J&4Fpk)Anl}o!q7X#o`^JU_e z<_)n%fI}}$83n+s8%_uS&T$QZxSn!jWJO1@v04oT;Lw8hIs`^mOf2KL0>C6?QqzW$ zIRLnz=ekM>J3yo@+AQb3k~sJ zBkmE*x;X-Xp~85R9e~KCy^}}PaSU1(ooxY#ZD7k-@2X)5F;|Rhq z_vQ#D1wiXZN(ifv05o6-(^eY+IB&N}l__`NvTTyT?iXlG0DcgY0$_4YtE>vZtTV=q z3;@ZKD9(%(zBkqNww!jAEFi7l4gyxTy;9qgE6o07ei1t_&t4 z#CG?MYW}>27)#7zUI1oS^Ts*msYo_(x$*$ucmNu^Q2;P$qlPdgfQ?)(qxMY5*ynQ> z0=R*d@!eUs#<6(~mL-*A&S`#WRe~|kcQB?AfFC5L4H<-?+{_tDZe)NEI$Y0PDk9ec}7-I9X%9sbX(E=V-`5u{TymDRu9t>C-?e`6fXx0YH_QGZkfL!-&w|#G0()@I;+N_Y>Cgud- z9Qonn7LB8|)p>Vf0c_?B7xRLyl)S(^fP|F*<^cfi+yGqmGg1IBN2nMg?z&bfLPj_Q z03zWxSIr&O#^f|vtwI2JLn8ntHSg}sXaDh2YBwYlHNI-r1ju)0hE5*O?&%C#c?9qV z#n#%*E`wgR{}Z?unB4i9QQqk6kJO^-i5ddHMG~z_vmF zR>eJn%`JMI$`m0ZfC=h()cDx&YX5n2lY1jesVl-wk+ZDP{L}$BUO9im{#yxvRm+4n z+%mxGr^;tMKEN9D5y|!b^FG0r8}UBEqh%fuI^MY4wEwY>eWbc$6QHi+SF@^I^A)Kc i)$^?Lit6}({qHaA1Mzp<^7g?10000