Initial commit
This commit is contained in:
114
both/config/cofh/core/client.cfg
Normal file
114
both/config/cofh/core/client.cfg
Normal file
@@ -0,0 +1,114 @@
|
||||
# Configuration file
|
||||
|
||||
General {
|
||||
# Set to true to use Color Blind Textures in CoFH Mods, where applicable.
|
||||
B:EnableColorBlindTextures=false
|
||||
|
||||
# Set to false to disable shader effects in CoFH Mods.
|
||||
B:EnableShaderEffects=true
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# Global
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# The options in this section change core Minecraft behavior and are not limited to CoFH mods.
|
||||
##########################################################################################################
|
||||
|
||||
Global {
|
||||
# Set to false to disable all animated textures in Minecraft.
|
||||
B:EnableAnimatedTextures=true
|
||||
|
||||
# Set to false to disable any particles from spawning in Minecraft.
|
||||
B:EnableParticles=true
|
||||
|
||||
# Set to false to disable chunk sorting during rendering.
|
||||
B:EnableRenderSorting=true
|
||||
}
|
||||
|
||||
|
||||
Interface {
|
||||
# Set to true to draw borders on GUI slots in CoFH Mods, where applicable.
|
||||
B:EnableGUISlotBorders=true
|
||||
|
||||
Tooltips {
|
||||
# Set to true to display large item counts as stacks rather than a single quantity.
|
||||
B:DisplayContainedItemsAsStackCount=false
|
||||
|
||||
# Set to false to hide a tooltip prompting you to press Shift for more details on various items.
|
||||
B:DisplayHoldShiftForDetail=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Security {
|
||||
# Set to false to disable warnings about Ops having access to 'secure' blocks upon logging on to a server.
|
||||
B:OpsCanAccessSecureBlocksWarning=true
|
||||
}
|
||||
|
||||
|
||||
Tab {
|
||||
|
||||
Augment {
|
||||
I:ColorBackground=564812
|
||||
I:ColorHeader=14797103
|
||||
I:ColorSubHeader=11186104
|
||||
I:ColorText=0
|
||||
I:Side=1
|
||||
}
|
||||
|
||||
Configuration {
|
||||
I:ColorBackground=2254472
|
||||
I:ColorHeader=14797103
|
||||
I:ColorSubHeader=11186104
|
||||
I:ColorText=0
|
||||
I:Side=1
|
||||
}
|
||||
|
||||
Energy {
|
||||
I:ColorBackgroundConsumer=685776
|
||||
I:ColorBackgroundProducer=13657355
|
||||
I:ColorHeader=14797103
|
||||
I:ColorSubHeader=11186104
|
||||
I:ColorText=0
|
||||
I:Side=0
|
||||
}
|
||||
|
||||
Information {
|
||||
I:ColorBackground=5592405
|
||||
I:ColorHeader=14797103
|
||||
I:ColorSubHeader=11186104
|
||||
I:ColorText=16777215
|
||||
B:Enable=true
|
||||
I:Side=0
|
||||
}
|
||||
|
||||
Redstone {
|
||||
I:ColorBackground=13640458
|
||||
I:ColorHeader=14797103
|
||||
I:ColorSubHeader=11186104
|
||||
I:ColorText=0
|
||||
I:Side=1
|
||||
}
|
||||
|
||||
Security {
|
||||
I:ColorBackground=8947848
|
||||
I:ColorHeader=14797103
|
||||
I:ColorSubHeader=11186104
|
||||
I:ColorText=0
|
||||
I:Side=1
|
||||
}
|
||||
|
||||
Tutorial {
|
||||
I:ColorBackground=5900731
|
||||
I:ColorHeader=14797103
|
||||
I:ColorSubHeader=11186104
|
||||
I:ColorText=16777215
|
||||
B:Enable=true
|
||||
I:Side=0
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
67
both/config/cofh/core/common.cfg
Normal file
67
both/config/cofh/core/common.cfg
Normal file
@@ -0,0 +1,67 @@
|
||||
# Configuration file
|
||||
|
||||
Enchantment {
|
||||
I:Holding=104
|
||||
I:Multishot=105
|
||||
}
|
||||
|
||||
|
||||
General {
|
||||
# Set to TRUE for this to log when a block is dismantled.
|
||||
B:EnableDismantleLogging=false
|
||||
|
||||
# Set to TRUE to display death messages for any named entity.
|
||||
B:EnableGenericDeathMessage=true
|
||||
|
||||
# Set to FALSE to disable items on the ground from trying to stack. This can improve server performance.
|
||||
B:EnableItemStacking=true
|
||||
|
||||
# Set to TRUE to be informed of non-critical updates. You will still receive critical update notifications.
|
||||
B:EnableUpdateNotifications=true
|
||||
}
|
||||
|
||||
|
||||
Holiday {
|
||||
# Set this to TRUE to disable Christmas cheer. Scrooge. :(
|
||||
B:HoHoNo=false
|
||||
|
||||
# Set this to TRUE to disable April Foolishness.
|
||||
B:IHateApril=false
|
||||
}
|
||||
|
||||
|
||||
Security {
|
||||
# Set to TRUE to allow for Server Ops to access 'secure' blocks. Your players will be warned upon server connection.
|
||||
B:OpsCanAccessSecureBlocks=false
|
||||
}
|
||||
|
||||
|
||||
Version {
|
||||
S:Identifier=1.7.10R3.1.4
|
||||
}
|
||||
|
||||
|
||||
World {
|
||||
# This will flatten the bedrock layer.
|
||||
B:FlatBedrock=false
|
||||
|
||||
# The number of layers of bedrock to flatten to. (Max: 8)
|
||||
I:FlatBedrockLayers=1
|
||||
|
||||
# This allows for vanilla Minecraft ore generation to be REPLACED. Configure in the Vanilla.json file; vanilla defaults have been provided. If you rename the Vanilla.json file, this option WILL NOT WORK.
|
||||
B:ReplaceVanillaGeneration=false
|
||||
|
||||
# If FlatBedrock is enabled, this will enforce it in previously generated chunks.
|
||||
B:RetroactiveFlatBedrock=false
|
||||
|
||||
# This will retroactively generate ores in previously generated chunks.
|
||||
B:RetroactiveOreGeneration=false
|
||||
|
||||
Tweaks {
|
||||
# Set this to a value > 1 to make trees grow more infrequently. Rate is 1 in N. Example: If this value is set to 3, trees will take 3x the time to grow, on average.
|
||||
I:TreeGrowthChance=1
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
0
both/config/cofh/core/friends.cfg
Normal file
0
both/config/cofh/core/friends.cfg
Normal file
43
both/config/cofh/core/loot.cfg
Normal file
43
both/config/cofh/core/loot.cfg
Normal file
@@ -0,0 +1,43 @@
|
||||
# Configuration file
|
||||
|
||||
General {
|
||||
# Set to false to disable this entire module.
|
||||
B:EnableModule=true
|
||||
}
|
||||
|
||||
|
||||
Heads {
|
||||
# If enabled, mobs only drop heads when killed by players.
|
||||
B:MobsDropOnPvEOnly=true
|
||||
|
||||
# If enabled, players only drop heads when killed by other players.
|
||||
B:PlayersDropOnPvPOnly=true
|
||||
|
||||
Players {
|
||||
I:Chance=5
|
||||
B:Enabled=true
|
||||
}
|
||||
|
||||
Creepers {
|
||||
I:Chance=5
|
||||
B:Enabled=true
|
||||
}
|
||||
|
||||
Skeletons {
|
||||
I:Chance=5
|
||||
B:Enabled=true
|
||||
}
|
||||
|
||||
WitherSkeletons {
|
||||
I:Chance=5
|
||||
B:Enabled=false
|
||||
}
|
||||
|
||||
Zombies {
|
||||
I:Chance=5
|
||||
B:Enabled=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
90
both/config/cofh/thermalexpansion/client.cfg
Normal file
90
both/config/cofh/thermalexpansion/client.cfg
Normal file
@@ -0,0 +1,90 @@
|
||||
# Configuration file
|
||||
|
||||
Interface {
|
||||
|
||||
CreativeTab {
|
||||
B:BlocksInCommonTab=false
|
||||
B:FlorbsInCommonTab=false
|
||||
B:ItemsInCommonTab=false
|
||||
B:ToolsInCommonTab=false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Machine {
|
||||
|
||||
Furnace {
|
||||
# Enable sounds for the Furnace.
|
||||
B:Sound.Enable=true
|
||||
}
|
||||
|
||||
Pulverizer {
|
||||
# Enable sounds for the Pulverizer.
|
||||
B:Sound.Enable=true
|
||||
}
|
||||
|
||||
Sawmill {
|
||||
# Enable sounds for the Sawmill.
|
||||
B:Sound.Enable=true
|
||||
}
|
||||
|
||||
Smelter {
|
||||
# Enable sounds for the Smelter.
|
||||
B:Sound.Enable=true
|
||||
}
|
||||
|
||||
Crucible {
|
||||
# Enable sounds for the Crucible.
|
||||
B:Sound.Enable=true
|
||||
}
|
||||
|
||||
Transposer {
|
||||
# Enable sounds for the Transposer.
|
||||
B:Sound.Enable=true
|
||||
}
|
||||
|
||||
Precipitator {
|
||||
# Enable sounds for the Precipitator.
|
||||
B:Sound.Enable=true
|
||||
}
|
||||
|
||||
Extruder {
|
||||
# Enable sounds for the Extruder.
|
||||
B:Sound.Enable=true
|
||||
}
|
||||
|
||||
Accumulator {
|
||||
# Enable sounds for the Accumulator.
|
||||
B:Sound.Enable=true
|
||||
}
|
||||
|
||||
Assembler {
|
||||
# Enable sounds for the Assembler.
|
||||
B:Sound.Enable=true
|
||||
}
|
||||
|
||||
Charger {
|
||||
# Enable sounds for the Charger.
|
||||
B:Sound.Enable=true
|
||||
}
|
||||
|
||||
Insolator {
|
||||
# Enable sounds for the Insolator.
|
||||
B:Sound.Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Render {
|
||||
# Set to TRUE for Tesseracts to use an alternate starfield shader.
|
||||
B:UseAlternateShader=true
|
||||
}
|
||||
|
||||
|
||||
Version {
|
||||
S:Identifier=1.7.10R4.1.5
|
||||
}
|
||||
|
||||
|
||||
741
both/config/cofh/thermalexpansion/common.cfg
Normal file
741
both/config/cofh/thermalexpansion/common.cfg
Normal file
@@ -0,0 +1,741 @@
|
||||
# Configuration file
|
||||
|
||||
Cache {
|
||||
|
||||
Creative {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
Basic {
|
||||
I:Capacity=10000
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Hardened {
|
||||
I:Capacity=40000
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Reinforced {
|
||||
I:Capacity=160000
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Resonant {
|
||||
I:Capacity=640000
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Cell {
|
||||
|
||||
Creative {
|
||||
B:Enable=true
|
||||
I:MaxValue=100000
|
||||
}
|
||||
|
||||
Basic {
|
||||
I:Capacity=400000
|
||||
I:MaxReceive=200
|
||||
I:MaxSend=200
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Hardened {
|
||||
I:Capacity=2000000
|
||||
I:MaxReceive=800
|
||||
I:MaxSend=800
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Reinforced {
|
||||
I:Capacity=20000000
|
||||
I:MaxReceive=8000
|
||||
I:MaxSend=8000
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Resonant {
|
||||
I:Capacity=80000000
|
||||
I:MaxReceive=32000
|
||||
I:MaxSend=32000
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Device {
|
||||
|
||||
Activator {
|
||||
I:ActivationEnergy=20
|
||||
I:BasePower=20
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Breaker {
|
||||
B:Recipe.Enable=true
|
||||
|
||||
# If enabled, The Block Breaker will require a Diamond Pickaxe instead of an Invar Pickaxe.
|
||||
B:Recipe.RequireDiamondPickaxe=false
|
||||
}
|
||||
|
||||
Collector {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Nullifier {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Buffer {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Dynamo {
|
||||
|
||||
Steam {
|
||||
I:BasePower=80
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Magmatic {
|
||||
I:BasePower=80
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Compression {
|
||||
I:BasePower=80
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Reactant {
|
||||
I:BasePower=80
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Enervation {
|
||||
I:BasePower=80
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Ender {
|
||||
|
||||
Tesseract {
|
||||
B:Recipe.Enable=true
|
||||
|
||||
# If FALSE, disables the Tesseract Frames recipes, if Tesseracts are ALSO disabled.
|
||||
B:Recipe.Frame=true
|
||||
|
||||
# If FALSE, hides the Tesseract, if the recipe is ALSO disabled.
|
||||
B:Show.Block=true
|
||||
|
||||
# If FALSE, hides the Tesseract Frames, if their recipes are ALSO disabled.
|
||||
B:Show.Frame=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
General {
|
||||
B:PneumaticServo.AllowBronze=false
|
||||
B:PneumaticServo.AllowInvar=false
|
||||
B:PneumaticServo.AllowSilver=false
|
||||
B:PneumaticServo.AllowSteel=false
|
||||
|
||||
# If enabled, ingots are used instead of gears in many default recipes.
|
||||
B:UseIngots=false
|
||||
}
|
||||
|
||||
|
||||
Item {
|
||||
|
||||
Tool {
|
||||
|
||||
Igniter {
|
||||
B:Recipe=true
|
||||
}
|
||||
|
||||
Chiller {
|
||||
B:Recipe=true
|
||||
}
|
||||
|
||||
Pump {
|
||||
B:Recipe=true
|
||||
}
|
||||
|
||||
Transfuser {
|
||||
B:Recipe=true
|
||||
}
|
||||
|
||||
BattleWrench {
|
||||
B:BattleWrench=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Capacitor {
|
||||
|
||||
Creative {
|
||||
B:Enable=true
|
||||
I:Send=100000
|
||||
}
|
||||
|
||||
Potato {
|
||||
I:Capacity=32000
|
||||
B:Recipe=true
|
||||
I:Send=160
|
||||
}
|
||||
|
||||
Basic {
|
||||
I:Capacity=80000
|
||||
I:Receive=200
|
||||
B:Recipe=true
|
||||
I:Send=80
|
||||
}
|
||||
|
||||
Hardened {
|
||||
I:Capacity=400000
|
||||
I:Receive=800
|
||||
B:Recipe=true
|
||||
I:Send=400
|
||||
}
|
||||
|
||||
Reinforced {
|
||||
I:Capacity=4000000
|
||||
I:Receive=8000
|
||||
B:Recipe=true
|
||||
I:Send=4000
|
||||
}
|
||||
|
||||
Resonant {
|
||||
I:Capacity=20000000
|
||||
I:Receive=32000
|
||||
B:Recipe=true
|
||||
I:Send=16000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Satchel {
|
||||
|
||||
Creative {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
Basic {
|
||||
B:Recipe=true
|
||||
}
|
||||
|
||||
Hardened {
|
||||
B:Recipe=true
|
||||
}
|
||||
|
||||
Reinforced {
|
||||
B:Recipe=true
|
||||
}
|
||||
|
||||
Resonant {
|
||||
B:Recipe=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Light {
|
||||
|
||||
Illuminator {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
LampLumiumRadiant {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
LampLumium {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Machine {
|
||||
|
||||
Furnace {
|
||||
I:BasePower=20
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Pulverizer {
|
||||
I:BasePower=40
|
||||
B:Recipe.Enable=true
|
||||
|
||||
# If enabled, the Pulverizer will require Diamonds instead of Flint.
|
||||
B:RequireDiamonds=false
|
||||
}
|
||||
|
||||
Sawmill {
|
||||
I:BasePower=20
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Smelter {
|
||||
I:BasePower=40
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Crucible {
|
||||
I:BasePower=400
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Transposer {
|
||||
I:BasePower=40
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Precipitator {
|
||||
I:BasePower=20
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Extruder {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Accumulator {
|
||||
# This controls how many mB/t the Accumulator generates. (Default: 25)
|
||||
I:BaseRate=25
|
||||
B:PassiveGeneration=false
|
||||
|
||||
# This controls how many mB/t the Accumulator generates without two or more adjacent source blocks, if enabled. (Default: 1)
|
||||
I:PassiveRate=1
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Assembler {
|
||||
I:BasePower=20
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Charger {
|
||||
I:BasePower=8000
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Insolator {
|
||||
I:BasePower=20
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
All {
|
||||
B:CreativeTab.Basic=false
|
||||
B:CreativeTab.Hardened=false
|
||||
B:CreativeTab.Reinforced=false
|
||||
B:CreativeTab.Resonant=true
|
||||
|
||||
Augments {
|
||||
B:Default.AutoTransfer=true
|
||||
B:Default.ReconfigurableSides=true
|
||||
B:Default.RedstoneControl=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Plate {
|
||||
|
||||
Frame {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Signal {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Impulse {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Translocate {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Charge {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Excursion {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Teleport {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Plugins {
|
||||
|
||||
MineFactoryReloaded {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
EE3 {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
EnderIO {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
Forestry {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
Thaumcraft {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
RecipeManagers {
|
||||
|
||||
Sawmill {
|
||||
B:AllowRecipeOverwrite=false
|
||||
|
||||
Log {
|
||||
# This sets the default rate for Log->Plank conversion. This number is used in all automatically generated recipes.
|
||||
D:DefaultMultiplier=1.5
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Pulverizer {
|
||||
B:AllowRecipeOverwrite=false
|
||||
|
||||
Ore {
|
||||
# This sets the default rate for Ore->Dust conversion. This number is used in all automatically generated recipes.
|
||||
I:DefaultMultiplier=2
|
||||
}
|
||||
|
||||
Recipes {
|
||||
B:BasalzRod=true
|
||||
B:BlazeRod=true
|
||||
B:BlitzRod=true
|
||||
B:BlizzRod=true
|
||||
B:Bone=true
|
||||
B:Diamond=true
|
||||
B:EnderPearl=true
|
||||
B:GlassBottle=true
|
||||
B:HorseArmor=true
|
||||
B:Netherrack=true
|
||||
B:RedstoneLamp=true
|
||||
B:Reed=true
|
||||
B:Sandstone=true
|
||||
B:Silicon=true
|
||||
B:Wool=true
|
||||
}
|
||||
|
||||
Wool {
|
||||
# This sets the default rate for Wool->String conversion. This number is used in all automatically generated recipes.
|
||||
I:String=4
|
||||
|
||||
Dye {
|
||||
I:Black=0
|
||||
I:Blue=5
|
||||
I:Brown=0
|
||||
I:Cyan=5
|
||||
I:Gray=5
|
||||
I:Green=0
|
||||
I:LightBlue=5
|
||||
I:LightGray=5
|
||||
I:Lime=5
|
||||
I:Magenta=5
|
||||
I:Orange=5
|
||||
I:Pink=5
|
||||
I:Purple=5
|
||||
I:Red=5
|
||||
I:White=0
|
||||
I:Yellow=5
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Extruder {
|
||||
B:AllowRecipeOverwrite=false
|
||||
|
||||
Recipes {
|
||||
I:Cobblestone.Lava=0
|
||||
I:Cobblestone.Water=0
|
||||
I:Obsidian.Lava=1000
|
||||
I:Obsidian.Water=1000
|
||||
I:Stone.Lava=0
|
||||
I:Stone.Water=1000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Furnace {
|
||||
B:AllowRecipeOverwrite=false
|
||||
}
|
||||
|
||||
Smelter {
|
||||
B:AllowRecipeOverwrite=false
|
||||
|
||||
Ore {
|
||||
# This sets the default rate for Ore->Ingot conversion. This number is used in all automatically generated recipes.
|
||||
I:DefaultMultiplier=2
|
||||
|
||||
# This sets the boosted rate for Ore->Ingot conversion - when Rich Slag or Cinnabar Crystals are used. This number is used in all automatically generated recipes.
|
||||
I:SpecialMultiplier=3
|
||||
}
|
||||
|
||||
Recipes {
|
||||
B:Steel=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Transposer {
|
||||
B:AllowRecipeOverwrite=false
|
||||
|
||||
Recipes {
|
||||
B:EndStone=true
|
||||
B:MossyCobblestone=true
|
||||
B:MossyStoneBrick=true
|
||||
B:NetherBrick=false
|
||||
B:PackedIce=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Crucible {
|
||||
B:AllowRecipeOverwrite=false
|
||||
|
||||
Recipes {
|
||||
B:BlazeRod=true
|
||||
I:BlazeRod.Energy=20000
|
||||
B:Netherrack=true
|
||||
I:Netherrack.Energy=120000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Precipitator {
|
||||
B:AllowRecipeOverwrite=false
|
||||
}
|
||||
|
||||
Charger {
|
||||
B:AllowRecipeOverwrite=false
|
||||
}
|
||||
|
||||
Insolator {
|
||||
B:AllowRecipeOverwrite=false
|
||||
|
||||
Crop {
|
||||
# This sets the boosted rate for Crop growth - when Rich Phyto-Gro is used. This number is used in all automatically generated recipes.
|
||||
I:DefaultMultiplier=3
|
||||
}
|
||||
|
||||
Recipes {
|
||||
B:Cactus=true
|
||||
B:CocoaBean=true
|
||||
B:LilyPad=true
|
||||
B:Melon=true
|
||||
B:Pumpkin=true
|
||||
B:Reeds=true
|
||||
B:Vine=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Security {
|
||||
# Enable this to allow for Energy Cells to be securable.
|
||||
B:Cell.All.Securable=true
|
||||
|
||||
# Enable this to allow for Activators to be securable.
|
||||
B:Device.Activator.Securable=true
|
||||
|
||||
# Enable this to allow for Breakers to be securable.
|
||||
B:Device.Breaker.Securable=true
|
||||
|
||||
# Enable this to allow for Buffers to be securable.
|
||||
B:Device.Buffer.Securable=true
|
||||
|
||||
# Enable this to allow for Collectors to be securable.
|
||||
B:Device.Collector.Securable=true
|
||||
|
||||
# Enable this to allow for Nullifiers to be securable.
|
||||
B:Device.Nullifier.Securable=true
|
||||
|
||||
# Enable this to allow for Dynamos to be securable.
|
||||
B:Dynamo.All.Securable=true
|
||||
|
||||
# Enable this to allow for Accumulators to be securable.
|
||||
B:Machine.Accumulator.Securable=true
|
||||
|
||||
# Enable this to allow for Assemblers to be securable.
|
||||
B:Machine.Assembler.Securable=true
|
||||
|
||||
# Enable this to allow for Chargers to be securable.
|
||||
B:Machine.Charger.Securable=true
|
||||
|
||||
# Enable this to allow for Crucibles to be securable.
|
||||
B:Machine.Crucible.Securable=true
|
||||
|
||||
# Enable this to allow for Extruders to be securable.
|
||||
B:Machine.Extruder.Securable=true
|
||||
|
||||
# Enable this to allow for Furnaces to be securable.
|
||||
B:Machine.Furnace.Securable=true
|
||||
|
||||
# Enable this to allow for Insolators to be securable.
|
||||
B:Machine.Insolator.Securable=true
|
||||
|
||||
# Enable this to allow for Precipitators to be securable.
|
||||
B:Machine.Precipitator.Securable=true
|
||||
|
||||
# Enable this to allow for Pulverizers to be securable.
|
||||
B:Machine.Pulverizer.Securable=true
|
||||
|
||||
# Enable this to allow for Sawmills to be securable.
|
||||
B:Machine.Sawmill.Securable=true
|
||||
|
||||
# Enable this to allow for Smelters to be securable.
|
||||
B:Machine.Smelter.Securable=true
|
||||
|
||||
# Enable this to allow for Transposers to be securable.
|
||||
B:Machine.Transposer.Securable=true
|
||||
|
||||
# Enable this to allow for Satchels to be securable.
|
||||
B:Satchel.All.Securable=true
|
||||
|
||||
# Enable this to allow for Strongboxes to be securable.
|
||||
B:Strongbox.All.Securable=true
|
||||
|
||||
# Enable this to allow for Workbenches to be securable.
|
||||
B:Workbench.All.Securable=true
|
||||
}
|
||||
|
||||
|
||||
Sponge {
|
||||
|
||||
Creative {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
Basic {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Magmatic {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Strongbox {
|
||||
|
||||
Creative {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
Basic {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Hardened {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Reinforced {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Resonant {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Tank {
|
||||
|
||||
Creative {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
Basic {
|
||||
I:Capacity=8000
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Hardened {
|
||||
I:Capacity=32000
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Reinforced {
|
||||
I:Capacity=128000
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Resonant {
|
||||
I:Capacity=512000
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Version {
|
||||
S:Identifier=1.7.10R4.1.5
|
||||
}
|
||||
|
||||
|
||||
Workbench {
|
||||
|
||||
Creative {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
Basic {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Hardened {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Reinforced {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
Resonant {
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
114
both/config/cofh/thermalexpansion/florbs.cfg
Normal file
114
both/config/cofh/thermalexpansion/florbs.cfg
Normal file
@@ -0,0 +1,114 @@
|
||||
# Configuration file
|
||||
|
||||
General {
|
||||
# This allows you to disable recipes for Florbs. It also means that you actively dislike fun things.
|
||||
B:Recipe.Enable=true
|
||||
}
|
||||
|
||||
|
||||
Whitelist {
|
||||
B:aerotheum=true
|
||||
B:aluminum.molten=true
|
||||
B:aluminumbrass.molten=true
|
||||
B:alumite.molten=true
|
||||
B:ardite.molten=true
|
||||
B:bioethanol=true
|
||||
B:biofuel=true
|
||||
B:biomass=true
|
||||
B:blazlinite=true
|
||||
B:blood=true
|
||||
B:bronze.molten=true
|
||||
B:chocolatemilk=true
|
||||
B:cloud_seed=true
|
||||
B:cloud_seed_concentrated=true
|
||||
B:coal=true
|
||||
B:cobalt.molten=true
|
||||
B:copper.molten=true
|
||||
B:cryotheum=true
|
||||
B:cyanite=true
|
||||
B:diesel=true
|
||||
B:electrum.molten=true
|
||||
B:emerald.liquid=true
|
||||
B:ender=true
|
||||
B:ender_distillation=true
|
||||
B:enderium.molten=true
|
||||
B:fire_water=true
|
||||
B:fluiddeath=true
|
||||
B:fluidpure=true
|
||||
B:fluxgoo=true
|
||||
B:for.honey=true
|
||||
B:fuel=true
|
||||
B:glass=true
|
||||
B:glass.molten=true
|
||||
B:glowstone=true
|
||||
B:glue=true
|
||||
B:gold.molten=true
|
||||
B:greeni=true
|
||||
B:hell_blood=true
|
||||
B:honey=true
|
||||
B:hootch=true
|
||||
B:ice=true
|
||||
B:invar.molten=true
|
||||
B:iron.molten=true
|
||||
B:juice=true
|
||||
B:lava=true
|
||||
B:lead.molten=true
|
||||
B:liquid_sunshine=true
|
||||
B:lumium.molten=true
|
||||
B:mana=true
|
||||
B:manyullyn.molten=true
|
||||
B:mead=true
|
||||
B:meat=true
|
||||
B:milk=true
|
||||
B:mithril.molten=true
|
||||
B:mobessence=true
|
||||
B:molten_vanite=true
|
||||
B:mushroomsoup=true
|
||||
B:myst.ink.black=true
|
||||
B:nickel.molten=true
|
||||
B:nova_lava=true
|
||||
B:nova_water=true
|
||||
B:nutrient_distillation=true
|
||||
B:obsidian.molten=true
|
||||
B:oil=true
|
||||
B:petrotheum=true
|
||||
B:pigiron.molten=true
|
||||
B:pinkslime=true
|
||||
B:platinum.molten=true
|
||||
B:poison=true
|
||||
B:pyrotheum=true
|
||||
B:quartz.molten=true
|
||||
B:redplasma=true
|
||||
B:redstone=true
|
||||
B:refinedfuel=true
|
||||
B:rocket_fuel=true
|
||||
B:seedoil=true
|
||||
B:sewage=true
|
||||
B:short.mead=true
|
||||
B:signalum.molten=true
|
||||
B:silver.molten=true
|
||||
B:slime.blue=true
|
||||
B:sludge=true
|
||||
B:steam=true
|
||||
B:steel.molten=true
|
||||
B:stone.seared=true
|
||||
B:tin.molten=true
|
||||
B:tower=true
|
||||
B:vapor_of_levity=true
|
||||
B:veganoption.fluidoilvegetable=true
|
||||
B:veganoption.fluidsoapsolution=true
|
||||
B:veganoption.inkblack=true
|
||||
B:veganoption.inkwhite=true
|
||||
B:veganoption.lyewater=true
|
||||
B:veganoption.plantmilk=true
|
||||
B:veganoption.rawender=true
|
||||
B:water=true
|
||||
B:"witchery:brew"=true
|
||||
B:"witchery:brewliquid"=true
|
||||
B:"witchery:fluiddisease"=true
|
||||
B:"witchery:fluidspirit"=true
|
||||
B:"witchery:hollowtears"=true
|
||||
B:yellorium=true
|
||||
}
|
||||
|
||||
|
||||
78
both/config/cofh/thermalexpansion/fuels.cfg
Normal file
78
both/config/cofh/thermalexpansion/fuels.cfg
Normal file
@@ -0,0 +1,78 @@
|
||||
# Configuration file
|
||||
|
||||
##########################################################################################################
|
||||
# Coolants
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# You can add Coolants in this section. Fluid names only, as they are registered in Minecraft. Currently only used by the Compression Dynamo.
|
||||
##########################################################################################################
|
||||
|
||||
Coolants {
|
||||
I:cryotheum=4000000
|
||||
I:ice=2000000
|
||||
I:water=400000
|
||||
}
|
||||
|
||||
|
||||
Fuels {
|
||||
|
||||
##########################################################################################################
|
||||
# Steam
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# You can adjust fuel values for the Steam Dynamo in this section. New fuels cannot be added at this time.
|
||||
##########################################################################################################
|
||||
|
||||
Steam {
|
||||
I:charcoal=32000
|
||||
I:coal=48000
|
||||
I:wood=4500
|
||||
}
|
||||
|
||||
Enervation {
|
||||
I:redstone=64000
|
||||
}
|
||||
|
||||
##########################################################################################################
|
||||
# Magmatic
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# You can add fuels to the Magmatic Dynamo in this section. Fluid names only, as they are registered in Minecraft.
|
||||
##########################################################################################################
|
||||
|
||||
Magmatic {
|
||||
I:lava=180000
|
||||
I:pyrotheum=2000000
|
||||
}
|
||||
|
||||
##########################################################################################################
|
||||
# Compression
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# You can add fuels to the Compression Dynamo in this section. Fluid names only, as they are registered in Minecraft.
|
||||
##########################################################################################################
|
||||
|
||||
Compression {
|
||||
I:bioethanol=500000
|
||||
I:biofuel=500000
|
||||
I:coal=1000000
|
||||
I:fuel=1500000
|
||||
I:oil=150000
|
||||
}
|
||||
|
||||
##########################################################################################################
|
||||
# Reactant
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# You can add fuels to the Reactant Dynamo in this section. Fluid names only, as they are registered in Minecraft.
|
||||
##########################################################################################################
|
||||
|
||||
Reactant {
|
||||
I:biomass=450000
|
||||
I:creosote=200000
|
||||
I:glowstone=750000
|
||||
I:mobessence=500000
|
||||
I:redstone=600000
|
||||
I:seedoil=250000
|
||||
I:sewage=12000
|
||||
I:sludge=12000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
29
both/config/cofh/thermalfoundation/client.cfg
Normal file
29
both/config/cofh/thermalfoundation/client.cfg
Normal file
@@ -0,0 +1,29 @@
|
||||
# Configuration file
|
||||
|
||||
Icons {
|
||||
# Set to FALSE to revert Blaze Powder to the default Minecraft icon.
|
||||
B:BlazePowder=true
|
||||
}
|
||||
|
||||
|
||||
Interface {
|
||||
|
||||
CreativeTab {
|
||||
B:ArmorInCommonTab=false
|
||||
B:ToolsInCommonTab=false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Render {
|
||||
# Set to TRUE for Ender devices to be a bit more Cagey year-round.
|
||||
B:CageyEnder=false
|
||||
}
|
||||
|
||||
|
||||
Version {
|
||||
S:Identifier=1.7.10R1.2.6
|
||||
}
|
||||
|
||||
|
||||
516
both/config/cofh/thermalfoundation/common.cfg
Normal file
516
both/config/cofh/thermalfoundation/common.cfg
Normal file
@@ -0,0 +1,516 @@
|
||||
# Configuration file
|
||||
|
||||
Equipment {
|
||||
# Set to TRUE to disable ALL armor sets.
|
||||
B:DisableAllArmor=false
|
||||
|
||||
# Set to TRUE to disable ALL tool sets.
|
||||
B:DisableAllTools=false
|
||||
|
||||
# Set to FALSE to hide all disabled equipment from the Creative Tabs and NEI.
|
||||
B:ShowDisabledEquipment=true
|
||||
|
||||
Wood {
|
||||
|
||||
Tools {
|
||||
B:Shears=true
|
||||
B:Sickle=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Stone {
|
||||
|
||||
Tools {
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Shears=true
|
||||
B:Sickle=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Iron {
|
||||
|
||||
Tools {
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Sickle=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Diamond {
|
||||
|
||||
Tools {
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Shears=true
|
||||
B:Sickle=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Gold {
|
||||
|
||||
Tools {
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Shears=true
|
||||
B:Sickle=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Copper {
|
||||
B:Armor=true
|
||||
|
||||
Tools {
|
||||
B:Axe=true
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Hoe=true
|
||||
B:Pickaxe=true
|
||||
B:Shears=true
|
||||
B:Shovel=true
|
||||
B:Sickle=true
|
||||
B:Sword=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Tin {
|
||||
B:Armor=true
|
||||
|
||||
Tools {
|
||||
B:Axe=true
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Hoe=true
|
||||
B:Pickaxe=true
|
||||
B:Shears=true
|
||||
B:Shovel=true
|
||||
B:Sickle=true
|
||||
B:Sword=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Silver {
|
||||
B:Armor=true
|
||||
|
||||
Tools {
|
||||
B:Axe=true
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Hoe=true
|
||||
B:Pickaxe=true
|
||||
B:Shears=true
|
||||
B:Shovel=true
|
||||
B:Sickle=true
|
||||
B:Sword=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Lead {
|
||||
B:Armor=true
|
||||
|
||||
Tools {
|
||||
B:Axe=true
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Hoe=true
|
||||
B:Pickaxe=true
|
||||
B:Shears=true
|
||||
B:Shovel=true
|
||||
B:Sickle=true
|
||||
B:Sword=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Nickel {
|
||||
B:Armor=true
|
||||
|
||||
Tools {
|
||||
B:Axe=true
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Hoe=true
|
||||
B:Pickaxe=true
|
||||
B:Shears=true
|
||||
B:Shovel=true
|
||||
B:Sickle=true
|
||||
B:Sword=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Electrum {
|
||||
B:Armor=true
|
||||
|
||||
Tools {
|
||||
B:Axe=true
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Hoe=true
|
||||
B:Pickaxe=true
|
||||
B:Shears=true
|
||||
B:Shovel=true
|
||||
B:Sickle=true
|
||||
B:Sword=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Invar {
|
||||
B:Armor=true
|
||||
|
||||
Tools {
|
||||
B:Axe=true
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Hoe=true
|
||||
B:Pickaxe=true
|
||||
B:Shears=true
|
||||
B:Shovel=true
|
||||
B:Sickle=true
|
||||
B:Sword=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Bronze {
|
||||
B:Armor=true
|
||||
|
||||
Tools {
|
||||
B:Axe=true
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Hoe=true
|
||||
B:Pickaxe=true
|
||||
B:Shears=true
|
||||
B:Shovel=true
|
||||
B:Sickle=true
|
||||
B:Sword=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Platinum {
|
||||
B:Armor=true
|
||||
|
||||
Tools {
|
||||
B:Axe=true
|
||||
B:Bow=true
|
||||
B:FishingRod=true
|
||||
B:Hoe=true
|
||||
B:Pickaxe=true
|
||||
B:Shears=true
|
||||
B:Shovel=true
|
||||
B:Sickle=true
|
||||
B:Sword=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Fluid {
|
||||
|
||||
Redstone {
|
||||
# Enable this for Fluid Redstone to emit a signal proportional to its fluid level.
|
||||
B:Effect=true
|
||||
}
|
||||
|
||||
Glowstone {
|
||||
# Enable this for Fluid Glowstone Source blocks to condense back into solid Glowstone above a given y-value.
|
||||
B:Condense=true
|
||||
|
||||
# Enable this for Fluid Glowstone to do...something.
|
||||
B:Effect=true
|
||||
|
||||
# Enable this for Fluid Glowstone Source blocks to gradually float upwards.
|
||||
B:Float=true
|
||||
|
||||
# This adjusts the y-value where Fluid Glowstone will *always* condense, if that is enabled. It will also condense above 80% of this value, if it cannot flow.
|
||||
I:MaxHeight=120
|
||||
}
|
||||
|
||||
Ender {
|
||||
# Enable this for Fluid Ender to randomly teleport entities on contact.
|
||||
B:Effect=true
|
||||
}
|
||||
|
||||
Pyrotheum {
|
||||
# Enable this for Fluid Pyrotheum to be worse than lava.
|
||||
B:Effect=true
|
||||
|
||||
# Enable this for Fluid Pyrotheum Source blocks to gradually fall downwards.
|
||||
B:Fall=true
|
||||
}
|
||||
|
||||
Cryotheum {
|
||||
# Enable this for Fluid Cryotheum to be worse than lava, except cold.
|
||||
B:Effect=true
|
||||
|
||||
# Enable this for Fluid Cryotheum Source blocks to gradually fall downwards.
|
||||
B:Fall=true
|
||||
}
|
||||
|
||||
Aerotheum {
|
||||
# Enable this for Fluid Aerotheum Source blocks to dissipate back into air above a given y-value.
|
||||
B:Dissipate=true
|
||||
|
||||
# Enable this for Fluid Aerotheum to do...things.
|
||||
B:Effect=true
|
||||
|
||||
# Enable this for Fluid Aerotheum Source blocks to gradually float upwards.
|
||||
B:Float=true
|
||||
|
||||
# This adjusts the y-value where Fluid Aerotheum will *always* dissipate, if that is enabled.
|
||||
I:MaxHeight=120
|
||||
}
|
||||
|
||||
Petrotheum {
|
||||
# Enable this for Fluid Petrotheum to break apart stone blocks.
|
||||
B:Effect=true
|
||||
|
||||
# Enable this for Fluid Petrotheum to have an EXTREME effect on stone blocks.
|
||||
B:Effect.Extreme=false
|
||||
|
||||
# Enable this for Fluid Petrotheum Source blocks to gradually fall downwards.
|
||||
B:Fall=true
|
||||
}
|
||||
|
||||
Mana {
|
||||
# Enable this for Fluid Mana to do...things.
|
||||
B:Effect=true
|
||||
}
|
||||
|
||||
Coal {
|
||||
# Enable this for Fluid Coal to be flammable.
|
||||
B:Flammable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
General {
|
||||
# If TRUE, Fire-Immune mobs have a chance to drop Sulfur.
|
||||
B:FireImmuneDropSulfur=true
|
||||
}
|
||||
|
||||
|
||||
Lexicon {
|
||||
# This option will generate a fresh blacklist or whitelist EVERY time. This is not recommended, but is provided here as an option if you are satisfied with the defaults.
|
||||
B:AlwaysGenerateList=false
|
||||
|
||||
# This will generate a default list file depending on your list setting. This will ONLY generate if no list file already exists OR you have also enabled list regeneration.
|
||||
B:GenerateDefaultList=true
|
||||
|
||||
# This will echo all entries to the system log.
|
||||
B:LogEntries=false
|
||||
|
||||
# Set to true for a whitelist, FALSE for a blacklist
|
||||
B:UseWhiteList=true
|
||||
}
|
||||
|
||||
|
||||
Mob {
|
||||
|
||||
Blizz {
|
||||
# Set this to false to disable Blizzes entirely. Jerk.
|
||||
B:Enable=true
|
||||
|
||||
# Set this to false for the Blizz to use a mod-specific ID; this removes the Spawn Egg.
|
||||
B:UseGlobalId=true
|
||||
|
||||
Spawn {
|
||||
# This sets the maximum light level Blizzes can spawn at, if restricted.
|
||||
I:Light.Level=1
|
||||
|
||||
# Set this to false for Blizzes to spawn at any light level.
|
||||
B:Light.Limit=true
|
||||
|
||||
# This sets the maximum light number of Blizzes that spawn in a group.
|
||||
I:MaxGroupSize=4
|
||||
|
||||
# This sets the minimum number of Blizzes that spawn in a group.
|
||||
I:MinGroupSize=1
|
||||
|
||||
# This sets the relative spawn weight for Blizzes.
|
||||
I:SpawnWeight=10
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Blitz {
|
||||
# Set this to false to disable Blitzes entirely. Jerk.
|
||||
B:Enable=true
|
||||
|
||||
# Set this to false for the Blitz to use a mod-specific ID; this removes the Spawn Egg.
|
||||
B:UseGlobalId=true
|
||||
|
||||
Spawn {
|
||||
# This sets the maximum light level Blitzes can spawn at, if restricted.
|
||||
I:Light.Level=1
|
||||
|
||||
# Set this to false for Blitzes to spawn at any light level.
|
||||
B:Light.Limit=true
|
||||
|
||||
# This sets the maximum light number of Blitzes that spawn in a group.
|
||||
I:MaxGroupSize=4
|
||||
|
||||
# This sets the minimum number of Blitzes that spawn in a group.
|
||||
I:MinGroupSize=1
|
||||
|
||||
# This sets the relative spawn weight for Blitzes.
|
||||
I:SpawnWeight=10
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Basalz {
|
||||
# Set this to false to disable Basalzes entirely. Jerk.
|
||||
B:Enable=true
|
||||
|
||||
# Set this to false for the Basalz to use a mod-specific ID; this removes the Spawn Egg.
|
||||
B:UseGlobalId=true
|
||||
|
||||
Spawn {
|
||||
# This sets the maximum light level Basalzes can spawn at, if restricted.
|
||||
I:Light.Level=1
|
||||
|
||||
# Set this to false for Basalzes to spawn at any light level.
|
||||
B:Light.Limit=true
|
||||
|
||||
# This sets the maximum light number of Basalzes that spawn in a group.
|
||||
I:MaxGroupSize=4
|
||||
|
||||
# This sets the minimum number of Basalzes that spawn in a group.
|
||||
I:MinGroupSize=1
|
||||
|
||||
# This sets the relative spawn weight for Basalzes.
|
||||
I:SpawnWeight=10
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Plugins {
|
||||
|
||||
MineFactoryReloaded {
|
||||
B:Enable=true
|
||||
|
||||
Straw {
|
||||
B:Aerotheum=true
|
||||
B:Coal=true
|
||||
B:Cryotheum=true
|
||||
B:Ender=true
|
||||
|
||||
# This controls the maximum distance (in blocks) a player will teleport from drinking Ender. (Min: 8, Max: 65536)
|
||||
I:Ender.Range=16384
|
||||
B:Glowstone=true
|
||||
B:Petrotheum=true
|
||||
B:Pyrotheum=true
|
||||
B:Redstone=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Thaumcraft {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
TConstruct {
|
||||
B:Enable=true
|
||||
|
||||
Material {
|
||||
|
||||
Silver {
|
||||
I:Attack=3
|
||||
I:Durability=80
|
||||
I:HarvestLevel=2
|
||||
|
||||
# Only change this if you absolutely know what you are doing.
|
||||
I:Id=1023
|
||||
I:MiningSpeed=1200
|
||||
}
|
||||
|
||||
Lead {
|
||||
I:Attack=2
|
||||
I:Durability=250
|
||||
I:HarvestLevel=1
|
||||
|
||||
# Only change this if you absolutely know what you are doing.
|
||||
I:Id=1022
|
||||
I:MiningSpeed=900
|
||||
}
|
||||
|
||||
Nickel {
|
||||
I:Attack=2
|
||||
I:Durability=750
|
||||
I:HarvestLevel=2
|
||||
|
||||
# Only change this if you absolutely know what you are doing.
|
||||
I:Id=1021
|
||||
I:MiningSpeed=1100
|
||||
}
|
||||
|
||||
Platinum {
|
||||
I:Attack=5
|
||||
I:Durability=1050
|
||||
I:HarvestLevel=4
|
||||
|
||||
# Only change this if you absolutely know what you are doing.
|
||||
I:Id=1024
|
||||
I:MiningSpeed=1400
|
||||
}
|
||||
|
||||
Invar {
|
||||
I:Attack=2
|
||||
I:Durability=450
|
||||
I:HarvestLevel=2
|
||||
|
||||
# Only change this if you absolutely know what you are doing.
|
||||
I:Id=1020
|
||||
I:MiningSpeed=700
|
||||
}
|
||||
|
||||
Electrum {
|
||||
I:Attack=2
|
||||
I:Durability=90
|
||||
I:HarvestLevel=1
|
||||
|
||||
# Only change this if you absolutely know what you are doing.
|
||||
I:Id=1025
|
||||
I:MiningSpeed=1700
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
EE3 {
|
||||
B:Enable=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Version {
|
||||
S:Identifier=1.7.10R1.2.6
|
||||
}
|
||||
|
||||
|
||||
World {
|
||||
# If enabled, Thermal Foundation will create default world generation files - if it cannot find existing ones. Only disable this if you know what you are doing.
|
||||
B:GenerateDefaultFiles=false
|
||||
}
|
||||
|
||||
|
||||
780
both/config/cofh/thermalfoundation/lexicon-whitelist.cfg
Normal file
780
both/config/cofh/thermalfoundation/lexicon-whitelist.cfg
Normal file
@@ -0,0 +1,780 @@
|
||||
blockAdamantine
|
||||
blockAluminium
|
||||
blockAluminiumBrass
|
||||
blockAluminum
|
||||
blockAluminumBrass
|
||||
blockAlumite
|
||||
blockAmber
|
||||
blockAmordrine
|
||||
blockAndesite
|
||||
blockAngmallen
|
||||
blockArdite
|
||||
blockAstralSilver
|
||||
blockAtlarus
|
||||
blockBambooAsper
|
||||
blockBambooAsperSlab
|
||||
blockBambooFargesiaRobusta
|
||||
blockBambooFargesiaRobustaSlab
|
||||
blockBambooGiantTimber
|
||||
blockBambooGiantTimberSlab
|
||||
blockBambooGolden
|
||||
blockBambooGoldenSlab
|
||||
blockBambooMoso
|
||||
blockBambooMosoSlab
|
||||
blockBambooShortTassled
|
||||
blockBambooShortTassledSlab
|
||||
blockBambooTimorBlack
|
||||
blockBambooTimorBlackSlab
|
||||
blockBambooTropicalBlue
|
||||
blockBambooTropicalBlueSlab
|
||||
blockBambooWetForest
|
||||
blockBambooWetForestSlab
|
||||
blockBlackSteel
|
||||
blockBlutonium
|
||||
blockBrass
|
||||
blockBronze
|
||||
blockCarmot
|
||||
blockCarpet
|
||||
blockCelenegil
|
||||
blockCeruclase
|
||||
blockCharcoal
|
||||
blockCoal
|
||||
blockCoalBlack
|
||||
blockCoalBlue
|
||||
blockCoalBrown
|
||||
blockCoalCyan
|
||||
blockCoalGray
|
||||
blockCoalGreen
|
||||
blockCoalLightBlue
|
||||
blockCoalLightGray
|
||||
blockCoalLime
|
||||
blockCoalMagenta
|
||||
blockCoalOrange
|
||||
blockCoalPink
|
||||
blockCoalPurple
|
||||
blockCoalRed
|
||||
blockCoalWhite
|
||||
blockCoalYellow
|
||||
blockCobalt
|
||||
blockConductiveIron
|
||||
blockConstantan
|
||||
blockCopper
|
||||
blockCupronickel
|
||||
blockCyanite
|
||||
blockDamascusSteel
|
||||
blockDarkSteel
|
||||
blockDeepIron
|
||||
blockDiamond
|
||||
blockDiorite
|
||||
blockDraconium
|
||||
blockDraconiumAwakened
|
||||
blockElectricalSteel
|
||||
blockElectrum
|
||||
blockEmerald
|
||||
blockEnder
|
||||
blockEnderCore
|
||||
blockEnderObsidian
|
||||
blockEnderium
|
||||
blockEndstone
|
||||
blockEnergeticAlloy
|
||||
blockFuelCoke
|
||||
blockGlue
|
||||
blockGold
|
||||
blockGranite
|
||||
blockGraphite
|
||||
blockHaderoth
|
||||
blockHepatizon
|
||||
blockHopper
|
||||
blockIce
|
||||
blockIcestone
|
||||
blockIgnatius
|
||||
blockInfuscolium
|
||||
blockInolashite
|
||||
blockInvar
|
||||
blockIron
|
||||
blockKalendrite
|
||||
blockLapis
|
||||
blockLapisBlack
|
||||
blockLapisBlue
|
||||
blockLapisBrown
|
||||
blockLapisCyan
|
||||
blockLapisGray
|
||||
blockLapisGreen
|
||||
blockLapisLightBlue
|
||||
blockLapisLightGray
|
||||
blockLapisLime
|
||||
blockLapisMagenta
|
||||
blockLapisOrange
|
||||
blockLapisPink
|
||||
blockLapisPurple
|
||||
blockLapisRed
|
||||
blockLapisWhite
|
||||
blockLapisYellow
|
||||
blockLead
|
||||
blockLemurite
|
||||
blockLudicrite
|
||||
blockLumium
|
||||
blockMagicWood
|
||||
blockMalachite
|
||||
blockManganese
|
||||
blockManyullyn
|
||||
blockMarble
|
||||
blockMeat
|
||||
blockMeatRaw
|
||||
blockMidasium
|
||||
blockMithril
|
||||
blockNaturalAluminum
|
||||
blockNickel
|
||||
blockObsidian
|
||||
blockOrichalcum
|
||||
blockOsmium
|
||||
blockOureclase
|
||||
blockPackedIce
|
||||
blockPeridot
|
||||
blockPhasedGold
|
||||
blockPhasedIron
|
||||
blockPigIron
|
||||
blockPlastic
|
||||
blockPlatinum
|
||||
blockPrometheum
|
||||
blockPulsatingIron
|
||||
blockQuartz
|
||||
blockQuicksilver
|
||||
blockRedstone
|
||||
blockRedstoneAlloy
|
||||
blockRedstoneBlack
|
||||
blockRedstoneBlue
|
||||
blockRedstoneBrown
|
||||
blockRedstoneCyan
|
||||
blockRedstoneGray
|
||||
blockRedstoneGreen
|
||||
blockRedstoneLightBlue
|
||||
blockRedstoneLightGray
|
||||
blockRedstoneLime
|
||||
blockRedstoneMagenta
|
||||
blockRedstoneOrange
|
||||
blockRedstonePink
|
||||
blockRedstonePurple
|
||||
blockRedstoneRed
|
||||
blockRedstoneWhite
|
||||
blockRedstoneYellow
|
||||
blockRubber
|
||||
blockRubracium
|
||||
blockRuby
|
||||
blockSanguinite
|
||||
blockSapphire
|
||||
blockShadowIron
|
||||
blockShadowSteel
|
||||
blockSignalum
|
||||
blockSilver
|
||||
blockSlime
|
||||
blockSlimePink
|
||||
blockSnow
|
||||
blockSoularium
|
||||
blockStainedHardenedClay
|
||||
blockSteel
|
||||
blockTanzanite
|
||||
blockTartarite
|
||||
blockTin
|
||||
blockTopaz
|
||||
blockTorch
|
||||
blockUnstable
|
||||
blockVibrantAlloy
|
||||
blockVulcanite
|
||||
blockVyroxeres
|
||||
blockWaterstone
|
||||
blockWool
|
||||
blockWoolBlack
|
||||
blockWoolBlue
|
||||
blockWoolBrown
|
||||
blockWoolCyan
|
||||
blockWoolGray
|
||||
blockWoolGreen
|
||||
blockWoolLightBlue
|
||||
blockWoolLightGray
|
||||
blockWoolLime
|
||||
blockWoolMagenta
|
||||
blockWoolOrange
|
||||
blockWoolPink
|
||||
blockWoolPurple
|
||||
blockWoolRed
|
||||
blockWoolWhite
|
||||
blockWoolYellow
|
||||
blockWroughtIron
|
||||
blockYellorium
|
||||
blockZinc
|
||||
blockmolten.bedrockiumingots
|
||||
blockmolten.unstableingots
|
||||
dustAdamantine
|
||||
dustAerotheum
|
||||
dustAluminium
|
||||
dustAluminiumBrass
|
||||
dustAluminum
|
||||
dustAluminumBrass
|
||||
dustAlumite
|
||||
dustAmber
|
||||
dustAmethyst
|
||||
dustAmordrine
|
||||
dustAngmallen
|
||||
dustArdite
|
||||
dustAstral Silver
|
||||
dustAstralSilver
|
||||
dustAtlarus
|
||||
dustBasalz
|
||||
dustBlackSteel
|
||||
dustBlitz
|
||||
dustBlizz
|
||||
dustBlutonium
|
||||
dustBrass
|
||||
dustBronze
|
||||
dustCarmot
|
||||
dustCelenegil
|
||||
dustCertusQuartz
|
||||
dustCeruclase
|
||||
dustCharcoal
|
||||
dustChargedCertusQuartz
|
||||
dustCinnabar
|
||||
dustCoal
|
||||
dustCobalt
|
||||
dustCoke
|
||||
dustConstantan
|
||||
dustCopper
|
||||
dustCryotheum
|
||||
dustCupronickel
|
||||
dustCyanite
|
||||
dustDamascusSteel
|
||||
dustDeepIron
|
||||
dustDiamond
|
||||
dustDraconium
|
||||
dustElectrum
|
||||
dustEmerald
|
||||
dustEnder
|
||||
dustEnderPearl
|
||||
dustEnderium
|
||||
dustFluix
|
||||
dustGlowstone
|
||||
dustGlue
|
||||
dustGold
|
||||
dustGraphite
|
||||
dustGunpowder
|
||||
dustHOPGraphite
|
||||
dustHaderoth
|
||||
dustHepatizon
|
||||
dustIgnatius
|
||||
dustInfuscolium
|
||||
dustInfusedAir
|
||||
dustInfusedEarth
|
||||
dustInfusedEntropy
|
||||
dustInfusedFire
|
||||
dustInfusedOrder
|
||||
dustInfusedWater
|
||||
dustInolashite
|
||||
dustInvar
|
||||
dustIron
|
||||
dustKalendrite
|
||||
dustLapis
|
||||
dustLead
|
||||
dustLemurite
|
||||
dustLudicrite
|
||||
dustLumium
|
||||
dustMagnesium
|
||||
dustMalachite
|
||||
dustManganese
|
||||
dustManyullyn
|
||||
dustMidasium
|
||||
dustMithril
|
||||
dustNaturalAluminum
|
||||
dustNetherQuartz
|
||||
dustNickel
|
||||
dustObsidian
|
||||
dustOilsands
|
||||
dustOrichalcum
|
||||
dustOsmium
|
||||
dustOureclase
|
||||
dustPeridot
|
||||
dustPetroleum
|
||||
dustPetrotheum
|
||||
dustPigIron
|
||||
dustPlastic
|
||||
dustPlatinum
|
||||
dustPlutonium
|
||||
dustPrometheum
|
||||
dustPyrotheum
|
||||
dustQuartz
|
||||
dustQuicksilver
|
||||
dustRedstone
|
||||
dustRubracium
|
||||
dustRuby
|
||||
dustRutile
|
||||
dustSalt
|
||||
dustSaltpeter
|
||||
dustSanguinite
|
||||
dustSaphire
|
||||
dustSapphire
|
||||
dustShadowIron
|
||||
dustShadowSteel
|
||||
dustSignalum
|
||||
dustSilver
|
||||
dustSteel
|
||||
dustSulfur
|
||||
dustTanzanite
|
||||
dustTartarite
|
||||
dustTin
|
||||
dustTitanium
|
||||
dustTopaz
|
||||
dustTungsten
|
||||
dustUranium
|
||||
dustVulcanite
|
||||
dustVyroxeres
|
||||
dustWheat
|
||||
dustWood
|
||||
dustYellorite
|
||||
dustYellorium
|
||||
dustZinc
|
||||
dustberryAluminium
|
||||
dustberryAluminum
|
||||
dustberryCopper
|
||||
dustberryEssence
|
||||
dustberryGold
|
||||
dustberryIron
|
||||
dustberryTin
|
||||
dustbushAluminium
|
||||
dustbushAluminum
|
||||
dustbushCopper
|
||||
dustbushEssence
|
||||
dustbushGold
|
||||
dustbushIron
|
||||
dustbushTin
|
||||
dustmolten.bedrockiumingots
|
||||
dustmolten.unstableingots
|
||||
ingotAdamantine
|
||||
ingotAerotheum
|
||||
ingotAluminium
|
||||
ingotAluminiumBrass
|
||||
ingotAluminum
|
||||
ingotAluminumBrass
|
||||
ingotAlumite
|
||||
ingotAmber
|
||||
ingotAmordrine
|
||||
ingotAngmallen
|
||||
ingotArdite
|
||||
ingotAstral Silver
|
||||
ingotAtlarus
|
||||
ingotBasalz
|
||||
ingotBlackSteel
|
||||
ingotBlitz
|
||||
ingotBlizz
|
||||
ingotBlutonium
|
||||
ingotBrass
|
||||
ingotBrick
|
||||
ingotBrickNether
|
||||
ingotBronze
|
||||
ingotCarmot
|
||||
ingotCelenegil
|
||||
ingotCertusQuartz
|
||||
ingotCeruclase
|
||||
ingotCharcoal
|
||||
ingotChargedCertusQuartz
|
||||
ingotCinnabar
|
||||
ingotCoal
|
||||
ingotCobalt
|
||||
ingotCoke
|
||||
ingotConductiveIron
|
||||
ingotConstantan
|
||||
ingotCopper
|
||||
ingotCryotheum
|
||||
ingotCupronickel
|
||||
ingotCyanite
|
||||
ingotDamascusSteel
|
||||
ingotDarkSteel
|
||||
ingotDeepIron
|
||||
ingotDemonic
|
||||
ingotDiamond
|
||||
ingotDraconium
|
||||
ingotDraconiumAwakened
|
||||
ingotElectricalSteel
|
||||
ingotElectrum
|
||||
ingotElectrumFlux
|
||||
ingotEmerald
|
||||
ingotEnderPearl
|
||||
ingotEnderium
|
||||
ingotEnderiumBase
|
||||
ingotEnergeticAlloy
|
||||
ingotFluix
|
||||
ingotGlowstone
|
||||
ingotGlue
|
||||
ingotGold
|
||||
ingotGraphite
|
||||
ingotGunpowder
|
||||
ingotHOPGraphite
|
||||
ingotHaderoth
|
||||
ingotHepatizon
|
||||
ingotIgnatius
|
||||
ingotInfuscolium
|
||||
ingotInfusedAir
|
||||
ingotInfusedEarth
|
||||
ingotInfusedEntropy
|
||||
ingotInfusedFire
|
||||
ingotInfusedOrder
|
||||
ingotInfusedWater
|
||||
ingotInolashite
|
||||
ingotInvar
|
||||
ingotIron
|
||||
ingotKalendrite
|
||||
ingotLapis
|
||||
ingotLead
|
||||
ingotLemurite
|
||||
ingotLudicrite
|
||||
ingotLumium
|
||||
ingotMalachite
|
||||
ingotManganese
|
||||
ingotManyullyn
|
||||
ingotMeat
|
||||
ingotMeatRaw
|
||||
ingotMidasium
|
||||
ingotMithril
|
||||
ingotNaturalAluminum
|
||||
ingotNetherQuartz
|
||||
ingotNickel
|
||||
ingotObsidian
|
||||
ingotOilsands
|
||||
ingotOrichalcum
|
||||
ingotOsmium
|
||||
ingotOureclase
|
||||
ingotPeridot
|
||||
ingotPetroleum
|
||||
ingotPetrotheum
|
||||
ingotPhasedGold
|
||||
ingotPhasedIron
|
||||
ingotPigIron
|
||||
ingotPlastic
|
||||
ingotPlatinum
|
||||
ingotPlutonium
|
||||
ingotPrometheum
|
||||
ingotPulsatingIron
|
||||
ingotPyrotheum
|
||||
ingotQuartz
|
||||
ingotQuicksilver
|
||||
ingotRedstone
|
||||
ingotRedstoneAlloy
|
||||
ingotRubracium
|
||||
ingotRuby
|
||||
ingotSalt
|
||||
ingotSaltpeter
|
||||
ingotSanguinite
|
||||
ingotSapphire
|
||||
ingotShadowIron
|
||||
ingotShadowSteel
|
||||
ingotSignalum
|
||||
ingotSilver
|
||||
ingotSoularium
|
||||
ingotSteel
|
||||
ingotSulfur
|
||||
ingotTanzanite
|
||||
ingotTartarite
|
||||
ingotThaumium
|
||||
ingotTin
|
||||
ingotTopaz
|
||||
ingotUnstable
|
||||
ingotUranium
|
||||
ingotVibrantAlloy
|
||||
ingotVoid
|
||||
ingotVulcanite
|
||||
ingotVyroxeres
|
||||
ingotWheat
|
||||
ingotWood
|
||||
ingotWroughtIron
|
||||
ingotYellorite
|
||||
ingotYellorium
|
||||
ingotZinc
|
||||
ingotberryAluminium
|
||||
ingotberryAluminum
|
||||
ingotberryCopper
|
||||
ingotberryEssence
|
||||
ingotberryGold
|
||||
ingotberryIron
|
||||
ingotberryTin
|
||||
ingotbushAluminium
|
||||
ingotbushAluminum
|
||||
ingotbushCopper
|
||||
ingotbushEssence
|
||||
ingotbushGold
|
||||
ingotbushIron
|
||||
ingotbushTin
|
||||
ingotmolten.bedrockiumingots
|
||||
ingotmolten.unstableingots
|
||||
nuggetAluminium
|
||||
nuggetAluminiumBrass
|
||||
nuggetAluminum
|
||||
nuggetAluminumBrass
|
||||
nuggetAlumite
|
||||
nuggetArdite
|
||||
nuggetBrass
|
||||
nuggetBronze
|
||||
nuggetCobalt
|
||||
nuggetConstantan
|
||||
nuggetCopper
|
||||
nuggetCupronickel
|
||||
nuggetDraconium
|
||||
nuggetDraconiumAwakened
|
||||
nuggetElectrum
|
||||
nuggetEnderium
|
||||
nuggetGlue
|
||||
nuggetGold
|
||||
nuggetInvar
|
||||
nuggetIron
|
||||
nuggetLead
|
||||
nuggetLumium
|
||||
nuggetManyullyn
|
||||
nuggetMeat
|
||||
nuggetMeatRaw
|
||||
nuggetMithril
|
||||
nuggetNaturalAluminium
|
||||
nuggetNaturalAluminum
|
||||
nuggetNickel
|
||||
nuggetObsidian
|
||||
nuggetPigIron
|
||||
nuggetPlatinum
|
||||
nuggetPulsatingIron
|
||||
nuggetQuicksilver
|
||||
nuggetSignalum
|
||||
nuggetSilver
|
||||
nuggetSteel
|
||||
nuggetThaumium
|
||||
nuggetTin
|
||||
nuggetUnstable
|
||||
nuggetVibrantAlloy
|
||||
nuggetVoid
|
||||
nuggetWroughtIron
|
||||
nuggetZinc
|
||||
nuggetmolten.bedrockiumingots
|
||||
nuggetmolten.unstableingots
|
||||
oreAdamantine
|
||||
oreAdamantium
|
||||
oreAlduorite
|
||||
oreAluminium
|
||||
oreAluminum
|
||||
oreAluminumBrass
|
||||
oreAlumite
|
||||
oreAmber
|
||||
oreAmethyst
|
||||
oreAmmonium
|
||||
oreApatite
|
||||
oreArdite
|
||||
oreAstralSilver
|
||||
oreAtlarus
|
||||
oreBauxite
|
||||
oreBitumen
|
||||
oreBronze
|
||||
oreCadmium
|
||||
oreCalcite
|
||||
oreCarmot
|
||||
oreCassiterite
|
||||
oreCertusQuartz
|
||||
oreCeruclase
|
||||
oreChargedCertusQuartz
|
||||
oreCheese
|
||||
oreCinnabar
|
||||
oreCoal
|
||||
oreCobalt
|
||||
oreCooperite
|
||||
oreCopper
|
||||
oreDeepIron
|
||||
oreDesh
|
||||
oreDiamond
|
||||
oreDraconium
|
||||
oreElectrum
|
||||
oreEmerald
|
||||
oreEnderium
|
||||
oreEximite
|
||||
oreFirestone
|
||||
oreFluorite
|
||||
oreForce
|
||||
oreFzDarkIron
|
||||
oreGalena
|
||||
oreGlue
|
||||
oreGold
|
||||
oreGreenSapphire
|
||||
oreIgnatius
|
||||
oreIndium
|
||||
oreInfuscolium
|
||||
oreInfusedAir
|
||||
oreInfusedEarth
|
||||
oreInfusedEntropy
|
||||
oreInfusedFire
|
||||
oreInfusedOrder
|
||||
oreInfusedWater
|
||||
oreInvar
|
||||
oreIridium
|
||||
oreIron
|
||||
oreKalendrite
|
||||
oreLapis
|
||||
oreLead
|
||||
oreLemurite
|
||||
oreLumium
|
||||
oreMagnesium
|
||||
oreMagnetite
|
||||
oreMalachite
|
||||
oreManganese
|
||||
oreManyullyn
|
||||
oreMeutoite
|
||||
oreMidasium
|
||||
oreMithril
|
||||
oreNaturalAluminum
|
||||
oreNetherAdamantium
|
||||
oreNetherAluminium
|
||||
oreNetherAluminum
|
||||
oreNetherAluminumBrass
|
||||
oreNetherAlumite
|
||||
oreNetherAmber
|
||||
oreNetherAmethyst
|
||||
oreNetherApatite
|
||||
oreNetherArdite
|
||||
oreNetherBronze
|
||||
oreNetherCertusQuartz
|
||||
oreNetherCinnabar
|
||||
oreNetherCoal
|
||||
oreNetherCobalt
|
||||
oreNetherCopper
|
||||
oreNetherDiamond
|
||||
oreNetherElectrum
|
||||
oreNetherEmerald
|
||||
oreNetherEnderium
|
||||
oreNetherForce
|
||||
oreNetherFzDarkIron
|
||||
oreNetherGalena
|
||||
oreNetherGlue
|
||||
oreNetherGold
|
||||
oreNetherGreenSapphire
|
||||
oreNetherInvar
|
||||
oreNetherIridium
|
||||
oreNetherIron
|
||||
oreNetherLapis
|
||||
oreNetherLead
|
||||
oreNetherLumium
|
||||
oreNetherMagnesium
|
||||
oreNetherMalachite
|
||||
oreNetherManyullyn
|
||||
oreNetherMithril
|
||||
oreNetherNaturalAluminum
|
||||
oreNetherNickel
|
||||
oreNetherNikolite
|
||||
oreNetherObsidian
|
||||
oreNetherOsmium
|
||||
oreNetherPeridot
|
||||
oreNetherPigIron
|
||||
oreNetherPlatinum
|
||||
oreNetherRedstone
|
||||
oreNetherRuby
|
||||
oreNetherRutile
|
||||
oreNetherSalt
|
||||
oreNetherSaltpeter
|
||||
oreNetherSapphire
|
||||
oreNetherSignalum
|
||||
oreNetherSilicon
|
||||
oreNetherSilver
|
||||
oreNetherSteel
|
||||
oreNetherSulfur
|
||||
oreNetherTanzanite
|
||||
oreNetherTennantite
|
||||
oreNetherTin
|
||||
oreNetherTitanium
|
||||
oreNetherTopaz
|
||||
oreNetherTungsten
|
||||
oreNetherUranium
|
||||
oreNetherYellorite
|
||||
oreNethermolten.bedrockiumingots
|
||||
oreNethermolten.unstableingots
|
||||
oreNetheroreDark
|
||||
oreNickel
|
||||
oreNikolite
|
||||
oreObsidian
|
||||
oreOilsands
|
||||
oreOrichalcum
|
||||
oreOsmium
|
||||
oreOureclase
|
||||
orePeridot
|
||||
orePetroleum
|
||||
orePhosphorite
|
||||
orePigIron
|
||||
orePitchblende
|
||||
orePlatinum
|
||||
orePoorAluminum
|
||||
orePoorAluminumBrass
|
||||
orePoorAlumite
|
||||
orePoorArdite
|
||||
orePoorBronze
|
||||
orePoorCobalt
|
||||
orePoorCopper
|
||||
orePoorElectrum
|
||||
orePoorEnderium
|
||||
orePoorGlue
|
||||
orePoorGold
|
||||
orePoorInvar
|
||||
orePoorIron
|
||||
orePoorLead
|
||||
orePoorLumium
|
||||
orePoorManyullyn
|
||||
orePoorMithril
|
||||
orePoorNaturalAluminum
|
||||
orePoorNickel
|
||||
orePoorObsidian
|
||||
orePoorPigIron
|
||||
orePoorPlatinum
|
||||
orePoorSignalum
|
||||
orePoorSilver
|
||||
orePoorSteel
|
||||
orePoorTin
|
||||
orePoormolten.bedrockiumingots
|
||||
orePoormolten.unstableingots
|
||||
orePotash
|
||||
orePrometheum
|
||||
orePyrite
|
||||
oreQuartz
|
||||
oreRedstone
|
||||
oreRubracium
|
||||
oreRuby
|
||||
oreRutile
|
||||
oreSalt
|
||||
oreSaltpeter
|
||||
oreSanguinite
|
||||
oreSapphire
|
||||
oreShadowIron
|
||||
oreSignalum
|
||||
oreSilicon
|
||||
oreSilver
|
||||
oreSodalite
|
||||
oreSphalerite
|
||||
oreSteel
|
||||
oreSulfur
|
||||
oreTanzanite
|
||||
oreTennantite
|
||||
oreTetrahedrite
|
||||
oreTin
|
||||
oreTitanium
|
||||
oreTopaz
|
||||
oreTungstate
|
||||
oreTungsten
|
||||
oreUranium
|
||||
oreVulcanite
|
||||
oreVyroxeres
|
||||
oreYellorite
|
||||
oreYellorium
|
||||
oreZinc
|
||||
oreberryAluminium
|
||||
oreberryAluminum
|
||||
oreberryCopper
|
||||
oreberryEssence
|
||||
oreberryGold
|
||||
oreberryIron
|
||||
oreberryTin
|
||||
orebushAluminium
|
||||
orebushAluminum
|
||||
orebushCopper
|
||||
orebushEssence
|
||||
orebushGold
|
||||
orebushIron
|
||||
orebushTin
|
||||
oremolten.bedrockiumingots
|
||||
oremolten.unstableingots
|
||||
oreoreDark
|
||||
154
both/config/cofh/world/Vanilla.json
Normal file
154
both/config/cofh/world/Vanilla.json
Normal file
@@ -0,0 +1,154 @@
|
||||
{
|
||||
"dirt": {
|
||||
"template": "uniform",
|
||||
"block": "dirt",
|
||||
"material": "minecraft:stone",
|
||||
"clusterSize": 32,
|
||||
"numClusters": 20,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 128,
|
||||
"retrogen": "false",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"gravel": {
|
||||
"template": "uniform",
|
||||
"block": "gravel",
|
||||
"material": "stone",
|
||||
"clusterSize": 32,
|
||||
"numClusters": 10,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 128,
|
||||
"retrogen": "false",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"coal": {
|
||||
"template": "uniform",
|
||||
"block": "coal_ore",
|
||||
"material": "stone",
|
||||
"clusterSize": 16,
|
||||
"numClusters": 20,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 128,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"iron": {
|
||||
"template": "uniform",
|
||||
"block": "iron_ore",
|
||||
"material": "minecraft:stone",
|
||||
"clusterSize": 8,
|
||||
"numClusters": 20,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 64,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"gold": {
|
||||
"template": "uniform",
|
||||
"block": "gold_ore",
|
||||
"material": "minecraft:stone",
|
||||
"clusterSize": 8,
|
||||
"numClusters": 2,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 32,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"redstone": {
|
||||
"template": "uniform",
|
||||
"block": "redstone_ore",
|
||||
"material": "minecraft:stone",
|
||||
"clusterSize": 7,
|
||||
"numClusters": 8,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 16,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"diamond": {
|
||||
"template": "uniform",
|
||||
"block": "diamond_ore",
|
||||
"material": "minecraft:stone",
|
||||
"clusterSize": 7,
|
||||
"numClusters": 1,
|
||||
"minHeight": 0,
|
||||
"maxHeight": 16,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"lapis": {
|
||||
"template": "normal",
|
||||
"block": "lapis_ore",
|
||||
"material": "minecraft:stone",
|
||||
"clusterSize": 6,
|
||||
"numClusters": 1,
|
||||
"meanHeight": 16,
|
||||
"maxVariance": 16,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "none",
|
||||
"biomes": [],
|
||||
"dimensionRestriction": "blacklist",
|
||||
"dimensions": [
|
||||
-1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"quartz": {
|
||||
"template": "uniform",
|
||||
"block": "quartz_ore",
|
||||
"material": "minecraft:netherrack",
|
||||
"clusterSize": 13,
|
||||
"numClusters": 16,
|
||||
"minHeight": 10,
|
||||
"maxHeight": 118,
|
||||
"retrogen": "true",
|
||||
"biomeRestriction": "whitelist",
|
||||
"biomes": [
|
||||
{"type": "dictionary", "entry": "NETHER"}
|
||||
],
|
||||
"dimensionRestriction": "none",
|
||||
"dimensions": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user