diff --git a/.gitignore b/.gitignore index 1202b9aa..dc130032 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ $ cat .gitignore !/schematics !/resources !/oresources +!/Saros Default Options #Files !/.gitignore diff --git a/Saros Default Options/config/PlusTweaks.cfg b/Saros Default Options/config/PlusTweaks.cfg new file mode 100644 index 00000000..36485525 --- /dev/null +++ b/Saros Default Options/config/PlusTweaks.cfg @@ -0,0 +1,91 @@ +# Configuration file + +general { + + ########################################################################################################## + # portalsettings + #--------------------------------------------------------------------------------------------------------# + # Config Settings related to portals + ########################################################################################################## + + portalsettings { + # Prevent the End Portal from spawning after the Ender Dragon is dead (default: false) + B:noEndPortal=false + + # Prevent the Nether Portal from igniting (default: false) + B:noNetherPortal=false + } + + ########################################################################################################## + # genericsettings + #--------------------------------------------------------------------------------------------------------# + # Config Settings for generic tweaks + ########################################################################################################## + + genericsettings { + # Maximum growth height for cactus (default: 3) + # Min: 1 + # Max: 254 + I:cactusHeight=3 + + # The block that vanilla cobblegen produces, leave empty to disable cobblegen completely (default: minecraft:cobblestone) + S:cobbleGenResult=minecraft:cobblestone + + # Teleport player to End Gateway upon entering a new world? (needs other mods to set spawn in End) (default: false) + B:gatewayJump=false + + # The block that lava source block gets replaced with when touching water, leave empty to disable lava cooling (default: minecraft:obsidian) + S:lavaCoolResult=minecraft:obsidian + + # Disable water bottling? (default: false) + B:noBottling=false + + # Enable fix for pigmen crashing bug? (default: false) + B:pigmenBugFix=true + + # Maximum growth height for sugarcane (default: 3) + # Min: 1 + # Max: 254 + I:reedHeight=3 + + # Force ender dragon respawn to check for 4 crystals on the axises (default: true) + B:strictDragon=true + + # The block that water source block gets replaced with when touching lava, leave empty to disable water solidifying (default: minecraft:stone) + S:waterSolidifyResult=minecraft:stone + } + + ########################################################################################################## + # dangeroussettings + #--------------------------------------------------------------------------------------------------------# + # Config Settings that I question why somebody would ever touch + ########################################################################################################## + + dangeroussettings { + # HEY GUYS IT'S NOT OP BECAUSE I CRAFTED IT + B:disableTorcherino=true + } + + ########################################################################################################## + # worldgensettings + #--------------------------------------------------------------------------------------------------------# + # Config Settings related to worldgen + ########################################################################################################## + + worldgensettings { + # Set the default world type to plustweaks' void world (default: false) + B:defaultToVoidWorldType=false + + # Void World will have a void End (default: false) + B:endVoid=false + + # Void World will have a void Nether (default: false) + B:netherVoid=false + + # Void World will have a void Overworld (default: false) + B:overworldVoid=false + } + +} + + diff --git a/config/TorcherinoCE/TorcherinoCE.cfg b/config/AriksProject54/TorcherinoCE.cfg similarity index 77% rename from config/TorcherinoCE/TorcherinoCE.cfg rename to config/AriksProject54/TorcherinoCE.cfg index 478f7c26..f686ed39 100644 --- a/config/TorcherinoCE/TorcherinoCE.cfg +++ b/config/AriksProject54/TorcherinoCE.cfg @@ -1,16 +1,5 @@ # Configuration file -blacklist { - # modid:unlocalized, Example: projecte:collector_mk1 [default: ] - S:blacklistedBlocks < - > - - # Fully qualified class name [default: ] - S:blacklistedTiles < - > -} - - ########################################################################################################## # general #--------------------------------------------------------------------------------------------------------# @@ -24,9 +13,6 @@ general { # Send chat hello message [default: true] B:Hello_Message=false - # Integration ProjectE [default: true] - B:integration_ProjectE=true - # Integration TheOneProbe-TopAddons [default: true] B:integration_top_addons=true } @@ -39,23 +25,20 @@ general { ########################################################################################################## item { - # Storage time infinite [range: 1 ~ 2147483647, default: 2147483647] - I:Time_Storage_infinite=2147483647 - - # Storage time bottle lvl 1 [range: 1 ~ 2147483647, default: 120] - I:Time_Storage_lvl_1=120 + # Storage time bottle lvl 1 [range: 1 ~ 2147483647, default: 250] + I:Time_Storage_lvl_1=250 - # Storage time bottle lvl 2 [range: 1 ~ 2147483647, default: 360] - I:Time_Storage_lvl_2=360 + # Storage time bottle lvl 2 [range: 1 ~ 2147483647, default: 750] + I:Time_Storage_lvl_2=750 - # Storage time bottle lvl 3 [range: 1 ~ 2147483647, default: 1080] - I:Time_Storage_lvl_3=1080 + # Storage time bottle lvl 3 [range: 1 ~ 2147483647, default: 2250] + I:Time_Storage_lvl_3=2250 - # Storage time bottle lvl 4 [range: 1 ~ 2147483647, default: 2400] - I:Time_Storage_lvl_4=2400 + # Storage time bottle lvl 4 [range: 1 ~ 2147483647, default: 6750] + I:Time_Storage_lvl_4=6750 - # Storage time bottle lvl 5 [range: 1 ~ 2147483647, default: 7200] - I:Time_Storage_lvl_5=7200 + # Storage time bottle lvl 5 [range: 1 ~ 2147483647, default: 25000] + I:Time_Storage_lvl_5=25000 # Speed Time Wand lvl 1. 1 = 100%..... [range: 1 ~ 127, default: 3] I:Time_Wand_Speed_lvl1=3 @@ -77,6 +60,39 @@ item { } +########################################################################################################## +# molecular_transformer +#--------------------------------------------------------------------------------------------------------# +# RF Molecular Transformer recipes +########################################################################################################## + +molecular_transformer { + # Recipe time_ingot rf Energy [range: 1 ~ 2147483647, default: 50000] + I:Tile_Molecular_Recipe_Time_Ingot=50000 + + # Recipe time_nugget rf Energy [range: 1 ~ 2147483647, default: 25000] + I:Tile_Molecular_Recipe_Time_Nugget=25000 +} + + +########################################################################################################## +# projecte +#--------------------------------------------------------------------------------------------------------# +# Integration projectE +########################################################################################################## + +projecte { + # EMC Time_Ingot [range: 1 ~ 2147483647, default: 1998279] + I:emc_time_ingot=1998279 + + # EMC Time_Particle [range: 1 ~ 2147483647, default: 5411] + I:emc_time_particle=5411 + + # Integration ProjectE [default: true] + B:integration_ProjectE=true +} + + ########################################################################################################## # render #--------------------------------------------------------------------------------------------------------# @@ -87,7 +103,7 @@ render { # Tile render true/false [default: true] B:Tile_Render=true - # Tile spawn Particle flame [default: true] + # Tile spawn Particle [default: true] B:Tile_Visual_Work=true # Spawn Particle Wand [default: true] @@ -103,27 +119,26 @@ render { ########################################################################################################## tile { - # Max energy storage [range: 1 ~ 2147483647, default: 50000000] - I:Tile_Energy_Particle_Collector_Max_Energy=50000000 + # Max energy storage [range: 1 ~ 2147483647, default: 5000000] + I:Tile_Energy_Particle_Collector_Max_Energy=5000000 - # Rf need to generate 1 time element [range: 1 ~ 2147483647, default: 540000] - I:Tile_Energy_Particle_Collector_RF_Tick=540000 + # Max progress [range: 1 ~ 2147483647, default: 20] + I:Tile_Energy_Particle_Collector_Max_Progress=20 - # Max energy storage [range: 1 ~ 2147483647, default: 5000000] - I:Tile_Energy_Torcherino_Max_Energy=5000000 + # Rf need to generate 1 time element [range: 1 ~ 2147483647, default: 2700] + I:Tile_Energy_Particle_Collector_RF_Tick=2700 - # Do I need energy to work, Torcherino [default: true] - B:Tile_Energy_Torcherino_Mode=false + # Max energy storage [range: 1 ~ 2147483647, default: 6500000] + I:Tile_Energy_Torcherino_Max_Energy=6500000 - # Rf tick work [range: 1 ~ 2147483647, default: 500] - I:Tile_Energy_Torcherino_RF_Tick=500 - I:Tile_Generator_Particle=1154 + # Rf tick work [range: 1 ~ 2147483647, default: 750] + I:Tile_Energy_Torcherino_RF_Tick=750 - # Need ticks to generate 100% [range: 1 ~ 32767, default: 1800] - I:Tile_Generator_Particle_NeedTick=1800 + # Need ticks to generate 100% [range: 1 ~ 32767, default: 2450] + I:Tile_Generator_Particle_NeedTick=2450 - # Time maximum storage [range: 1 ~ 2147483647, default: 3600] - I:Tile_Time_Acceleration_MaxStorage=3600 + # Time maximum storage [range: 1 ~ 2147483647, default: 4500] + I:Tile_Time_Acceleration_MaxStorage=4500 # Maximum Radius [range: 1 ~ 127, default: 3] I:Tile_Time_Acceleration_Radius=3 @@ -131,19 +146,17 @@ tile { # Speed 1 = 100% [range: 1 ~ 127, default: 3] I:Tile_Time_Acceleration_Speed=3 - # Time maximum storage [range: 1 ~ 2147483647, default: 1000] - I:Tile_Time_Collectors_MaxStorage=1000 - I:Tile_Time_Manipulator=1200 + # Time maximum storage [range: 1 ~ 2147483647, default: 2500] + I:Tile_Time_Collectors_MaxStorage=2500 - # Time maximum storage [range: 1 ~ 32767, default: 2500] - I:Tile_Time_Manipulator_MaxStorage=2500 + # Time maximum storage [range: 1 ~ 32767, default: 3500] + I:Tile_Time_Manipulator_MaxStorage=3500 - # Need time [range: 1 ~ 32767, default: 500] - I:Tile_Time_Manipulator_Need_Time=500 - I:Tile_Time_Storage=10000 + # Need time [range: 1 ~ 32767, default: 750] + I:Tile_Time_Manipulator_Need_Time=750 - # Time maximum storage [range: 1 ~ 2147483647, default: 10000] - I:Tile_Time_Storage_MaxStorage=10000 + # Time maximum storage [range: 1 ~ 2147483647, default: 20000] + I:Tile_Time_Storage_MaxStorage=20000 } diff --git a/config/ChatFlow.dat b/config/ChatFlow.dat index 98db5426..82b37d42 100644 Binary files a/config/ChatFlow.dat and b/config/ChatFlow.dat differ diff --git a/config/Embers/machine.cfg b/config/Embers/machine.cfg index e8cffd61..855ec01d 100644 --- a/config/Embers/machine.cfg +++ b/config/Embers/machine.cfg @@ -173,6 +173,10 @@ machine { ########################################################################################################## "ember bore" { + # A list of all block IDs on which the Ember Bore will not mine. + S:"Block Blacklist" < + > + # A list of all dimension IDs in which Embers Ember Bore will not mine. I:"Dimension Blacklist" < > @@ -180,6 +184,9 @@ machine { # The amount of fuel consumed each tick D:"Fuel Cost"=3.0 + # Whether the Ember Bore block blacklist is a whitelist. + B:"Is Block Whitelist?"=false + # Whether the Ember Bore blacklist is a whitelist. B:"Is Whitelist?"=false diff --git a/config/Guide-API/Guide-API.cfg b/config/Guide-API/Guide-API.cfg index ee2d429c..8ba7eea0 100644 --- a/config/Guide-API/Guide-API.cfg +++ b/config/Guide-API/Guide-API.cfg @@ -11,21 +11,9 @@ books { # This is a global override for all books. [default: true] B:canSpawnWithBooks=false - ########################################################################################################## - # spawn - #--------------------------------------------------------------------------------------------------------# - # If true, the user will spawn with the book. - # This defaults to the value the book owner has set and is overridden by this config. - ########################################################################################################## - spawn { - # [default: false] B:"bloodarsenal:guide"=false - - # [default: false] B:"bloodmagic:guide"=false - - # [default: false] B:"modularrouters:guidebook"=false } diff --git a/config/PlusTweaks.cfg b/config/PlusTweaks.cfg index 27354129..36485525 100644 --- a/config/PlusTweaks.cfg +++ b/config/PlusTweaks.cfg @@ -26,13 +26,13 @@ general { # Maximum growth height for cactus (default: 3) # Min: 1 # Max: 254 - I:cactusHeight=4 + I:cactusHeight=3 # The block that vanilla cobblegen produces, leave empty to disable cobblegen completely (default: minecraft:cobblestone) S:cobbleGenResult=minecraft:cobblestone # Teleport player to End Gateway upon entering a new world? (needs other mods to set spawn in End) (default: false) - B:gatewayJump=true + B:gatewayJump=false # The block that lava source block gets replaced with when touching water, leave empty to disable lava cooling (default: minecraft:obsidian) S:lavaCoolResult=minecraft:obsidian @@ -46,7 +46,7 @@ general { # Maximum growth height for sugarcane (default: 3) # Min: 1 # Max: 254 - I:reedHeight=4 + I:reedHeight=3 # Force ender dragon respawn to check for 4 crystals on the axises (default: true) B:strictDragon=true diff --git a/config/The Aether's Baubles.cfg b/config/The Aether's Baubles.cfg index 1f90892e..a7f4c879 100644 --- a/config/The Aether's Baubles.cfg +++ b/config/The Aether's Baubles.cfg @@ -1,18 +1,22 @@ # Configuration file general { - # Enables equip sounds when equipping an aether bauble + # Valid values: + # AMULET + # RING + # BELT + # TRINKET + # HEAD + # BODY + # CHARM + S:"Cape Accessories' Baubles Type"=BODY B:"Enable Equip Sounds"=true B:"Enable the Aether Gloves Accessories"=true B:"Enable the Cape Accessories"=true - - # Enables Golden Feather, Regeneration Stone, and Iron Bubble. B:"Enable the Miscellaneous Accessories"=true B:"Enable the Pendant Accessories"=true B:"Enable the Repulsion Shield"=true B:"Enable the Ring Accessories"=true - - # Enables the Gloves Accessories that are made from Vanilla materials (e.g. Iron, Gold, Diamond, etc). B:"Enable the Vanilla Gloves Accessories"=true # Valid values: @@ -25,8 +29,48 @@ general { # CHARM S:"Gloves Accessories' Baubles Type"=RING + # Valid values: + # AMULET + # RING + # BELT + # TRINKET + # HEAD + # BODY + # CHARM + S:"Miscellaneous Accessories' Baubles Type"=TRINKET + + # Valid values: + # AMULET + # RING + # BELT + # TRINKET + # HEAD + # BODY + # CHARM + S:"Pendant Accessories' Baubles Type"=AMULET + # Changes Pendants' display names so they are referred to as Amulets B:"Rename Pendants to Amulets"=true + + # Valid values: + # AMULET + # RING + # BELT + # TRINKET + # HEAD + # BODY + # CHARM + S:"Repulsion Shield Baubles Type"=BELT + + # Valid values: + # AMULET + # RING + # BELT + # TRINKET + # HEAD + # BODY + # CHARM + S:"Ring Accessories' Baubles Type"=RING } diff --git a/config/Universal Tweaks - Tweaks.cfg b/config/Universal Tweaks - Tweaks.cfg index a65479d0..e1a3efb4 100644 --- a/config/Universal Tweaks - Tweaks.cfg +++ b/config/Universal Tweaks - Tweaks.cfg @@ -1344,7 +1344,7 @@ general { B:"[1] Dimension Unload Toggle"=true # Time (in ticks) to wait before checking dimensions - I:"[2] Interval"=600 + I:"[2] Interval"=6000 # List of dimensions which should not be unloaded # Can be dimension name or ID diff --git a/config/advRocketry/advancedRocketry.cfg b/config/advRocketry/advancedRocketry.cfg index ceb2f5f6..ff2ff8e7 100644 --- a/config/advRocketry/advancedRocketry.cfg +++ b/config/advRocketry/advancedRocketry.cfg @@ -202,7 +202,6 @@ performance { planet { - # List of Biomes to be blacklisted from spawning as BiomeIds during terraforming [default: [minecraft:sky], [minecraft:hell], [minecraft:void]] S:BlacklistedBiomes < minecraft:river minecraft:sky @@ -210,8 +209,6 @@ planet { minecraft:void advancedrocketry:alien_forest > - - # Biomes that only spawn on worlds with pressures over 125, will override blacklist. Defaults: StormLands, DeepSwamp [default: [advancedrocketry:deepswamp], [advancedrocketry:stormland]] S:HighPressureBiomes < advancedrocketry:deepswamp advancedrocketry:stormland @@ -219,8 +216,6 @@ planet { # setting this to false will will prevent resetPlanetsFromXML from being set to false upon world reload. Recommended for those who want to force ALL saves to ALWAYS use the planetDefs XML in the /config folder. Essentially that 'Are you sure you're sure' option. If resetPlanetsFromXML is false, this option does nothing. [default: true] B:ResetOnlyOnce=true - - # Some worlds have a chance of spawning single biomes contained in this list. Defaults: deepSwamp, crystalChasms, alienForest, desert hills, mushroom island, extreme hills, ice plains [default: [advancedrocketry:volcanicbarren], [advancedrocketry:deepswamp], [advancedrocketry:crystalchasms], [advancedrocketry:alien_forest], [minecraft:desert_hills], [minecraft:mushroom_island], [minecraft:extreme_hills], [minecraft:ice_flats]] S:SingleBiomes < advancedrocketry:volcanicbarren advancedrocketry:deepswamp diff --git a/config/astralsorcery.cfg b/config/astralsorcery.cfg index 06ee4db8..003593cb 100644 --- a/config/astralsorcery.cfg +++ b/config/astralsorcery.cfg @@ -1065,14 +1065,12 @@ worldgen { } marble { - # Defines the blockstates that may be replaced by marble when trying to generate marble. format: :: - Use meta -1 for wildcard [default: [minecraft:stone:0]] S:ReplacementStates < minecraft:stone:0 > } aquamarine { - # Defines the blockstates that may be replaced by aquamarine shale when trying to generate aquamarine shale. format: :: - Use meta -1 for wildcard [default: [minecraft:sand:0]] S:ReplacementStates < minecraft:sand:0 > diff --git a/config/backpackdisplay.cfg b/config/backpackdisplay.cfg index 08813a48..1b01e9b5 100644 --- a/config/backpackdisplay.cfg +++ b/config/backpackdisplay.cfg @@ -6,6 +6,7 @@ general { # rule type 'single': single item stored in certain path of NBT; # rule type 'list': a list of items stored under a NBTTagList # rule type 'dummy': fixed items intended for testing the display + # For more complex rules, see the CraftTweaker support. S:displayRules < minecraft:white_shulker_box#list#BlockEntityTag.Items minecraft:orange_shulker_box#list#BlockEntityTag.Items @@ -70,6 +71,14 @@ general { # Offset of the backpack display I:offset_y=-8 + # Change priorities for display sections in this mod. + # A section with higher priority will show on above another one with lower priority. + # Format: id:priority + S:priorities < + items:0 + fluid:-1 + > + # Max height of the backpack tooltip, in slots. # Min: 1 # Max: 36 @@ -123,6 +132,26 @@ general { } + ########################################################################################################## + # fluidsection + #--------------------------------------------------------------------------------------------------------# + # Config for showing contained fluids. + ########################################################################################################## + + fluidsection { + # Containers to include/exclude for simple rule. Format: :[:meta] + S:simpleContainers < + > + + # Simple fluid rule is to get fluid automatically from containers. + # If fluid can be drained/filled directly by using it on a tank-like block, it will be shown. + # For more complex rules, see the CraftTweaker support. + B:simpleRule=true + + # If simpleRuleBlacklist is true, simpleContainers will work as blacklist. + B:simpleRuleBlacklist=false + } + } diff --git a/config/bloodymods/packcrashinfo.cfg b/config/bloodymods/packcrashinfo.cfg index 466b9e29..290e91c1 100644 --- a/config/bloodymods/packcrashinfo.cfg +++ b/config/bloodymods/packcrashinfo.cfg @@ -4,7 +4,7 @@ general { B:gatherManifestFirst=false S:modpackAuthor=mczph S:modpackName=Interactions - S:modpackVersion=1.71 + S:modpackVersion=1.72 } diff --git a/config/default_key_setup.cfg b/config/default_key_setup.cfg new file mode 100644 index 00000000..a904aa23 --- /dev/null +++ b/config/default_key_setup.cfg @@ -0,0 +1,329 @@ +# Configuration file + +general { + # Current default setup for key bindings. It will be applied if option.txt does not exist. + # DO NOT TRY TO MODIFY THIS MANUALLY! USE THE CONFIG GUI IN GAME INSTEAD! + S:default_key_setup < + key.attack=-100: + key.use=-99: + key.forward=17: + key.left=30: + key.back=31: + key.right=32: + key.jump=57: + key.sneak=42: + key.sprint=29: + key.drop=16: + key.inventory=18: + key.chat=0: + key.playerlist=15: + key.pickItem=-98: + key.command=53: + key.screenshot=60: + key.togglePerspective=63: + key.smoothCamera=0: + key.fullscreen=87: + key.spectatorOutlines=0: + key.swapHands=33: + key.saveToolbarActivator=0: + key.loadToolbarActivator=0: + key.advancements=0: + key.hotbar.1=2: + key.hotbar.2=3: + key.hotbar.3=4: + key.hotbar.4=5: + key.hotbar.5=6: + key.hotbar.6=7: + key.hotbar.7=8: + key.hotbar.8=9: + key.hotbar.9=10: + of.key.zoom=0: + Change Caster Focus=19: + Misc Caster Toggle=0: + Reload Menu | CTRL + ALT + =0: + Toggle Customization Overlay | CTRL + ALT + =0: + key.groovyscript.reload=0: + zume.zoom=44: + zume.zoom_in=13: + zume.zoom_out=12: + flare.key.start_sampling=0: + flare.key.stop_sampling=0: + flare.key.start_client_sampling=0: + flare.key.stop_client_sampling=0: + flare.key.open_tick_tracking_menu=0: + keybind.baublesinventory=48: + psimisc.keybind=46: + rpsideas.kb.offhandcast=0: + rpsideas.kb.switchslot01=0: + rpsideas.kb.switchslot02=0: + rpsideas.kb.switchslot03=0: + rpsideas.kb.switchslot04=0: + rpsideas.kb.switchslot05=0: + rpsideas.kb.switchslot06=0: + rpsideas.kb.switchslot07=0: + rpsideas.kb.switchslot08=0: + rpsideas.kb.switchslot09=0: + rpsideas.kb.switchslot10=0: + rpsideas.kb.switchslot11=0: + rpsideas.kb.switchslot12=0: + bloodmagic.keybind.open_holding=35: + bloodmagic.keybind.cycle_holding_pos=13:42 + bloodmagic.keybind.cycle_holding_neg=12:42 + arcanearchives.gui.keybinds.manifest=0: + arcanearchives.gui.keybinds.socket=0: + key.ftbutilities.nbt=49:56 + key.ftbutilities.trash=211: + key.ftbquests.quests=0: + key.conarm.toggle_helm.desc=0: + key.conarm.toggle_chest.desc=0: + key.conarm.toggle_leg.desc=0: + keybind.hammercorerenderstack=77: + ChatFlow=0: + cos.key.opencosarmorinventory=0: + key.xu2.searchforitems=0: + key.findme.search=33: + ingameinfoxml.key.toggle=0: + key.moreoverlays.lightoverlay.desc=65: + key.moreoverlays.chunkbounds.desc=67: + pneumaticcraft.armor.options=22: + pneumaticcraft.helmet.hack=35: + pneumaticcraft.helmet.debugging.drone=21: + pneumaticcraft.boots.kick=45:29 + pneumaticcraft.chestplate.launcher=46:29 + neat.keybind.toggle=0: + oreexcavation.key.excavate=41: + oreexcavation.key.shape=47:42 + Toggle Raw Input=0: + Rescan Key=43: + schematica.key.load=181: + schematica.key.save=55: + schematica.key.control=74: + schematica.key.layerInc=0: + schematica.key.layerDec=0: + schematica.key.layerToggle=0: + schematica.key.renderToggle=0: + schematica.key.printerToggle=0: + schematica.key.moveHere=0: + schematica.key.pickBlock=-98:42 + Staff of Travel Teleport=34: + zenscroll.options.modifier_key=56: + nimble.keybind.frontView=62: + key.openglasses.interact=46: + key.openglasses.stable_interact=46:56 + key.openglasses.nightvision=49: + key.openglasses.thermalvision=48: + key.openglasses.config=46:42 + key.xtones.scroll=42: + smoothfont.key.guiOpen=199: + key.quit.fastQuit=0: + key.quit.bossKey=0: + key.clipboardPaste=210: + key.cofh.multimode=47: + key.jei.toggleOverlay=24:29 + key.jei.focusSearch=33:29 + key.jei.toggleCheatMode=0: + key.jei.toggleEditMode=0: + key.jei.showRecipe=19: + key.jei.showUses=22: + key.jei.recipeBack=14: + key.jei.previousPage=201: + key.jei.nextPage=209: + key.jei.bookmark=30: + key.jei.toggleBookmarkOverlay=0: + key.draconicevolution.placeItem=25: + key.draconicevolution.toolConfig=45:42 + key.draconicevolution.toolProfileChange=43: + key.draconicevolution.armorProfileChange=43:56 + key.draconicevolution.toggleFlight=0: + key.draconicevolution.toggleDislocator=0: + key.draconicevolution.cycleDigAOE=0: + key.draconicevolution.cycleAttackAOE=0: + key.draconicevolution.toggleShields=0: + tombstone.message.knowledge_of_death=48:42 + nei.options.keys.gui.botania_corporea_request=46: + key.toggleLiquids=38: + key.toggleVisible=0: + key.immersiveengineering.magnetEquip=0: + key.immersiveengineering.chemthrowerSwitch=0: + key.toggle_focus.desc=15: + key.open_wireless_terminal.desc=20:42 + key.open_wireless_crafting_terminal.desc=18:42 + key.open_wireless_pattern_terminal.desc=19:42 + key.open_wireless_fluid_terminal.desc=33:42 + key.aether.accessory_menu=0: + key.aquaacrobatics.toggle_crawling=46: + key.craftingtweaks.rotate=0: + key.craftingtweaks.rotate_counter_clockwise=0: + key.craftingtweaks.balance=0: + key.craftingtweaks.spread=0: + key.craftingtweaks.clear=0: + key.craftingtweaks.force_clear=0: + key.craftingtweaks.toggleButtons=0: + key.craftingtweaks.compressOne=37:29 + key.craftingtweaks.compressStack=37: + key.craftingtweaks.compressAll=37:42 + key.craftingtweaks.decompressOne=0: + key.craftingtweaks.decompressStack=0: + key.craftingtweaks.decompressAll=0: + key.craftingtweaks.refill_last=15: + key.craftingtweaks.refill_last_stack=15: + astraladditions.key.ring_toggle=82: + key.show_backpack_contents=44: + key.bettersigns.nosigntext=56: + binniecore.key.hold.for.help.tooltips=15: + key.settings_menu=34: + key.range=19: + key.undo=0: + key.anchor=35: + key.fuzzy=0: + key.connected_area=0: + key.rotate_mirror=0: + key.material_list=50: + key.overload=33:42 + key.chaosInjection=34:42 + mekanism.key.mode=50: + mekanism.key.armorMode=34: + mekanism.key.feetMode=48: + mekanism.key.MekAsuitFeetMode=49: + mekanism.key.voice=22: + mekanism.key.enableHUD=35: + key.carry.desc=42: + key.effortlessbuilding.hud.desc=78: + key.effortlessbuilding.replace.desc=74: + key.effortlessbuilding.creative.desc=0: + key.effortlessbuilding.mode.desc=184: + key.effortlessbuilding.undo.desc=44: + key.effortlessbuilding.redo.desc=21: + key.effortlessbuilding.altplacement.desc=29: + key.ae2fc.open_wireless_fluid_pattern_terminal.desc=35:42 + key.integrateddynamics.logic_programmer_focus_search=33:56 + key.integrateddynamics.logic_programmer_open_rename=19:56 + FpsReducer.key.guiOpen=207: + FpsReducer.key.forceIdle=197: + key.porterNextDestination=27: + key.porterPrevDestination=26: + key.debugDumpNBTItem=0: + key.debugDumpNBTBlock=0: + key.itemzoom.toggle=44:42 + key.itemzoom.hold=0: + key.itemzoom.zoom.in=0: + key.itemzoom.zoom.out=0: + key.jeiutilities.displayRecipe=29: + key.jeiutilities.pickBookmark=-98: + key.jeiutilities.transferRecipe=17:29 + key.jeiutilities.transferRecipeMax=20:29 + jecalculation.key.gui_craft=0: + jecalculation.key.gui_math=0: + keywizard.keybind.openKeyboardWizard=0: + key.rotateup=200: + key.rotatedown=208: + key.rotateright=205: + key.rotateleft=203: + key.little.flip=34: + key.little.mark=50: + key.little.config.item=46: + key.little.config=46:29 + key.little.undo=44:29 + key.little.redo=21:29 + keybind.simplyjetpacks.gui=36: + keybind.simplyjetpacks.engine=0: + keybind.simplyjetpacks.charger=47: + keybind.simplyjetpacks.hover=0: + keybind.simplyjetpacks.emergency_hover=0: + key.plustic_release_entity.desc=0: + key.plustic_toggle_gui.desc=0: + key.plustic_set_portal.desc=0: + key.plustic_brown_magic.desc=0: + key.plustic_toggle_tool.desc=0: + key.plustic_fruit_salad.desc=0: + key.plustic_mots.desc=0: + pi.key.open_pi=0: + pi.key.et_gui=0: + pi.key.et_world=0: + key.taiga.alt_action=56: + key.carpet_forward=17: + key.carpet_backward=31: + key.craftingGrid=0: + keybind.universaltweaks.clear_toasts=0: + key.vaultopic.view=34: + key.vaultopic.vice=47: + visualores.key.action=211: + visualores.button.starlight=0: + visualores.button.neromantic=0: + visualores.button.excavator=0: + visualores.button.aura_flux=0: + gui.xaero_switch_waypoint_set=0: + gui.xaero_instant_waypoint=78: + gui.xaero_toggle_slime=0: + gui.xaero_toggle_grid=0: + gui.xaero_toggle_waypoints=0: + gui.xaero_toggle_map_waypoints=0: + gui.xaero_toggle_map=0: + gui.xaero_enlarge_map=0: + gui.xaero_waypoints_key=20: + gui.xaero_zoom_in=0: + gui.xaero_zoom_out=0: + gui.xaero_new_waypoint=48: + gui.xaero_display_all_sets=0: + gui.xaero_toggle_light_overlay=0: + gui.xaero_toggle_entity_radar=0: + gui.xaero_reverse_entity_radar=0: + gui.xaero_toggle_manual_cave_mode=0: + gui.xaero_alternative_list_players=0: + gui.xaero_toggle_tracked_players_on_map=0: + gui.xaero_toggle_tracked_players_in_world=0: + gui.xaero_minimap_settings=0: + gui.xaero_open_map=50: + gui.xaero_open_settings=27: + gui.xaero_map_zoom_in=0: + gui.xaero_map_zoom_out=0: + gui.xaero_quick_confirm=54: + gui.xaero_toggle_dimension=0: + toggle_jetpack=0: + open_rocket_gui=46: + toggle_rcs=0: + rotate_vehicle_right=32: + rotate_vehicle_left=30: + move_vehicle_up=44: + move_vehicle_down=45: + key.sort_config=37: + key.sort=-98: + key.control=29: + enderio.keybind.inventory=0: + enderio.keybind.dsu=0: + enderio.keybind.glidertoggle=34: + enderio.keybind.soundlocator=0: + enderio.keybind.nightvision=25: + enderio.keybind.gogglesofrevealing=0: + enderio.keybind.stepassist=0: + enderio.keybind.speed=0: + enderio.keybind.jump=0: + enderio.keybind.top=0: + enderio.keybind.tnt=0: + enderio.keybind.yetawrenchmode=21: + enderio.keybind.magnet=0: + enderio.keybind.fovreset=0: + enderio.keybind.fovunreset=0: + enderio.keybind.fovstore=0: + enderio.keybind.fovrecall=0: + enderio.keybind.fovplus=0: + enderio.keybind.fovminus=0: + enderio.keybind.fovplusfast=0: + enderio.keybind.fovminusfast=0: + key.craftpresence.config_keycode.name=0: + rsb.keybind.find_recipe=79: + rsb.keybind.find_uses=80: + > + + # DKS mod relies on the existence of the options.txt file to detect whether it is a fresh + # startup of the game. But mods like Default Options will generate this file at the very + # beginning of the game startup, which makes this approach infeasible. So this option was + # introduced to force the key binding reset on next startup. + B:force_key_reset=false + + # Whether the saved setup is created using Key Binding Patch. + # DO NOT TRY TO MODIFY THIS MANUALLY! USE THE CONFIG GUI IN GAME INSTEAD! + B:is_kbp_setup=true +} + + diff --git a/config/enderstorage.cfg b/config/enderstorage.cfg index 1e91ea39..b35596c2 100644 --- a/config/enderstorage.cfg +++ b/config/enderstorage.cfg @@ -10,7 +10,6 @@ disableCreatorVisuals=false #The size of each inventory of EnderStorage. 0 = 3x3, 1 = 3x9, 2 = 6x9 item.storage-size=1 - #The name of the item used to set the chest to personal. Diamond by default. Format :|, Meta can be replaced with "WILD" personalItem=minecraft:diamond|0 diff --git a/config/forestry/apiculture.cfg b/config/forestry/apiculture.cfg index ee8073c7..1e39ac49 100644 --- a/config/forestry/apiculture.cfg +++ b/config/forestry/apiculture.cfg @@ -1,6 +1,6 @@ # Configuration file -~CONFIG_VERSION: 3.0.0 +~CONFIG_VERSION: 3.1.0 beekeeping { # 蜂巢附近能生成的鲜花的最大数量。 [range: 0 ~ 1000, default: 20] @@ -10,13 +10,13 @@ beekeeping { S:mode=NORMAL # 后代出现第二只公主蜂百分率,此条为空岛/条件限制地图而设计。 [range: 0.0 ~ 100.0, default: 0.0] - S:second.princess=1.0 + S:second.princess=0.0 # 启用后,蜜蜂会尝试给树叶它自己授粉,以加速基因纯化。 [default: false] B:self.pollination=false # 蜜蜂每轮工作周期的 tick 数。 [range: 250 ~ 850, default: 550] - I:ticks.work=400 + I:ticks.work=550 hivedamage { # The bees only attack the player if he starts to destroy the hive. [default: true] @@ -28,6 +28,9 @@ beekeeping { # 启用后,玩家即便是在和平模式下也会遭到蜜蜂攻击。 [default: false] B:peaceful=false + # Whether bees can pierce through a player's armor. [default: true] + B:pierceArmor=true + # 蜜蜂是否能对水下玩家造成伤害。 [default: true] B:underwater=true } diff --git a/config/forestry/lepidopterology.cfg b/config/forestry/lepidopterology.cfg index ff9957e5..1e3d9449 100644 --- a/config/forestry/lepidopterology.cfg +++ b/config/forestry/lepidopterology.cfg @@ -1,6 +1,6 @@ # Configuration file -~CONFIG_VERSION: 1.1.0 +~CONFIG_VERSION: 1.2.0 butterfly { @@ -8,6 +8,9 @@ butterfly { # 蝴蝶在离家太远时会飞回家。 [range: 0 ~ 256, default: 64] I:maxDistance=64 + # Butterflies will die if their specified lifespan in ticks is exceeded. Will live infinitely if set to 0. [range: 0 ~ 2147483647, default: 168000] + I:maxLifespan=168000 + # 当达到阈值时新出现的蝴蝶只能以物品形式存在而不能飞行。 [range: 0 ~ 5000, default: 1000] I:maximum=1000 diff --git a/config/hide_key_binding.cfg b/config/hide_key_binding.cfg new file mode 100644 index 00000000..2f36e30d --- /dev/null +++ b/config/hide_key_binding.cfg @@ -0,0 +1,14 @@ +# Configuration file + +general { + # Key bindings listed here will be hidden from the key bindings menu. + # Use this to hide key bindings that are not used by the player. + S:hide_key_bindings < + key.groovyscript.reload + Toggle Customization Overlay | CTRL + ALT + + Reload Menu | CTRL + ALT + + key.craftpresence.config_keycode.name + > +} + + diff --git a/config/jei/jei.cfg b/config/jei/jei.cfg index db4e3998..400488c4 100644 --- a/config/jei/jei.cfg +++ b/config/jei/jei.cfg @@ -109,3 +109,4 @@ search { S:tooltipSearchMode=enabled } + diff --git a/config/jei_area_fixer.cfg b/config/jei_area_fixer.cfg index 46215700..380e0fcb 100644 --- a/config/jei_area_fixer.cfg +++ b/config/jei_area_fixer.cfg @@ -1,84 +1,129 @@ # Configuration file client { - # Global switch for AE2 support, disabling this will disable all AE2 specific patches B:"AE2$All"=true - - # Support for AE2 buttons, usually located at the left side of AE2 GUI - # Also noted that you might find some ghost button areas where buttons only show up after installing upgrades, this is a bug, not a feature. - # Disable this if you find it annoying B:"AE2$Buttons"=true - - # Support for AE2 cell view, located at the upper right side of AE2 terminal B:"AE2$CellView"=false - - # AE2-UEL has builtin JEI support, so you might want to disable AE2 support when using AE2-UEL, but it's supporting fewer AE GUIs than JEI Area Fixer does - # Disable this if you don't want to force-disable AE2 patch when using AE2-UEL B:"AE2$DetectAE2UEL"=true - - # Try to ignore areas that will make the whole JEI overlay shift B:"AE2$IgnoreAreasTooHigh"=true - - # Support for Computer screen B:"ComputerCraft$Computer"=true - - # Support for armor slots in extended player inventory B:"Cyclic$ExtendedInventory"=true - - # Support for tabs in Forestry machines B:"Forestry$Tabs"=true - - # Support for Gambling Style B:"GamblingStyle$All"=true - - # Disabled by default because many, many mod devs are not drawing buttons in a standard way B:"General$Buttons"=false - - # General support for mods made by mcjty, mostly affecting XNet B:"McjtyLib$General"=true - - # For mods made by OpenMods, e.g. OpenBlocks B:"OpenMods$All"=true - - # Support for Quark Chest Buttons B:"Quark$ChestButtons"=true - - # Global switch for RFTools support, disabling this will disable all RFTools specific patches B:"RFTools$All"=true - - # Support crafting girds in Modular Storage B:"RFTools$ModularStorage"=true - - # Support crafting girds in Storage Scanner B:"RFTools$StorageScanner"=true - - # Support for Reskillable player inventory tabs B:"Reskillable$Tabs"=true - - # Global switch for Smeltery IO support, disabling this will disable all Smeltery IO specific patches B:"SmelteryIO$All"=true - - # Support for Casting Machine B:"SmelteryIO$CastingMachine"=true - - # Support for Fuel Controller B:"SmelteryIO$FuelController"=true B:"XNet$All"=true B:"XNet$Controller"=true B:"XNet$Router"=true - - # Draw all exclusion areas posted to JEI onto the screen, requires `debug$drawing` to be `true` B:"debug$drawAll"=false - - # Draw areas provided by JEI Area Fixer onto the screen B:"debug$drawing"=false - - # print changed bounds to log every few seconds B:"debug$print"=false B:enableForGamblingStyle=true B:enableForOpenMods=true B:enableForRFTools=true B:enableForXNet=true + + debug { + B:draw=false + B:drawAll=true + B:print=false + } + + general { + B:aggressiveButtonCapture=false + B:preventShiftingBookmark=false + } + + ae2 { + B:all=true + B:buttons=true + B:cellView=false + B:detectAE2UEL=true + B:preventShiftingBookmark=true + } + + computer_craft { + B:computer=true + } + + mcjty_lib { + B:all=true + } + + cyclic { + B:extendedInventory=true + } + + forestry { + B:tabs=true + } + + rf_tools { + B:all=true + B:modularStorage=true + B:storageScanner=true + } + + gambling_style { + B:all=true + } + + open_mods { + B:all=true + } + + quark { + B:chestButtons=true + } + + reskillable { + B:tabs=true + } + + smeltery_io { + B:all=true + B:castingMachine=true + B:fuelController=true + } + + tinker_io { + B:all=true + B:fuelInput=true + B:smartOutput=true + } + + blue_skies { + B:tabs=true + } + + crafting_tweaks { + B:buttons=true + } + + trinkets_and_baubles { + B:buttons=true + B:slots=true + } + + ae2wtlib { + B:buttons=true + B:wirelessCraftingTerminal=true + } + + deep_mob_learning { + B:buttons=true + B:simulationChamber=true + } + } diff --git a/config/key_binding_patch.cfg b/config/key_binding_patch.cfg new file mode 100644 index 00000000..92d85d0d --- /dev/null +++ b/config/key_binding_patch.cfg @@ -0,0 +1,10 @@ +# Configuration file + +general { + # Shadow key bindings are replications of the specified key binding. + # This brings the ability to have multiple key setups for a single functionality. + S:shadow_key_bindings < + > +} + + diff --git a/config/legendarytooltips.cfg b/config/legendarytooltips.cfg index bcc4e62f..5f326993 100644 --- a/config/legendarytooltips.cfg +++ b/config/legendarytooltips.cfg @@ -186,6 +186,7 @@ definitions { @harvestcraft @exsartagine @botaniverse + @natura > # [default: ] diff --git a/config/mekanism/MekanismCE.cfg b/config/mekanism/MekanismCE.cfg index fcce9598..a69c3377 100644 --- a/config/mekanism/MekanismCE.cfg +++ b/config/mekanism/MekanismCE.cfg @@ -112,6 +112,9 @@ mekce { # Displays hidden gas in creative gas tanks, which is invalid if PrefilledGasTanks is not enabled B:ShowHiddenGases=true + # If the number exceeds 1, it is forbidden to place blocks + B:StackingPlacementLimits=true + # Record changes in the contents of the tank,Affects the ejection speed I:TankChangeSpeed=20 B:VirtualErrors=false diff --git a/config/mod-director/modpack.json b/config/mod-director/modpack.json index 94b9ded3..1d16f00b 100644 --- a/config/mod-director/modpack.json +++ b/config/mod-director/modpack.json @@ -6,5 +6,5 @@ "width": 64, "height": 64 }, - "localVersion": "1.70" + "localVersion": "1.72" } \ No newline at end of file diff --git a/config/mod-director/url.bundle.json b/config/mod-director/url.bundle.json index 98c0b165..cf657224 100644 --- a/config/mod-director/url.bundle.json +++ b/config/mod-director/url.bundle.json @@ -1,8 +1,5 @@ { "url": [ - { - "url": "https://github.com/Project-Interactions/Applied-Energistics-2/releases/download/7c6ceef/ae2-uel-7c6ceef.jar" - } ] } \ No newline at end of file diff --git a/config/patchoulibooks.cfg b/config/patchoulibooks.cfg index fa8e876f..0cbccc9d 100644 --- a/config/patchoulibooks.cfg +++ b/config/patchoulibooks.cfg @@ -6,9 +6,10 @@ debug { } -recipes { - # Enable JEI integration for Patchouli Books books. - B:"Enable JEI Integration"=true +general { + # Enable the inventory button for Patchouli books. + # The button will be displayed only if the is no book specified in the patchouli config. + B:"Enable Inventory Button"=true # Enable Pamphlets for all books if there is only one category, which has less than 15 entries. B:"Enable Pamphlets for everyone"=false @@ -19,6 +20,22 @@ recipes { # Improve recipe lookup by checking for output instead of recipe id. # This is untested with books added by other mods. User added books work fine. B:"Improve Recipe Lookup"=false + + # Enable opening JEI for items in Patchouli books. + B:"Open JEI from Books"=true + + # Enable opening Patchouli books from JEI. + # Each book with a matching item will be displayed next to the recipe. + # If there is more than one book, the books will be displayed in a grid. + B:"Open Patchouli Book from JEI"=true +} + + +recipes { + B:"Enable JEI Integration"=true + B:"Enable Pamphlets for everyone"=false + B:"Enable Recipes"=true + B:"Improve Recipe Lookup"=false } diff --git a/config/questtweaker.cfg b/config/questtweaker.cfg new file mode 100644 index 00000000..6228df0f --- /dev/null +++ b/config/questtweaker.cfg @@ -0,0 +1,9 @@ +# Configuration file + +general { + # Make function IDs selectable from registered functions in FTBQuests. + # To input them manually, turn off this. + B:enumFunctionIDs=false +} + + diff --git a/config/resourcify.json b/config/resourcify.json index d46149b1..34e142b7 100644 --- a/config/resourcify.json +++ b/config/resourcify.json @@ -1,6 +1,7 @@ { "defaultService": "Modrinth", "fullResThumbnail": false, + "openLinkInResourcify": true, "adsEnabled": false, "resourcePacksEnabled": true, "dataPacksEnabled": true, diff --git a/config/sarosdefaultoptions.cfg b/config/sarosdefaultoptions.cfg new file mode 100644 index 00000000..35f15b70 --- /dev/null +++ b/config/sarosdefaultoptions.cfg @@ -0,0 +1,8 @@ +# Configuration file + +general { + # If true, configuration files will be overwritten [default: false] + B:overwriteConfigFiles=true +} + + diff --git a/config/stellar_core.cfg b/config/stellar_core.cfg index 0e344c2e..e7cdd4d3 100644 --- a/config/stellar_core.cfg +++ b/config/stellar_core.cfg @@ -63,6 +63,7 @@ general { # (Client/Server Performance) Cache constants -32768 - 32767 of NBTTagByte, NBTTagInt, NBTTagLong, NBTTagFloat, NBTTagDouble using constant pool. # Like IntegerCache in the JVM, improves memory usage and reduces object creation overhead. + # Note: Some mods may not comply with the specification causing NBTBase to be loaded prematurely, so there may be a higher probability of problems with this feature. # Incompatible with old version of Quark (< r1.6-189), which modifies the bytecode of the NBTTag class too early. B:NBTPrimitiveConstantsPool=true @@ -325,6 +326,9 @@ general { # helping to improve the computer freezing problem at game startup, but potentially causing the game to take longer to load. B:ASMDataTableCPUUsageImprovements=false + # (Client/Server Performance) Improved performance of ASMModParser in parsing bytecode, improved startup speed (~1 ~ 5 seconds). + B:ASMModParserImprovements=true + # (Client/Server Performance) ChunkManager optimisation, improves performance in more player environments. B:ChunkManager=true @@ -596,7 +600,7 @@ general { # allowing some special cases to store extracted items inside the conduit, # which will help fix some item duplication issues, # but may introduce a slight performance overhead and some unexpected filter issues. - B:ItemConduitItemStackCache=true + B:ItemConduitItemStackCache=false } fluxnetworks { diff --git a/config/thaumcraftfix.cfg b/config/thaumcraftfix.cfg index 6a5067bd..4441a64a 100644 --- a/config/thaumcraftfix.cfg +++ b/config/thaumcraftfix.cfg @@ -99,6 +99,13 @@ general { } + item { + # Enables/disables the Primordial Pearl damage value fix. + # This fix will prevent vanilla and other mods from repairing Primordial Pearls, + # but may cause compatibility issues with existing Thaumcraft addons. + B:primordialPearlDamageFix=true + } + } diff --git a/config/tombmanygraves.cfg b/config/tombmanygraves.cfg deleted file mode 100644 index cb822e6b..00000000 --- a/config/tombmanygraves.cfg +++ /dev/null @@ -1,119 +0,0 @@ -# Configuration file - -allowedobjects { - # If set to false, graves will no longer be spawned upon players deaths. This does not get rid of any graves currently in-world. (Defaults to true...obviously.) - B:enableGraves=true -} - - -chatconfigs { - # If set to true, a chat message with the player's grave coordinates will be displayed in chat upon their death. (Defaults to false.) - B:enableChatMessageOnDeath=false -} - - -colors { - # This is one of four configs for how the name/mode render when looking at a grave (assuming that config is enabled. (Defaults to 0xFFFFFF) - S:nameColorWhenForced=0xFFFFFF - - # This is one of four configs for how the name/mode render when looking at a grave (assuming that config is enabled. (Defaults to 0xFF0000) - S:nameColorWhenYielding=0xFF0000 -} - - -graveconfigs { - # If set to false, inventory backups will not be kept. Graves can still form (if enabled), but the death inventory lists will not be able to be produced. (Defaults to true.) - B:allowInventorySaves=true - - # If set to true, all graves formed will be locked. Graves can be toggled between locked & unlocked by the grave's owner/friends. (Defaults to false.) - B:defaultToLocked=false - - # If set to true, instead ofattempting to place all items back in the player's original slots, the items will instead be placed on the ground like every other grave mod. (Defaults to false.) - B:dropItemsOnGround=false - - # If true and an item in the grave was originally in a slot that is now not empty, the grave will remove the current item, place the item from the grave in that slot, and then drop the original item on the ground. If false, any item from the grave attempting to fill a non-empty slot will instead be dropped on the ground. (Defaults to true.) - B:giveItemsInGravePriority=true -} - - -graveplacement { - # If true, graves will attempt to place themselves above bodies of water/lava. If a valid location is not present at the top of the fluid, the grave will attempt to find the valid location closest to the point of death while ascending the fluid. Note: setting this to true causes more calculations to be made upon each death, possibly slowing down tick rate if people are dying underwater a lot... (Defaults to false.) - B:ascendLiquid=false - - # This is the radius that will be searched (centered around the location of death) to find an appropriate block to place the grave. (Radius = abs(max{x,y,z}) Note: if death occurs with y <= 0, it will center its search around y = graveSearchRadius (unless 'startVoidSearchAtOne' is true. (Defaults to 9, max of 32.) - I:graveSearchRadius=9 - - # If true, graves will be able to replace FLOWING lava when created. (Defaults to true). - B:replaceFlowingLava=true - - # If true, graves will be able to replace FLOWING water when created. (Defaults to true). - B:replaceFlowingWater=true - - # If true, graves will be able to replace plants (anything that implements IPlantable: grass, crops, etc). (Defaults to true). - B:replacePlants=true - - # If true, graves will be able to replace STILL water when created. (Defaults to true). - B:replaceStillLava=true - - # If set to true, the grave will start its search for a valid placement starting at y=1 if the player died with y <= 0. If false, the search will start at y = graveSearchRadius. (Defaults to false). - B:startGraveSearchAtOne=false -} - - -graveplayerinteraction { - # If set to true, graves will be able to be accessed/manipulated by any player - not just the one who owns the grave. (Defaults to false.) - B:allowGraveRobbing=false - - # When true, whenever a grave is (un)locked, the player will receive a chat message letting them know the current state of the grave. (Defaults to true.) - B:allowLockingMessages=true -} - - -graveplayerinteractions { - # When true, players will be required to sneak while colliding with their grave to obtain their items. When false, just colliding with the grave is enough to get the items back. (Defaults to true). - B:requireSneaking=true -} - - -listconfigs { - # If set to false, inventory lists will not be able to be spawned. Lists already in the game will not be affected. (Defaults to true.) - B:allowInventoryLists=true -} - - -logs { - # If true, the server log will print the location of a player's death each time they die. (Defaults to true) - B:printDeathLog=true -} - - -renderoptions { - # If set to false, the death inventory lists will not show particle effects leading to the grave. (Defaults to true) - B:allowParticlePath=true - - # When true, this will display both the name of the grave's owner and the current mode of the grave when looking at it. (Defaults to true) - B:displayGraveName=true - - # If set to true, graves will display their block position when looking at them (useful for admins/mods for debugging purposes. There is also a command to temporarily toggle this effect in-game. (Defaults to false.) - B:enableGravePositionRender=false - - # If set to false, graves will not be rendered (at all), meaning there will just be an invisible block there. This is useful if a rendering crash is consistently occuring and I haven't had a chance to post a fix yet. (Defaults to true) - B:enableGraveRendering=true - - # This is the color of the path particles spawned by the death inventory list when you are more than 100 blocks from the grave. (Defaults to 0x000000) - S:farParticleColor=0x000000 - - # If true, all graves will be rendered with a dirt base instead of using the adaptive model. (Defaults to false). - B:forceDirtRender=false - - # Changing this value determines the type of skull that renders on the grave. 0 = Skeleton, 1 = Wither Skeleton, 2 = Zombie, 3 = The Player Who Owns The Grave, 4 = Creeper. Any value outside of this range will be set to 3 instead. (Defaults to 3.) - I:graveSkullRenderType=3 - - # This is the color of the path particles spawned by the inventory list when you are within 10 blocks of the grave. (Defaults to 0xFFFFFF.) - S:nearParticleColor=0xFFFFFF - - # If set to true, the deathinventory lists will only show their particle trail if you are sneaking (and the path is turned on). (Defaults to false) - B:requireSneakForPath=false -} - - diff --git a/config/tombstone.cfg b/config/tombstone.cfg index 7fe0aa26..6c729717 100644 --- a/config/tombstone.cfg +++ b/config/tombstone.cfg @@ -68,17 +68,20 @@ allowedmagicitems { # Dust of Vanishing B:allowDustOfVanishing=true - - # Familiar Receptacle B:allowFamiliarReceptacle=true - - # Familiar Stone B:allowFamiliarStone=true + # Gemstone of Familiar + B:allowGemstoneOfFamiliar=true + + # Gemstone of Guardian + B:allowGemstoneOfGuardian=true + + # Gemstone of Prayer + B:allowGemstoneOfPrayer=true + # Grave's Key B:allowGraveKey=true - - # Guardian Stone B:allowGuardianStone=true # Lost Tablet @@ -86,10 +89,11 @@ allowedmagicitems { # Magic Scroll B:allowMagicScroll=true - - # Prayer Stone B:allowPrayerStone=true + # Receptacle of Familiar + B:allowReceptacleOfFamiliar=true + # Scroll of Aquatic Life B:allowScrollOfAquaticLife=true @@ -129,6 +133,9 @@ allowedmagicitems { # Tablet of Cupidity B:allowTabletOfCupidity=true + # Tablet of Guard + B:allowTabletOfGuard=true + # Tablet of Home B:allowTabletOfHome=true @@ -160,8 +167,6 @@ client { # Shows only the elapsed minecraft days since the death on graves B:dateInMCTime=false - - # Denies to create a grave with your items when you die B:denyGraveOnDeath=false # Display or not the messages of gain of points in knowledge of death @@ -173,6 +178,9 @@ client { # Equips elytra in priority when recovering your lost items B:equipElytraInPriority=false + # Equips shield in priority when recovering your lost items + B:equipShieldInPriority=false + # Favorite grave # Valid values: # GRAVE_SIMPLE @@ -213,13 +221,8 @@ client { # DEFAULT # FORCE_NORMAL # FORCE_HALLOWEEN + # FORCE_CHRISTMAS S:graveSkinRule=DEFAULT - - # Defines your grave placement logic (nearest or ideal placement) - # Valid values: - # SAFEST - # NORMAL - # NEAREST S:graveSpawnRule=NORMAL # Highlights the tomb from far when holding the key @@ -241,6 +244,9 @@ client { # Favor the tools on the hotbar when recovering a grave B:priorizeToolOnHotbar=false + # Sorts the inventory by filling the last slots first + B:reverseInventorySorting=false + # Shows all the infos in the tooltip of items B:showEnhancedTooltips=true @@ -344,7 +350,7 @@ decorativegrave { # Max: 1000 I:chanceSoul=100 - # The cooldown in minutes to reset the perks with the Ankh of Pray + # The cooldown in minutes to reset the perks with the Ankh of Prayer # Min: 20 # Max: 1440 I:cooldownResetperk=120 @@ -418,6 +424,9 @@ enchantments { # Enables the enchantment Soulbound B:enableEnchantmentSoulbound=true + # Enables the enchantment Spectral Conjurer + B:enableEnchantmentSpectralConjurer=true + # Allows Magic Siphon at enchanting table B:magicSiphonEnchantingTable=false @@ -428,11 +437,26 @@ enchantments { # DISALLOW S:"magicSiphonOnPlayerRule "=ALLOW + # Maximum cooldown in seconds to have a chance to spawn a Spectral Wolf + # Min: 120 + # Max: 600 + I:maxCooldownSpectralConjurer=240 + # Maximum duration of stolen effects in minutes # Min: 1 # Max: 2147483647 I:maxDurationMagicSiphon=1440 + # Maximum duration of conjured Spectral Wolf + # Min: 10 + # Max: 300 + I:maxDurationSpectralConjurer=60 + + # Minimum cooldown in seconds to have a chance to spawn a Spectral Wolf + # Min: 20 + # Max: 90 + I:minCooldownSpectralConjurer=60 + # The wearer is also affected by the effect if his alignment is not bad B:nerfPlagueBringer=true @@ -450,6 +474,9 @@ enchantments { # Allows Soulbound at enchanting table B:soulboundEnchantingTable=true + + # Allows Spectral Conjurer at enchanting table + B:spectralConjurerEnchantingTable=true } @@ -460,7 +487,6 @@ enchantments { ########################################################################################################## general { - # Allows players to be hurt by special damages related to some items B:allowBeyondTheGraveDamage=true # The chance that a player receives an already enchanted Grave's Key on death @@ -483,6 +509,11 @@ general { # Max: 1440 I:"cooldownTeleportDeath "=-1 + # Rarity for Easter Eggs to spawn during Easter + # Min: 1000 + # Max: 100000 + I:easterEggSpawnRarity=5000 + # The duration of the Ghostly Shape effect in seconds # Min: 0 # Max: 2147483647 @@ -506,7 +537,7 @@ general { # Allows teleportation to other dimensions B:teleportDim=false - # Beneficial effects that can't used by certain features such as ankh of pray, lollipop, scroll of preservation, alchemy perk and magic siphon enchantment + # Beneficial effects that can't used by certain features such as ankh of prayer, lollipop, scroll of preservation, alchemy perk and magic siphon enchantment S:unhandledBeneficialEffects < extraalchemy astralsorcery:potiontimefreeze @@ -527,36 +558,18 @@ general { ########################################################################################################## loot { - # Chance on 1000 to receive a familiar receptacle on undead boss - # Min: 0 - # Max: 1000 I:chanceFamiliarReceptacleOnBoss=100 - - # Chance on 1000 for undead mobs to drop Grave's Dust - # Min: 0 - # Max: 1000 I:chanceGraveDust=100 - - # Chance to loot a Lost Tablet by fishing - # Min: 0 - # Max: 1000 I:chanceLootLostTablet=25 - - # Chance on 1000 to receive a random scroll on undead boss - # Min: 0 - # Max: 1000 I:chanceRandomScrollOnBoss=100 - - # Chance on 1000 to receive a Soul Receptacle on undead boss - # Min: 0 - # Max: 1000 I:chanceSoulReceptacleOnBoss=50 - - # Chance on 1000 to receive a voodoo poppet on undead boss - # Min: 0 - # Max: 1000 I:chanceVoodooPoppetOnBoss=100 + # Maximum xp rewarded with a Lost Page of Erdös + # Min: 100 + # Max: 200000 + I:maxXpLostPage=2000 + # Minimum life for an undead to be considered as a boss for drop # Min: 200 # Max: 2147483647 @@ -592,13 +605,7 @@ player_death { # Min: -1 # Max: 2147483647 I:decayTime=-1 - - # Whether to handle player death B:handlePlayerDeath=true - - # Knowledge of Death loss why dying - # Min: 0 - # Max: 500 I:knowledgeLoss=0 # Whether to log the positions of players' graves @@ -622,7 +629,9 @@ player_death { # Caps the duration of Ghostly Shape effect to 10 seconds when teleporting with a Grave's Key B:nerfGhostlyShapeTeleportWithKey=true - # Coordinates where graves shouldn't spawn + # Dimensions where graves shouldn't spawn + I:noGraveDimension < + > S:noGraveLocation < 0, 0, 0, -10000, 20 > diff --git a/config/topalldependents.cfg b/config/topalldependents.cfg index aa362dee..efa5b852 100644 --- a/config/topalldependents.cfg +++ b/config/topalldependents.cfg @@ -23,11 +23,7 @@ botania { helmets { - # All non-blacklisted helmets can be combined with a probe. - # !!! When this is false you can't uncraft previously probified helmets !!! B:allHelmetsProbable=true - - # Registry names of helmets that shouldn't be combinable with a probe S:helmetBlacklist < > } diff --git a/config/twilightforest.cfg b/config/twilightforest.cfg index 0a06b136..4002fdfe 100644 --- a/config/twilightforest.cfg +++ b/config/twilightforest.cfg @@ -52,6 +52,13 @@ general { # Make cicadas silent for those having sound library problems, or otherwise finding them annoying. B:silentCicadas=false + # Uncrafting list for blacklisting or whitelisting recipes. + S:uncraftingList < + > + + # Turn uncrafting recipe list to whitelist. They're blacklist by default. + B:whitelistUncrafting=false + ########################################################################################################## # dimension #--------------------------------------------------------------------------------------------------------# diff --git a/config/versioner.cfg b/config/versioner.cfg index f9aff51d..da657b03 100644 --- a/config/versioner.cfg +++ b/config/versioner.cfg @@ -64,7 +64,7 @@ general { S:versionFormat=%currentVersionName% # Version name of the current version - S:versionName=1.71 + S:versionName=1.72 } ########################################################################################################## diff --git a/config/vintagefix.properties b/config/vintagefix.properties index 5ccaa269..1f4ed514 100644 --- a/config/vintagefix.properties +++ b/config/vintagefix.properties @@ -24,5 +24,5 @@ mixin.model_optimizations.dedup_quad_lists=true mixin.model_optimizations.location_canon=true mixin.model_optimizations.simpler_perspective_wrapper=true mixin.resourcepacks=true -mixin.textures=false +mixin.textures=true mixin.version_protest=false diff --git a/config/xaerominimap_entities.json b/config/xaerominimap_entities.json index 1539d3c9..62a6c76c 100644 --- a/config/xaerominimap_entities.json +++ b/config/xaerominimap_entities.json @@ -9,20 +9,20 @@ "name": "gui.xaero_entity_category_root", "protection": true, "settingOverrides": { - "displayHeight": 0.0, "displayed": true, + "displayHeight": 0.0, "heightBasedFade": true, "renderOrder": 0.0, "color": 13.0, "displayNameWhenIconFails": true, "entityNumber": 1000.0, "alwaysDisplayNametags": false, - "startFadingAt": 100.0, "dotSize": 2.0, + "startFadingAt": 100.0, "renderOverMinimapFrame": 1.0, "icons": 1.0, - "names": 1.0, "heightLimit": 20.0, + "names": 1.0, "iconScale": 1.0 }, "subCategories": [ diff --git a/groovy/runConfig.json b/groovy/runConfig.json index 17147615..6ac25e53 100644 --- a/groovy/runConfig.json +++ b/groovy/runConfig.json @@ -1,7 +1,7 @@ { "packName": "Interactions", "packId": "interactions", - "version": "1.71", + "version": "1.72", "debug": false, "classes": { "preInit": []