diff options
author | Martin Robertz <dream-master@gmx.net> | 2018-10-18 19:20:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 19:20:32 +0200 |
commit | a53ca90e7fa20af828e313fd3a82ae211caf0acb (patch) | |
tree | b7b888d80ad32fec28d8547052f0d7e628accd9c /src/main/java/gregtech/api/interfaces | |
parent | 022d4b6937b12e2075be33ad53f451877a817f29 (diff) | |
parent | b5529dcc6b0cde98c9f2b97408503136385b569f (diff) | |
download | GT5-Unofficial-a53ca90e7fa20af828e313fd3a82ae211caf0acb.tar.gz GT5-Unofficial-a53ca90e7fa20af828e313fd3a82ae211caf0acb.tar.bz2 GT5-Unofficial-a53ca90e7fa20af828e313fd3a82ae211caf0acb.zip |
Merge pull request #151 from GTNewHorizons/bartimaeusnek-fixes
added explosion log
Diffstat (limited to 'src/main/java/gregtech/api/interfaces')
-rw-r--r-- | src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java b/src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java index 2170b6543c..953e3e5dc4 100644 --- a/src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java +++ b/src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java @@ -95,7 +95,7 @@ public interface IGregTechTileEntity extends ITexturedTileEntity, IGearEnergyTil /** * Sets initial Values from NBT * - * @param tNBT is the NBTTag of readFromNBT + * @param aNBT is the NBTTag of readFromNBT * @param aID is the MetaTileEntityID */ public void setInitialValuesAsNBT(NBTTagCompound aNBT, short aID); |