From cafb017bbd12d91386e652a5f3cbf346524574e3 Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Thu, 30 Jun 2016 10:29:03 +0200 Subject: [PATCH] new configs --- config/Automagy.cfg | 256 ++++++++ config/GregTech/MaterialProperties.cfg | 841 +++++++++++++++++++++++++ config/GregTech/OreProcessing.cfg | 447 +++++++++++++ config/GregTech/Other.cfg | 8 + config/endercore/endercore.cfg | 108 ++++ config/enderzoo/SpawnConfig_User.xml | 39 ++ config/railcraft/items.cfg | 93 +++ config/railcraft/modules.cfg | 40 ++ config/thaumicenergistics.cfg | 65 ++ 9 files changed, 1897 insertions(+) create mode 100644 config/Automagy.cfg create mode 100644 config/GregTech/MaterialProperties.cfg create mode 100644 config/GregTech/OreProcessing.cfg create mode 100644 config/GregTech/Other.cfg create mode 100644 config/endercore/endercore.cfg create mode 100644 config/enderzoo/SpawnConfig_User.xml create mode 100644 config/railcraft/items.cfg create mode 100644 config/railcraft/modules.cfg create mode 100644 config/thaumicenergistics.cfg diff --git a/config/Automagy.cfg b/config/Automagy.cfg new file mode 100644 index 0000000000..1e190aafae --- /dev/null +++ b/config/Automagy.cfg @@ -0,0 +1,256 @@ +# Configuration file + +general { + # Allow Advanced Node Jarring + B:adv_node_jarring=true + + # Setting this to false will disable Dimensional Lure research and crafting recipes + B:allow_dimension_lure=true + + # A list of any item names that the Amnesiac's Stone should convert into XP along with the XP value and (optionally) replacement items (e.g. empty bottles). Format: ":[,]=[,:[,]]". Put each of these on a separate line. The item indicated before the equals sign will turn into the amount of XP indicated after it. If another item is indicated after the XP amount, then it will be dropped in the first's place. Alternatively, use a "*" for the second item to automatically use the first's container item. + S:amnesiac_drain_item < + minecraft:experience_bottle=8,minecraft:glass_bottle + Automagy:phialExtra,0=95,* + TConstruct:oreBerries,5=13 + > + + # Prevent Botania's Loonium from generating phials of enchanter's concentrate + B:botania_blacklist_phial_xp=false + + # Number of ticks that must pass after a thirsty tank milks a cow before it can be milked again. + I:cow_milking_cooldown=2000 + + # Make blaze spawners drop an ember heart + B:emberheart_spawnerdrop=true + + # Only drop ember heart from spawners in the Nether + B:emberheart_spawnerdrop_netheronly=true + I:focus_id_gratis=81 + I:focus_id_storage=83 + I:focus_id_transposing=82 + + # Should Forestry's milk be created when the thirsty tank milks cows rather than Automagy's own (this is ignored if MFR milk exists and config is set to use it) + B:forestry_milk_used=true + + # Should Automagy assign Aspects to Forestry's milk + B:forestry_override_aspect_milk=true + + # A list of any block names for containers that the Inventarium / Unseen Scribes should ignore. + S:inventarium_container_blacklist < + Automagy:blockTally + > + + # A list of any block names that the Inventarium should treat as bookshelves that can increase its maximum slot count. + S:inventarium_other_bookshelves < + Natura:Natura.bookshelf + > + + # Show the Infinity Jar in Creative Tab and NEI + B:list_creative_jar=true + + # Show the thinking cap in Creative Tab and NEI + B:list_thinking_cap=true + + # Should MineFactory Reloaded's milk be created when the thirsty tank milks cows rather than Automagy's own + B:mfr_milk_used=true + + # Should MineFactory Reloaded's mushroom soup be created when the thirsty tank milks mooshrooms rather than Automagy's own + B:mfr_mushroom_soup_used=true + + # Should Automagy change the Aspects associated with MineFactory Reloaded's milk (arguably more balanced if we do, given what Automagy can do with it) + B:mfr_override_aspect_milk=true + + # Should Automagy change the Aspects associated with MineFactory Reloaded's mushroom soup + B:mfr_override_aspect_mushroom_soup=true + + # Should redcrystal emit light when it has a redstone signal + B:redcrystal_emits_light=true + + # Number of slivers Entropic Refining yields from infused stone. Default 11. Set to 0 to disabled Entropic Refining research and recipes. + I:slivers_from_infused_stone=11 + + # Allow the thinking cap to be used to craft advanced golems + B:thinking_cap_usable=true + + # Should thirsty tanks slowly fill with water if exposed to the sky while it is raining + B:thirstytank_drink_rain=true + + # Should thirsty tanks preserve water source blocks next to them + B:thirstytank_preserve_water_source=true + + # On startup, check whether a newer version of the mod exists + B:version_checking=true + + # Use Waila to add information about how much experience a brain in a jar is holding. + B:waila_brain_jar=true + + # Use Waila to add information about how much experience a soul stone is holding. + B:waila_soul_stone=true + + # How much water (in mB) a water bottle is considered to contain. 0 (default) means bottles can be filled from and emptied into Automagy tanks without changing the amount in a tank. -1 means empty and water bottles won't interact with Automagy tanks. -2 means bottles should use the fluid amount registered with Forge (normally 1000). + I:waterbottle_amount=0 + + # World gen: Chance that a Nether Spire is generated where possible. 0 disables. 1 is 100% of the time. Higher number means less likely. Default 140. + I:worldgen_nether_spire_chance=140 +} + + +########################################################################################################## +# keys +#--------------------------------------------------------------------------------------------------------# +# Default keybindings. Can still be adjusted by the player in-game. +########################################################################################################## + +keys { + # Wand Focus: Crafting - open GUI + S:focus_craft=C +} + + +########################################################################################################## +# loot +#--------------------------------------------------------------------------------------------------------# +# Loot weights. Higher for higher chance. 1 is rare. 0 disables. +########################################################################################################## + +loot { + # Lesser Ring of Ender Disjunction + I:lesser_disjunction=1 + + # Phial of Enchanter's Concentrate + I:phial_xp=3 + + # Phial of Enchanter's Concentrate (village blacksmith chest) + I:phial_xp_blacksmith=3 +} + + +nethermind { + # Nethermind's essentia cost to generate glowstone. + S:glowstone_cost < + lux:10 + sensus:3 + > + I:glowstone_speed=100 + + # IMPORTANT: If true, this section's customizations will be ignored. (This is useful for those who want to use the default settings since the defaults may change with a newer version of Automagy. Otherwise, you'd need to delete this section each time such an update is applied.) + B:ignore_section=true + + # Percentage chance that a basic rune results in conjuring lava instead of netherrack. + I:lava_basic_chance=15 + + # Nethermind's essentia cost to generate lava. + S:lava_cost < + ignis:6 + terra:2 + > + I:lava_speed=90 + + # Nethermind's essentia cost to generate netherrack without the Rock rune. + S:netherrack_basic_cost < + ignis:2 + terra:4 + > + + # Nethermind's essentia cost to generate netherrack using the Rock rune. + S:netherrack_cost < + ignis:1 + terra:2 + > + I:netherrack_speed=60 + + # Nethermind's essentia cost to generate quartz ore. + S:quartz_cost < + vitreus:3 + terra:1 + > + I:quartz_speed=100 + + # Nethermind's essentia cost to generate soul sand. + S:soulsand_cost < + terra:1 + vinculum:1 + spiritus:1 + > + I:soulsand_speed=100 + S:spawn_bat_cost1 < + bestia:1 + ignis:1 + perditio:1 + > + S:spawn_bat_cost2 < + fames:10 + humanus:1 + > + I:spawn_bat_uses=10 + S:spawn_blaze_cost1 < + ignis:4 + praecantatio:2 + > + S:spawn_blaze_cost2 < + fames:10 + victus:5 + > + I:spawn_blaze_uses=10 + S:spawn_ghast_cost1 < + exanimis:1 + spiritus:2 + > + S:spawn_ghast_cost2 < + fames:6 + permutatio:1 + spiritus:4 + aqua:4 + > + I:spawn_ghast_uses=6 + S:spawn_skeleton_cost1 < + mortuus:1 + corpus:1 + > + S:spawn_skeleton_cost2 < + fames:20 + telum:5 + sensus:5 + > + I:spawn_skeleton_uses=20 + S:spawn_slime_cost1 < + limus:1 + ignis:2 + > + S:spawn_slime_cost2 < + fames:16 + limus:1 + > + I:spawn_slime_uses=8 + S:spawn_wisp_cost1 < + auram:1 + ignis:2 + aer:1 + > + S:spawn_wisp_cost2 < + fames:8 + auram:3 + > + I:spawn_wisp_uses=8 + + # Cost to spawn each zombie pigman, used by Nethermind. Also see spawn_zombiepigman_cost2. + S:spawn_zombiepigman_cost1 < + corpus:2 + ignis:2 + > + + # Used by Dimensional Lure to spawn multiple zombie pigmen, in addition to the cost specified in spawn_zombiepigman_cost1. + S:spawn_zombiepigman_cost2 < + fames:15 + cognitio:9 + lucrum:3 + > + + # The number of zombie pigman spawns that the essentia specified by spawn_zombiepigman_cost2 is good for. + I:spawn_zombiepigman_uses=15 + + # Time in ticks for Nethermind + Dimensional Lure to spawn creatures (before upgrades) + I:spawner_speed=360 +} + + diff --git a/config/GregTech/MaterialProperties.cfg b/config/GregTech/MaterialProperties.cfg new file mode 100644 index 0000000000..59bbbad38d --- /dev/null +++ b/config/GregTech/MaterialProperties.cfg @@ -0,0 +1,841 @@ +# Configuration file + +blastfurnacerequirements { + B:aluminium_true=true + B:americium_true=true + B:ardite_true=true + B:bismuthbronze_true=true + B:blackbronze_true=true + B:blacksteel_true=true + B:bluesteel_true=true + B:cerium_true=true + B:chrome_true=true + B:chromite_true=true + B:cobalt_true=true + B:conductiveiron_true=true + B:damascussteel_true=true + B:darksteel_true=true + B:desh_true=true + B:draconium_true=true + B:draconiumawakened_true=true + B:dysprosium_true=true + B:electricalsteel_true=true + B:electrumflux_true=true + B:enderium_true=true + B:enderiumbase_true=true + B:energeticalloy_true=true + B:enhancedgalgadorian_true=true + B:erbium_true=true + B:europium_true=true + B:fierysteel_true=true + B:gadolinium_true=true + B:galgadorian_true=true + B:holmium_true=true + B:hsla_true=true + B:hsse_true=true + B:hssg_true=true + B:hsss_true=true + B:iridium_true=true + B:kanthal_true=true + B:lanthanum_true=true + B:lutetium_true=true + B:manyullyn_true=true + B:meteoricsteel_true=true + B:naquadah_true=true + B:naquadahalloy_true=true + B:naquadahenriched_true=true + B:naquadria_true=true + B:neodymium_true=true + B:neodymiummagnetic_true=true + B:neutronium_true=true + B:nichrome_true=true + B:niobium_true=true + B:niobiumnitride_true=true + B:niobiumtitanium_true=true + B:osmiridium_true=true + B:osmium_true=true + B:palladium_true=true + B:praseodymium_true=true + B:promethium_true=true + B:pulsatingiron_true=true + B:redsteel_true=true + B:redstonealloy_true=true + B:reinforced_true=true + B:rosegold_true=true + B:samarium_true=true + B:scandium_true=true + B:shadowsteel_true=true + B:silicon_true=true + B:soularium_true=true + B:stainlesssteel_true=true + B:steel_true=true + B:steelmagnetic_true=true + B:sterlingsilver_true=true + B:sunnarium_true=true + B:terbium_true=true + B:thulium_true=true + B:titanium_true=true + B:tungstate_true=true + B:tungsten_true=true + B:tungstencarbide_true=true + B:tungstensteel_true=true + B:ultimet_true=true + B:vanadium_true=true + B:vanadiumgallium_true=true + B:vanadiumsteel_true=true + B:vibrantalloy_true=true + B:ytterbium_true=true + B:yttrium_true=true + B:yttriumbariumcuprate_true=true +} + + +blastinductionsmelter { + B:aluminium_false=false + B:americium_true=true + B:ardite_false=false + B:bismuthbronze_true=true + B:blackbronze_false=false + B:blacksteel_true=true + B:bluesteel_true=true + B:cerium_true=true + B:chrome_false=false + B:chromite_false=false + B:cobalt_false=false + B:conductiveiron_true=true + B:damascussteel_false=false + B:darksteel_false=false + B:desh_false=false + B:draconium_false=false + B:draconiumawakened_false=false + B:dysprosium_false=false + B:electricalsteel_true=true + B:electrumflux_false=false + B:enderium_false=false + B:enderiumbase_false=false + B:energeticalloy_false=false + B:enhancedgalgadorian_false=false + B:erbium_false=false + B:europium_true=true + B:fierysteel_true=true + B:gadolinium_false=false + B:galgadorian_false=false + B:holmium_false=false + B:hsla_true=true + B:hsse_false=false + B:hssg_false=false + B:hsss_false=false + B:iridium_false=false + B:kanthal_false=false + B:lanthanum_true=true + B:lutetium_false=false + B:manyullyn_false=false + B:meteoricsteel_true=true + B:naquadah_false=false + B:naquadahalloy_false=false + B:naquadahenriched_false=false + B:naquadria_false=false + B:neodymium_true=true + B:neodymiummagnetic_true=true + B:neutronium_false=false + B:nichrome_false=false + B:niobium_false=false + B:niobiumnitride_false=false + B:niobiumtitanium_false=false + B:osmiridium_false=false + B:osmium_false=false + B:palladium_false=false + B:praseodymium_true=true + B:promethium_true=true + B:pulsatingiron_false=false + B:redsteel_true=true + B:redstonealloy_true=true + B:reinforced_false=false + B:rosegold_false=false + B:samarium_true=true + B:scandium_false=false + B:shadowsteel_false=false + B:silicon_false=false + B:soularium_true=true + B:stainlesssteel_false=false + B:steel_true=true + B:steelmagnetic_true=true + B:sterlingsilver_false=false + B:sunnarium_false=false + B:terbium_false=false + B:thulium_false=false + B:titanium_false=false + B:tungstate_false=false + B:tungsten_false=false + B:tungstencarbide_false=false + B:tungstensteel_false=false + B:ultimet_false=false + B:vanadium_false=false + B:vanadiumgallium_false=false + B:vanadiumsteel_true=true + B:vibrantalloy_false=false + B:ytterbium_true=true + B:yttrium_false=false + B:yttriumbariumcuprate_true=true +} + + +havestlevel { + B:activateHarvestLevelChange_false=false +} + + +heatdamage { + D:_null_0.0=0.0 + D:abyssal_0.0=0.0 + D:adamant_0.0=0.0 + D:adamantine_0.0=0.0 + D:adamantium_0.0=0.0 + D:adamite_0.0=0.0 + D:adluorite_0.0=0.0 + D:advanced_0.0=0.0 + D:agate_0.0=0.0 + D:air_0.0=0.0 + D:alduorite_0.0=0.0 + D:alfium_0.0=0.0 + D:almandine_0.0=0.0 + D:aluminium_0.0=0.0 + D:aluminiumbrass_0.0=0.0 + D:aluminum_0.0=0.0 + D:aluminumbrass_0.0=0.0 + D:alumite_0.0=0.0 + D:alunite_0.0=0.0 + D:amber_0.0=0.0 + D:americium_0.0=0.0 + D:americum_0.0=0.0 + D:amethyst_0.0=0.0 + D:ammonium_0.0=0.0 + D:amordrine_0.0=0.0 + D:andesite_0.0=0.0 + D:andradite_0.0=0.0 + D:angmallen_0.0=0.0 + D:annealedcopper_0.0=0.0 + D:antimatter_0.0=0.0 + D:antimony_0.0=0.0 + D:anybronze_0.0=0.0 + D:anycopper_0.0=0.0 + D:anyiron_0.0=0.0 + D:apatite_0.0=0.0 + D:aquamarine_0.0=0.0 + D:aquaregia_0.0=0.0 + D:ardite_0.0=0.0 + D:aredrite_0.0=0.0 + D:argon_0.0=0.0 + D:arsenic_0.0=0.0 + D:asbestos_0.0=0.0 + D:ash_0.0=0.0 + D:ashes_0.0=0.0 + D:astralsilver_0.0=0.0 + D:atlarus_0.0=0.0 + D:bandediron_0.0=0.0 + D:barite_0.0=0.0 + D:barium_0.0=0.0 + D:basalt_0.0=0.0 + D:basalticmineralsand_0.0=0.0 + D:basic_0.0=0.0 + D:bastnasite_0.0=0.0 + D:batteryalloy_0.0=0.0 + D:bauxite_0.0=0.0 + D:bentonite_0.0=0.0 + D:beryl_0.0=0.0 + D:beryllium_0.0=0.0 + D:biofuel_0.0=0.0 + D:biomass_0.0=0.0 + D:biotite_0.0=0.0 + D:bismuth_0.0=0.0 + D:bismuthbronze_0.0=0.0 + D:bitumen_0.0=0.0 + D:black_0.0=0.0 + D:blackbronze_0.0=0.0 + D:blackgranite_0.0=0.0 + D:blacksteel_0.0=0.0 + D:blaze_0.0=0.0 + D:blizz_0.0=0.0 + D:bloodstone_0.0=0.0 + D:bluealloy_0.0=0.0 + D:blueschist_0.0=0.0 + D:bluesteel_0.0=0.0 + D:bluestone_0.0=0.0 + D:bluetopaz_0.0=0.0 + D:blutonium_0.0=0.0 + D:bone_0.0=0.0 + D:borax_0.0=0.0 + D:boron_0.0=0.0 + D:brass_0.0=0.0 + D:brick_0.0=0.0 + D:bricknether_0.0=0.0 + D:bronze_0.0=0.0 + D:brownlimonite_0.0=0.0 + D:cadmium_0.0=0.0 + D:caesium_0.0=0.0 + D:calcite_0.0=0.0 + D:calcium_0.0=0.0 + D:calciumcarbonate_0.0=0.0 + D:carbon_0.0=0.0 + D:carbondioxide_0.0=0.0 + D:carborundum_0.0=0.0 + D:carmot_0.0=0.0 + D:cassiterite_0.0=0.0 + D:cassiteritesand_0.0=0.0 + D:celenegil_0.0=0.0 + D:celestine_0.0=0.0 + D:cerium_0.0=0.0 + D:certusquartz_0.0=0.0 + D:ceruclase_0.0=0.0 + D:chalcopyrite_0.0=0.0 + D:chalk_0.0=0.0 + D:charcoal_0.0=0.0 + D:cheese_0.0=0.0 + D:chert_0.0=0.0 + D:chili_0.0=0.0 + D:chimerite_0.0=0.0 + D:chlorine_0.0=0.0 + D:chocolate_0.0=0.0 + D:chrome_0.0=0.0 + D:chromite_0.0=0.0 + D:chromium_0.0=0.0 + D:chromiumdioxide_0.0=0.0 + D:chrysocolla_0.0=0.0 + D:chrysotile_0.0=0.0 + D:cinnabar_0.0=0.0 + D:citrine_0.0=0.0 + D:clay_0.0=0.0 + D:cluster_0.0=0.0 + D:coal_0.0=0.0 + D:coalfuel_0.0=0.0 + D:cobalt_0.0=0.0 + D:cobaltbrass_0.0=0.0 + D:cobalthexahydrate_0.0=0.0 + D:cobaltite_0.0=0.0 + D:cobblestone_0.0=0.0 + D:cocoa_0.0=0.0 + D:coffee_0.0=0.0 + D:concrete_0.0=0.0 + D:conductiveiron_0.0=0.0 + D:constructionfoam_0.0=0.0 + D:cooperite_0.0=0.0 + D:copper_0.0=0.0 + D:coral_0.0=0.0 + D:crackedheavyfuel_0.0=0.0 + D:crackedlightfuel_0.0=0.0 + D:creosote_0.0=0.0 + D:creosoteoil_0.0=0.0 + D:crudeoil_0.0=0.0 + D:crystal_0.0=0.0 + D:crystalflux_0.0=0.0 + D:cupronickel_0.0=0.0 + D:cyanite_0.0=0.0 + D:dacite_0.0=0.0 + D:damascussteel_0.0=0.0 + D:darkash_0.0=0.0 + D:darkashes_0.0=0.0 + D:darkiron_0.0=0.0 + D:darksteel_0.0=0.0 + D:darkstone_0.0=0.0 + D:darkthaumium_0.0=0.0 + D:data_0.0=0.0 + D:deepiron_0.0=0.0 + D:demonite_0.0=0.0 + D:desh_0.0=0.0 + D:desichalkos_0.0=0.0 + D:deuterium_0.0=0.0 + D:diamond_0.0=0.0 + D:diamondcopper_0.0=0.0 + D:diatomite_0.0=0.0 + D:diesel_0.0=0.0 + D:dilithium_0.0=0.0 + D:dolomite_0.0=0.0 + D:draconic_0.0=0.0 + D:draconium_0.0=0.0 + D:draconiumawakened_0.0=0.0 + D:drulloy_0.0=0.0 + D:duranium_0.0=0.0 + D:dysprosium_0.0=0.0 + D:eclogite_0.0=0.0 + D:electricalsteel_0.0=0.0 + D:electrum_0.0=0.0 + D:electrumflux_0.0=0.0 + D:elite_0.0=0.0 + D:elvenelementium_0.0=0.0 + D:emerald_0.0=0.0 + D:emery_0.0=0.0 + D:empty_0.0=0.0 + D:ender_0.0=0.0 + D:endereye_0.0=0.0 + D:enderium_0.0=0.0 + D:enderiumbase_0.0=0.0 + D:enderpearl_0.0=0.0 + D:endium_0.0=0.0 + D:endstone_0.0=0.0 + D:energeticalloy_0.0=0.0 + D:energized_0.0=0.0 + D:enhancedgalgadorian_0.0=0.0 + D:enrichedcopper_0.0=0.0 + D:epidote_0.0=0.0 + D:epoxid_0.0=0.0 + D:erbium_0.0=0.0 + D:ethanol_0.0=0.0 + D:europium_0.0=0.0 + D:eximite_0.0=0.0 + D:eyeofender_0.0=0.0 + D:fairy_0.0=0.0 + D:fierysteel_0.0=0.0 + D:firestone_5.0=5.0 + D:fishoil_0.0=0.0 + D:flint_0.0=0.0 + D:flour_0.0=0.0 + D:fluix_0.0=0.0 + D:fluorine_0.0=0.0 + D:fluorite_0.0=0.0 + D:flux_0.0=0.0 + D:foolsruby_0.0=0.0 + D:force_0.0=0.0 + D:forcicium_0.0=0.0 + D:forcillium_0.0=0.0 + D:freshwater_0.0=0.0 + D:fryingoilhot_1.0=1.0 + D:fuel_0.0=0.0 + D:fullersearth_0.0=0.0 + D:fzdarkiron_0.0=0.0 + D:gabbro_0.0=0.0 + D:gadolinium_0.0=0.0 + D:galena_0.0=0.0 + D:galgadorian_0.0=0.0 + D:gallium_0.0=0.0 + D:garnet_0.0=0.0 + D:garnetred_0.0=0.0 + D:garnetsand_0.0=0.0 + D:garnetyellow_0.0=0.0 + D:garnierite_0.0=0.0 + D:gas_0.0=0.0 + D:glass_0.0=0.0 + D:glauconite_0.0=0.0 + D:glauconitesand_0.0=0.0 + D:glowstone_0.0=0.0 + D:glue_0.0=0.0 + D:glyceryl_0.0=0.0 + D:gneiss_0.0=0.0 + D:goethite_0.0=0.0 + D:gold_0.0=0.0 + D:good_0.0=0.0 + D:goshen_0.0=0.0 + D:granite_0.0=0.0 + D:graniteblack_0.0=0.0 + D:granitered_0.0=0.0 + D:graniticmineralsand_0.0=0.0 + D:graphene_0.0=0.0 + D:graphite_0.0=0.0 + D:graveyarddirt_0.0=0.0 + D:greensapphire_0.0=0.0 + D:greenschist_0.0=0.0 + D:greenstone_0.0=0.0 + D:greywacke_0.0=0.0 + D:grossular_0.0=0.0 + D:gunpowder_0.0=0.0 + D:gypsum_0.0=0.0 + D:haderoth_0.0=0.0 + D:heavyfuel_0.0=0.0 + D:heeendium_0.0=0.0 + D:helium_0.0=0.0 + D:helium_3_0.0=0.0 + D:hematite_0.0=0.0 + D:hepatizon_0.0=0.0 + D:holmium_0.0=0.0 + D:holywater_0.0=0.0 + D:honey_0.0=0.0 + D:hsla_0.0=0.0 + D:hsse_0.0=0.0 + D:hssg_0.0=0.0 + D:hsss_0.0=0.0 + D:hydratedcoal_0.0=0.0 + D:hydricsulfide_0.0=0.0 + D:hydrogen_0.0=0.0 + D:ice_0.0=0.0 + D:ignatius_0.0=0.0 + D:ilmenite_0.0=0.0 + D:indium_0.0=0.0 + D:infernal_0.0=0.0 + D:infinite_0.0=0.0 + D:infuscolium_0.0=0.0 + D:infusedair_0.0=0.0 + D:infuseddull_0.0=0.0 + D:infusedearth_0.0=0.0 + D:infusedentropy_0.0=0.0 + D:infusedfire_0.0=0.0 + D:infusedgold_0.0=0.0 + D:infusedorder_0.0=0.0 + D:infusedteslatite_0.0=0.0 + D:infusedvis_0.0=0.0 + D:infusedwater_0.0=0.0 + D:inolashite_0.0=0.0 + D:invar_0.0=0.0 + D:invisium_0.0=0.0 + D:iridium_0.0=0.0 + D:iridiumandsodiumoxide_0.0=0.0 + D:iridiumsodiumoxide_0.0=0.0 + D:iron_0.0=0.0 + D:ironcompressed_0.0=0.0 + D:ironmagnetic_0.0=0.0 + D:ironwood_0.0=0.0 + D:itarius_0.0=0.0 + D:jade_0.0=0.0 + D:jasper_0.0=0.0 + D:jet_0.0=0.0 + D:joshen_0.0=0.0 + D:kalendrite_0.0=0.0 + D:kalium_0.0=0.0 + D:kanthal_0.0=0.0 + D:kaolinite_0.0=0.0 + D:knightmetal_0.0=0.0 + D:komatiite_0.0=0.0 + D:kyanite_0.0=0.0 + D:lanthanum_0.0=0.0 + D:lapis_0.0=0.0 + D:lapislazuli_0.0=0.0 + D:lava_3.0=3.0 + D:lazurite_0.0=0.0 + D:lead_0.0=0.0 + D:leather_0.0=0.0 + D:legendary_0.0=0.0 + D:lemurite_0.0=0.0 + D:lepidolite_0.0=0.0 + D:lightfuel_0.0=0.0 + D:lignite_0.0=0.0 + D:limepure_0.0=0.0 + D:limestone_0.0=0.0 + D:liquidair_0.0=0.0 + D:lithium_0.0=0.0 + D:liveroot_0.0=0.0 + D:lodestone_0.0=0.0 + D:lpg_0.0=0.0 + D:lubricant_0.0=0.0 + D:ludicrite_0.0=0.0 + D:luminite_0.0=0.0 + D:lumium_0.0=0.0 + D:lutetium_0.0=0.0 + D:magic_0.0=0.0 + D:magma_0.0=0.0 + D:magnalium_0.0=0.0 + D:magnesite_0.0=0.0 + D:magnesium_0.0=0.0 + D:magnesiumchloride_0.0=0.0 + D:magnetite_0.0=0.0 + D:malachite_0.0=0.0 + D:manasteel_0.0=0.0 + D:manganese_0.0=0.0 + D:manyullyn_0.0=0.0 + D:marble_0.0=0.0 + D:master_0.0=0.0 + D:mawsitsit_0.0=0.0 + D:mcguffium239_0.0=0.0 + D:meat_0.0=0.0 + D:meatcooked_0.0=0.0 + D:meatraw_0.0=0.0 + D:mercassium_0.0=0.0 + D:mercury_0.0=0.0 + D:metal_0.0=0.0 + D:meteoriciron_0.0=0.0 + D:meteoricsteel_0.0=0.0 + D:meteorite_0.0=0.0 + D:methane_0.0=0.0 + D:meutoite_0.0=0.0 + D:mica_0.0=0.0 + D:microcline_0.0=0.0 + D:midasium_0.0=0.0 + D:migmatite_0.0=0.0 + D:milk_0.0=0.0 + D:mimichite_0.0=0.0 + D:mirabilite_0.0=0.0 + D:mithril_0.0=0.0 + D:molybdenite_0.0=0.0 + D:molybdenum_0.0=0.0 + D:monazit_0.0=0.0 + D:monazite_0.0=0.0 + D:moonstone_0.0=0.0 + D:mud_0.0=0.0 + D:mutatediron_0.0=0.0 + D:mutation_0.0=0.0 + D:mythril_0.0=0.0 + D:naphtha_0.0=0.0 + D:naquadah_0.0=0.0 + D:naquadahalloy_0.0=0.0 + D:naquadahenriched_0.0=0.0 + D:naquadria_0.0=0.0 + D:naquadriah_0.0=0.0 + D:natrium_0.0=0.0 + D:natruralgas_0.0=0.0 + D:naturalaluminium_0.0=0.0 + D:naturalaluminum_0.0=0.0 + D:neodymium_0.0=0.0 + D:neodymiummagnetic_0.0=0.0 + D:nether_0.0=0.0 + D:netherbrick_0.0=0.0 + D:netherquartz_0.0=0.0 + D:netherrack_0.0=0.0 + D:netherstar_0.0=0.0 + D:neutronium_0.0=0.0 + D:nichrome_0.0=0.0 + D:nickel_0.0=0.0 + D:nikolite_0.0=0.0 + D:niobium_0.0=0.0 + D:niobiumnitride_0.0=0.0 + D:niobiumtitanium_0.0=0.0 + D:niter_0.0=0.0 + D:nitricacid_0.0=0.0 + D:nitrocarbon_0.0=0.0 + D:nitrocoalfuel_0.0=0.0 + D:nitrodiesel_0.0=0.0 + D:nitrofuel_0.0=0.0 + D:nitrogen_0.0=0.0 + D:nitrogendioxide_0.0=0.0 + D:noblegases_0.0=0.0 + D:obby_0.0=0.0 + D:obsidian_0.0=0.0 + D:obsidianflux_0.0=0.0 + D:oil_0.0=0.0 + D:oilheavy_0.0=0.0 + D:oillight_0.0=0.0 + D:oilmedium_0.0=0.0 + D:oilsands_0.0=0.0 + D:olivine_0.0=0.0 + D:onyx_0.0=0.0 + D:opal_0.0=0.0 + D:organic_0.0=0.0 + D:orichalcum_0.0=0.0 + D:osmiridium_0.0=0.0 + D:osmium_0.0=0.0 + D:osmiumtetroxide_0.0=0.0 + D:osmonium_0.0=0.0 + D:oureclase_0.0=0.0 + D:oxygen_0.0=0.0 + D:painite_0.0=0.0 + D:palladium_0.0=0.0 + D:palygorskite_0.0=0.0 + D:paper_0.0=0.0 + D:peanutwood_0.0=0.0 + D:peat_0.0=0.0 + D:pentlandite_0.0=0.0 + D:peridot_0.0=0.0 + D:perlite_0.0=0.0 + D:petrifiedwood_0.0=0.0 + D:petroleum_0.0=0.0 + D:pewter_0.0=0.0 + D:phasedgold_0.0=0.0 + D:phasediron_0.0=0.0 + D:phoenixite_0.0=0.0 + D:phosphate_0.0=0.0 + D:phosphor_0.0=0.0 + D:phosphorite_0.0=0.0 + D:phosphorus_0.0=0.0 + D:pigiron_0.0=0.0 + D:pitchblende_0.0=0.0 + D:plastic_0.0=0.0 + D:platinum_0.0=0.0 + D:platinumgroupsludge_0.0=0.0 + D:plutonium241_0.0=0.0 + D:plutonium_0.0=0.0 + D:pokefennium_0.0=0.0 + D:pollucite_0.0=0.0 + D:polycaprolactam_0.0=0.0 + D:polytetrafluoroethylene_0.0=0.0 + D:potash_0.0=0.0 + D:potassium_0.0=0.0 + D:potassiumfeldspar_0.0=0.0 + D:powellite_0.0=0.0 + D:praseodymium_0.0=0.0 + D:primitive_0.0=0.0 + D:prismarine_0.0=0.0 + D:prometheum_0.0=0.0 + D:promethium_0.0=0.0 + D:pulsatingiron_0.0=0.0 + D:pumice_0.0=0.0 + D:purplealloy_0.0=0.0 + D:pyrite_0.0=0.0 + D:pyrolusite_0.0=0.0 + D:pyrope_0.0=0.0 + D:pyrotheum_5.0=5.0 + D:quantum_0.0=0.0 + D:quarried_0.0=0.0 + D:quartz_0.0=0.0 + D:quartzite_0.0=0.0 + D:quartzsand_0.0=0.0 + D:quicklime_0.0=0.0 + D:quicksilver_0.0=0.0 + D:radon_0.0=0.0 + D:randomite_0.0=0.0 + D:rareearth_0.0=0.0 + D:rawrubber_0.0=0.0 + D:realgar_0.0=0.0 + D:red_0.0=0.0 + D:redalloy_0.0=0.0 + D:redgranite_0.0=0.0 + D:redrock_0.0=0.0 + D:redsteel_0.0=0.0 + D:redstone_0.0=0.0 + D:redstonealloy_0.0=0.0 + D:refinedglowstone_0.0=0.0 + D:refinediron_0.0=0.0 + D:refinedobsidian_0.0=0.0 + D:reinforced_0.0=0.0 + D:rhyolite_0.0=0.0 + D:rocksalt_0.0=0.0 + D:rosegold_0.0=0.0 + D:rubber_0.0=0.0 + D:rubbertreesap_0.0=0.0 + D:rubidium_0.0=0.0 + D:rubracium_0.0=0.0 + D:ruby_0.0=0.0 + D:rutile_0.0=0.0 + D:ryu_0.0=0.0 + D:ryudragonryder_0.0=0.0 + D:salt_0.0=0.0 + D:saltpeter_0.0=0.0 + D:saltwater_0.0=0.0 + D:samarium_0.0=0.0 + D:sand_0.0=0.0 + D:sanguinite_0.0=0.0 + D:sapphire_0.0=0.0 + D:satinspar_0.0=0.0 + D:scandium_0.0=0.0 + D:scheelite_0.0=0.0 + D:seedoil_0.0=0.0 + D:seedoilhemp_0.0=0.0 + D:seedoillin_0.0=0.0 + D:selenite_0.0=0.0 + D:serpentine_0.0=0.0 + D:shadowiron_0.0=0.0 + D:shadowsteel_0.0=0.0 + D:sheldonite_0.0=0.0 + D:signalum_0.0=0.0 + D:silicon_0.0=0.0 + D:silicondioxide_0.0=0.0 + D:silicone_0.0=0.0 + D:siltstone_0.0=0.0 + D:silver_0.0=0.0 + D:silverlead_0.0=0.0 + D:snow_0.0=0.0 + D:soapstone_0.0=0.0 + D:sodalite_0.0=0.0 + D:sodium_0.0=0.0 + D:sodiumperoxide_0.0=0.0 + D:sodiumpersulfate_0.0=0.0 + D:sodiumsulfide_0.0=0.0 + D:solderingalloy_0.0=0.0 + D:solutionbluevitriol_0.0=0.0 + D:solutionnickelsulfate_0.0=0.0 + D:soularium_0.0=0.0 + D:soulsand_0.0=0.0 + D:spessartine_0.0=0.0 + D:sphalerite_0.0=0.0 + D:spinel_0.0=0.0 + D:spodumene_0.0=0.0 + D:stainlesssteel_0.0=0.0 + D:starconium_0.0=0.0 + D:steel_0.0=0.0 + D:steeleaf_0.0=0.0 + D:steelmagnetic_0.0=0.0 + D:sterlingsilver_0.0=0.0 + D:stibnite_0.0=0.0 + D:stone_0.0=0.0 + D:strontium_0.0=0.0 + D:sugar_0.0=0.0 + D:sugilite_0.0=0.0 + D:sulfur_0.0=0.0 + D:sulfuricacid_0.0=0.0 + D:sulfuricgas_0.0=0.0 + D:sulfuricheavyfuel_0.0=0.0 + D:sulfuriclightfuel_0.0=0.0 + D:sulfuricnaphtha_0.0=0.0 + D:sunnarium_0.0=0.0 + D:sunstone_0.0=0.0 + D:superconductor_0.0=0.0 + D:sylvite_0.0=0.0 + D:talc_0.0=0.0 + D:tantalite_0.0=0.0 + D:tantalum_0.0=0.0 + D:tanzanite_0.0=0.0 + D:tapazite_0.0=0.0 + D:tar_0.0=0.0 + D:tarpitch_0.0=0.0 + D:tartarite_0.0=0.0 + D:tellurium_0.0=0.0 + D:tennantite_0.0=0.0 + D:terbium_0.0=0.0 + D:terrasteel_0.0=0.0 + D:teslatite_0.0=0.0 + D:tetrahedrite_0.0=0.0 + D:thaumium_0.0=0.0 + D:thorium_0.0=0.0 + D:thulium_0.0=0.0 + D:thyrium_0.0=0.0 + D:tin_0.0=0.0 + D:tinalloy_0.0=0.0 + D:titan_0.0=0.0 + D:titanium_0.0=0.0 + D:titaniumtetrachloride_0.0=0.0 + D:tnt_0.0=0.0 + D:topaz_0.0=0.0 + D:tourmaline_0.0=0.0 + D:tritanium_0.0=0.0 + D:tritium_0.0=0.0 + D:trona_0.0=0.0 + D:tungstate_0.0=0.0 + D:tungsten_0.0=0.0 + D:tungstencarbide_0.0=0.0 + D:tungstensteel_0.0=0.0 + D:turquoise_0.0=0.0 + D:ultimate_0.0=0.0 + D:ultimet_0.0=0.0 + D:unknown_0.0=0.0 + D:unstable_0.0=0.0 + D:unstableingot_0.0=0.0 + D:uran_0.0=0.0 + D:uraninite_0.0=0.0 + D:uranium235_0.0=0.0 + D:uranium_0.0=0.0 + D:uuamplifier_0.0=0.0 + D:uumatter_0.0=0.0 + D:uvarovite_0.0=0.0 + D:vanadium_0.0=0.0 + D:vanadiumgallium_0.0=0.0 + D:vanadiummagnetite_0.0=0.0 + D:vanadiumsteel_0.0=0.0 + D:vermiculite_0.0=0.0 + D:vibrantalloy_0.0=0.0 + D:vinteum_0.0=0.0 + D:vis_0.0=0.0 + D:void_0.0=0.0 + D:voidmetal_0.0=0.0 + D:volcanicash_0.0=0.0 + D:vulcanite_0.0=0.0 + D:vyroxeres_0.0=0.0 + D:water_0.0=0.0 + D:wheat_0.0=0.0 + D:wimalite_0.0=0.0 + D:witheria_0.0=0.0 + D:wolfram_0.0=0.0 + D:wolframite_0.0=0.0 + D:wolframium_0.0=0.0 + D:wollastonite_0.0=0.0 + D:wood_0.0=0.0 + D:woodsealed_0.0=0.0 + D:wroughtiron_0.0=0.0 + D:wrougtiron_0.0=0.0 + D:wulfenite_0.0=0.0 + D:yellorite_0.0=0.0 + D:yellorium_0.0=0.0 + D:yellowlimonite_0.0=0.0 + D:ytterbium_0.0=0.0 + D:yttrium_0.0=0.0 + D:yttriumbariumcuprate_0.0=0.0 + D:zectium_0.0=0.0 + D:zeolite_0.0=0.0 + D:zinc_0.0=0.0 +} + + diff --git a/config/GregTech/OreProcessing.cfg b/config/GregTech/OreProcessing.cfg new file mode 100644 index 0000000000..835ebd45cf --- /dev/null +++ b/config/GregTech/OreProcessing.cfg @@ -0,0 +1,447 @@ +# Configuration file + +processores { + B:Adamantium_true=true + B:Alduorite_true=true + B:Almandine_true=true + B:Aluminium_true=true + B:Alunite_true=true + B:Amber_true=true + B:Americium_true=true + B:Amethyst_true=true + B:Andradite_true=true + B:Angmallen_true=true + B:AnnealedCopper_false=false + B:Antimony_true=true + B:Apatite_true=true + B:Ardite_true=true + B:Argon_false=false + B:Arsenic_true=true + B:Asbestos_true=true + B:Ash_false=false + B:AstralSilver_true=true + B:Atlarus_true=true + B:BandedIron_true=true + B:Barite_true=true + B:Barium_true=true + B:Basalt_false=false + B:BasalticMineralSand_true=true + B:Bastnasite_true=true + B:BatteryAlloy_false=false + B:Bauxite_true=true + B:Bentonite_true=true + B:Beryllium_true=true + B:BioFuel_false=false + B:Biomass_false=false + B:Biotite_false=false + B:BismuthBronze_false=false + B:Bismuth_true=true + B:BlackBronze_false=false + B:BlackSteel_false=false + B:Blaze_false=false + B:Blizz_false=false + B:BlueAlloy_false=false + B:BlueSteel_false=false + B:BlueTopaz_true=true + B:Blueschist_false=false + B:Bluestone_false=false + B:Bone_false=false + B:Borax_true=true + B:Boron_true=true + B:Brass_false=false + B:Bronze_false=false + B:BrownLimonite_true=true + B:Cadmium_true=true + B:Caesium_true=true + B:Calcite_true=true + B:Calcium_false=false + B:CarbonDioxide_false=false + B:Carbon_false=false + B:Carmot_true=true + B:CassiteriteSand_true=true + B:Cassiterite_true=true + B:Celenegil_true=true + B:Cerium_true=true + B:CertusQuartz_true=true + B:Ceruclase_true=true + B:Chalcopyrite_true=true + B:Charcoal_false=false + B:Cheese_true=true + B:Chert_false=false + B:Chili_false=false + B:Chlorine_false=false + B:Chocolate_false=false + B:Chrome_true=true + B:Chromite_true=true + B:ChromiumDioxide_false=false + B:Chrysotile_true=true + B:Cinnabar_true=true + B:Clay_false=false + B:CoalFuel_false=false + B:Coal_true=true + B:CobaltBrass_false=false + B:CobaltHexahydrate_false=false + B:Cobalt_true=true + B:Cobaltite_true=true + B:Cocoa_false=false + B:Coffee_false=false + B:Concrete_false=false + B:ConductiveIron_false=false + B:ConstructionFoam_false=false + B:Cooperite_true=true + B:Copper_true=true + B:CrackedHeavyFuel_false=false + B:CrackedLightFuel_false=false + B:Creosote_false=false + B:CrudeOil_false=false + B:Cupronickel_false=false + B:Dacite_false=false + B:DamascusSteel_false=false + B:DarkAsh_false=false + B:DarkIron_true=true + B:DarkSteel_false=false + B:DeepIron_true=true + B:Desh_true=true + B:Deuterium_false=false + B:Diamond_true=true + B:Diatomite_true=true + B:Dilithium_true=true + B:Dolomite_true=true + B:DraconiumAwakened_true=true + B:Draconium_true=true + B:Duranium_false=false + B:Dysprosium_true=true + B:Eclogite_false=false + B:ElectricalSteel_false=false + B:ElectrumFlux_false=false + B:Electrum_true=true + B:Emerald_true=true + B:Emery_true=true + B:Empty_false=false + B:EnderEye_false=false + B:EnderPearl_false=false + B:EnderiumBase_false=false + B:Enderium_false=false + B:Endium_true=true + B:Endstone_false=false + B:EnergeticAlloy_false=false + B:EnhancedGalgadorian_false=false + B:Epidote_false=false + B:Epoxid_false=false + B:Erbium_true=true + B:Ethanol_false=false + B:Europium_true=true + B:Eximite_true=true + B:FierySteel_false=false + B:Firestone_true=true + B:FishOil_false=false + B:Flint_false=false + B:Fluorine_false=false + B:FoolsRuby_true=true + B:Force_true=true + B:Forcicium_true=true + B:Forcillium_true=true + B:FryingOilHot_false=false + B:Fuel_false=false + B:FullersEarth_true=true + B:Gabbro_false=false + B:Gadolinium_true=true + B:Galena_true=true + B:Galgadorian_false=false + B:Gallium_true=true + B:GarnetRed_true=true + B:GarnetSand_true=true + B:GarnetYellow_true=true + B:Garnierite_true=true + B:Gas_false=false + B:Glass_false=false + B:GlauconiteSand_true=true + B:Glauconite_true=true + B:Glowstone_false=false + B:Glue_false=false + B:Glyceryl_false=false + B:Gneiss_false=false + B:Gold_true=true + B:GraniteBlack_false=false + B:GraniteRed_false=false + B:GraniticMineralSand_true=true + B:Graphene_false=false + B:Graphite_true=true + B:GreenSapphire_true=true + B:Greenschist_false=false + B:Greenstone_false=false + B:Greywacke_false=false + B:Grossular_true=true + B:Gunpowder_false=false + B:Gypsum_true=true + B:HSLA_false=false + B:HSSE_false=false + B:HSSG_false=false + B:HSSS_false=false + B:Haderoth_true=true + B:HeavyFuel_false=false + B:HeeEndium_true=true + B:Helium_3_false=false + B:Helium_false=false + B:Hepatizon_true=true + B:Holmium_true=true + B:HolyWater_false=false + B:Honey_false=false + B:HydratedCoal_false=false + B:HydricSulfide_false=false + B:Hydrogen_false=false + B:Ice_false=false + B:Ignatius_false=false + B:Ilmenite_true=true + B:Indium_true=true + B:Infuscolium_true=true + B:InfusedAir_true=true + B:InfusedEarth_true=true + B:InfusedEntropy_true=true + B:InfusedFire_true=true + B:InfusedGold_true=true + B:InfusedOrder_true=true + B:InfusedWater_true=true + B:Inolashite_true=true + B:Invar_false=false + B:Iridium_true=true + B:IronMagnetic_false=false + B:IronWood_false=false + B:Iron_true=true + B:Jade_true=true + B:Jasper_true=true + B:Kalendrite_false=false + B:Kanthal_false=false + B:Kaolinite_true=true + B:Knightmetal_false=false + B:Komatiite_false=false + B:Kyanite_true=true + B:LPG_false=false + B:Lanthanum_true=true + B:Lapis_true=true + B:Lava_false=false + B:Lazurite_true=true + B:Lead_true=true + B:Lemurite_false=false + B:Lepidolite_true=true + B:LightFuel_false=false + B:Lignite_true=true + B:LiquidAir_false=false + B:Lithium_true=true + B:LiveRoot_false=false + B:Lubricant_false=false + B:Lutetium_true=true + B:Magnalium_false=false + B:Magnesite_true=true + B:Magnesium_true=true + B:Magnesiumchloride_false=false + B:Magnetite_true=true + B:Malachite_true=true + B:Manganese_true=true + B:Manyullyn_true=true + B:Marble_false=false + B:McGuffium239_false=false + B:MeatCooked_false=false + B:MeatRaw_false=false + B:Mercury_false=false + B:MeteoricIron_true=true + B:MeteoricSteel_false=false + B:Methane_false=false + B:Meutoite_true=true + B:Mica_true=true + B:Midasium_true=true + B:Migmatite_false=false + B:Milk_false=false + B:Mirabilite_true=true + B:Mithril_true=true + B:Molybdenite_true=true + B:Molybdenum_true=true + B:Monazite_true=true + B:Naphtha_false=false + B:NaquadahAlloy_false=false + B:NaquadahEnriched_true=true + B:Naquadah_true=true + B:Naquadria_true=true + B:NatruralGas_false=false + B:NeodymiumMagnetic_false=false + B:Neodymium_true=true + B:NetherBrick_false=false + B:NetherQuartz_true=true + B:NetherStar_false=false + B:Netherrack_false=false + B:Neutronium_true=true + B:Nichrome_false=false + B:Nickel_true=true + B:Nikolite_true=true + B:NiobiumNitride_false=false + B:NiobiumTitanium_false=false + B:Niobium_true=true + B:Niter_true=true + B:NitroCarbon_false=false + B:NitroFuel_false=false + B:NitrogenDioxide_false=false + B:Nitrogen_false=false + B:NobleGases_false=false + B:Obsidian_false=false + B:OilHeavy_false=false + B:OilLight_false=false + B:OilMedium_false=false + B:Oil_false=false + B:Oilsands_true=true + B:Olivine_true=true + B:Opal_true=true + B:Orichalcum_true=true + B:Osmiridium_false=false + B:Osmium_true=true + B:Oureclase_true=true + B:Oxygen_false=false + B:Palladium_true=true + B:Paper_false=false + B:Pentlandite_true=true + B:Perlite_true=true + B:Phosphate_true=true + B:Phosphor_true=true + B:Phosphorus_true=true + B:PigIron_true=true + B:Pitchblende_true=true + B:Plastic_false=false + B:PlatinumGroupSludge_false=false + B:Platinum_true=true + B:Plutonium241_true=true + B:Plutonium_true=true + B:Pollucite_true=true + B:Polycaprolactam_false=false + B:Polytetrafluoroethylene_false=false + B:PotassiumFeldspar_false=false + B:Potassium_false=false + B:Powellite_true=true + B:Praseodymium_true=true + B:Prometheum_true=true + B:Promethium_true=true + B:PulsatingIron_false=false + B:Pumice_true=true + B:Pyrite_true=true + B:Pyrolusite_true=true + B:Pyrope_true=true + B:Pyrotheum_false=false + B:QuartzSand_true=true + B:Quartzite_true=true + B:Radon_false=false + B:RareEarth_false=false + B:RawRubber_false=false + B:Realgar_true=true + B:RedAlloy_false=false + B:RedSteel_false=false + B:Redrock_false=false + B:RedstoneAlloy_false=false + B:Redstone_true=true + B:Reinforced_false=false + B:Rhyolite_false=false + B:RockSalt_true=true + B:RoseGold_false=false + B:Rubber_false=false + B:Rubidium_true=true + B:Rubracium_true=true + B:Ruby_true=true + B:Rutile_true=true + B:Salt_true=true + B:Saltpeter_true=true + B:Samarium_true=true + B:Sanguinite_true=true + B:Sapphire_true=true + B:Scandium_true=true + B:Scheelite_true=true + B:SeedOilHemp_false=false + B:SeedOilLin_false=false + B:SeedOil_false=false + B:ShadowIron_true=true + B:ShadowSteel_false=false + B:SiliconDioxide_false=false + B:Silicon_true=true + B:Silicone_false=false + B:Siltstone_false=false + B:Silver_true=true + B:Snow_false=false + B:Soapstone_true=true + B:Sodalite_true=true + B:SodiumPersulfate_false=false + B:SodiumSulfide_false=false + B:Sodium_false=false + B:SolderingAlloy_false=false + B:Soularium_false=false + B:Spessartine_true=true + B:Sphalerite_true=true + B:Spodumene_true=true + B:StainlessSteel_false=false + B:SteelMagnetic_false=false + B:Steel_false=false + B:Steeleaf_false=false + B:SterlingSilver_false=false + B:Stibnite_true=true + B:Stone_false=false + B:Strontium_true=true + B:Sugar_false=false + B:Sulfur_true=true + B:SulfuricAcid_false=false + B:SulfuricGas_false=false + B:SulfuricHeavyFuel_false=false + B:SulfuricLightFuel_false=false + B:SulfuricNaphtha_false=false + B:Sunnarium_false=false + B:Talc_true=true + B:Tantalite_true=true + B:Tantalum_true=true + B:Tanzanite_true=true + B:Tartarite_true=true + B:Tellurium_true=true + B:Terbium_true=true + B:Tetrahedrite_true=true + B:Thaumium_false=false + B:Thorium_true=true + B:Thulium_true=true + B:TinAlloy_false=false + B:Tin_true=true + B:Titanium_true=true + B:Titaniumtetrachloride_false=false + B:Topaz_true=true + B:Tritanium_false=false + B:Tritium_false=false + B:Trona_true=true + B:Tungstate_true=true + B:TungstenCarbide_false=false + B:TungstenSteel_false=false + B:Tungsten_true=true + B:UUAmplifier_false=false + B:UUMatter_false=false + B:Ultimet_false=false + B:Uraninite_true=true + B:Uranium235_true=true + B:Uranium_true=true + B:Uvarovite_true=true + B:VanadiumGallium_false=false + B:VanadiumMagnetite_true=true + B:VanadiumSteel_false=false + B:Vanadium_true=true + B:Vermiculite_true=true + B:VibrantAlloy_false=false + B:Vinteum_true=true + B:Voidmetal_false=false + B:VolcanicAsh_false=false + B:Vulcanite_true=true + B:Vyroxeres_true=true + B:Water_false=false + B:Wheat_false=false + B:Wollastonite_true=true + B:WoodSealed_false=false + B:Wood_false=false + B:WroughtIron_false=false + B:Wulfenite_true=true + B:YellowLimonite_true=true + B:Ytterbium_true=true + B:YttriumBariumCuprate_false=false + B:Yttrium_true=true + B:Zeolite_true=true + B:Zinc_true=true +} + + diff --git a/config/GregTech/Other.cfg b/config/GregTech/Other.cfg new file mode 100644 index 0000000000..f3e17a660d --- /dev/null +++ b/config/GregTech/Other.cfg @@ -0,0 +1,8 @@ +# Configuration file + +general { + B:DisableFlintTools_false=false + B:EnableAE2Integration_true=true +} + + diff --git a/config/endercore/endercore.cfg b/config/endercore/endercore.cfg new file mode 100644 index 0000000000..febeff0b83 --- /dev/null +++ b/config/endercore/endercore.cfg @@ -0,0 +1,108 @@ +# Configuration file + +enchants { + # Allow the Auto Smelt enchant to be registered. + # [default: true] + B:allowAutoSmelt=true + + # Allow the Auto Smelt enchant to work with Fortune. + # [default: true] + B:allowAutoSmeltWithFortune=true + + # Allow the XP Boost enchant to be registered. + # [default: true] + B:allowXPBoost=true + + # Enchant ID for the Auto Smelt enchant. + # [range: 0 ~ 255, default: 46] + I:enchantIDAutoSmelt=46 + + # Enchant ID for the XP boost enchant. + # [range: 0 ~ 255, default: 45] + I:enchantIDXPBoost=45 +} + + +general { + # Disabling this option will prevent any crops added to the config json from being right clickable. + # [default: true] + B:allowCropRC=true + + # Prevent tick speedup (i.e. torcherino) on any TE that uses the base TE class from EnderCore + # [default: false] + B:allowExternalTickSpeedup=false + + # The max amount of XP levels an anvil recipe can use. + # [default: 40] + I:anvilMaxLevel=40 + + # The way the game should have been made (Yes this is the fireworks thing). + # [default: true] + B:betterAchievements=true + + # Controls the default sorting on the mod list GUI. + # 0 - Default sort (load order) + # 1 - A to Z sort + # 2 - Z to A sort + # [range: 0 ~ 2, default: 1] + I:defaultModSort=1 + + # Removes all void fog. + # 0 = off + # 1 = DEFAULT worldtype only + # 2 = all world types + # [range: 0 ~ 2, default: 1] + I:disableVoidFog=1 + + # Show durability on item tooltips. + # 0 - Off + # 1 - Always on + # 2 - Only with shift + # 3 - Only in debug mode + # [range: 0 ~ 3, default: 1] + I:showDurabilityTooltips=1 + + # Show oredictionary names of every item in its tooltip. + # 0 - Off + # 1 - Always on + # 2 - Only with shift + # 3 - Only in debug mode + # [range: 0 ~ 3, default: 2] + I:showOredictTooltips=2 + + # Show item registry names in tooltips. + # 0 - Off + # 1 - Always on + # 2 - Only with shift + # 3 - Only in debug mode + # [range: 0 ~ 3, default: 3] + I:showRegistryNameTooltips=3 + + # 0 - Do nothing + # 1 - Remove stacktraces, leave 1-line missing texture errors + # 2 - Remove all missing texture errors completely. + # [range: 0 ~ 2, default: 1] + I:textureErrorRemover=1 +} + + +tweaks { + B:bookToPaperRecipe=true + + # Makes boats stack to 16 + # [default: true] + B:changeBoatStackSize=true + + # Makes the bed stepSound wool instead of stone + # [default: true] + B:fixBedSound=true + + # Allows packed ice to be mined with a pickaxe + # [default: true] + B:fixPackedIceTool=true + B:infinibow=true + B:shapelessPaperRecipe=true + B:slabToBlockRecipes=true +} + + diff --git a/config/enderzoo/SpawnConfig_User.xml b/config/enderzoo/SpawnConfig_User.xml new file mode 100644 index 0000000000..f13517352a --- /dev/null +++ b/config/enderzoo/SpawnConfig_User.xml @@ -0,0 +1,39 @@ + + + + + + diff --git a/config/railcraft/items.cfg b/config/railcraft/items.cfg new file mode 100644 index 0000000000..418b481e74 --- /dev/null +++ b/config/railcraft/items.cfg @@ -0,0 +1,93 @@ +# Configuration file + +########################################################################################################## +# items +#--------------------------------------------------------------------------------------------------------# +# Many items can be disabled by setting them to 'false'. +# This is not true for all items, so some experimentation may be needed. +# Some disabled items will cause a substitute to be used in crafting recipes. +########################################################################################################## + +items { + B:armor.goggles=true + B:armor.overalls=true + B:armor.steel.boots=true + B:armor.steel.helmet=true + B:armor.steel.legs=true + B:armor.steel.plate=true + B:backpack.apothecary.t1=true + B:backpack.apothecary.t2=true + B:backpack.iceman.t1=true + B:backpack.iceman.t2=true + B:backpack.trackman.t1=true + B:backpack.trackman.t2=true + B:cart.anchor=true + B:cart.anchor.admin=true + B:cart.anchor.personal=true + B:cart.bore=true + B:cart.energy.batbox=true + B:cart.energy.cesu=true + B:cart.energy.mfe=true + B:cart.energy.mfsu=true + B:cart.gift=true + B:cart.loco.steam.solid=true + B:cart.pumpkin=true + B:cart.tank=true + B:cart.tnt=true + B:cart.tnt.wood=true + B:cart.track.relayer=true + B:cart.undercutter=true + B:cart.work=true + B:dust=true + B:emblem=true + B:firestone.cracked=true + B:firestone.cut=true + B:firestone.raw=true + B:firestone.refined=true + B:fluid.creosote.bottle=true + B:fluid.creosote.bucket=true + B:fluid.creosote.can=true + B:fluid.creosote.cell=true + B:fluid.creosote.refactory=true + B:fluid.creosote.wax=true + B:fluid.steam.bottle=true + B:fuel.coke=true + B:ic2.upgrade.lapotron=true + B:ingot=true + B:nugget=true + B:part.circuit=true + B:part.gear=true + B:part.plate=true + B:part.rail=true + B:part.railbed=true + B:part.rebar=true + B:part.signal.lamp=true + B:part.tie=true + B:part.turbine.blade=true + B:part.turbine.disk=true + B:part.turbine.rotor=true + B:routing.table=true + B:routing.ticket=true + B:routing.ticket.gold=true + B:tool.bore.head.diamond=true + B:tool.bore.head.iron=true + B:tool.bore.head.steel=true + B:tool.crowbar=true + B:tool.crowbar.magic=true + B:tool.crowbar.reinforced=true + B:tool.crowbar.void=true + B:tool.electric.meter=true + B:tool.magnifying.glass=true + B:tool.signal.label=true + B:tool.signal.tuner=true + B:tool.steel.axe=true + B:tool.steel.hoe=true + B:tool.steel.pickaxe=true + B:tool.steel.shears=true + B:tool.steel.shovel=true + B:tool.steel.sword=true + B:tool.surveyor=true + B:tool.whistle.tuner=true +} + + diff --git a/config/railcraft/modules.cfg b/config/railcraft/modules.cfg new file mode 100644 index 0000000000..b462f71c2b --- /dev/null +++ b/config/railcraft/modules.cfg @@ -0,0 +1,40 @@ +# Configuration file + +########################################################################################################## +# modules +#--------------------------------------------------------------------------------------------------------# +# Disabling these modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the World Module will disable all world gen. +# Disabling the Energy Module will remove the energy requirement from machines, but will only do so if Forestry or Buildcraft are not installed. +########################################################################################################## + +modules { + B:automation=true + B:chunk.loading=true + B:electricity=true + B:emblem=true + B:extras=true + B:factory=true + B:forestry=true + B:ic2=true + B:locomotives=true + B:magic=true + B:redstone.flux=true + B:routing=true + B:seasonal=true + B:signals=true + B:steam=true + B:structures=true + B:thaumcraft=true + B:tracks=true + B:tracks.electric=true + B:tracks.highspeed=true + B:tracks.reinforced=true + B:tracks.wood=true + B:train=true + B:transport=true + B:world=true +} + + diff --git a/config/thaumicenergistics.cfg b/config/thaumicenergistics.cfg new file mode 100644 index 0000000000..fcb0a9df0e --- /dev/null +++ b/config/thaumicenergistics.cfg @@ -0,0 +1,65 @@ +# Configuration file + +client { + # The iron and thaumium gearboxes will be rendered as a standard block. [default: false] + B:"Disable Gearbox Model"=false +} + + +crafting { + # Controls if the Wireless Essentia Terminal can be crafted. [default: true] + B:"Allow Crafting Wireless Essentia Terminal"=true + + # Controls if the Arcane Assembler can be crafted. [default: true] + B:"Arcane Assembler"=true + + # Controls if the Arcane Crafting Terminal can be crafted. [default: true] + B:"Arcane Crafting Terminal"=true + + # Controls if Certus Quartz can be duplicated in the crucible. [default: true] + B:"Certus Quartz Duplication"=true + + # Controls if the Distillation Pattern Encoder can be crafted. [default: true] + B:"Distillation Pattern Encoder."=true + + # Controls if Essentia Cells and Components can be crafted. [default: true] + B:"Essentia Cells"=true + + # Controls if the Essentia Provider can be crafted. [default: true] + B:"Essentia Provider"=true + + # Controlls if the Essentia Vibration Chamber can be crafted. [default: true] + B:"Essentia Vibration Chamber"=true + + # When enabled, overwrites the AE2 facade settings for some Thaumcraft blocks, allowing their facades to be crafted. [default: true] + B:"Force TC Facades"=true + + # Controls if the Golem Wifi Backpack can be crafted. [default: true] + B:"Golem Wifi Backpack"=true + + # Controls if the import and export buses can be crafted. [default: true] + B:"IO Buses"=true + + # Controls if the Infusion Provider can be crafted. [default: true] + B:"Infusion Provider"=true + + # Controls if the Vis Relay Interface can be crafted. [default: true] + B:"Vis Relay Interface"=true + + # Controls if the Wrench Focus is enabled and craftable. [default: true] + B:"Wrench Focus"=true +} + + +general { + # Controls the conversion ratio of essentia/fluid. 1 essentia is converted to (2^this) milibuckets of fluid. Please be aware that this value effects how much fluid is transferred through the AE system, which also effects transfer speed and power consumption. Values above 11 make it impossible to use fluid transfer devices such as the ME IO Port, or anything from EC2. [range: 1 ~ 11, default: 7] + I:"Essentia Fluid Ratio Exponent"=7 +} + + +integration { + # Prevents extra cells from interacting with essentia gas [default: true] + B:"ExtraCells Blacklist"=true +} + +