parent
18eac7898f
commit
5b518b032d
@ -746,7 +746,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"projectID": 932060,
|
"projectID": 932060,
|
||||||
"fileID": 5601481,
|
"fileID": 5601600,
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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 <
|
||||||
|
Loading…
x
Reference in New Issue
Block a user