2024-03-24 23:45:47 +11:00
# Configuration file
##########################################################################################################
# advanced
#--------------------------------------------------------------------------------------------------------#
# Advanced Settings
##########################################################################################################
advanced {
2024-08-04 17:44:46 +10:00
# Amount of XP Per Level, for Linear XP Scaling.
# Used for Linear XP Scaling in Actually Additions and EIO Machines.
# MUST be used in conjunction with UT's Linear XP Scaling Config, else weird issues may happen!
# Enter a value of 0 for default.
# [default: 0]
# Min: 0
# Max: 2147483647
I:aaEioLinearXp = 25
2024-03-24 23:45:47 +11:00
# Whether to allow other pack modes, other than 'normal' and 'expert'.
# If this is set to false, the game will crash if other modes are found.
# Only set this to false if you are sure of what you are doing.
# Beware: many mode specific behaviours will break if other pack modes are used!
# [default: false]
B:allowOtherPackModes = false
2024-08-06 21:26:17 +10:00
# List of Fields to be client side only, acting as @SideOnly(Side.CLIENT).
# Do not change unless you know what you are doing!
# Helps with fixing GrS errors Server Side.
# Format: <CLASS>@<FIELD>
# Example: gregtech/api/recipes/recipeproperties/TemperatureProperty@KEY
2024-08-06 22:59:20 +10:00
# Accepts Obfuscated Fields, but they must be under the Obfuscated Name.
2024-08-06 21:26:17 +10:00
# Many Client Side Only modifications, on the same class, may be inefficient.
# [default: ]
S:clientSideFields <
>
# List of Methods to be client side only, acting as @SideOnly(Side.CLIENT).
# Do not change unless you know what you are doing!
# Helps with fixing GrS errors Server Side.
# Format: <CLASS>@<METHOD>@<DESC>
# Example: gregtech/api/recipes/recipeproperties/TemperatureProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
2024-08-06 22:59:20 +10:00
# Accepts Obfuscated Methods, but they must be under the Obfuscated Name.
2024-08-06 21:26:17 +10:00
# Many Client Side Only modifications, on the same class, may be inefficient.
# [default: ]
S:clientSideMethods <
2024-08-06 22:11:18 +10:00
eutros/framedcompactdrawers/item/ItemSlaveCustom@func_77624_a@(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Ljava/util/List;Lnet/minecraft/client/util/ITooltipFlag;)V
gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityMultiblockPart@getParticleTexture@()Lorg/apache/commons/lang3/tuple/Pair;
gregtech/api/recipes/recipeproperties/CleanroomProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
gregtech/api/recipes/recipeproperties/ComputationProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
gregtech/api/recipes/recipeproperties/DefaultProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
gregtech/api/recipes/recipeproperties/FusionEUToStartProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
gregtech/api/recipes/recipeproperties/GasCollectorDimensionProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
gregtech/api/recipes/recipeproperties/ImplosionExplosiveProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
gregtech/api/recipes/recipeproperties/PrimitiveProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
gregtech/api/recipes/recipeproperties/ResearchProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
gregtech/api/recipes/recipeproperties/ScanProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
gregtech/api/recipes/recipeproperties/TemperatureProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
gregtech/api/recipes/recipeproperties/TotalComputationProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
2024-08-06 21:26:17 +10:00
>
2024-03-24 23:45:47 +11:00
# Whether to disable the Narrator.
# Fixes Crashes in Arm Macs, in some very specific environments.
# If your game is crashing, try enabling this!
# [default: false]
B:disableNarrator = false
# Whether to disable Anvil XP Scaling.
# [default: false]
B:disableXpScaling = true
# Whether to enable Nomi-CEu data fixes.
# This is used for Nomi-CEu, for players coming from before core-mod.
# If this mod is being used in other scenarios, leave this at false, as this may break worlds!
# If this is in a Nomi-CEu environment, make sure it is true, and do not change it, or items/blocks may be lost!
# [default: false]
B:enableNomiCEuDataFixes = true
# List of Regex Patterns to ignore if they are included in the BIOME missing registry list.
# Do not change unless you know what you are doing!
# This can be very inefficient with lots of patterns and lots of missing registries. Try to condense it into one pattern!
# This is an OR, so if a biome matches ANY of the patterns, it is ignored.
# A biome is only ignored if its ENTIRE Resource Location matches the pattern.
# Example: `minecraft:.*` (Ignores all Minecraft Biomes)
# [default: ]
S:ignoreBiomes <
>
# List of Regex Patterns to ignore if they are included in the BLOCK missing registry list.
# Do not change unless you know what you are doing!
# This can be very inefficient with lots of patterns and lots of missing registries. Try to condense it into one pattern!
# This is an OR, so if a block matches ANY of the patterns, it is ignored.
# A block is only ignored if its ENTIRE Resource Location matches the pattern.
# Example: `minecraft:.*` (Ignores all Minecraft Blocks)
# [default: ]
S:ignoreBlocks <
gregtech:fluid\..*
>
# List of Regex Patterns to ignore if they are included in the ENTITY missing registry list.
# Do not change unless you know what you are doing!
# This can be very inefficient with lots of patterns and lots of missing registries. Try to condense it into one pattern!
# This is an OR, so if an entity matches ANY of the patterns, it is ignored.
# An entity is only ignored if its ENTIRE Resource Location matches the pattern.
# Example: `minecraft:.*` (Ignores all Minecraft Entities)
# [default: ]
S:ignoreEntities <
>
# List of Regex Patterns to ignore if they are included in the ITEM missing registry list.
# Do not change unless you know what you are doing!
# This can be very inefficient with lots of patterns and lots of missing registries. Try to condense it into one pattern!
# This is an OR, so if an item matches ANY of the patterns, it is ignored.
# An item is only ignored if its ENTIRE Resource Location matches the pattern.
# Example: `minecraft:.*` (Ignores all Minecraft Items)
# [default: ]
S:ignoreItems <
advancedrocketry:.+fluid
advancedrocketry:rocketfuel
>
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
# How to Modify the Language Tab in Minecraft Options.
# LABS or NOMI adds buttons and text for lanugage pack download.
# [default: LABS]
# Valid values:
# NONE
# LABS
# NOMI
S:languageModifyOption = NOMI
2024-08-04 22:23:17 +10:00
# Whether to enable Substitutions for the Server Properties MOTD.
# Substitutions: {version} for the Modpack Formatted Version (from 'nomilabs-version.cfg'), {mode} for the Modpack Formatted Mode (from LabsModeHelper & the PackMode Mod).
# Note: Only the First Substitution in the String is Replaced!
# [default: false]
B:serverMotdSubstitutions = true
2024-08-06 21:26:17 +10:00
# List of Fields to be server side only, acting as @SideOnly(Side.SERVER).
# Do not change unless you know what you are doing!
# Helps with fixing GrS errors Client Side.
# Format: <CLASS>@<FIELD>
# Example: gregtech/api/recipes/recipeproperties/TemperatureProperty@KEY
2024-08-06 22:59:20 +10:00
# Accepts Obfuscated Fields, but they must be under the Obfuscated Name.
2024-08-06 21:26:17 +10:00
# Many Server Side Only modifications, on the same class, may be inefficient.
# [default: ]
S:serverSideFields <
>
# List of Methods to be server side only, acting as @SideOnly(Side.SERVER).
# Do not change unless you know what you are doing!
# Helps with fixing GrS errors Client Side.
# Format: <CLASS>@<METHOD>@<DESC>
# Example: gregtech/api/recipes/recipeproperties/TemperatureProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
2024-08-06 22:59:20 +10:00
# Accepts Obfuscated Methods, but they must be under the Obfuscated Name.
2024-08-06 21:26:17 +10:00
# Many Server Side Only modifications, on the same class, may be inefficient.
# [default: ]
S:serverSideMethods <
>
# Whether to enable Syncing between Dimensions.
# This means that changing difficulty, time, spawn point or other properties in one dimension will sync to all dimensions.
# [default: false]
B:syncDimProperties = true
2024-03-24 23:45:47 +11:00
##########################################################################################################
# fluid registry
#--------------------------------------------------------------------------------------------------------#
# Fluid Registry Settings
##########################################################################################################
"fluid registry" {
# List of Regex Patterns to be Default Fluids.
# Fluids are picked based on a Hierarchy System.
# For Example: If the config is set to ['gregtech:.*', 'advancedrocketry:.*'], and the candidates for Oxygen are 'gregtech:oxygen' and 'advancedrocketry:oxygen', the GregTech one will be picked.
# This is only applied to conflicting fluids.
# This can be very inefficient with lots of patterns and lots of conflicting fluids. Try to condense it into one pattern where possible!
# [default: ]
S:defaultFluids <
gregtech:.*
>
# Whether to Log Conflicting Fluids, for use in setting default fluids correctly.
# [default: false]
B:logConflictingFluids = false
}
Fix Migration Issues (#706)
Fixes most migration issues, adds some presence helpers.
1. On the first load of an old world on 1.7-alpha-3, everything migrates correctly.
2. However, if the player saves and quits, then loads the world again, and then loads an old chunk:
- ex. They were in the overworld when they loaded in, they saved and quit, then loaded their void world base
3. Everything in chunks that were not loaded in the first load is not migrated correctly (hence you get broken items (other players on servers), broken blocks, broken multiblocks, crashes with multiblocks, etc.)
[BUG]
[IGNORE]
checks = { compareNot = "1.7-alpha-3" }
[IGNORE]
/* Git Stuff */
[FIXUP]
[[fixes]]
sha = "388b670ed1ebd48e7d9dfae6020b09ef3f62a9cc"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Fix Small Dust & Tiny Dust Crafting Conversion Recipes (#696)"
messageBody = """
[BUG]
[DETAILS]
detail = \"Recipes are now as Shown in JEI! Change your AE2 Patterns!\"
[DETAILS]
"""
[[messages]]
messageTitle = "Fix Dust to Dye Conversion Recipes (#696)"
messageBody = """
[BUG]
[IGNORE]
checks = { compareNot = \"1.7-alpha-3\" }
[IGNORE]
[DETAILS]
details = [\"Dust to Dye Conversion Recipes are no longer Shapeless.\"]
[DETAILS]
"""
[EXPAND]
'''
[[fixes]]
sha = "776799b8f24e3fefee8b78a77e8cebd56b472197"
mode = "ADDITION"
newBody = '''
[IGNORE]
checks = { compareNot = "1.7-alpha-3" }
[IGNORE]
'''
[[fixes]]
sha = "63f6f3824450d7fa5a56d25fa548639ec1b1004a"
mode = "ADDITION"
newBody = '''
[IGNORE]
checks = { compareNot = "1.7-alpha-3" }
[IGNORE]
'''
[FIXUP]
2024-03-31 21:20:00 +11:00
##########################################################################################################
# tier settings
#--------------------------------------------------------------------------------------------------------#
# Tier Detectors, which get the Tier a Player is On based on Quest Completion.
# Currently only used in Nomi-CEu for Rich Presence.
##########################################################################################################
"tier settings" {
# Formatted Name for Default Tier (Before Any Quests are Completed).
# [default: Before LV ]
S:defaultFormatted = Before LV
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
# Which lists to default to if the mode is not Normal or Expert.
Fix Migration Issues (#706)
Fixes most migration issues, adds some presence helpers.
1. On the first load of an old world on 1.7-alpha-3, everything migrates correctly.
2. However, if the player saves and quits, then loads the world again, and then loads an old chunk:
- ex. They were in the overworld when they loaded in, they saved and quit, then loaded their void world base
3. Everything in chunks that were not loaded in the first load is not migrated correctly (hence you get broken items (other players on servers), broken blocks, broken multiblocks, crashes with multiblocks, etc.)
[BUG]
[IGNORE]
checks = { compareNot = "1.7-alpha-3" }
[IGNORE]
/* Git Stuff */
[FIXUP]
[[fixes]]
sha = "388b670ed1ebd48e7d9dfae6020b09ef3f62a9cc"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Fix Small Dust & Tiny Dust Crafting Conversion Recipes (#696)"
messageBody = """
[BUG]
[DETAILS]
detail = \"Recipes are now as Shown in JEI! Change your AE2 Patterns!\"
[DETAILS]
"""
[[messages]]
messageTitle = "Fix Dust to Dye Conversion Recipes (#696)"
messageBody = """
[BUG]
[IGNORE]
checks = { compareNot = \"1.7-alpha-3\" }
[IGNORE]
[DETAILS]
details = [\"Dust to Dye Conversion Recipes are no longer Shapeless.\"]
[DETAILS]
"""
[EXPAND]
'''
[[fixes]]
sha = "776799b8f24e3fefee8b78a77e8cebd56b472197"
mode = "ADDITION"
newBody = '''
[IGNORE]
checks = { compareNot = "1.7-alpha-3" }
[IGNORE]
'''
[[fixes]]
sha = "63f6f3824450d7fa5a56d25fa548639ec1b1004a"
mode = "ADDITION"
newBody = '''
[IGNORE]
checks = { compareNot = "1.7-alpha-3" }
[IGNORE]
'''
[FIXUP]
2024-03-31 21:20:00 +11:00
# [default: NORMAL]
# Valid values:
# NORMAL
# EXPERT
S:defaultMode = EXPERT
# Non-Formatted Name for Default Tier (Before Any Quests are Completed).
# [default: pre-lv ]
S:defaultSlug = pre-lv
# Formatted Names for Expert Mode Tiers.
# Each Tier must have the same index as the corresponding Quest ID!
# [default: ]
S:expertModeFormatted <
LV
MV
HV
EV
IV
LuV
ZPM
UV
UHV
Stabilized Miner
Creative Source
Completed the Game!
>
# Better Questing QB IDs for Expert Mode Tiers.
# [default: ]
I:expertModeQuestIds <
764
766
767
768
769
770
771
772
392
367
397
366
>
# Non-Formatted Names for Expert Mode Tiers.
# Each Tier must have the same index as the corresponding Quest ID!
# [default: ]
S:expertModeSlugs <
lv
mv
hv
ev
iv
luv
zpm
uv
uhv
stab
source
chest
>
# Formatted Names for Normal Mode Tiers.
# Each Tier must have the same index as the corresponding Quest ID!
# [default: ]
S:normalModeFormatted <
LV
MV
HV
EV
IV
LuV
ZPM
UV
UHV
Creative Tank
Creative Source
Completed the Game!
>
# Better Questing QB IDs for Normal Mode Tiers.
# These are checked in reverse, so later quests in the list, and in progression, have higher priority
# [default: ]
I:normalModeQuestIds <
764
766
767
768
769
770
771
772
392
367
397
366
>
# Non-Formatted Names for Normal Mode Tiers.
# Each Tier must have the same index as the corresponding Quest ID!
# [default: ]
S:normalModeSlugs <
lv
mv
hv
ev
iv
luv
zpm
uv
uhv
tank
source
chest
>
}
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
##########################################################################################################
# control menu tooltip settings
#--------------------------------------------------------------------------------------------------------#
# Control Menu Tooltip Settings, which are used to help with default keybind overrides.
# The actual override setting occurs in GroovyScript!
##########################################################################################################
"control menu tooltip settings" {
# Whether to show the keybind's Class, if hovering over a keybind and pressing CTRL.
# If the class is not 'net.minecraft.client.settings.KeyBinding', default keybind overriding may not work for that keybind!
# [default: false]
B:showClass = false
# Whether to show the keybind ID, if hovering over a keybind and pressing SHIFT.
# The ID is used in default keybind overriding, as the ID specifies which keybind to override.
# [default: true]
B:showID = true
}
##########################################################################################################
# minecraft window overrides
#--------------------------------------------------------------------------------------------------------#
# Overrides for the Minecraft Window.
##########################################################################################################
"minecraft window overrides" {
# Override for the Minecraft Window Logo (16x).
# This should be a Path, Relative to the Base Instance Folder.
# 16x, 32x and 256x must be set for logo overrides to apply!
# Leave Empty for the Default.
# [default: ]
S:windowLogo16xOverride = resources/modpack/textures/logo/16x.png
# Override for the Minecraft Window Logo (256x).
# This should be a Path, Relative to the Base Instance Folder.
# 16x, 32x and 256x must be set for logo overrides to apply!
# Leave Empty for the Default.
# [default: ]
S:windowLogo256xOverride = resources/modpack/textures/logo/256x.png
# Override for the Minecraft Window Logo (32x).
# This should be a Path, Relative to the Base Instance Folder.
# 16x, 32x and 256x must be set for logo overrides to apply!
# Leave Empty for the Default.
# [default: ]
S:windowLogo32xOverride = resources/modpack/textures/logo/32x.png
# Override for the Minecraft Window Title.
# Leave Empty for the Default.
# Substitutions: {version} for the Modpack Formatted Version (from 'nomilabs-version.cfg'), {mode} for the Modpack Formatted Mode (from LabsModeHelper & the PackMode Mod).
# Note: Only the First Substitution in the String is Replaced!
# [default: ]
S:windowTitleOverride = Nomifactory CEu, {version}, {mode} Mode
}
##########################################################################################################
# minecraft difficulty overrides
#--------------------------------------------------------------------------------------------------------#
# Overrides for the Minecraft Difficulty.
##########################################################################################################
"minecraft difficulty overrides" {
# Difficulty (Locked) Override in Expert Mode. Does Not Apply if overrideDifficultyExpert is set to false!
# [default: NORMAL]
# Valid values:
# PEACEFUL
# EASY
# NORMAL
# HARD
2024-07-18 20:38:28 +10:00
S:difficultyExpert = PEACEFUL
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
# Difficulty (Locked) Override in Normal Mode. Does Not Apply if overrideDifficultyNormal is set to false!
# [default: NORMAL]
# Valid values:
# PEACEFUL
# EASY
# NORMAL
# HARD
S:difficultyNormal = NORMAL
# Whether to Override Difficulty in Expert Mode.
# [default: false]
2024-07-18 20:38:28 +10:00
B:overrideDifficultyExpert = true
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
# Whether to Override Difficulty in Normal Mode.
# [default: false]
B:overrideDifficultyNormal = false
}
2024-03-24 23:45:47 +11:00
}
##########################################################################################################
# content
#--------------------------------------------------------------------------------------------------------#
# Content Settings
##########################################################################################################
content {
##########################################################################################################
# custom content
#--------------------------------------------------------------------------------------------------------#
# Custom Content Settings
##########################################################################################################
"custom content" {
# Enable Custom Blocks.
# They will not have recipes.
# [default: true]
B:enableBlocks = true
# Enable Custom Complex Recipes.
# Currently Just Contains the Hand Framing Recipe.
# [default: true]
B:enableComplexRecipes = true
# Enable Custom Fluids.
# They will not have recipes.
# [default: true]
B:enableFluids = true
# Enable Custom Items.
# They will not have recipes.
# [default: true]
B:enableItems = true
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
# Enable a Custom Void Dimension.
# By default, has no blocks, and there is no way to reach it.
# DimensionalEdibles (Nomifactory Edition) can allow transport to it, as well as provide a spawn obsidian platform.
# [default: false]
B:enableVoidDimension = true
2024-03-24 23:45:47 +11:00
}
##########################################################################################################
# gt content
#--------------------------------------------------------------------------------------------------------#
# GregTech Custom Content Settings
##########################################################################################################
"gt content" {
# Enable Custom GT Blocks.
# In Beta.
# [default: false]
B:enableBlocks = false
# Enable Custom Materials.
# [default: true]
B:enableMaterials = true
# Enable New Multiblocks.
# These are new to this Core Mod, as in they do not exist in pre-core-mod versions of Nomi-CEu.
# Will not work properly if Custom GT Blocks is turned off.
# In Beta.
# [default: false]
B:enableNewMultiblocks = false
# Enable Old Multiblocks.
# These are NOT new to this Core Mod. They exist in pre-core-mod versions of Nomi-CEu.
# They have been improved.
# [default: true]
B:enableOldMultiblocks = true
# Enable Perfect Gems.
# They will have cutter recipes turning them into 2 Exquisite Gems.
# [default: true]
B:enablePerfectGems = true
}
}
##########################################################################################################
# groovyscript settings
#--------------------------------------------------------------------------------------------------------#
# GroovyScript Extensions and Script Helper Settings
##########################################################################################################
"groovyscript settings" {
2024-08-04 22:23:17 +10:00
# Whether to enable Labs' GroovyScript Hand Additions.
# [default: false]
2024-08-01 19:53:54 +10:00
B:enableGroovyHandAdditions = false
2024-03-24 23:45:47 +11:00
# Mode to Use for GT Recipe Output Searching.
# 'LINEAR_SEARCH' browses each recipe sequentially, 'FAST_TREE' navigates a tree structure and stops at the first match, while 'TREE' explores the entire tree structure before concluding.
# Because of the extra generated tree, if no removals occur, TREE and FAST_TREE have a slightly longer launch time. They also have slightly higher memory usage (around 20-50MB in limited testing)
# If a small amount of removals occur, game launching is around the same for all three, but TREE or FAST_TREE has the lowest script reload time.
# With a moderate-high amount of removals, game launching and script reloading is much faster with FAST_TREE or TREE, and FAST_TREE does consistently out perform TREE in time.
# TREE is a safer option if all recipes need to be grabbed, but FAST_TREE has not failed to grab any recipes in the limited testing.
# If some recipes are left over, try using TREE mode.
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
# FAST_DISCARDED_TREE and DISCARDED_TREE are similar to FAST_TREE and TREE, but the tree is discarded after initial load. This saves memory during gameplay, making this a good option for non-dev instances.
# Once the tree is discarded, if search by output is needed, linear search is used.
2024-03-24 23:45:47 +11:00
# Recipe Output Searching is used when replacing ABS recipes and Mixer Recipes in Composition Replacements, and in Recipe Output Searching or Removing.
# [default: FAST_TREE]
# Valid values:
# LINEAR_SEARCH
# FAST_TREE
# TREE
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
# FAST_DISCARDED_TREE
# DISCARDED_TREE
S:gtRecipeSearchMode = LINEAR_SEARCH
2024-03-24 23:45:47 +11:00
}
##########################################################################################################
# mod integration
#--------------------------------------------------------------------------------------------------------#
# Mod Integration Settings
##########################################################################################################
"mod integration" {
2024-08-04 17:44:46 +10:00
# Whether to add a Empty Line between any Crafting Recipe Output Tooltips in JEI.
# Examples of Crafting Recipe Output Tooltips are `Recipe By <MOD_ID>` and `Recipe ID: <RECIPE_ID>`.
# [default: true]
B:addJEICraftingOutputEmptyLine = true
2024-03-24 23:45:47 +11:00
# Whether to enable Advanced Rocketry Integration, which fixes Advanced Rocketry registering items for Fluid Blocks.
# [default: true]
B:enableAdvancedRocketryIntegration = true
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
# Whether to enable ArchitectureCraft Integration, which adds new slope variants, improves the GUI of the Sawbench, fixes the Sawbench Particle Texture, and fixes Shapes' Harvest Tools and Levels in The One Probe.
2024-03-24 23:45:47 +11:00
# [default: true]
B:enableArchitectureCraftIntegration = true
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
# Whether to enable Default World Generator Port Integration, which fixes scaling issues, and adds a cancel button.
# [default: true]
B:enableDefaultWorldGenIntegration = true
2024-03-24 23:45:47 +11:00
# Whether to enable Ender IO Integration, which adds a tooltip beneath capacitors displaying their level.
# [default: true]
B:enableEnderIOIntegration = true
# Whether to enable Ender Storage Integration, which allows data fixes to remap Ender Storage Chests' Contents.
# If this is in a Nomi-CEu Environment, make sure this stays at true, or your world may break, and items be lost!
# [default: true]
B:enableEnderStorageIntegration = true
# Whether to enable Extra Utilities 2 Integration, which removes frequencies.
# [default: true]
B:enableExtraUtils2Integration = true
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
# Whether to enable FTB Utilities Integration. Makes Status Messages more consistent, translatable, and fixes issues relating to Ghost Items.
# [default: true]
B:enableFTBUtilsIntegration = true
2024-03-24 23:45:47 +11:00
# Whether to enable NuclearCraft Integration, which fixes its crash with GTCEu.
# [default: true]
B:enableNuclearCraftIntegration = true
# Whether to enable The One Probe Integration, which adds some messages to the TOP panel when hovering over certain blocks.
# [default: true]
B:enableTOPIntegration = true
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
# Whether to enable TOP Addons Integration. Fixes Error Messages with ArchitectureCraft 3.108.
# [default: true]
B:enableTopAddonsIntegration = true
2024-03-24 23:45:47 +11:00
##########################################################################################################
# draconic evolution integration
#--------------------------------------------------------------------------------------------------------#
# Draconic Evolution Integration Settings
##########################################################################################################
"draconic evolution integration" {
# The speed of the Builder, in blocks per tick.
# Set this to 0 to have the builder be instant.
# [default: 1]
# Min: 0
# Max: 2147483647
I:autoBuilderSpeed = 10
# The speed of the Destructor, in blocks per tick.
# Set this to 0 to have the destructor be instant.
# [default: 1]
# Min: 0
# Max: 2147483647
I:autoDestructorSpeed = 10
# Whether to enable Draconic Evolution Integration, which adds many features, such as:
# Allowing GregTech Draconium and Awakened Draconium in the reactor and energy core.
# Modifying Energy Core Structure with improvements, such as allowing blocks surrounding the structure.
# Adding a destructor to the energy core.
# Allow changing the speed of the builder.
2024-03-27 22:18:29 +11:00
# Allow disabling Fusion Recipes for Chaotic Upgrades, which are empty as none of the tools support it.
2024-03-24 23:45:47 +11:00
# If this option is disabled, then energy cores made whilst this was enabled may break!
2024-03-27 22:18:29 +11:00
# None of the below options work if this config is set to false.
2024-03-24 23:45:47 +11:00
# [default: true]
B:enableDraconicEvolutionIntegration = true
2024-08-06 21:26:17 +10:00
# Rough time in Ticks, Required for the Charging Phase of Fusion Injectors, for each tier.
# Charging Time is assuming Maximum Energy is given to the Injector Each Tick.
# Should have 4 Values: Basic, Wyvern, Draconic, Chaotic.
# Set this to 1 to Disable Energy Limits, and have the Fusion Injector take in as much power as provided.
# [default: 300, 220, 140, 60]
# Min: 1
# Max: 2147483647
I:fusionChargingTime <
300
220
140
60
>
2024-03-24 23:45:47 +11:00
}
2024-03-27 22:18:29 +11:00
##########################################################################################################
# effortless building integration
#--------------------------------------------------------------------------------------------------------#
# Effortless Building Integration Settings
##########################################################################################################
"effortless building integration" {
# Max Reach Per Axis Without Upgrades.
# [default: 8]
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
I:axisReach0 = 16
2024-03-27 22:18:29 +11:00
# Max Reach Per Axis With 1 Upgrade.
# [default: 16]
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
I:axisReach1 = 32
2024-03-27 22:18:29 +11:00
# Max Reach Per Axis With 2 Upgrades.
# [default: 32]
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
I:axisReach2 = 64
2024-03-27 22:18:29 +11:00
# Max Reach Per Axis With 3 Upgrades.
# [default: 64]
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
I:axisReach3 = 128
2024-03-27 22:18:29 +11:00
# Max Reach Per Axis In Creative.
# [default: 2048]
I:axisReachCreative = 2048
# Max Blocks Placed at Once Without Upgrades.
# [default: 256]
I:blocksPlaced0 = 256
# Max Blocks Placed at Once With 1 Upgrade.
# [default: 2048]
I:blocksPlaced1 = 2048
# Max Blocks Placed at Once With 2 Upgrades.
# [default: 16384]
I:blocksPlaced2 = 16384
# Max Blocks Placed at Once With 3 Upgrades.
# [default: 131072]
I:blocksPlaced3 = 131072
# Max Blocks Placed at Once In Creative.
# [default: 1048576]
I:blocksPlacedCreative = 1048576
# Whether to enable Effortless Building Integration, which splits the parts of reach.
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.
Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.
Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.
This PR also fixes an issue with corrupted images and jar files in built packs.
/* Github Stuff */
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Update GT to 2.8+, add Nomi Labs"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
\"Adds Assembly Line Research\",
\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
\"Adds Filtered Output Hatches\",
\"Adds EU Multiblock Power Storage\",
\"Adds Multiblock Transformer and Laser Power Transfer\",
\"Adds Long Distance Pipes\",
\"Creating Waypoints in the Prospector\",
\"Fixing many Bugs\",
\"And many more!\"
]
[DETAILS]
[PRIORITY]
priority = 100
[PRIORITY]
"""
[[messages]]
messageTitle = "Multiblock Changes"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
\"Some Custom Multiblocks now have Distinct Mode\",
\"All Custom Multiblocks now have custom Front Overlays\",
\"Reworked & Improved Multiblock UIs\"
]
[DETAILS]
[PRIORITY]
priority = 50
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Pattern Encoders have been Removed!",
"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
"All Usages in Recipes have also been changed to AE2 Interfaces!",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
'''
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Allows GregTech Data Sticks to Copy ME Hatch Settings",
"Adds an 'Stocking' Version of ME Hatches and Buses",
"Support for Displaying Power Substation on Central Monitor",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = '''
[BREAKING]
[DETAILS]
details = [
"Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
"Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
"Replacement of the Void Dimension, fixing issues with Difficulty Changing",
"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
"Improvements to FTB Utils and Effortless Building",
"Allows Setting of Default Keybinds for New Players",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
[IGNORE]
checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
'''
[EXPAND]
[MOD INFO]
[[infos]]
projectID = 254317
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 285612
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 390886
info = "Replaced by Nomi Labs"
[[infos]]
projectID = 538092
info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
# Also fixes various Dupe and Transmutation Bugs, and fixes allowing Placing Blocks in FTB Utils Claimed Chunks.
2024-03-27 22:18:29 +11:00
# None of the below options work if this config is set to false.
# [default: true]
B:enableEffortlessBuildingIntegration = true
}
2024-03-24 23:45:47 +11:00
}