From 887b08378255a98978d17c424d7fef159c262fc7 Mon Sep 17 00:00:00 2001 From: LexManos Date: Sun, 28 Oct 2012 05:21:58 -0700 Subject: [PATCH] EntityLiving.experianceValue private->public for Issue #225 --- common/forge_at.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/forge_at.cfg b/common/forge_at.cfg index 56d3b9449..457e513f6 100644 --- a/common/forge_at.cfg +++ b/common/forge_at.cfg @@ -83,4 +83,6 @@ default id.e # ChunkProviderServer/field_73247_e default ib.a(IIZ)Lic; # PlayerManager/func_72690_a getOrCreateChunkWatcher # World public-f xe.C # World/field_72982_D villageCollectionObj -public xe.H # World/field_72993_I activeChunkSet \ No newline at end of file +public xe.H # World/field_72993_I activeChunkSet +# EntityLiving +public ln.bc # EntityLiving/field_70728_aV experienceValue \ No newline at end of file