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,
"fileID": 5601481,
"fileID": 5601600,
"required": true
},
{

View File

@ -28,7 +28,7 @@ advanced {
# Helps with fixing GrS errors Server Side.
# Format: <CLASS>@<FIELD>
# 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.
# [default: ]
S:clientSideFields <
@ -39,7 +39,7 @@ advanced {
# 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
# 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.
# [default: ]
S:clientSideMethods <
@ -138,7 +138,7 @@ advanced {
# Helps with fixing GrS errors Client Side.
# Format: <CLASS>@<FIELD>
# 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.
# [default: ]
S:serverSideFields <
@ -149,7 +149,7 @@ advanced {
# 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
# 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.
# [default: ]
S:serverSideMethods <