mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
parent
8310617bef
commit
3c07f4535d
1 changed files with 5 additions and 0 deletions
|
@ -186,5 +186,10 @@ public class BlockGiantChest extends BlockContainerBase{
|
||||||
tooltip.add(TextFormatting.ITALIC+"'Small'");
|
tooltip.add(TextFormatting.ITALIC+"'Small'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public NBTTagCompound getNBTShareTag(ItemStack stack){
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue