diff --git a/hardmode config overrides/config/extrautils2.cfg b/hardmode config overrides/config/extrautils2.cfg new file mode 100644 index 0000000..83ee2d0 --- /dev/null +++ b/hardmode config overrides/config/extrautils2.cfg @@ -0,0 +1,171 @@ +# Configuration file + +"creative blocks: breakable" { + # Allow Non-Creative players to break/harvest creative blocks. [default: false] + B:gameplay=false +} + + +"creative blocks: configurable" { + # Allow Non-Creative players to configure creative blocks. [default: false] + B:gameplay=false +} + + +"dimension ids" { + I:"Deep Dark"=-11325 + I:ExtraUtils2_Quarry_Dim=-9999 +} + + +enabled { + B:AnalogCrafter=true + B:AngelBlock=true + B:AngelRing=true + B:BagOfHolding=false + B:BiomeMarker=false + B:Book=true + B:Boomerang=false + B:ChickenRing=false + B:ChunkLoader=true + B:CompoundBow=false + B:CompressedCobblestone=true + B:CompressedDirt=true + B:CompressedGravel=true + B:CompressedNetherrack=true + B:CompressedSand=true + B:Contract=true + B:Crafter=true + B:CreativeChest=false + B:CreativeEnergy=true + B:CreativeHarvest=true + B:CursedEarth=true + B:DecorativeBedrock=false + B:DecorativeGlass=true + B:DecorativeSolid=true + B:DecorativeSolidWood=true + B:"Deep Dark"=false + B:Drum=true + B:EnderLilly=true + B:EnderShard=true + B:ExtraUtils2_Quarry_Dim=true + B:FakeCopy=true + B:Filter=true + B:FilterFluids=true + B:FireAxe=false + B:FlatTransferNode=false + B:GlassCutter=false + B:GoldenLasso=true + B:Indexer=false + B:IndexerRemote=false + B:IneffableGlass=true + B:Ingredients=true + B:InteractionProxy=false + B:ItemBuildersWand=true + B:ItemCreativeBuildersWand=true + B:ItemCreativeDestructionWand=true + B:ItemDestructionWand=true + B:Klein=false + B:LargishChest=false + B:LawSword=false + B:LuxSaber=false + B:Machine=true + B:MagicApple=true + B:Miner=false + B:MiniChest=true + B:MoonStone=false + B:Opinium=true + B:PassiveGenerator=true + B:PlayerChest=true + B:PowerBattery=false + B:PowerManager=false + B:PowerOverload=false + B:PowerTransmitter=false + B:Quarry=false + B:QuarryProxy=false + B:RainbowGenerator=true + B:RedOrchid=false + B:RedstoneClock=true + B:RedstoneLantern=true + B:Resonator=true + B:Scanner=true + B:Screen=true + B:SimpleDecorative=true + B:Snowglobe=false + B:SoundMuffler=false + B:Spotlight=true + B:SunCrystal=false + B:SuperMobSpawner=false + B:Synergy=false + B:Teleporter=false + B:Terraformer=false + B:TrashCan=true + B:TrashCanEnergy=true + B:TrashCanFluid=true + B:TrashChest=true + B:Trowel=true + B:UnstableIngots=true + B:User=true + B:WateringCan=true + B:WoodenStickPoke=false + B:Wrench=false + B:additionalVanillaRecipes=false + B:ironwood=false + B:pipe=false + B:potion_Purge=false + B:potion_doom=false + B:potion_fizzy_lifting=false + B:potion_gravity=false + B:potion_greek_fire=false + B:potion_love=false + B:potion_relapse=false + B:potion_second_chance=false + B:sendCapabilitiesAfterDimensionChange=false + B:sickle_diamond=false + B:sickle_gold=false + B:sickle_iron=false + B:sickle_stone=false + B:sickle_wood=false + B:spike_creative=true + B:spike_diamond=true + B:spike_gold=true + B:spike_iron=true + B:spike_stone=true + B:spike_wood=true + B:squidSpawnRestrictions=true + B:villager_alchemist=false + B:villager_red_mechanic=false + B:villager_shady_merchant=false + B:wall_world_type=false +} + + +energy { + I:"Quantum Quarry: Base Energy Per Operation"=20000 +} + + +gameplay { + # Add an entity id (mod:name) to this list to prevent cursed earth from spawning it. [default: ] + S:"Cursed Earth Entity BlackList" < + > + B:"Quantum Quarry: Enable Nether/End biome generation (has been buggy)"=false + + # Choose allowed container classnames. + S:"Unstable Ingot: Allowed Classes" < + net.minecraft.inventory.ContainerWorkbench + > +} + + +settings { + B:WallWorld_GiveSpawnItems=true +} + + +"unstable ingot: explosion time" { + # Choose the time until explosion. [range: 0 ~ 2400, default: 200] + I:gameplay=200 +} + +