mirror of
https://github.com/allaryin/FairyFactions.git
synced 2026-09-08 18:35:12 -05:00
Fixed copy-paste error with obfuscated field name.
This commit is contained in:
@@ -94,7 +94,7 @@ public final class Spawner {
|
||||
}
|
||||
|
||||
// Obfuscated name lookups
|
||||
private static final String[] MCP_CREATUREMATERIAL = { "creatureMaterial", "field_70703_bu" };
|
||||
private static final String[] MCP_CREATUREMATERIAL = { "creatureMaterial", "field_75603_f" };
|
||||
|
||||
private Material getCreatureMaterial(EnumCreatureType type) {
|
||||
return ReflectionHelper.getPrivateValue(EnumCreatureType.class, type, MCP_CREATUREMATERIAL);
|
||||
|
||||
Reference in New Issue
Block a user