From 6f38691efc4e56095f28d74e961f698f3c5d740d Mon Sep 17 00:00:00 2001 From: LexManos Date: Sun, 12 Aug 2012 20:40:57 -0700 Subject: [PATCH] Update AT config to expose some block functions and a few extras. --- common/forge_at.cfg | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/common/forge_at.cfg b/common/forge_at.cfg index 1805bfbf2..08a5c158f 100644 --- a/common/forge_at.cfg +++ b/common/forge_at.cfg @@ -51,6 +51,18 @@ protected nj.aq # velocityX protected nj.ar # velocityY protected nj.as # velocityZ public nj.h()Z # isMinecartPowered -# World - - +# Block +public aif.(ILacn;)V #Constructor +public aif.(IILacn;)V #Constructor +public aif.p()Laif; # setRequiresSelfNotify +public aif.a(Laii;)Laif; # setStepSound +public aif.b(F)Laif; # setResistance +public aif.c(F)Laif; # setHardness +public aif.h(I)Laif; # setLightOpacity +public aif.a(F)Laif; # setLightValue +public aif.q()Laif; # setBlockUnbreakable +public aif.b(Z)Laif; # setTickRandomly +# NetServerHandler +public gy.g # playerInAirTime +# TileEntity +public ajh.k # worldObj \ No newline at end of file