From 5b518b032d171b1c45f04ecbdd721aaa69f936de Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:59:20 +1000 Subject: [PATCH] Update Nomi-Labs to v0.8.6 (#870) [SKIP] --- manifest.json | 2 +- overrides/config/nomilabs.cfg | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 4ae4535..2eee891 100644 --- a/manifest.json +++ b/manifest.json @@ -746,7 +746,7 @@ }, { "projectID": 932060, - "fileID": 5601481, + "fileID": 5601600, "required": true }, { diff --git a/overrides/config/nomilabs.cfg b/overrides/config/nomilabs.cfg index a1ff2f8..8d93adf 100755 --- a/overrides/config/nomilabs.cfg +++ b/overrides/config/nomilabs.cfg @@ -28,7 +28,7 @@ advanced { # Helps with fixing GrS errors Server Side. # Format: @ # 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: @@ # 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: @ # 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: @@ # 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 <