From 8d66d330333516d4d3eea2129047d810c2663d10 Mon Sep 17 00:00:00 2001 From: nicksitnikov Date: Wed, 28 Jan 2026 17:11:54 -0600 Subject: [PATCH 1/2] Update configs to match new code changes --- config/Avaritia.cfg | 28 ++++- config/GTNewHorizons/blocklimiter.cfg | 1 - config/GTNewHorizons/dreamcraft.cfg | 174 -------------------------- 3 files changed, 27 insertions(+), 176 deletions(-) diff --git a/config/Avaritia.cfg b/config/Avaritia.cfg index d03e9a7ab9..cb1f8c4b8f 100644 --- a/config/Avaritia.cfg +++ b/config/Avaritia.cfg @@ -23,7 +23,6 @@ compatibility { B:Botania=true B:DarkSteel=true B:"Draconic Evolution"=true - B:EnderIO=true B:"Equivalent Exchange 3"=true B:"Extra Cells"=true B:"Extra Utilities"=true @@ -47,6 +46,9 @@ compatibility { general { + # Disable if the Infinity Boots' step assist is annoying + B:"Boots step up"=true + # Enable to keep the Ultimate Stew and Cosmic Meatballs from grabbing more ingredients B:"Boring Food"=false @@ -56,12 +58,36 @@ general { # Enable to completely disable most of the mod except for the Dire Crafting table. For if you just want the mod for Minetweaking purposes. B:"Crafting Only"=false + # When enabled, the endest pearl will destroy blocks around the location it hits. + B:"Endest Pearl Griefing"=true + + # When disabled, the Endest Pearl will never break any tile entities, no matter their blast resistance. + B:"Endest Pearl Tile-Entity Griefing"=false + # Enable if you don't have Rotarycraft installed and want some buggy fractured ores B:"Fractured Ores"=false # Disable if the Infinity Boots' speed boost is too ridiculous B:"Gotta Go Fast"=true + # The list of class names of entities that count as skeletons for the Skullfire Sword. + S:"Skeleton Types" < + net.minecraft.entity.monster.EntitySkeleton + galaxyspace.SolarSystem.planets.venus.entities.EntityEvolvedFireSkeleton + micdoodle8.mods.galacticraft.core.entities.EntityEvolvedSkeleton + toast.specialMobs.entity.skeleton.Entity_SpecialSkeleton + toast.specialMobs.entity.skeleton.EntityBrutishSkeleton + toast.specialMobs.entity.skeleton.EntityFireSkeleton + toast.specialMobs.entity.skeleton.EntityGatlingSkeleton + toast.specialMobs.entity.skeleton.EntityGiantSkeleton + toast.specialMobs.entity.skeleton.EntityNinjaSkeleton + toast.specialMobs.entity.skeleton.EntityPoisonSkeleton + toast.specialMobs.entity.skeleton.EntitySniperSkeleton + toast.specialMobs.entity.skeleton.EntitySpitfireSkeleton + toast.specialMobs.entity.skeleton.EntityThiefSkeleton + twilightforest.entity.EntityTFSkeletonDruid + > + # Disable to take end stone out of recipes B:"Use End Stone"=true } diff --git a/config/GTNewHorizons/blocklimiter.cfg b/config/GTNewHorizons/blocklimiter.cfg index a82d5f65c8..36f5f2a08d 100644 --- a/config/GTNewHorizons/blocklimiter.cfg +++ b/config/GTNewHorizons/blocklimiter.cfg @@ -16,7 +16,6 @@ main { # Define your Items here. Syntax is: [modID]:[ItemID];[DimID];... if you don't add a Dimension (e.g. minecraft:dirt instead of minecraft:dirt;12) it will be denied in every dimension [default: ] S:ItemList < - Avaritia:Endest_Pearl;0;-1;1;7; TConstruct:buckets:24;0;-1;1;7; IguanaTweaksTConstruct:clayBucketsTinkers:24;0;-1;1;7; TwilightForest:item.tfspawnegg:182;0;-1;1;26;27;28;29;30; diff --git a/config/GTNewHorizons/dreamcraft.cfg b/config/GTNewHorizons/dreamcraft.cfg index 3b2cb0928d..2e642669e8 100644 --- a/config/GTNewHorizons/dreamcraft.cfg +++ b/config/GTNewHorizons/dreamcraft.cfg @@ -5,64 +5,14 @@ debug { B:DoDebugMessages=false } - -deepdarkvoidminer { - # Set to true to enable logging of ores added to the Deep Dark void miner, with weights and metadata IDs. This is useful for debugging. [default: false] - B:DebugPrintAddedOres=false - - # Set to true to enable logging of all valid ores. This is useful for debugging, or finding names to add to the weight config. [default: false] - B:DebugPrintAllOres=false - - # List of GT++ material names to adjust weight. Example line: "Cerite : 0.3". Intervening whitespace will be ignored. Use the debug options to get valid names. Use weight <= 0 to disable an ore entirely. Anything not specified in the list will have weight 1. See: gtPlusPlus.core.material.ORES [default: ] - S:GTPPMaterialWeights < - > - - # List of GregTech material names to adjust weight. Example line: "Aluminium : 0.3". Intervening whitespace will be ignored. Use the debug options to get valid names. Use weight <= 0 to disable an ore entirely. Anything not specified in the list will have weight 1. See: gregtech.api.enums.Materials [default: ] - S:MaterialWeights < - > - - # List of BartWorks material names to adjust weight. Example line: "Bismutite : 0.3". Intervening whitespace will be ignored. Use the debug options to get valid names. Use weight <= 0 to disable an ore entirely. Anything not specified in the list will have weight 1. See: bartworks.system.material.Werkstoff [default: ] - S:WerkstoffWeights < - > -} - - -limits { - I:PotionTimer=200 -} - - modfixes { - # Set to true to enable the modfix for Avaritia SkullFireSword [default: false] - B:AvaritiaFixEnabled=true # Set to true to enable OilSpawn from this Mod. Make sure to disable Oil-Spawn in BuildCraft if you do [default: false] B:GenerateOil=true - B:HoverModeFixEnabled=true # Set to true to allow Minetweaker to override the vanilla furnace fuel handler, allowing the burn value of WOOD material items to be changed. [default: true] B:MinetweakerFurnaceFixEnabled=true - avaritia { - # The Canonical Class-Name of the Entity [default: [net.minecraft.entity.monster.EntitySkeleton], [galaxyspace.SolarSystem.planets.venus.entities.EntityEvolvedFireSkeleton], [micdoodle8.mods.galacticraft.core.entities.EntityEvolvedSkeleton]] - S:Avaritia_SkullFireSwordEntityTargets < - net.minecraft.entity.monster.EntitySkeleton - galaxyspace.SolarSystem.planets.venus.entities.EntityEvolvedFireSkeleton - micdoodle8.mods.galacticraft.core.entities.EntityEvolvedSkeleton - toast.specialMobs.entity.skeleton.Entity_SpecialSkeleton - toast.specialMobs.entity.skeleton.EntityBrutishSkeleton - toast.specialMobs.entity.skeleton.EntityFireSkeleton - toast.specialMobs.entity.skeleton.EntityGatlingSkeleton - toast.specialMobs.entity.skeleton.EntityGiantSkeleton - toast.specialMobs.entity.skeleton.EntityNinjaSkeleton - toast.specialMobs.entity.skeleton.EntityPoisonSkeleton - toast.specialMobs.entity.skeleton.EntitySniperSkeleton - toast.specialMobs.entity.skeleton.EntitySpitfireSkeleton - toast.specialMobs.entity.skeleton.EntityThiefSkeleton - twilightforest.entity.EntityTFSkeletonDruid - > - } - ########################################################################################################## # oilgen #--------------------------------------------------------------------------------------------------------# @@ -162,8 +112,6 @@ modfixes { modules { - # If set to true, every op/admin will receive all errors occoured during the startup phase as ingame message on join [default: true] - B:AdminErrorLog=true # A complete, full working example for a custom chest, with its own renderer for items and blocks, custom sound and a GUI [default: true] B:BabyChest=true @@ -191,7 +139,6 @@ modules { # Set to true to enable HazardousItems module. This needs a separate config file which is created once you start with this setting enabled [default: false] B:HazardousItems=true - B:ItemInHandInfo=true # Set to true to show login message with modpack version [default: true] B:LoginMessage=true @@ -202,127 +149,6 @@ modules { # Set to false to prevent the OreDict register for SpaceStones and SpaceDusts [default: true] B:OreDictItems=true - worldaccelerator { - # The Canonical Class-Names of TileEntities that should be ignored by the WorldAccelerator [default: [com.rwtema.extrautils.tileentity.enderquarry.TileEntityEnderQuarry]] - S:BlacklistedTileEntiyClassNames < - com.rwtema.extrautils.tileentity.enderquarry.TileEntityEnderQuarry - advsolar.common.tiles.TileEntityUltimateSolarPanel - advsolar.common.tiles.TileEntitySolarPanel - advsolar.common.tiles.TileEntityQuantumSolarPanel - advsolar.common.tiles.TileEntityHybridSolarPanel - advsolar.common.tiles.TileEntityAdvancedSolarPanel - com.supsolpans.tiles.TileAdminSolarPanel - com.supsolpans.tiles.TilePhotonicSolarPanel - com.supsolpans.tiles.TileSingularSolarPanel - com.supsolpans.tiles.TileSpectralSolarPanel - emt.tile.solar.air.TileEntityAirSolar - emt.tile.solar.air.TileEntityDoubleAirSolar - emt.tile.solar.air.TileEntityTripleAirSolar - emt.tile.solar.air.TileEntityQuadrupleAirSolar - emt.tile.solar.air.TileEntityQuintupleAirSolar - emt.tile.solar.air.TileEntitySextupleAirSolar - emt.tile.solar.air.TileEntitySeptupleAirSolar - emt.tile.solar.air.TileEntityOctupleAirSolar - emt.tile.solar.compressed.TileEntityCompressedSolar - emt.tile.solar.compressed.TileEntityDoubleCompressedSolar - emt.tile.solar.compressed.TileEntityTripleCompressedSolar - emt.tile.solar.compressed.TileEntityQuadrupleAirSolar - emt.tile.solar.compressed.TileEntityQuintupleAirSolar - emt.tile.solar.compressed.TileEntitySextupleAirSolar - emt.tile.solar.compressed.TileEntitySeptupleAirSolar - emt.tile.solar.compressed.TileEntityOctupleAirSolar - emt.tile.solar.dark.TileEntityDarkSolar - emt.tile.solar.dark.TileEntityDoubleDarkSolar - emt.tile.solar.dark.TileEntityTripleDarkSolar - emt.tile.solar.dark.TileEntityQuadrupleAirSolar - emt.tile.solar.dark.TileEntityQuintupleAirSolar - emt.tile.solar.dark.TileEntitySextupleAirSolar - emt.tile.solar.dark.TileEntitySeptupleAirSolar - emt.tile.solar.dark.TileEntityOctupleAirSolar - emt.tile.solar.earth.TileEntityDoubleEarthSolar - emt.tile.solar.earth.TileEntityEarthSolar - emt.tile.solar.earth.TileEntityTripleEarthSolar - emt.tile.solar.earth.TileEntityQuadrupleAirSolar - emt.tile.solar.earth.TileEntityQuintupleAirSolar - emt.tile.solar.earth.TileEntitySextupleAirSolar - emt.tile.solar.earth.TileEntitySeptupleAirSolar - emt.tile.solar.earth.TileEntityOctupleAirSolar - emt.tile.solar.fire.TileEntityDoubleFireSolar - emt.tile.solar.fire.TileEntityFireSolar - emt.tile.solar.fire.TileEntityTripleFireSolar - emt.tile.solar.fire.TileEntityQuadrupleAirSolar - emt.tile.solar.fire.TileEntityQuintupleAirSolar - emt.tile.solar.fire.TileEntitySextupleAirSolar - emt.tile.solar.fire.TileEntitySeptupleAirSolar - emt.tile.solar.fire.TileEntityOctupleAirSolar - emt.tile.solar.order.TileEntityDoubleOrderSolar - emt.tile.solar.order.TileEntityOrderSolar - emt.tile.solar.order.TileEntityTripleOrderSolar - emt.tile.solar.order.TileEntityQuadrupleAirSolar - emt.tile.solar.order.TileEntityQuintupleAirSolar - emt.tile.solar.order.TileEntitySextupleAirSolar - emt.tile.solar.order.TileEntitySeptupleAirSolar - emt.tile.solar.order.TileEntityOctupleAirSolar - emt.tile.solar.water.TileEntityDoubleWaterSolar - emt.tile.solar.water.TileEntityTripleWaterSolar - emt.tile.solar.water.TileEntityWaterSolar - emt.tile.solar.water.TileEntityQuadrupleAirSolar - emt.tile.solar.water.TileEntityQuintupleAirSolar - emt.tile.solar.water.TileEntitySextupleAirSolar - emt.tile.solar.water.TileEntitySeptupleAirSolar - emt.tile.solar.water.TileEntityOctupleAirSolar - com.lulan.compactkineticgenerators.tileentity.TileCkgE - com.lulan.compactkineticgenerators.tileentity.TileCkgH - com.lulan.compactkineticgenerators.tileentity.TileCkgL - com.lulan.compactkineticgenerators.tileentity.TileCkgM - com.lulan.compactkineticgenerators.tileentity.TileCkwaE - com.lulan.compactkineticgenerators.tileentity.TileCkwaH - com.lulan.compactkineticgenerators.tileentity.TileCkwaL - com.lulan.compactkineticgenerators.tileentity.TileCkwaM - com.lulan.compactkineticgenerators.tileentity.TileCkwmE - com.lulan.compactkineticgenerators.tileentity.TileCkwmH - com.lulan.compactkineticgenerators.tileentity.TileCkwmL - com.lulan.compactkineticgenerators.tileentity.TileCkwmM - com.supsolpans.tiles.TileSpectralSolarPanel - com.supsolpans.tiles.TileSingularSolarPanel - com.supsolpans.tiles.TileAdminSolarPanel - com.supsolpans.tiles.TilePhotonicSolarPanel - gtPlusPlus.core.tileentities.general.TileEntityFishTrap - gtPlusPlus.core.tileentities.general.TileEntityDecayablesChest - net.bdew.gendustry.machines.apiary.TileApiary - goodgenerator.blocks.tileEntity.EssentiaHatch - magicbees.tileentity.TileEntityApimancersDrainerCommon - magicbees.tileentity.TileEntityApimancersDrainerGT - > - } - -} - - -pollution { - # the threshold of pollution above which the electric air filters will start to work [range: 0 ~ 2147483647, default: 10000] - I:PollutionThresholdAirFilter=10000 - - # T1 bonus tier in this formula: globalMultiplicator * bonusByTier * mufflerAmount * turbineEfficiency * maintenanceEff * Floor(scalingFactor^effectiveTier). This gives the pollution cleaned by the electric air filter per second [range: 0.0 ~ 100.0, default: 1.0] - S:bonusByTierT1=1.0 - - # T2 bonus tier in this formula: globalMultiplicator * bonusByTier * mufflerAmount * turbineEfficiency * maintenanceEff * Floor(scalingFactor^effectiveTier). This gives the pollution cleaned by the electric air filter per second [range: 0.0 ~ 100.0, default: 1.05] - S:bonusByTierT2=1.05 - - # T3 bonus tier in this formula: globalMultiplicator * bonusByTier * mufflerAmount * turbineEfficiency * maintenanceEff * Floor(scalingFactor^effectiveTier). This gives the pollution cleaned by the electric air filter per second [range: 0.0 ~ 100.0, default: 1.1] - S:bonusByTierT3=1.1 - - # boost applied when a filter has been set in the electric air filter. [range: 1.0 ~ 100.0, default: 2.0] - S:boostPerAbsorptionFilter=2.0 - - # global multiplicator in this formula: globalMultiplicator * bonusByTier * mufflerAmount * turbineEfficiency * maintenanceEff * Floor(scalingFactor^effectiveTier). This gives the pollution cleaned by the electric air filter per second [range: 0.0 ~ 100.0, default: 30.0] - S:globalMultiplicator=30.0 - - # scaling factor in this formula: globalMultiplicator * bonusByTier * mufflerAmount * turbineEfficiency * maintenanceEff * Floor(scalingFactor^effectiveTier). This gives the pollution cleaned by the electric air filter per second [range: 0.0 ~ 100.0, default: 2.5] - S:scalingFactor=2.5 - - # Number of usage per absorption filter. [range: 1 ~ 100, default: 30] - I:usagesPerAbsorptionFilter=30 } From 9dce4bf7bdbfcd95f354ee831c047605a67f91df Mon Sep 17 00:00:00 2001 From: nicksitnikov Date: Wed, 28 Jan 2026 17:30:44 -0600 Subject: [PATCH 2/2] Move Ender Chest name override to TXLoader --- config/txloader/load/minecraft/lang/en_US.lang | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/txloader/load/minecraft/lang/en_US.lang diff --git a/config/txloader/load/minecraft/lang/en_US.lang b/config/txloader/load/minecraft/lang/en_US.lang new file mode 100644 index 0000000000..8ea1daf211 --- /dev/null +++ b/config/txloader/load/minecraft/lang/en_US.lang @@ -0,0 +1 @@ +tile.enderChest.name=Personal Ender Chest