This commit is contained in:
Jacob Vinding
2025-12-26 23:36:50 +01:00
commit 44b79588a3
2778 changed files with 418761 additions and 0 deletions

View File

@@ -0,0 +1,169 @@
# Configuration file
Coolant {
B:Plugins.JEI=true
}
Device {
Diffuser {
# If TRUE, the Decoctive Diffuser will display potion effect particles.
B:EnableParticles=true
}
}
Interface {
# If TRUE, Thermal Expansion Florbs appear under the general "Thermal Expansion" Creative Tab. Does not work if "Thermal Series" Creative Tabs are in use. [default: false]
B:FlorbsInCommonTab=false
# If TRUE, Thermal Expansion Items and Tools appear under the general "Thermal Expansion" Creative Tab. Does not work if "Thermal Series" Creative Tabs are in use. [default: false]
B:ItemsInCommonTab=false
# If TRUE, Thermal Expansion Morbs appear under the general "Thermal Expansion" Creative Tab. Does not work if "Thermal Series" Creative Tabs are in use. [default: false]
B:MorbsInCommonTab=false
CreativeTab {
B:BlocksInCommonTab=false
B:FlorbsInCommonTab=false
B:ItemsInCommonTab=false
B:ToolsInCommonTab=false
}
CreativeTabs {
# Set the default level for the Blocks shown in the Creative Tab, if all levels are not shown. [range: 0 ~ 4, default: 0]
I:DefaultLevel=0
# If TRUE, Florbs will be completely hidden from Creative Mode and JEI. [default: false]
B:HideFlorbs=false
# If TRUE, Morbs will be completely hidden from Creative Mode and JEI. [default: false]
B:HideMorbs=false
# If TRUE, all regular levels for a given Block will show in the Creative Tab. [default: false]
B:ShowAllBlockLevels=false
# If TRUE, Creative version of Blocks will show in the Creative Tab. [default: false]
B:ShowCreativeBlocks=false
}
GUI {
# If TRUE, alternate slot overlay textures will be used in GUIs which use them. Can be combined with Color Blind textures. [default: false]
B:AlternateSlotOverlayTextures=false
# If TRUE, color blind slot overlay textures will be used in GUIs which use them. Can be combined with Alternate textures. [default: false]
B:ColorBlindSlotOverlayTextures=false
}
}
Machine {
Furnace {
B:Sound.Enable=true
}
Pulverizer {
B:Sound.Enable=true
}
Sawmill {
B:Sound.Enable=true
}
Smelter {
B:Sound.Enable=true
}
Crucible {
B:Sound.Enable=true
}
Transposer {
B:Sound.Enable=true
}
Precipitator {
B:Sound.Enable=true
}
Extruder {
B:Sound.Enable=true
}
Accumulator {
B:Sound.Enable=true
}
Assembler {
B:Sound.Enable=true
}
Charger {
B:Sound.Enable=true
}
Insolator {
B:Sound.Enable=true
}
}
Plugins {
JEI {
B:Device.Factorizer=true
B:Dynamo.Compression=true
B:Dynamo.Enervation=true
B:Dynamo.Magmatic=true
B:Dynamo.Numismatic=true
B:Dynamo.Reactant=true
B:Dynamo.Steam=true
B:Machine.Brewer=true
B:Machine.Centrifuge=true
B:Machine.Charger=true
B:Machine.Compactor=true
B:Machine.Crucible=true
B:Machine.Enchanter=true
B:Machine.Extruder=true
B:Machine.Furnace=true
B:Machine.Insolator=true
B:Machine.Precipitator=true
B:Machine.Pulverizer=true
B:Machine.Refinery=true
B:Machine.Sawmill=true
B:Machine.Smelter=true
B:Machine.Transposer=true
}
}
Render {
# If TRUE, Dynamos will have animated coil textures. [default: true]
B:AnimatedDynamoCoilTextures=true
# If TRUE, Dynamos will display overlay textures corresponding to their block level. [default: true]
B:RenderDynamoLevelOverlay=true
# If TRUE, Machines will display overlay textures corresponding to their block level. [default: true]
B:RenderMachineLevelOverlay=true
B:UseAlternateShader=true
}
Sounds {
# If TRUE, various Thermal Expansion Blocks will play ambient sounds when active. [default: true]
B:EnableSounds=true
}
Version {
S:Identifier=5.5.7
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,89 @@
# Configuration file
Blacklist {
# List of fluids that are not allowed to be placed in Florbs. [default: ]
S:Blacklist <
>
}
General {
# If TRUE, the recipes for Florbs are enabled. Setting this to FALSE means that you actively dislike fun things. [default: true]
B:EnableRecipe=true
B:Recipe.Enable=true
}
Version {
S:Identifier=5.5.7
}
Whitelist {
B:aerotheum=true
B:aluminum.molten=true
B:aluminumbrass.molten=true
B:alumite.molten=true
B:ardite.molten=true
B:blood=true
B:bronze.molten=true
B:cloud_seed=true
B:cloud_seed_concentrated=true
B:coal=true
B:cobalt.molten=true
B:copper.molten=true
B:creosote=true
B:cryotheum=true
B:cyanite=true
B:electrum.molten=true
B:emerald.liquid=true
B:ender=true
B:enderium.molten=true
B:fire_water=true
B:fluidboss=true
B:glass.molten=true
B:glowstone=true
B:glue=true
B:gold.molten=true
B:hell_blood=true
B:honey=true
B:hootch=true
B:invar.molten=true
B:iron.molten=true
B:lava=true
B:lead.molten=true
B:liquid_sunshine=true
B:lumium.molten=true
B:mana=true
B:manyullyn.molten=true
B:matter_plasma=true
B:metal.molten=true
B:mithril.molten=true
B:molten_tritanium=true
B:nickel.molten=true
B:nutrient_distillation=true
B:obsidian.molten=true
B:petrotheum=true
B:pigiron.molten=true
B:platinum.molten=true
B:poison=true
B:pyrotheum=true
B:redstone=true
B:rocket_fuel=true
B:signalum.molten=true
B:silver.molten=true
B:slime.blue=true
B:steam=true
B:steel.molten=true
B:stone.seared=true
B:tin.molten=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
}

View 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
}
}

View File

@@ -0,0 +1,20 @@
# Configuration file
Blacklist {
# List of entities that are not allowed to be placed in Morbs. Mobs without spawn eggs are automatically disallowed. [default: ]
S:Blacklist <
>
}
General {
# If TRUE, the recipes for Morbs are enabled. Setting this to FALSE means that you actively dislike fun things and/or Pokemon tributes. [default: true]
B:EnableRecipe=true
}
Version {
S:Identifier=5.5.7
}