Update Nomi-Labs to v0.8.6 (#870)

[SKIP]
This commit is contained in:
Integer Limit 2024-08-06 22:59:20 +10:00 committed by GitHub
parent 18eac7898f
commit 5b518b032d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -746,7 +746,7 @@
}, },
{ {
"projectID": 932060, "projectID": 932060,
"fileID": 5601481, "fileID": 5601600,
"required": true "required": true
}, },
{ {

View File

@ -28,7 +28,7 @@ advanced {
# Helps with fixing GrS errors Server Side. # Helps with fixing GrS errors Server Side.
# Format: <CLASS>@<FIELD> # Format: <CLASS>@<FIELD>
# Example: gregtech/api/recipes/recipeproperties/TemperatureProperty@KEY # Example: gregtech/api/recipes/recipeproperties/TemperatureProperty@KEY
# Accepts Obfuscated Fields. # Accepts Obfuscated Fields, but they must be under the Obfuscated Name.
# Many Client Side Only modifications, on the same class, may be inefficient. # Many Client Side Only modifications, on the same class, may be inefficient.
# [default: ] # [default: ]
S:clientSideFields < S:clientSideFields <
@ -39,7 +39,7 @@ advanced {
# Helps with fixing GrS errors Server Side. # Helps with fixing GrS errors Server Side.
# Format: <CLASS>@<METHOD>@<DESC> # Format: <CLASS>@<METHOD>@<DESC>
# Example: gregtech/api/recipes/recipeproperties/TemperatureProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V # Example: gregtech/api/recipes/recipeproperties/TemperatureProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
# Accepts Obfuscated Methods. # Accepts Obfuscated Methods, but they must be under the Obfuscated Name.
# Many Client Side Only modifications, on the same class, may be inefficient. # Many Client Side Only modifications, on the same class, may be inefficient.
# [default: ] # [default: ]
S:clientSideMethods < S:clientSideMethods <
@ -138,7 +138,7 @@ advanced {
# Helps with fixing GrS errors Client Side. # Helps with fixing GrS errors Client Side.
# Format: <CLASS>@<FIELD> # Format: <CLASS>@<FIELD>
# Example: gregtech/api/recipes/recipeproperties/TemperatureProperty@KEY # Example: gregtech/api/recipes/recipeproperties/TemperatureProperty@KEY
# Accepts Obfuscated Fields. # Accepts Obfuscated Fields, but they must be under the Obfuscated Name.
# Many Server Side Only modifications, on the same class, may be inefficient. # Many Server Side Only modifications, on the same class, may be inefficient.
# [default: ] # [default: ]
S:serverSideFields < S:serverSideFields <
@ -149,7 +149,7 @@ advanced {
# Helps with fixing GrS errors Client Side. # Helps with fixing GrS errors Client Side.
# Format: <CLASS>@<METHOD>@<DESC> # Format: <CLASS>@<METHOD>@<DESC>
# Example: gregtech/api/recipes/recipeproperties/TemperatureProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V # Example: gregtech/api/recipes/recipeproperties/TemperatureProperty@drawInfo@(Lnet/minecraft/client/Minecraft;IIILjava/lang/Object;)V
# Accepts Obfuscated Methods. # Accepts Obfuscated Methods, but they must be under the Obfuscated Name.
# Many Server Side Only modifications, on the same class, may be inefficient. # Many Server Side Only modifications, on the same class, may be inefficient.
# [default: ] # [default: ]
S:serverSideMethods < S:serverSideMethods <