Update Labs Config (#975)

[SKIP]
This commit is contained in:
Integer Limit 2024-08-31 15:34:30 +10:00 committed by GitHub
parent aeb5c06e44
commit 9017c12402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,8 @@ advanced {
B:allowOtherPackModes=false B:allowOtherPackModes=false
# List of Fields to be client side only, acting as @SideOnly(Side.CLIENT). # List of Fields to be client side only, acting as @SideOnly(Side.CLIENT).
# DOES NOT WORK WITH CLASSES FROM MINECRAFT OR FORGE!
# Does not work with classes loaded before Nomi Labs' Static Init!
# Do not change unless you know what you are doing! # Do not change unless you know what you are doing!
# Helps with fixing GrS errors Server Side. # Helps with fixing GrS errors Server Side.
# Format: <CLASS>@<FIELD> # Format: <CLASS>@<FIELD>
@ -26,6 +28,8 @@ advanced {
> >
# List of Methods to be client side only, acting as @SideOnly(Side.CLIENT). # List of Methods to be client side only, acting as @SideOnly(Side.CLIENT).
# DOES NOT WORK WITH CLASSES FROM MINECRAFT OR FORGE!
# Does not work with classes loaded before Nomi Labs' Static Init!
# Do not change unless you know what you are doing! # Do not change unless you know what you are doing!
# Helps with fixing GrS errors Server Side. # Helps with fixing GrS errors Server Side.
# Format: <CLASS>@<METHOD>@<DESC> # Format: <CLASS>@<METHOD>@<DESC>
@ -135,6 +139,8 @@ advanced {
B:serverMotdSubstitutions=true B:serverMotdSubstitutions=true
# List of Fields to be server side only, acting as @SideOnly(Side.SERVER). # List of Fields to be server side only, acting as @SideOnly(Side.SERVER).
# DOES NOT WORK WITH CLASSES FROM MINECRAFT OR FORGE!
# Does not work with classes loaded before Nomi Labs' Static Init!
# Do not change unless you know what you are doing! # Do not change unless you know what you are doing!
# Helps with fixing GrS errors Client Side. # Helps with fixing GrS errors Client Side.
# Format: <CLASS>@<FIELD> # Format: <CLASS>@<FIELD>
@ -146,6 +152,8 @@ advanced {
> >
# List of Methods to be server side only, acting as @SideOnly(Side.SERVER). # List of Methods to be server side only, acting as @SideOnly(Side.SERVER).
# DOES NOT WORK WITH CLASSES FROM MINECRAFT OR FORGE!
# Does not work with classes loaded before Nomi Labs' Static Init!
# Do not change unless you know what you are doing! # Do not change unless you know what you are doing!
# Helps with fixing GrS errors Client Side. # Helps with fixing GrS errors Client Side.
# Format: <CLASS>@<METHOD>@<DESC> # Format: <CLASS>@<METHOD>@<DESC>
@ -372,22 +380,18 @@ advanced {
"minecraft difficulty overrides" { "minecraft difficulty overrides" {
# Difficulty (Locked) Override in Expert Mode. Does Not Apply if overrideDifficultyExpert is set to false! # Difficulty (Locked) Override in Expert Mode. Does Not Apply if overrideDifficultyExpert is set to false!
# [default: NORMAL] # Ordinal of Difficulty. Peaceful = 0, Easy = 1, Normal = 2, Hard = 3.
# Valid values: # [default: 2]
# PEACEFUL # Min: 0
# EASY # Max: 3
# NORMAL S:difficultyExpert=0
# HARD
S:difficultyExpert=PEACEFUL
# Difficulty (Locked) Override in Normal Mode. Does Not Apply if overrideDifficultyNormal is set to false! # Difficulty (Locked) Override in Normal Mode. Does Not Apply if overrideDifficultyNormal is set to false!
# [default: NORMAL] # Ordinal of Difficulty. Peaceful = 0, Easy = 1, Normal = 2, Hard = 3.
# Valid values: # [default: 2]
# PEACEFUL # Min: 0
# EASY # Max: 3
# NORMAL S:difficultyNormal=2
# HARD
S:difficultyNormal=NORMAL
# Whether to Override Difficulty in Expert Mode. # Whether to Override Difficulty in Expert Mode.
# [default: false] # [default: false]
@ -533,6 +537,12 @@ content {
# [default: true] # [default: true]
B:enableArchitectureCraftIntegration=true B:enableArchitectureCraftIntegration=true
# Whether to enable Better Questing Fluid Task Fixes.
# Fixes detection of Fluids in Stacked Fluid Containers, and in Simple Fluid Containers.
# Causes over-consuming of fluids in Stacked Simple Fluid Containers, due to limitations with emptying them.
# [default: true]
B:enableBQuFluidTaskFixes=true
# Whether to enable Default World Generator Port Integration, which fixes scaling issues, and adds a cancel button. # Whether to enable Default World Generator Port Integration, which fixes scaling issues, and adds a cancel button.
# [default: true] # [default: true]
B:enableDefaultWorldGenIntegration=true B:enableDefaultWorldGenIntegration=true